/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.cp-popover {
  position: fixed;
  z-index: 999999999999;
  bottom: 0;
  left: 10px;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  background: #D71F83;
  border: 3px solid #303232;
}
.cp-popover.is-hidden {
  bottom: -500px;
}
.cp-popover-body {
  position: relative;
  text-align: center;
  border: 3px solid #FFF;
}
.cp-popover-title {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #E2007A;
  background: #FFF;
  margin: 0;
  line-height: 36px;
  padding: 15px;
  font-size: 40px;
  border-bottom: 1px dashed #666;
}
.cp-popover-deadline {
  display: block;
  font-size: 12px;
  line-height: 15px;
}
.cp-popover-code {
  padding: 15px;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  margin: 0;
  color: #FFF;
}
.cp-popover-code a,
.cp-popover-code a:hover {
  color: #FFF;
}
.cp-popover-btn-close,
.cp-popover-btn-close:hover {
  position: absolute;
  left: 5px;
  top: -28px;
  text-align: center;
  display: block;
  width: 35px;
  height: 25px;
  background: #303232;
  color: #FFF;
  line-height: 25px;
  border-radius: 3px 3px 0 0;
}
.cp-popover-message,
.cp-popover-date {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  color: #F9B7E1;
}
.cp-popover-message {
  font-size: 14px;
  padding: 10px;
  margin: 0;
  color: #FFF;
}
@media print {
  body {
    color: #000 !important;
    font-family: helvetica, arial, sans-serif;
  }
  .navbar {
    display: none !important;
  }
  .nav-collapse {
    display: none !important;
  }
  #footer-container,
  #footer-second-container,
  #footer-top-container,
  #share,
  #checkout-sidemenu,
  #thirds,
  .cp-popover,
  .noprint {
    display: none;
  }
  hr {
    page-break-before: always;
    display: block;
  }
  #ProductPageContainerContent,
  #contentcolumn {
    width: 100% !important;
  }
}
.user-preference-modal {
  outline: none;
  overflow: visible;
  color: #505050;
  width: 382px;
  margin-left: -200px;
}
.user-preference-modal .modal-header {
  border: none;
  padding: 0;
}
.user-preference-modal .close {
  margin: 8px 13px 0 0;
}
.user-preference-modal .modal-body,
.user-preference-modal .tab-content {
  overflow: visible;
}
.user-preference-modal .modal-body h3 {
  margin: 0 0 15px;
}
.user-preference-modal .tab-content {
  padding: 26px 13px 13px;
}
.user-preference-modal .nav-tabs > li > a {
  color: #505050;
}
.user-preference-modal .nav-tabs > li.active > a {
  color: #E2007A;
}
.user-preference-modal .user-settings {
  position: absolute;
  bottom: 18px;
  left: 15px;
  margin: 0;
  font-size: 12px;
}
.chzn-container-single .chzn-search input {
  height: 15px;
}
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../img/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #ffffff url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #e2007a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f8008c), color-stop(90%, #e2007a));
  background-image: -webkit-linear-gradient(top, #f8008c 20%, #e2007a 90%);
  background-image: -moz-linear-gradient(top, #f8008c 20%, #e2007a 90%);
  background-image: -o-linear-gradient(top, #f8008c 20%, #e2007a 90%);
  background-image: linear-gradient(#f8008c 20%, #e2007a 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */

  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../img/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../img/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: #ffffff url('../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('../img/chosen-sprite@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
/* @end *//* No Flicker on transform. */
.noflick {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/*
* Page Curl
*
* Inspired by the work of matt hamm:
* http://matthamm.com/box-shadow-curl.html
*/
.big-points li {
  font-size: 140%;
  line-height: 1.5;
  list-style-type: square;
}
.start-button.primary:after {
  display: block;
  z-index: -1;
  position: absolute;
  background: transparent;
  width: 60%;
  height: 55%;
  content: '';
  right: 20px;
  bottom: 12px;
  -webkit-transform: skew(15deg) rotate(5deg);
  -webkit-box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.4);
  -moz-transform: skew(15deg) rotate(5deg);
  -moz-box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.4);
}
.start-button.primary:before {
  z-index: -2;
  position: absolute;
  background: transparent;
  width: 60%;
  height: 55%;
  content: '';
  left: 20px;
  bottom: 12px;
  -webkit-transform: skew(-15deg) rotate(-5deg);
  -webkit-box-shadow: -8px 11px 10px rgba(0, 0, 0, 0.4);
  -moz-transform: skew(-15deg) rotate(-5deg);
  -moz-box-shadow: -8px 11px 10px rgba(0, 0, 0, 0.4);
}
.start-button.primary {
  position: relative;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
/*Bootstrap Overrides */
body {
  color: #737373;
}
a {
  color: #e2007a;
}
a:hover {
  color: #bd0166;
}
.alert {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
hr {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 2.5em;
}
hr.clear {
  border-bottom: 0px;
  border-top: 0px;
}
h2,
h3 {
  line-height: 1;
}
.spanfifth1 {
  width: 233;
}
.row-fluid .spanfifth1 {
  width: 17.8946408839779%;
  *width: 17.841449394616199%;
}
.spanfifth2 {
  width: 466px;
}
.row-fluid .spanfifth2 {
  width: 38.3946408839779%;
  *width: 38.3946408839779%;
}
.spanfifth3 {
  width: 699px;
}
.row-fluid .spanfifth3 {
  width: 58.7946408839779%;
  *width: 58.7946408839779%;
}
input[type=text] {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.btn {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  padding: 5px 28px;
}
.btn.primary {
  background-color: #e2007a;
  background-image: none;
  color: #fff;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: none;
}
.bootbox .btn-primary {
  background-color: #e2007a;
  background-image: none;
  color: #fff;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: none;
}
.btn.primary:hover {
  background-color: #bd0166;
}
p {
  margin: 0 0 2em;
}
.navbar .brand {
  padding: 12px 20px 10px 0px;
}
.navbar-inner {
  padding-right: 0px;
}
.error {
  color: #e2007a;
}
.help-label-inline {
  font-size: 11px;
  color: #8f8f8f;
}
/*Mega Menu */
.mega-menu {
  font-size: 10pt;
  width: 390px;
  padding-top: 1em;
}
.mega-menu ul {
  list-style-type: none;
  margin: 0px;
}
.mega-menu ul > li.subhead > a {
  font-weight: bold !important;
  color: #fff;
}
.mega-menu ul > li.subhead {
  margin-bottom: 1em;
}
.mega-menu ul > li.subhead strong {
  color: #000;
  display: block;
  padding-top: 3px;
  padding-left: 19px;
}
.mega-menu ul > ul {
  margin-top: 6px !important;
}
.mega-menu ul > li > li {
  font-weight: normal;
}
.lowercase {
  text-transform: lowercase !important;
}
.mega-menu > div {
  float: left;
}
.mega-menu .column-two ul {
  margin-left: 0;
}
.mega-menu ul > li.subhead.faux-heading > a {
  font-weight: normal !important;
}
/* Typekit de-foucification */
.wf-loading div,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading p,
.wf-loading .container,
.wf-loading li {
  opacity: 0;
}
.ie.wf-loading h1,
.ie.wf-loading h2,
.ie.wf-loading h3,
.ie.wf-loading .container,
.ie.wf-loading p,
.ie.wf-loading li {
  visibility: hidden;
  /* Old IE */

}
#top-navigation-inner #share-container {
  text-align: right !important;
  padding-top: 5px;
}
.fb-like {
  width: 80px;
  margin-top: 8px;
}
.fb-offer {
  margin-left: -2em;
}
.container {
  opacity: 1;
  visibility: visible;
  /* Old IE */

}
/* Base Classes */
.uppercased {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.centered {
  text-align: center;
}
.block-centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* Structure */
#header {
  color: #e2007a;
}
.logo-container img {
  padding-top: 15px;
}
#promo-bar {
  background-color: #505050;
  color: #fff;
  padding: 2px 0px 0px 0px;
  font-size: 80%;
}
.breakout {
  overflow: hidden;
  padding: 2em;
}
/* Navigation ======================*/
#nav-bar {
  background-color: #000;
  color: #fff;
}
.navbar-inner {
  background-color: #000;
  border: 0px;
  background-image: none;
  filter: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.navbar-inner .divider {
  border-left: 1px solid #333;
  height: 29px;
  float: left;
  display: block;
  margin-left: 18px;
  margin-top: 15px;
}
.navbar .nav > li > a {
  padding: 20px 10px 20px 10px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.nav {
  margin-bottom: 0px !important;
}
.navbar .nav > li.open a {
  background-color: #fff !important;
  color: #000;
}
.nav-pills > li a {
  border-radius: 0px;
}
.navbar .nav > li.open a:hover {
  color: #000;
}
.navbar .nav > li > a:hover {
  background-color: #e2007a;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  color: #fff;
}
.navbar {
  margin-bottom: 0px;
}
.promo-message {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 3px;
}
.dropdown-menu {
  background-color: #fff;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.dropdown-menu {
  left: auto;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a:hover {
  background-color: #bd0166;
  background-image: -moz-linear-gradient(top, #bd0166, #bd0166);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd0166), to(#bd0166));
  background-image: -webkit-linear-gradient(top, #bd0166, #bd0166);
  background-image: -o-linear-gradient(top, #bd0166, #bd0166);
  background-image: linear-gradient(to bottom, #bd0166, #bd0166);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bd0166, endColorstr=#bd0166, GradientType=0);
  background-color: #bd0166 !important;
  color: #fff;
}
.navbar .nav > li.open .dropdown-menu a:hover {
  color: #fff;
}
.dropdown-menu li > a {
  text-transform: none !important;
  font-weight: normal !important;
}
.open > .dropdown-menu {
  z-index: 1010;
}
.dropdown-menu {
  margin-top: -1px;
  margin-left: -2px;
}
.navbar .nav > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu::after {
  border-bottom: 0px;
}
#success-msg {
  margin-left: 0px !important;
}
#success-msg ul {
  list-style-type: none;
  margin: 5px 0 10px 10px;
}
.dropdown-menu a:hover > sup.new {
  color: #fff;
}
sup.new {
  color: #E2007A;
  font-weight: bold;
  margin-left: 3px;
}
.spaced {
  margin-bottom: 4em;
  margin-top: 4em;
}
.spaced-half {
  margin-bottom: 2em;
  margin-top: 2em;
}
.wide-list {
  display: block;
}
.wide-list li {
  width: 50%;
  float: left;
  list-style-type: square;
  line-height: 2.25;
}
/* Style */
#facebook-promo {
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 80%;
  background-color: #38579a;
  color: #fff;
  float: left;
  width: 100%;
}
#facebook-promo span {
  font-size: 160%;
}
.fb-like {
  margin-top: 5px;
}
.fb-like .pls {
  display: none;
}
#facebook-promo img {
  margin-right: 10px;
}
/* Form Overrides */
.error {
  color: #e2007a;
}
/* Header ---------------------------*/
.navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar .nav > li.highlight {
  padding-top: 5px;
  margin-left: 10px;
}
.navbar .nav > li.highlight a {
  background-color: #e2007a;
  color: #fff;
  padding-top: 0px !important;
  padding-bottom: 4px !important;
  margin-top: 10px !important;
  padding-top: 5px !important;
}
.navbar > li.highlight a:hover {
  padding: 20px 10px 20px 10px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.navbar > li.highlight a:hover span {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar > li.highlight a > span {
  display: block !important;
  padding-top: 5px !important;
  padding-bottom: 10px;
}
.secondary > a {
  color: #00aeef !important;
}
.secondary a:hover {
  background-color: #00aeef;
  color: #fff !important;
}
.navbar .nav > li.secondary > a:hover {
  background-color: #00aeef;
}
.navbar .secondary-nav {
  margin-right: 0px !important;
}
.navbar .secondary-nav li > a {
  color: #999999;
}
/* Typography --------------------------- */
h1,
h2 {
  color: #e2007a;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
h3,
h4,
h5 {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #505050;
}
h3 {
  color: #000;
}
#footer-container h3,
#footer-container h4,
#footer-container h5 {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #e2007a;
}
/* Global Elements */
.top-right {
  text-align: right;
}
.micro-phone,
.micro-social {
  display: inline-block;
}
.micro-phone {
  padding-left: 1em;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 110%;
  /* font-size: 110%; */

  text-align: left;
  width: 120px;
  font-size: 14px !important;
}
.micro-social {
  margin-right: 0.2em;
}
.micro-social img {
  margin-top: -4px;
}
.navbar-inner.divider {
  display: block;
  border-right: 1px solid #333;
  float: left;
  height: 27px;
  margin-left: 45px;
  margin-top: 16px;
}
div p > ul {
  list-style-type: square;
}
.splash {
  position: absolute;
  z-index: 10;
  margin-left: -25px;
  margin-top: 150px;
}
.clean-tabs li {
  max-width: 33%;
}
.clean-tabs li a {
  color: #737373 !important;
}
#locale-selection .modal-body {
  text-align: center;
}
.close-button {
  background-color: #333 !important;
}
#testimonial-quote-container .span12 {
  background-color: #ccc;
  padding: 2em;
}
#testimonial-quote-container .span12 .open {
  float: left;
  font-size: 700%;
}
#testimonial-quote-container .span12 .close {
  float: right;
  font-size: 700%;
}
#testimonial-quote-container .span12 .quote {
  color: #505050;
  font-size: 200%;
}
#testimonial-quote-container .span12 .quote,
#testimonial-quote-container .span12 .byline {
  text-align: center;
}
.clean-tabs li a > div {
  text-transform: none;
  font-weight: normal;
  color: #737373;
}
.clean-tabs li.active a {
  color: #e2007a !important;
}
form label {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #e2007a;
}
form .borderless {
  margin-left: 0 !important;
}
form h3 {
  margin-top: 2em;
}
form .error {
  text-transform: none !important;
  font-weight: normal !important;
  color: red !important;
  margin-top: -6px !important;
}
.onehundred {
  width: 100% !important;
  /* Try not to use this */

}
/* Breadcrumbs */
.breadcrumb {
  background-color: transparent !important;
  margin-top: 1em;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0px;
}
.breadcrumb li a {
  color: #737373;
}
.breadcrumb li.active {
  color: #e2007a;
}
/*Square Radio Buttons */
.square-radio label {
  display: block;
  float: left;
  background-color: #cccccc;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin-right: 1px;
  text-align: center;
  padding: 5px 10px;
}
.square-radio input[type="radio"]:checked + label {
  color: #e2007a !important;
  background-color: #fff;
  border: 1px solid #e2007a;
  padding: 4px 10px;
}
.square-radio label.checked {
  color: #e2007a !important;
  background-color: #fff;
  border: 1px solid #e2007a;
  padding: 4px 10px;
}
.square-radio label.error {
  background-color: transparent;
}
/* Nav Pills */
.nav-pills > li > a {
  padding-left: 0px;
}
.nav-pills > li a {
  color: #999999 !important;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background-color: #fff !important;
  color: #e2007a !important;
}
.nav-pills > li > a:hover {
  background-color: #fff !important;
}
.nav-pills {
  margin-bottom: 2em;
}
.media-items {
  margin-left: 0px;
}
.media-items img {
  margin-right: 2em;
}
.media-items li {
  list-style-type: none;
  float: left;
  padding-bottom: 1em;
}
.media-items h4 {
  margin-bottom: 0px;
}
.media-items .date {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #737373;
  display: block;
  margin-bottom: 1em;
}
/* Footer --------------------------- */
#footer-container {
  background-color: #fff;
  min-height: 500px;
  color: #fff;
  background-image: url('/v2/images/footer/footer-1.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
#footer-container h5 a {
  color: #e2007a;
}
#footer-container-overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 500px;
}
#footer-container a {
  color: #fff;
}
#footer-container-overlay .sep {
  margin-bottom: 1em;
  opacity: 0.4;
}
/* Promo Tiles */
.promo-tile {
  height: 200px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
.promo-tile img {
  width: 101%;
}
.promo-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1em;
  margin-top: -58px;
  width: 100%;
  position: absolute;
}
.promo-overlay h4 {
  color: #fff;
  font-size: 100%;
}
#promo-container p {
  color: #333;
  font-size: 10pt;
}
#facebook-signup-container {
  background-color: #38579a;
  color: #fff;
  margin-bottom: 7em;
}
#facebook-signup-container > div {
  padding: 2em;
}
.tiny-footer {
  font-size: 80%;
}
#facebook-signup-container h3 {
  color: #fff;
}
.block-button {
  color: #fff;
  padding: 0.8em 3em;
  font-size: 130%;
  background-image: none !important;
  text-shadow: none;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.start-button {
  background-color: #e2007a;
  color: #fff;
  padding: 0.8em 3em;
  font-size: 130%;
  background-image: none !important;
  text-shadow: none;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.alt-button {
  background-color: #505050;
  color: #fff;
  padding: 0.8em 3em;
  font-size: 130%;
  background-image: none !important;
  text-shadow: none;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.alt-button:hover {
  background-color: #333333;
  color: #fff;
}
.start-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #bd0166;
}
.start-button:active {
  margin-top: -1px;
}
a.start-button.thin {
  padding: 0.3em 2.9em;
}
.start-button h5 {
  color: #ffffff;
}
.spot-button {
  text-align: center;
}
.spot-button span {
  font-size: 0.7em;
  text-transform: none;
}
.block {
  display: block;
}
#get-started-container {
  height: 100px;
  text-align: center;
}
a:hover {
  text-decoration: none;
}
#cart-indicator {
  display: block;
  background: #000000;
  /* The Fallback */

  background: rgba(0, 0, 0, 0.6);
  left: auto;
  height: 35px;
  width: 200px;
  padding: 10px 10px 0px 10px;
  color: #fff;
}
#cart-indicator .cart-button {
  width: 100px;
  background-color: #e2007a;
  float: right;
  text-align: center;
}
#cart-indicator .cart-button a {
  color: #fff !important;
}
#cart-indicator img {
  padding-left: 10px;
  padding-right: 5px;
  margin-top: -1px;
}
/* Header --------------------------- */
.nav li a {
  color: #fff;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  color: #e2007a;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.dropdown-menu li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-navigation ul {
  margin-left: 0;
  list-style-type: none;
  font-size: 9pt;
}
#super-footer-container {
  margin-top: 3em;
}
.secondary-callout-container {
  min-height: 230px;
  display: block;
}
.secondary-callout {
  position: absolute;
  margin-top: -91px;
  width: 960px;
  z-index: 9999;
  background: transparent url('/v2/images/home_step_arrows.jpg') no-repeat;
  background-position: 50% 40%;
}
.secondary-callout h3 {
  text-align: center;
}
#promo-container {
  margin-bottom: 5em;
}
#footer-top-container {
  background-image: url('/v2/images/footer/footer-gradient.png');
  background-position: bottom;
  height: 75px;
  background-repeat: repeat-x;
}
#footer-second-container {
  background-color: #d1d1d1;
  padding-bottom: 2px;
}
#super-footer-container > p {
  margin-bottom: 11px;
  margin-top: 13px;
}
#footer-email-signup {
  padding-top: 2em;
}
#footer-navigation {
  font-size: 80%;
}
#footer-email-signup {
  font-size: 90%;
}
#footer-email-signup input[type=text] {
  margin-bottom: -24px;
  margin-right: 5px;
  width: 69%;
  font-size: 8pt;
}
#footer-email-signup .btn {
  margin-bottom: -24px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(226, 0, 122, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 0, 122, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 0, 122, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 0, 122, 0.6);
  outline: 0;
  outline: thin dotted   \9;
  /* IE6-9 */

}
.dna11 {
  color: #9ccc4b !important;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -500px;
  /* THIS HAS TO BE THE FOOTER HEIGHT */

}
.push {
  height: 63px;
}
/* Just some arbitrary space to add between footer and rest of the content, when they are close */
/* not required for sticky footer; just makes some space for navigation bar */
#choice-banner.CA .rectangle {
  background: #f756ac;
}
#choice-banner.US .rectangle,
#choice-banner.EU .rectangle,
#choice-banner.GB .rectangle {
  background: #4fbde4;
}
.rectangle {
  display: inline-block;
  height: 115px;
  position: relative;
  color: #fff;
  width: 76.71%;
  z-index: 500;
  /* the stack order: foreground */

  margin: 3em 0;
}
.rectangle h3 {
  padding-top: 18px;
}
#choice-banner-right {
  right: -50px;
  top: 82px;
  position: absolute;
}
#choice-banner-left {
  left: -50px;
  top: 73px;
  position: absolute;
}
#choice-banner {
  text-align: center;
  position: relative;
}
#choice-banner {
  margin-bottom: 1.7em;
}
#choice-banner h3 {
  color: #fff;
}
.home-step {
  text-align: center;
}
.home-step h3 {
  margin-bottom: 8px;
  margin-left: 15px;
}
#polka-love {
  position: absolute;
  margin-left: -20px;
  margin-top: -17px;
}
.grouped-heading {
  text-align: center;
}
.grouped-heading h3 {
  margin-bottom: 20px;
}
#social-icons {
  text-align: right;
}
#social-icons a {
  padding: 0px 7px;
}
/* Cart */
#cart-table {
  margin-bottom: 0px;
  color: #333333 !important;
}
#cart-table .alt-button {
  width: 55px;
  clear: both;
  display: block;
  padding: 5px 26px;
  font-size: 100%;
  margin-top: 10px;
}
#cart-table th {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
#cart-table .CartItemColumn {
  padding: 20px 20px 20px 20px;
  width: 110px;
}
.ShoppingCartFooterTotalLabel {
  text-align: right;
  margin-right: 2em;
}
#coupon-field {
  height: 32px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
}
#ctl00_MainContentHolder_pnlCoupons {
  margin-bottom: 10px;
}
#cartcoupons .alt-button {
  padding: 5px 16px;
  font-size: 98%;
}
.cart-container {
  border-bottom: 1px solid silver;
  margin-bottom: 1em;
}
.discount-label {
  text-align: right;
  padding-right: 10px;
}
.you-save {
  color: #e2007a;
}
.subtotal-before-shipping {
  color: #333333;
}
.voucher-code {
  min-height: 25px;
  margin-top: 5px;
}
/* Progress Steps */
.progress-step {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0px;
}
.progress-step li {
  text-align: center;
  padding: 10px 0px 10px 0px;
  margin-right: 5px;
  background: #dedede;
  position: relative;
  display: inline-block;
}
.progress-step li:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.progress-step li:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #dedede;
  position: absolute;
  content: "";
  top: 0;
  right: -19px;
  z-index: 2;
}
.progress-step li:first-child:before {
  border: none;
}
.progress-step li:last-child {
  margin-right: 0px;
}
.progress-step li:last-child:after {
  border: none;
}
.progress-step li {
  font-size: 120%;
}
.progress-step li.active {
  background-color: #505050;
}
.progress-step .badge {
  margin: 0px 5px 0px 18px;
  position: relative;
  top: -1px;
}
.progress-step li:first-child .badge {
  margin-left: 0;
}
.progress-step li:first-child {
  padding-left: 0;
}
.progress-step li.active:after {
  border-left-color: #505050;
}
.progress-step li.active {
  padding-left: 10px;
  color: #fff;
}
.progress-step.checkout li {
  width: 24%;
}
#checkout-sidemenu {
  background-color: #efefef;
  padding: 1em;
}
#checkout-sidemenu h4 {
  color: #777;
}
.SnippetContent {
  margin-bottom: 2em;
}
/* Homepage Styles - index.css
=========================================================*/
#email_hint {
  display: block;
  clear: both;
  margin-top: 22px;
  font-size: 8pt;
  margin-left: 1px;
}
/* Hero Callout */
#hero-callout {
  width: 385px;
  position: absolute;
  z-index: 1000;
  margin-top: 2em;
  height: 310px;
  padding: 20px;
  color: #fff;
}
#hero-callout h1 {
  color: #fff;
  font-weight: extra-bold;
  line-height: 0.95;
  margin: 5px 0px 10px 0px;
}
#hero-callout ul li {
  line-height: 28px;
  font-size: 12pt;
}
#hero-callout .get-started-container {
  text-align: center;
  margin-top: 40px;
}
#hero-callout .start-button {
  opacity: 1;
}
#hero-callout.onwhite {
  padding-left: 0px !important;
  margin-top: 8em;
}
#hero-callout.onwhite p.lead {
  color: #737373 !important;
  text-shadow: none !important;
  padding-top: 1.5em !important;
  font-size: 160% !important;
}
#heroes.transparent h1 {
  color: #e2007a;
  font-size: 290%;
  line-height: 0.9;
  letter-spacing: -2px;
}
#heroes.transparent .carousel-control {
  height: 100%;
}
#heroes.transparent .start-button {
  float: left;
}
#heroes.transparent p.lead {
  color: #fff;
  font-size: 170%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#heroes.transparent #hero-callout ul li {
  list-style-type: square;
  font-size: 11pt;
  color: #505050;
}
#heroes.grey #hero-callout {
  background-color: rgba(51, 51, 51, 0.6) !important;
}
#hero-callout.with-crumb {
  width: 500px;
  margin-top: 0px !important;
}
#hero-callout.with-crumb h1 {
  margin-top: 2em;
}
#hero-callout.with-crumb .breadcrumb {
  margin-top: 0px;
}
#hero-callout.grey a {
  color: #fff;
}
.yellow {
  color: #ccd000;
}
.cyan {
  color: #4fbde4;
}
.magenta {
  color: #ec429a;
}
/* Badge Icons */
.badge-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-right: 5%;
}
.bottom-row img {
  margin-top: -0.6em;
}
.badge-container {
  min-height: 125px;
}
.sep {
  border-bottom: 1px solid silver;
}
.subheading {
  font-family: "futura-pt", "Trebuchet MS", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18pt;
  text-transform: uppercase;
}
.bordered {
  border-bottom: 1px solid #eee;
}
.centered-heading {
  margin-top: 2em;
}
.logo-container {
  text-align: center;
  padding-bottom: 1.5em;
}
.logo-container img {
  padding-top: 0px;
}
.rating-container {
  background-color: #e0dfdf;
  text-align: center;
  padding: 0.85em;
}
.made-with-container {
  height: 118px;
}
@media (min-width: 979px) {
  #footer-email-signup input[type=text] {
    width: 61%;
  }
}
.micro-phone a {
  color: #fff !important;
}
/* Gift Card */
.gift-or {
  display: block;
  margin-top: 153%;
  margin-left: -12px;
}
.gc-email-container {
  border: 1px solid #cccccc;
  padding: 2em;
}
#gc-container {
  height: 250px;
  width: 100%;
  background: #ffffff url('/v2/images/gift_card_bg.jpg') no-repeat;
  background-position: 50%;
}
#preview-amount {
  color: #e2007a;
  float: right;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 54px;
  margin-right: 70px;
  font-size: 130%;
}
.giftcopy {
  color: #656565;
  margin-left: 0px !important;
}
/* Corporaate */
.office-spaces .start-button {
  display: block;
  margin-top: 3em;
}
.interested-in label {
  text-transform: none;
  color: #737373;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.interested-in .span6 {
  margin-left: 0px;
}
.interested-in .span6 label {
  padding-left: 0px;
}
.interested-in input[type=checkbox] {
  margin-right: 10px;
}
.interested-in p {
  margin-bottom: 3px;
}
input[type="submit"].btn {
  background-image: none !important;
  text-shadow: none;
  font-size: 12pt;
  padding: 15px 80px;
}
.inspired-form .ideas-cover {
  border: 1px solid #ccc;
  float: left;
  margin-right: 2em;
}
.inspired-form input[type="text"] {
  font-size: 8pt;
  margin-bottom: 0px;
}
.inspired-form input[type="submit"].btn {
  background-color: #e2007a;
  background-image: none !important;
  text-shadow: none;
  font-size: 10pt;
  padding: 4px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.media hr {
  margin-bottom: 0.5em;
}
.pink {
  color: #e2007a;
}
.pink-underlined {
  text-decoration: underline;
  font-weight: 500;
  color: #e2007a;
}
.careers-tooltip-container {
  display: inline-block;
  margin-top: -6px;
  margin-left: 10px;
}
.tooltip.pink .tooltip-inner {
  background-color: #e2007a;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  padding: 0px 7px;
}
.tooltip.pink.right .tooltip-arrow {
  border-right: 5px solid #e2007a;
}
.tooltip.pink.left .tooltip-arrow {
  border-left: 5px solid #e2007a;
}
.tooltip.pink.top .tooltip-arrow {
  border-top: 5px solid #e2007a;
}
.tooltip.pink.bottom .tooltip-arrow {
  border-bottom: 5px solid #e2007a;
}
.careers-tooltip {
  background: #e2007a;
}
.brand-title {
  font-size: 140%;
  font-weight: 400;
}
.heavy-lead {
  font-size: 97%;
  font-weight: 500;
  color: #666;
}
.faq-anchor:before {
  display: inline-block;
  content: "";
  height: 130px;
  margin: -130px 0 0;
  clear: both;
}
.skinny > div > div {
  height: 380px;
}
.red {
  border: 1px solid red;
}
.dark-grey {
  color: #333333;
}
/* Pricing Page */
.flex {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
#footer-email-submit label.error {
  margin-top: 20px !important;
}
.table-striped td {
  border-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#price-grid-table.table td,
#price-grid-table.table th {
  text-align: center;
  vertical-align: middle;
}
.price-grid-header {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #e2007a;
  text-align: center !important;
}
th.fixed {
  color: #e2007a;
}
th.flex {
  color: #000;
}
.corner-bit {
  background-color: #dedede;
  width: 120px !important;
}
.PriceChartFrame {
  width: 120px;
  border-width: 0px;
}
.PriceChartHeaderRow2 {
  width: 120px;
  padding: 0 !important;
}
.SizeOption {
  color: #000;
  border-right: 1px solid #666;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th,
tr.odd {
  background-color: #f4f4f4;
}
.price-column > a {
  color: #000 !important;
  font-size: 130%;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.price-column > a > span {
  font-size: 60%;
  vertical-align: super;
}
.price-column > a:hover {
  color: #e2007a !important;
}
.pricing-tabs {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 1em;
}
.pricing-tabs li {
  margin-right: 19px;
}
.pricing-tabs li a {
  border-bottom: 1px solid #b2b2b2;
  height: 203px;
  border-radius: 0px;
  width: 192px;
  text-align: center;
  background: #ffffff url('/v2/images/pricing_tab_bg.png') no-repeat;
}
.pricing-tabs li a div {
  margin-top: 162px;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.pricing-tabs li a:hover {
  background-position: 0px -211px, top !important;
  background-position-y: -211px;
}
.pricing-tabs li.active a,
.pricing-tabs li.active a:hover {
  background-position: 0px -450px, top !important;
  background-position-y: -450px;
  border-color: #ffffff #ffffff #b2b2b2;
  border-left: none;
  border-right: none;
  border-top: none;
}
.pricing-tabs > :last-child {
  margin-right: 0px;
}
#single-tab {
  background-image: url('/v2/images/pricing_tab_single.png');
  background-repeat: no-repeat;
}
#double-tab {
  background-image: url('/v2/images/pricing_tab_double.png');
  background-repeat: no-repeat;
}
#triptych-tab {
  background-image: url('/v2/images/pricing_tab_trip.png');
  background-repeat: no-repeat;
}
#quad-tab {
  background-image: url('/v2/images/pricing_tab_quad.png');
  background-repeat: no-repeat;
}
#grid-tabs li a:hover {
  border-color: #ffffff #ffffff #b2b2b2;
}
.greybox {
  background-color: #dedede;
  padding: 1.5em;
}
#create-this-canvas {
  margin-top: 9%;
  display: inline-block;
}
.CustomSizeResponse {
  text-align: center;
  margin-top: 2em;
}
.CustomSizeResponse .SizeLabel {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #e2007a;
}
.CustomSizeResponse .PriceLabel {
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 180%;
  color: #000;
}
#choose-canvas-size h5 {
  margin-bottom: 0px;
}
#choose-canvas-size .tiny {
  margin-bottom: 1.5em;
}
.two-thirds-spotlight {
  min-height: 350px !important;
  margin-bottom: 2em;
}
.two-thirds-spotlight h2 {
  text-align: center;
}
.two-thirds-spotlight.dark h4 {
  color: #fff;
  margin-top: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
.two-thirds-spotlight.dark p {
  color: #fff;
  padding: 20px;
  padding-top: 0;
}
.one-third-polka h3 {
  margin-bottom: 2em;
}
.two-thirds-content-box h4 {
  margin-bottom: 2em;
}
.two-thirds-spotlight h4.pink {
  color: #e2007a;
}
.compare-table th {
  vertical-align: bottom;
  color: #fff;
  text-align: center;
  padding: 30px 10px;
  background-color: #505050;
  font-size: 140%;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 10px solid #999999;
}
.compare-table td {
  text-align: center;
  padding: 1.5em;
  height: 86px;
  vertical-align: middle;
  color: #333333;
}
.compare-table strong {
  font-size: 140%;
  padding-bottom: 4px;
  display: block;
  clear: both;
}
#vs {
  position: absolute;
  margin-left: 416px;
  margin-top: -11px;
  width: 109px;
}
.compare-table th {
  vertical-align: bottom;
  color: #fff;
  text-align: center;
  padding: 30px 10px;
  background-color: #505050;
  font-size: 140%;
  font-family: "futura-pt", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 10px solid #999999;
}
.compare-table td {
  text-align: center;
  padding: 1.5em;
  height: 86px;
  vertical-align: middle;
  color: #333333;
}
.compare-table strong {
  font-size: 140%;
  padding-bottom: 4px;
  display: block;
  clear: both;
}
#vs {
  position: absolute;
  margin-left: 416px;
  margin-top: -12px;
  width: 109px;
}
.carousel {
  margin-bottom: 40px;
}
.carousel-caption {
  height: 30px;
}
.carousel-control {
  border: 0px;
  width: 118px;
  background-image: none;
  background-color: transparent;
  border-radius: 0px;
  height: 88.5%;
  top: 4%;
}
.carousel-control.right {
  right: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.5)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.carousel-control.left {
  left: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
#myCarousel:hover .carousel-control.left {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  opacity: 1;
}
#myCarousel:hover .carousel-control.right {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.4)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  opacity: 1;
}
.carousel-control.left:hover {
  background: rgba(0, 0, 0, 0) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.55)), color-stop(1, rgba(0, 0, 0, 0))) !important;
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0)) !important;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0)) !important;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  opacity: 1;
}
.carousel-control.right:hover {
  background: rgba(0, 0, 0, 0) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.55))) !important;
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55)) !important;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55)) !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.carousel-control div {
  margin-top: 150%;
  font-size: 134pt;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.partners-lead {
  font-size: 97%;
  font-weight: 500;
  color: #666;
}
/*Sections */
#the-nail {
  width: 100%;
  background-image: url('/v2/images/nail_closeup.jpg');
  padding: 0;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-color: #efeeee;
  margin-top: 2em;
}
#the-nail img {
  border: 1px solid #ccc;
}
#the-nail.breakout {
  height: 473px;
  margin-bottom: 2em;
}
#the-nail.breakout p {
  color: #505050;
}
#the-nail.breakout h2 {
  color: #505050;
  margin-top: 2em;
}
/*Checkout - Confirm */
#CreditCardPaymentForm {
  margin-left: 1.6em;
}
#CreditCardPaymentForm .control-label {
  width: 100px;
  color: #333;
  text-align: left;
  font-weight: normal;
}
#CreditCardPaymentForm .error {
  margin-top: 0px !important;
}
#expiry-group label.error {
  margin-left: 160px !important;
}
#summary-container hr {
  margin-bottom: 3px;
  margin-top: 3px;
}
.alt-button.prev {
  font-size: 80%;
}
#CreditCardPaymentForm .form-horizontal .controls {
  margin-left: 110px !important;
}
label[for=pay-method-paypal] {
  color: #8F8F8F;
}
.Payment .nav li.active a {
  color: #e2007a;
}
.Payment .nav li a {
  color: #ccc;
}
div.popular {
  font-size: 60%;
  color: #e2007a !important;
  margin: -7px 0px;
}
td.popular a {
  color: #e2007a !important;
}
.right {
  text-align: right;
}
#top-bar {
  position: relative;
  width: 100%;
  top: 0px;
  z-index: 99999;
}
.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
form .custom-label {
  width: 63.25%;
  margin: 0;
  padding: 0 15px 0 0;
  list-style: none;
  border-right: 1px solid #CCC;
}
form .custom-label input {
  position: absolute;
  width: 0;
  height: 0;
  left: -999999px;
}
form .custom-label label {
  color: #505050;
  display: block;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: normal;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form .custom-label label:hover {
  color: #e2007a;
}
form .custom-label input[type=radio]:checked ~ label {
  color: #FFF;
  background: #e2007a;
}
.modal-open .modal {
  outline: none;
}
#user-currency {
  margin-bottom: 1.5em;
}
#user-currency h4,
#user-region h4 {
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  color: #000;
}
#userPreference .chzn-select {
  padding: 0;
  border: none;
  width: 352px;
}
.couponEmailContainer {
  width: 330px;
}
.couponEmailContainer form {
  margin: 0;
}
.couponEmailContainer input {
  width: 160px;
  margin-bottom: 0;
}
.couponEmailContainer .error {
  margin: 0 !important;
}
.couponEmailContainer .error label.error {
  color: #F9B7E1 !important;
  font-family: Helvetica, Arial, sans-serif;
}
#ctl00_MainContentHolder_Payment1_divCreditCard {
  padding: 15px;
  margin-bottom: 10px;
  background-color: #eee;
}
.reclaimedwood {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 200 !important;
  font-size: 16px;
}
.reclaimedwood h1 {
  line-height: 50px;
}
.reclaimedwood .main {
  height: 523px;
  padding-top: 60px;
  background: url('/v2/images/rwf-header.jpg') no-repeat top center;
}
.reclaimedwood ul {
  margin-top: 5px;
  font-size: 15px;
  list-style: url('/v2/images/check16x16.png');
}
.reclaimedwood ul li {
  margin-bottom: 10px;
  color: #414042;
}
.reclaimedwood .container2 {
  margin-top: 50px;
}
.reclaimedwood .border-top {
  border-top: 1px solid #e0dfe0;
}
.reclaimedwood .border-top.container2 {
  padding-top: 50px;
}
.reclaimedwood .faq h3 {
  margin-top: 30px;
}
.reclaimedwood .norisk {
  font-size: 0.875em;
  padding-top: 8px;
  color: #8F8F8F;
  font-weight: 400;
}
.reclaimedwood .gallery {
  margin-bottom: 80px;
}
.reclaimedwood .gallery img {
  margin-bottom: 20px;
}
.reclaimedwood .create {
  padding-top: 80px !important;
  margin-bottom: 140px;
}
/* ************************* API PAGE *************************** */
.api .modal-backdrop {
  z-index: 99999 !important;
}
#popup {
  z-index: 999999 !important;
}
.api .margin-bottom {
  margin-bottom: 30px;
}
.api .alert {
  width: 100%;
  padding: 12px 0;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.api .alert .exit-alert {
  color: #737373;
  float: right;
  font-weight: bold;
  margin-right: 20px;
}
.api h2 {
  font-size: 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #000;
  font-weight: bold;
}
.api p {
  font-size: 17px;
  line-height: 25px;
  color: #737373;
  margin-bottom: 10px;
}
.api p.large {
  font-size: 22px;
  line-height: 40px;
}
.api .section {
  padding: 100px 0;
}
.api .grey {
  background: #f3f5f6;
}
.api .bottom-border {
  border-bottom: 1px solid #e3e3e3;
}
.api .circles {
  background: url('/v2/images/api/footercircles.jpg') no-repeat top center;
  width: 100%;
  height: 190px;
}
.btn.revamped {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-size: 18px !important;
  padding: 20px 0px !important;
  border: none !important;
  background: #ec008c;
  width: 260px;
}
.btn.revamped:hover,
.btn.revamped:active {
  color: #fff;
  margin: 0;
}
.btn.revamped.disabled {
  background: #fff;
  border: 1px solid #e3e3e3 !important;
  color: #e3e3e3;
}
.links {
  height: 52px;
  float: left;
}
.links ul {
  list-style: none;
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
}
.links ul li {
  float: left;
  text-align: left;
  margin-right: 40px;
  color: #737373;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.links ul li a {
  color: #737373;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.links ul li a:hover {
  color: #000;
}
.links ul li.active a {
  color: #000;
}
.hero {
  height: 614px;
  width: 100%;
  background: url('/v2/images/api/hero2.jpg') #e3e3e3 no-repeat top center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .intro {
  padding-top: 150px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero .intro h1 {
  text-transform: none;
  font-size: 57px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.hero .intro h2 {
  font-size: 31px;
  line-height: 39px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero .intro .developer {
  padding-top: 20px;
  color: #fff;
}
.hero .intro .developer a {
  color: #fff;
  font-size: 17px;
}
.hero .intro .developer a:hover {
  text-decoration: underline;
}
.api-partners {
  background: url('/v2/images/api/partners.jpg') #000000 no-repeat top center;
  width: 100%;
  height: 424px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.api-partners .line {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
  margin-top: 22px;
}
.api-partners h2 {
  color: #fff;
  text-align: center;
}
.api-partners .api-partners-logos {
  margin-top: 50px;
}
.api-partners .api-partners-logos .logo {
  float: left;
}
.api-partners .api-partners-logos .logo2 {
  margin-left: 60px;
}
.api-partners .api-partners-logos .logo2.ecp {
  margin-left: 40px;
}
.api-partners .api-partners-logos .logo3 {
  margin-left: 50px;
  padding-top: 20px;
}
.api-partners .api-partners-logos .logo4 {
  float: right;
  text-align: right;
}
.api-partners .api-partners-logos .logo4.sp {
  margin-top: -10px;
}
.works-with .icon {
  margin-bottom: 15px !important;
}
.easy-intergration .credit-cards {
  margin-top: 10px;
}
.user-experience {
  position: relative;
  padding-top: 40px !important;
}
.user-experience .browser {
  margin: 30px 0 0 -20px;
}
.user-experience .freshpaint-surface {
  position: absolute;
  bottom: 79px;
  left: 29px;
  display: none;
}
.user-experience .ecp-iphone {
  position: absolute;
  bottom: 90px;
  right: 6px;
  display: none;
}
.user-experience .own-logo {
  position: absolute;
  top: 317px;
  left: -64px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.admin-system .admin {
  margin-top: 20px;
}
.grow {
  padding-bottom: 150px !important;
}
.pricing .chart {
  margin: 50px 0;
}
.pricing .chart .pro-class {
  padding-right: 20px;
}
.pricing .chart .superpro-class {
  border-left: 1px solid #e3e3e3;
  margin-left: 0px;
  padding-left: 30px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pricing .chart .superpro-class:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.pricing .chart .icon {
  margin-bottom: 30px;
}
.pricing .chart h3 {
  color: #957fb5;
  font-size: 22px;
  line-height: 21px;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: normal;
}
.pricing .chart ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.pricing .chart ul li {
  margin-bottom: 9px;
}
.pricing .chart ul li.strike {
  text-decoration: line-through;
  color: #e3e3e3;
}
.api-signup-modal #launch-bar {
  padding: 0 10px;
  width: 510px;
}
.api-signup-modal .error {
  list-style: none;
  color: red;
  margin-bottom: 5px;
  margin-top: 0 !important;
}
.api-signup-modal h2 {
  margin-bottom: 20px;
}
.api-signup-modal .row-fluid {
  margin-bottom: 10px;
}
.api-signup-modal input[type=text] {
  height: 40px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.api-signup-modal textarea {
  height: 100px;
  padding: 10px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.api-signup-modal .full {
  width: 100%;
}
/************ NEW MARKETING PAGES ***************/
.marketing--page {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.marketing--page header {
  width: 100%;
  min-height: 300px;
  padding: 120px 0;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 0px;
}
.marketing--page header.mysteryfall {
  background: url('/v2/images/marketingpages/mysteryfall-header.jpg') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.marketing--page header.weekofdeals {
  height: 520px;
}
.marketing--page header.weekofdeals .start-button {
  margin: 20px auto 0 auto;
  display: inline-block;
}
.marketing--page header.weekofdeals .center {
  text-align: center;
}
.marketing--page header h1,
.marketing--page header h2 {
  background: rgba(0, 0, 0, 0.75);
  padding: 17px 25px 20px 25px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 0 0 15px 0;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.marketing--page header h1 {
  line-height: 48px;
  font-size: 38px;
  font-weight: 500;
}
.marketing--page header h2 {
  font-size: 24px;
  line-height: 38px;
}
.marketing--page .relative {
  position: relative;
}
.marketing--page .content--main {
  padding: 80px 0 10px 0;
  min-height: 300px;
  position: relative;
}
.marketing--page .content--main.centered {
  text-align: center;
}
.marketing--page .content--main .intro {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0;
}
.marketing--page p.intro {
  background: rgba(0, 0, 0, 0.48);
  padding: 17px 25px;
  line-height: 1.188em;
  text-align: center;
  display: block;
  letter-spacing: 0px;
  font-size: 2.688em;
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
}
.marketing--page .code-paragraph {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 1.713em !important;
  background: rgba(0, 0, 0, 0.48);
  letter-spacing: 0px;
  display: inline-block;
  padding: 9px 15px 9px 21px !important;
}
.marketing--page .copycode {
  height: 100px;
  width: 218px;
  top: -44px;
  left: 573px;
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  display: block;
  cursor: pointer;
}
.marketing--page .copycode .inner {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 0px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.marketing--page .copycode .inner:after,
.marketing--page .copycode .inner:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.marketing--page .copycode .inner:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.marketing--page .copycode .inner:before {
  border-color: rgba(140, 140, 140, 0);
  border-top-color: #d5d5d5;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.marketing--page .code {
  height: 36px;
  width: 210px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  background: none;
  line-height: 19px;
  display: inline-block;
  cursor: text;
  margin-top: -6px;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-align: left;
}
.marketing--page .weekofdeals .code {
  color: #fff !important;
  width: 230px;
  margin-top: 0;
}
.marketing--page .allCodesList {
  list-style: none;
  margin: 50px 0;
}
.marketing--page .allCodesList h2 {
  font-size: 2.000em;
  line-height: 1.188em;
  margin-bottom: 20px;
  font-family: "Futura Std", "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #181818;
}
.marketing--page .allCodesList ul {
  float: left;
  margin: 0 0 20px 0;
}
.marketing--page .allCodesList ul li {
  width: 168px;
  height: 168px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 20px 20px 0px;
  background: #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 20px 20px 20px;
}
.marketing--page .allCodesList ul li .thecode {
  font-weight: bold;
}
.marketing--page .allCodesList ul li.inactive {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.marketing--page .allCodesList ul li.inactive .thecode {
  text-decoration: line-through;
}
.marketing--page .allCodesList ul li p {
  font-size: 15px;
  line-height: 22px;
}
.marketing--page .m-modal {
  width: 500px;
  heigth: auto;
  padding: 20px 25px;
  background: #fff;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -250px;
  z-index: 99999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.marketing--page .m-modal h1 {
  color: #000;
}
.marketing--page .m-modal p {
  font-size: 24px;
  line-height: 31px;
  color: #737373;
  margin: 0 0 15px 0;
}
.marketing--page .m-modal .code {
  font-size: 24px;
}
.marketing--page .m-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
.marketing--page .btn--redeem-now {
  margin: 0 auto;
  background: #ec008c;
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border: none;
  text-decoration: none;
  margin-bottom: 20px;
  line-height: normal;
  padding: 16px 55px;
  text-transform: uppercase;
  font-family: "futura-pt", arial, sans-serif;
  margin: 0;
  cursor: pointer;
}
.marketing--page .btn--redeem-now:after {
  display: block;
  z-index: -1;
  position: absolute;
  background: transparent;
  width: 75%;
  height: 99%;
  content: '';
  right: 8px;
  bottom: 13px;
  -webkit-box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 11px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: skew(6deg) rotate(3deg);
  -moz-transform: skew(6deg) rotate(3deg);
}
.marketing--page .fineprint {
  font-size: 12px;
  margin-top: 100px;
}
.marketing--page .faq {
  background: #f2f7f9;
  padding: 70px 0 30px 0;
  margin-top: 0;
}
.marketing--page .faq h2 {
  font-size: 2.000em;
  line-height: 1.188em;
  margin-bottom: 20px;
  font-family: "Futura Std", "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #181818;
}
.marketing--page .faq h3 {
  font-size: 1.438em;
  line-height: 1.313em;
  margin-bottom: 8px;
  color: #575656;
  font-weight: 500;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.marketing--page .faq p {
  margin: 0 0 40px 0;
}
.weekofdeals {
  background: #f6f6f6;
  background: #fff;
}
.weekofdeals .m-overlay {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
}
.weekofdeals .m-modal {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  background: #fff;
  z-index: 99999;
  position: fixed;
  top: 45%;
  width: 500px;
  height: 250px;
  left: 50%;
  margin-left: -250px;
  margin-top: -125px;
}
.weekofdeals .m-modal header {
  background: #e5e5e5;
  height: 70px;
  padding: 22px 0 0 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 0 0px 0;
}
.weekofdeals .m-modal .main {
  padding: 22px;
}
.weekofdeals .m-modal .code {
  font-weight: bold;
  color: #ec008c;
}
.weekofdeals .m-modal h1 {
  font-size: 35px;
  margin: 0 0 0px 0;
  color: #000;
}
.weekofdeals .m-modal p {
  font-size: 18px;
  line-height: 28px;
}
.weekofdeals header {
  background: url('/v2/images/tendaysofdeals.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 90px 0 20px 0;
  margin-bottom: 30px;
}
.weekofdeals header h1,
.weekofdeals header h2,
.weekofdeals header h3 {
  color: #fff;
}
.weekofdeals p,
.weekofdeals h1,
.weekofdeals h2,
.weekofdeals h3 {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
}
.weekofdeals p.center,
.weekofdeals h1.center,
.weekofdeals h2.center,
.weekofdeals h3.center {
  text-align: center;
}
.weekofdeals h1 {
  font-size: 75px;
  letter-spacing: -1;
  color: #000;
  line-height: 29px;
  margin: 0 0 45px 0;
}
.weekofdeals h2 {
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 30px 0;
  color: #505050;
}
.weekofdeals h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.weekofdeals .allopenmessage {
  padding: 20px 30px;
  display: inline-block;
  border: 4px solid #fff;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.weekofdeals .extendedseal {
  position: absolute;
  top: -152px;
  right: -50px;
}
.weekofdeals .deal {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px 20px 10px 20px;
  height: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}
.weekofdeals .deal .secondary--btn {
  position: absolute;
  bottom: 20px;
  width: 140px;
}
.weekofdeals .deal .code {
  font-weight: bold;
  color: #ec008c;
  font-size: 18px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.weekofdeals .deal .questionmark {
  display: none;
}
.weekofdeals .deal .checkback {
  display: none;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #b0b0b0;
  margin-top: 33px;
}
.weekofdeals .deal .dealended {
  display: none;
}
.weekofdeals .deal.active:hover .code {
  font-size: 20px;
}
.weekofdeals .deal.inactive {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
.weekofdeals .deal.inactive h1,
.weekofdeals .deal.inactive h2,
.weekofdeals .deal.inactive h3,
.weekofdeals .deal.inactive p,
.weekofdeals .deal.inactive .secondary--btn {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
.weekofdeals .deal.inactive .dealended {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
.weekofdeals .deal.unknown {
  border: 3px dashed #e5e5e5;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0), 0px 1px 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0), 0px 1px 2px 0px rgba(0, 0, 0, 0);
}
.weekofdeals .deal.unknown h2,
.weekofdeals .deal.unknown h3,
.weekofdeals .deal.unknown p,
.weekofdeals .deal.unknown .secondary--btn {
  display: none;
}
.weekofdeals .deal.unknown .questionmark {
  font-size: 90px;
  font-weight: bold;
  margin-top: 65px;
  display: block;
  color: #b0b0b0;
}
.weekofdeals .deal.unknown .checkback {
  display: block !important;
}
.weekofdeals.dealover .deal {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
.weekofdeals.dealover .deal h1,
.weekofdeals.dealover .deal h2,
.weekofdeals.dealover .deal h3,
.weekofdeals.dealover .deal p,
.weekofdeals.dealover .deal .secondary--btn {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
.weekofdeals.dealover .dealended {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
.weekofdeals .secondary--btn {
  background: #ec008c;
  color: #fff;
  padding: 10px 20px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.weekofdeals .faq {
  border-top: 1px solid #e5e5e5;
  padding: 60px 0 50px 0;
  margin-top: 40px;
}
