/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px / 1.2 "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:url(../img/bg-tile.jpg) repeat;
}

img {
  vertical-align: top;
  border: none;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #48b0f7;
}

a:hover,
a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.top-nav:after, .logo-block:after, .banner:after, .footer:after {
  display:block;
  clear:both;
  content:'';
}
#holder {
	width:1000px;
	margin:0 auto;
  padding-top:20px;
	text-align:center;
  background:#FFF;
  position:relative;
	/*background:url(../img/bg-rep.png) repeat-y;*/
}
#holder:before {
    box-shadow: -30px 0 30px -30px #002e59 inset;
    content: " ";
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
    width: 30px;
}
#holder:after {
    box-shadow: 30px 0 30px -30px #002e59 inset;
    content: " ";
    height: 100%;
    position: absolute;
    right: -30px;
    top:0;
    width: 30px;
}
.frame {
	width:950px;
	margin:0px auto;
	text-align:left;
}
.header .holder {
	margin:0px 15px;
}
.top-nav {
	font-size:16px;
  line-height:18px;
	color:#000000;
  text-align:right;
}
.top-nav a {
	color:#000000;
	text-decoration:none;
}
.top-nav a:hover {
	text-decoration:underline;
}

.logo-block .left {
	float:left;
}
.logo-block .right {
	float:right;
}
.divider {
	background:url(../img/img-divider.png) center center no-repeat;
	height:3px;
	margin:10px 0;
}
h2 {
  font: 300 42px/42px "Open Sans", Arial, Helvetica, sans-serif;
  color:#000;
  text-align:center;
  font-style:italic;
}
h2 span {
  font: 800 42px / 42px "Open Sans", Arial, Helvetica, sans-serif;
  color:#cf77ac;
  font-style:italic;
}
.txt-block {
  font: 16px / 1.2 "Open Sans", Arial, Helvetica, sans-serif;
}

.gallery {
  width: 419px;
  height: 314px;
  display: inline-block !important;
}

.pink-gradient {
  background-image: url("../img/mid-bx-bg-rep.png");
  background-repeat: repeat-y;
  padding: 5px 120px 30px 15px;
  width: 531px;
  height: 316px;
  vertical-align: top;
  float: right;
}

.pink-gradient p{
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
}

.products-header {
  padding-top: 25px;
}

.products {
  margin: auto 60px;
  text-align: center;
}

.product {
  text-align: center;
  display: inline-block;
}

.product:first-child {
  margin-right: 20px;
}

.product:last-child {
  margin-top: 30px;
  margin-bottom: 20px;
}

.product p{
  font-style: italic;
  font-size: 17px;
  margin-bottom: 5px;
}
.product h3 {
  color: #E578AF;
  font-style: italic;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 5px;
}

.shop-btn {
  background-color: #C41E66;
  border-radius: 3px;
  width: 100px;
  height: 22px;
  font-size: 10px;
  font-weight: 800;
  line-height: 22px;
  margin: auto;
}
.shop-btn > a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.shop-btn img {
  display: inline-block;
  margin-top: 3px;
}

.callout {
  text-align: center;
  padding-top: 30px;
  margin: auto 80px;
}

.callout img {
  margin-bottom: 30px;
}

.callout h2, .callout span {
  font-size: 30px;
}

.callout a {
  text-decoration: none;
  color:#E578AF;
}

.retailers {
  padding-bottom: 80px;
}

.amazon {
  margin-top: 10px;
  margin-right: 20px;
}
 
.footer-divider {
  background-color: #E24A9C;
  width: 100%;
  text-align: center;
}

.footer {
  background-color: #254b7d;
  color: #ffffff;
  font-style: italic;
  padding:0px 40px;
  height: 70px;
  text-align:left;
}

.footer span > a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 800;
}

.social {
  float:right;
  text-align: right;
}
.social a {
  margin:0px 0 0 5px;
  height:100%;
}
.social > span {
  display:block;
  margin-bottom:3px;
}
.top-menu {
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
}
.top-menu li {
    display:inline-block;
    margin:10px 0px;
    padding:2px 35px;
    border-right: #000000 2px solid;
    font-size:24px;
    line-height:26px;
    text-transform:uppercase;
}
.top-menu li:last-child {border-right:none;padding-right:0;margin-right:0;}
.top-menu a {color:#000000;text-decoration:none;}
.top-menu a:hover {text-decoration:underline;}
.xtra {margin:30px 0 0 20px;}
.banner-custom {
  background:url(../img/img-custom-bicycles.png) no-repeat;
  text-align:right;
  margin:15px 40px 0 0;
}
.banner-custom ul {
  list-style:none;
  margin:8px 0;
}
.banner-custom ul li {
  display:inline-block;
  text-align:left;
  text-indent:-9999px;
  white-space: nowrap;
  overflow: hidden;
  margin-left:5px;
}
.banner-custom ul li a {
  display:block;
}
.banner-custom ul li.ico-insta {
  background:url(../img/ico-instagram-dark.png) no-repeat;
  width:27px;
  height:28px;
}
.banner-custom ul li.ico-fb {
  background:url(../img/ico-facebook-dark.png) no-repeat;
  width:28px;
  height:28px;
}
.banner-custom ul li.ico-twit {
  background:url(../img/ico-twitter-dark.png) no-repeat;
  width:34px;
  height:28px;
}
.hashtag {
  font-size: 20px;
}
.hashtag a {
  text-decoration:none;
  font-weight:800;
  color:#000000;
  display:block;
  height:100%;
}
h3 {
    font-weight:normal;
    text-align:center;
    font-size:23px;
    line-height:24px;
    margin:20px 0;
}
h3 span {
  font-weight:bold;
  font-style:italic;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.row.step-1 {
  width:500px;
  margin:20px auto 0 auto;
  text-align:center;
}
.row .col {
  display:inline-block;
  text-align:center;
  vertical-align:top;
  width:49%;
}
.row p {
  margin:10px 0px;
  font-size:14px;
  line-height:19px;
}
.step-1 label.choose-bike span {
  width:200px;
  display:block;
  color:#FFFFFF;
  margin:0 auto;
  text-align:center;
  padding:17px 0px;
  cursor:pointer;
  background:#c7c7c7;
  font-weight:600;
  transition:all .2s ease;
  font-size:21px;
  line-height:22px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 12px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 12px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12px;
}

.step-1 label.choose-bike input[type="radio"] {
  display:none;
}

.step-1 label.choose-bike input[type="radio"]:checked + span {
  background:#254b7d;
  color:#fff;
}

.description {min-height:60px;}

.swatches {
  width:140px;
  text-align:center;
  margin:0 auto;
}
.swatches label span {
  width:27px;
  height:26px;
  line-height:29px;
  display:inline-block;
  color:#FFFFFF;
  margin:0 3px 3px 3px;
  text-indent:-9999px;
  overflow:hidden;
  text-align:center;
  padding:0px;
  cursor:pointer;
  font-weight:600;
  transition:all .2s ease;
  font-size:2px;
}
.swatches label input[type="radio"] {
  display:none;
}
.swatches label input[type="radio"]:checked + span {
  box-shadow:inset 0px 0px 5px 5px rgba(0,0,0,0.3);
  border-radius:2px;
}
.swatches label.white span { background: url(../img/swatch-white.png) no-repeat; }
.swatches label.black span { background: url(../img/swatch-black.png) no-repeat; }
.swatches label.black-white span { background: url(../img/swatch-black-white.png) no-repeat; }
.swatches label.red span { background: url(../img/swatch-red.png) no-repeat; }
.swatches label.blue span { background: url(../img/swatch-lt-blue.png) no-repeat; }
.swatches label.yellow span { background: url(../img/swatch-yellow.png) no-repeat; }
.swatches label.green span { background: url(../img/swatch-green.png) no-repeat; }
.swatches label.orange span { background: url(../img/swatch-orange-2.png) no-repeat; }
.swatches label.grey span { background: url(../img/swatch-grey.png) no-repeat; }
.swatches label.light-green-sm span { background: url(../img/swatch-sm-light-green.png) no-repeat; }
.swatches label.pink-sm span { background: url(../img/swatch-sm-pink.png) no-repeat; }
.swatches label.red-sm span { background: url(../img/swatch-sm-red.png) no-repeat; }

.swatches label.grey-orange-sm span { background: url(../img/swatch-sm-grey-orange.png) no-repeat; }
.swatches label.yellow-sm span { background: url(../img/swatch-sm-grey-orange.png) no-repeat; }
.swatches label.black-sm span { background: url(../img/swatch-sm-grey-orange.png) no-repeat; }

.swatches label.white span { background: url(../img/swatch-white.png) no-repeat; }
.swatches label.natural span { background: url(../img/swatch-natural.png) no-repeat; }

.swatches.micro {
  width:140px;
  text-align:center;
  margin:0 auto;
/*  opacity: 0.5;*/
  opacity: 1;
}

.swatches.micro label {

}

.swatches.micro label span {
  width:16px;
  height:16px;
  line-height:16px;
  display:inline-block;
  color:#FFFFFF;
  margin:0 3px 3px 3px;
  text-indent:-9999px;
  overflow:hidden;
  text-align:center;
  padding:0px;
  cursor:pointer;
  font-weight:600;
  transition:all .2s ease;
  font-size:2px;
  opacity: 0.5;
}
.swatches.micro label input[type="radio"] {
  display:none;
}
.swatches.micro label input[type="radio"]:checked + span {
  box-shadow:inset 0px 0px 3px 3px rgba(0,0,0,0.3);
  border-radius:2px;
  opacity: 1;
}

.row.step-2 {
  width:750px;
  margin:20px auto 0 auto;
  text-align:center;
}
.step-2 h3 {margin:0px 0 0px 0;}
.row.step-2 .col {
  display:inline-block;
  text-align:center;
  vertical-align:top;
  width:24%;
  position:relative;
}
.row.step-2 .col:before {
  content: url(../img/img-divider-vert.png);
  width:3px;
  height:246px;
  left:-2px;
  top:-25px;
  position:absolute;
}
.row.step-2 .col:last-child::after  {
  content: url(../img/img-divider-vert.png);
  width:3px;
  height:246px;
  right:-2px;
  top:-25px;
  position:absolute;
}
.row.step-2 .section-img {
  margin:0 auto;
  height:120px;
}
.section-img.tires {
  width:89px;
  height:92px;
  background:url(../img/ico-tires.png) center center no-repeat;
}
.section-img.grips {
  width:107px;
  height:79px;
  background:url(../img/ico-grips.png) center center no-repeat;
}
.section-img.chain {
  width:94px;
  height:93px;
  background:url(../img/ico-chain.png) center center no-repeat;
}
.preview-frame {
  margin:35px 0;
  width:1000px;
  height:592px;
  background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(30,72,110,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(30,72,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(30,72,110,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1e486e',GradientType=0 ); /* IE6-9 */
}
.preview, .bar-left, .bar-right {
  display:inline-block;
  height:592px;
}
.bar-left, .bar-right {
  position:relative;
  width:50px;
}
.bg-switch {
  position:absolute;
  top:0px;
  right:0px;
  z-index:999;
  padding:5px;
  background:#000;
  color:#FFF;
  text-align:center;
}
.bg-switch .bg-txt {font-size:9px;}
.bg-switch a {
  display:inline-block;
  font-size:15px;
  line-height:16px;
  font-weight:bold;
  color:#FFF;
  text-decoration:none;
}
.bg-switch a:after {
  content:' - ';
}
.bg-switch a:last-child::after {
  content:'';
}
.ico-email, .ico-print {
  position:absolute;
  bottom:10px;
  left:10px;
}
.ico-email a {
  display:block;
  background:url(../img/ico-email.png) no-repeat;
  width:34px;
  height:38px;
  text-indent:-99999px;
  overflow:hidden;
}
.ico-print a {
  display:block;
  background:url(../img/ico-print.png) no-repeat;
  width:33px;
  height:43px;
  text-indent:-99999px;
  overflow:hidden;
}
.step-3 .title-bar label span {
  width:225px;
  color:#FFF;
  font-size:16px;
  font-weight:600;
  line-height:17px;
  background:#c7c7c7;
  display:block;
  margin:0 auto 10px auto;
  text-align:center;
  padding:7px 0px;
  cursor:pointer;
  transition:all .2s ease;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}

.row.step-3 {
  width:850px;
  margin:20px auto 0 auto;
  text-align:center;
}
.step-3 h3 {margin:0px 0 0px 0;}
.row.step-3 .col {
  display:inline-block;
  text-align:center;
  vertical-align:top;
  width:33%;
  position:relative;
  margin:10px 0;
}
.step-3 .title-bar label input[type="radio"],
.step-3 .title-bar label input[type="checkbox"] {
  display:none;
}

.step-3 .title-bar label input[type="radio"]:checked + span,
.step-3 .title-bar label input[type="checkbox"]:checked + span {
  background:#254b7d;
  color:#fff;
}
.row.step-4 {
  width:850px;
  margin:20px auto 0 auto;
  text-align:center;
}
.step-4 .notes {
	width:540px;
	height:340px;
	border:#254e73 2px solid;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
  padding:10px;
}
textarea.notes::-webkit-input-placeholder, .step-4 .notes::-moz-placeholder, .step-4 .notes:-ms-input-placeholder, .step-4 .notes:-moz-placeholder {
  color: #c7c7c7;
  font-size:22px;
}
.row.step-4 .col {
  display:inline-block;
  text-align:left;
  vertical-align:top;
  width:550px;
  position:relative;
  margin:10px 0;
}
.step-4 .col.info {
	width:215px;
}
.step-4 .fileContainer {
    overflow: hidden;
    position: relative;
  width:200px;
  color:#FFF;
  font-size:26px;
  font-weight:600;
  line-height:27px;
  background:#254e73;  
  display:block;
  text-align:center;
  padding:16px 0px;
  cursor:pointer;
  transition:all .2s ease;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}

.step-4 .fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.step-4 .info p {
	font-size:17px;
	line-height:22px;
	text-align:left;
	margin-bottom:15px;
}
.step-4 #upload_results {
margin-top:40px;
	width:200px;
	border:#254e73 2px solid;
	height: 150px;
	overflow:hidden;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}
.footer-divider {
  background:#254b7d url(../img/ft-sep.png) center center no-repeat;
  height:12px;
}
.footer {padding:15px 40px 30px;height:auto;}

.row.step-5 {
  width:850px;
  margin:25px auto 0 auto;
  text-align:center;
}
.step-5 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.step-5 ul li {
    margin:20px 0;
}
  .form-wrapper label  {
  display:inline-block;
  text-align:right;
  vertical-align:middle;
	width:210px;
    font-size:21px;
    line-height:23px;
		margin-right:15px;
		font-weight:bold;
}
  .form-wrapper input {
  display:inline-block;
  text-align:left;
  vertical-align:middle;
	width:445px;
	border: #a2a0a1 1px solid;
	padding: 7px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}
.step-5 input[type=submit] {
  width:200px;
  color:#FFF;
  font-size:26px;
  font-weight:600;
  line-height:27px;
  background:#254e73;  
  display:block;
  text-align:center;
  padding:16px 0px;
  cursor:pointer;
	border: 0;
  transition:all .2s ease;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}
.ft-note p {
	margin:25px 0;
	font-size:23px;
	line-height:28px;
}

.row.step-5 .totals {
  width:520px;
  margin:35px auto 0 auto;
  text-align:center;
}
.row.step-5 .totals .col {
	vertical-align:middle;
	text-align:left;
	width:210px;
	margin:0 10px;
	font-size:23px;
	line-height:25px;
	font-weight:bold;
}
.row.step-5 span {	
	display:block;
	color:#66b500;
}

	.preview {
		width:880px;
		height: 592px;
		position: relative;
		background: url('../img/bg1.jpg');
    border:#000 1px solid;
	}

  #frame_image {
    position: absolute;
    width: 880px;
    height: 592px;
    z-index: 10;
  }

	#bike_image {
		position: absolute;
		width: 880px;
		height: 592px;
		z-index: 1;
	}

	#tires_image {
		position: absolute;
		width: 880px;
		height: 592px;
		z-index: 2;
	}

	#grips_image {
		position: absolute;
		width: 880px;
		height: 592px;
		z-index: 3;
	}

	#chain_image {
		position: absolute;
		width: 880px;
		height: 592px;
		z-index: 4;
	}
.add-to-cart {
  margin-top:2px;

  /* AZ */
  visibility: hidden;
}


.add-to-cart span {
  width:110px;
  color:#FFF;
  font-size:14px;
  font-weight:600;
  line-height:16px;
  background:#009612;
  display:block;
  margin:0 auto 10px auto;
  text-align:center;
  padding:4px 0px;
  cursor:pointer;
  transition:all .2s ease;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}


.add-to-cart.cart-remove span {
  width: 150px;
  background: #cccccc;
}




/* AZ  */
  label.error {
    color: #ff0000;
		font-size:14px;
		line-height:15px;
		text-align:center;
		display:block;
		margin-top:5px;
  }

  .qtip-default {
    border: 2px solid #151515 !important;
    background-color: #ffffff !important;
  }

  .popup-caption {
    text-align: center;
    color: #ffffff;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
  }
  .popup-img {
    text-align: center;
  }

  .acc {
    display: none;
  }

  .layer-disable {
    position: absolute;
    width: 180px;
    height: 210px;
    display: none;
  }

  .row.step-2.disable {
    opacity: 0.3;
  }