/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSSHat mixins */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* CSS3 mixins */
.rickshaw_graph .detail {
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 1px;
  transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
}
.rickshaw_graph .detail.inactive {
  opacity: 0;
}
.rickshaw_graph .detail .item.active {
  opacity: 1;
}
.rickshaw_graph .detail .x_label {
  font-family: Arial, sans-serif;
  border-radius: 3px;
  padding: 6px;
  opacity: 0.5;
  border: 1px solid white;
  font-size: 12px;
  position: absolute;
  background: white;
  white-space: nowrap;
}
.rickshaw_graph .detail .item {
  position: absolute;
  z-index: 2;
  border-radius: 3px;
  padding: 0.25em;
  font-size: 12px;
  font-family: Arial, sans-serif;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-left: 1em;
  margin-top: -1em;
  white-space: nowrap;
}
.rickshaw_graph .detail .item.active {
  opacity: 1;
  background: white;
}
.rickshaw_graph .detail .item:before {
  content: "\25c2";
  position: absolute;
  left: -0.5em;
  color: rgba(0, 0, 0, 0.7);
  width: 0;
}
.rickshaw_graph .detail .dot {
  width: 4px;
  height: 4px;
  margin-left: -4px;
  margin-top: -3px;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: white;
  border-width: 2px;
  border-style: solid;
  display: none;
  background-clip: padding-box;
}
.rickshaw_graph .detail .dot.active {
  display: block;
}
/* graph */
.rickshaw_graph {
  position: relative;
}
.rickshaw_graph svg {
  display: block;
  overflow: hidden;
}
/* ticks */
.rickshaw_graph .x_tick {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0px;
  border-left: 1px dotted rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
.rickshaw_graph .x_tick .title {
  position: absolute;
  font-size: 12px;
  font-family: Arial, sans-serif;
  opacity: 0.5;
  white-space: nowrap;
  margin-left: 3px;
  bottom: 1px;
  color: white;
  fill: white;
}
/* annotations */
.rickshaw_annotation_timeline {
  height: 1px;
  border-top: 1px solid white;
  margin-top: 10px;
  position: relative;
}
.rickshaw_annotation_timeline .annotation {
  position: absolute;
  height: 6px;
  width: 6px;
  margin-left: -2px;
  top: -3px;
  border-radius: 5px;
  background-color: white;
}
.rickshaw_graph .annotation_line {
  position: absolute;
  top: 0;
  bottom: -6px;
  width: 0px;
  border-left: 2px solid white;
  display: none;
}
.rickshaw_graph .annotation_line.active {
  display: block;
}
.rickshaw_graph .annotation_range {
  background: rgba(255, 255, 255, 0.6);
  display: none;
  position: absolute;
  top: 0;
  bottom: -6px;
}
.rickshaw_graph .annotation_range.active {
  display: block;
}
.rickshaw_graph .annotation_range.active.offscreen {
  display: none;
}
.rickshaw_annotation_timeline .annotation .content {
  background: white;
  color: white;
  opacity: 0.9;
  padding: 5px 5px;
  box-shadow: 0 0 2px white;
  border-radius: 3px;
  position: relative;
  z-index: 20;
  font-size: 12px;
  padding: 6px 8px 8px;
  top: 18px;
  left: -11px;
  width: 160px;
  display: none;
  cursor: pointer;
}
.rickshaw_annotation_timeline .annotation .content:before {
  content: "\25b2";
  position: absolute;
  top: -11px;
  color: white;
  text-shadow: 0 -1px 1px #ffffff;
}
.rickshaw_annotation_timeline .annotation.active,
.rickshaw_annotation_timeline .annotation:hover {
  background-color: white;
  cursor: none;
}
.rickshaw_annotation_timeline .annotation .content:hover {
  z-index: 50;
}
.rickshaw_annotation_timeline .annotation.active .content {
  display: block;
}
.rickshaw_annotation_timeline .annotation:hover .content {
  display: block;
  z-index: 50;
}
.rickshaw_graph .y_axis,
.rickshaw_graph .x_axis_d3 {
  fill: none;
}
.rickshaw_graph .y_ticks .tick,
.rickshaw_graph .x_ticks_d3 .tick {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 1px;
  shape-rendering: crisp-edges;
  pointer-events: none;
  color: white;
  fill: white;
}
.plain {
  color: white;
  fill: white;
}
.domain {
  display: none;
}
.rickshaw_graph .y_grid .tick,
.rickshaw_graph .x_grid_d3 .tick {
  z-index: -1;
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 1px;
  stroke-dasharray: 1 1;
}
.rickshaw_graph .y_grid path,
.rickshaw_graph .x_grid_d3 path {
  fill: none;
  stroke: none;
}
.rickshaw_graph .y_ticks path,
.rickshaw_graph .x_ticks_d3 path {
  fill: none;
  stroke: white;
}
.rickshaw_graph .y_ticks text,
.rickshaw_graph .x_ticks_d3 text {
  opacity: 0.5;
  font-size: 12px;
  pointer-events: none;
}
.rickshaw_graph .x_tick.glow .title,
.rickshaw_graph .y_ticks.glow text {
  fill: white;
  color: white;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0), 1px -1px 0 rgba(255, 255, 255, 0), 1px 1px 0 rgba(255, 255, 255, 0), 0px 1px 0 rgba(255, 255, 255, 0), 0px -1px 0 rgba(255, 255, 255, 0), 1px 0px 0 rgba(255, 255, 255, 0), -1px 0px 0 rgba(255, 255, 255, 0), -1px -1px 0 rgba(255, 255, 255, 0);
}
.rickshaw_graph .x_tick.inverse .title,
.rickshaw_graph .y_ticks.inverse text {
  fill: white;
  color: white;
  text-shadow: -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 1px 0 #ffffff, 0px 1px 0 #ffffff, 0px -1px 0 #ffffff, 1px 0px 0 #ffffff, -1px 0px 0 #ffffff, -1px -1px 0 #ffffff;
}
.rickshaw_legend {
  font-family: Arial;
  font-size: 12px;
  color: white;
  background: #404040;
  display: inline-block;
  padding: 12px 5px;
  border-radius: 2px;
  position: relative;
}
.rickshaw_legend:hover {
  z-index: 10;
}
.rickshaw_legend .swatch {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.rickshaw_legend .line {
  clear: both;
  line-height: 140%;
  padding-right: 15px;
}
.rickshaw_legend .line .swatch {
  display: inline-block;
  margin-right: 3px;
  border-radius: 2px;
}
.rickshaw_legend .label {
  margin: 0;
  white-space: nowrap;
  display: inline;
  font-size: inherit;
  background-color: transparent;
  color: inherit;
  font-weight: normal;
  line-height: normal;
  padding: 0px;
  text-shadow: none;
}
.rickshaw_legend .action:hover {
  opacity: 0.6;
}
.rickshaw_legend .action {
  margin-right: 0.2em;
  font-size: 10px;
  opacity: 0.2;
  cursor: pointer;
  font-size: 14px;
}
.rickshaw_legend .line.disabled {
  opacity: 0.4;
}
.rickshaw_legend ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 2px;
  cursor: pointer;
}
.rickshaw_legend li {
  padding: 0 0 0 2px;
  min-width: 80px;
  white-space: nowrap;
}
.rickshaw_legend li:hover {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}
.rickshaw_legend li:active {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
/* VARIABLES */
/* MIXINS */
.team-member {
  background-image: url('/images/about-member.png');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  width: 300px;
}
.team-member.tony-devincenzi {
  background-image: url('/images/team-member-tony-devincenzi.png');
}
.team-member.matt-blackshaw {
  background-image: url('/images/team-member-matt-blackshaw.png');
}
.team-member.david-lakatos {
  background-image: url('/images/team-member-david-lakatos.png');
}
.team-member.matt-robben {
  background-image: url('/images/team-member-matt-robben.png');
}
.team-member.tolga-tezel {
  background-image: url('/images/team-member-tolga-tezel.png');
}
.team-member.patrick-rowell {
  background-image: url('/images/team-member-patrick-rowell.png');
}
.team-member.cody-osborne {
  background-image: url('/images/team-member-cody-osborne.png');
}
.team-member.joe-goldbeck {
  background-image: url('/images/team-member-joe-goldbeck.png');
}
.team-member.scott-robinson {
  background-image: url('/images/team-member-scott-robinson.png');
}
.team-member.david-yamnitsky {
  background-image: url('/images/team-member-david-yamnitsky.png');
}
.team-member.angie-coleman {
  background-image: url('/images/team-member-angie-coleman.png');
}
.team-member.kyle-vascovitz {
  background-image: url('/images/team-member-kyle-vascovitz.png');
}
.team-member.yoeun-pen {
  background-image: url('/images/team-member-yoeun-pen.png');
}
.team-member.sold-team {
  background-image: url('/images/team-member-sold.png');
}
.tony-devincenzi-image {
  background-image: url('/images/team-member-tony-devincenzi.png');
}
.matt-blackshaw-image {
  background-image: url('/images/team-member-matt-blackshaw.png');
}
.david-lakatos-image {
  background-image: url('/images/team-member-david-lakatos.png');
}
.matt-robben-image {
  background-image: url('/images/team-member-matt-robben.png');
}
.tolga-tezel-image {
  background-image: url('/images/team-member-tolga-tezel.png');
}
.patrick-rowell-image {
  background-image: url('/images/team-member-patrick-rowell.png');
}
.cody-osborne-image {
  background-image: url('/images/team-member-cody-osborne.png');
}
.joe-goldbeck-image {
  background-image: url('/images/team-member-joe-goldbeck.png');
}
.scott-robinson-image {
  background-image: url('/images/team-member-scott-robinson.png');
}
.david-yamnitsky-image {
  background-image: url('/images/team-member-david-yamnitsky.png');
}
.angie-coleman-image {
  background-image: url('/images/team-member-angie-coleman.png');
}
.kyle-vascovitz-image {
  background-image: url('/images/team-member-kyle-vascovitz.png');
}
.yoeun-pen-image {
  background-image: url('/images/team-member-yoeun-pen.png');
}
.sold-team-image {
  background-image: url('/images/team-member-sold.png');
}
.sold-pattern {
  background: url('/images/base-background.jpg');
  background-size: 110px 200px;
  background-color: #f1f1f1;
  background-repeat: repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sold-pattern {
    background-image: url('/images/base-background@2x.jpg');
  }
}
.soft-divider {
  height: 20px;
  margin: 40px 0px 40px 0px;
  background: url('/images/soft-divider.png');
  background-size: 940px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7000);
  filter: alpha(opacity=7000);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .soft-divider {
    background-image: url('/images/soft-divider@2x.png');
    background-size: 940px 20px;
  }
}
.hard-divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
  clear: both;
}
.hard-divider.dark {
  border-bottom: 1px solid #dedede;
}
.wrapper.dark {
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.wrapper.black {
  background-color: black;
  border-top: none;
  border-bottom: none;
}
::-moz-selection {
  background: #3e89ce;
  color: white;
  text-shadow: none;
}
::selection {
  background: #3e89ce;
  color: white;
  text-shadow: none;
}
/*********************/
/* STANDARD ELEMENTS */
/*********************/
select {
  color: black !important;
}
nav {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 22px;
  letter-spacing: 0px;
}
input {
  height: 48px;
  padding-left: 15px;
  border: none;
  vertical-align: bottom;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #bbb;
  color: black;
  color: inset 0 1px 3px rgba(0,0,0,.20);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.20);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.20);
}
input::-webkit-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder {
  color: #aaa;
}
input::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder {
  color: #aaa;
}
input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(255, 255, 255, 0.65) !important;
  box-shadow: 0px 0px 7px 3px rgba(255, 255, 255, 0.65) !important;
}
button {
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 2px;
  display: inline-block;
  height: 50px;
  background-color: black;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 22px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
button:hover {
  background-color: #1c4870;
}
button.disabled {
  pointer-events: none;
  background-color: white;
  color: #eaeaea;
  border: 1px solid #eaeaea;
}
/* TYPE STYLES */
@font-face {
  font-family: 'AvantBoldOblique';
  src: url('/fonts/avant-bold-oblique.eot');
  src: url('/fonts/avant-bold-oblique.eot?#iefix') format('embedded-opentype'), url('/fonts/avant-bold-oblique.woff') format('woff'), url('/fonts/avant-bold-oblique.ttf') format('truetype'), url('/fonts/avant-bold-oblique.svg#AftaserifRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.avant-bold-oblique {
  font-family: 'AvantBoldOblique', sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'AvantBookCondensed';
  src: url('/fonts/avant-book-condensed.eot');
  src: local('☺'), url('/fonts/avant-book-condensed.woff') format('woff'), url('/fonts/avant-book-condensed.ttf') format('truetype'), url('/fonts/avant-book-condensed.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.avant-book-condensed {
  font-family: 'AvantBookCondensed', sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'AvantBold';
  src: url('/fonts/avant-bold.eot');
  src: local('☺'), url('/fonts/avant-bold.woff') format('woff'), url('/fonts/avant-bold.ttf') format('truetype'), url('/fonts/avant-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.avant-bold {
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'AvantMedium';
  src: url('/fonts/avant-medium.eot');
  src: local('☺'), url('/fonts/avant-medium.woff') format('woff'), url('/fonts/avant-medium.ttf') format('truetype'), url('/fonts/avant-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.avant-medium {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
}
p {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #454545;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 39px;
  letter-spacing: -2px;
  line-height: 40px;
  color: black;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
h2 {
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  color: 121212;
  letter-spacing: -1px;
  line-height: 27px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
h2.lowercase {
  text-transform: none !important;
}
h3 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 35px;
  margin: 30px 0px 20px 0px;
  color: 121212;
  height: auto;
  margin: 0px;
  padding: 0px;
}
h4 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  color: 121212;
  letter-spacing: -1px;
  line-height: 27px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
h4.lowercase {
  text-transform: none !important;
}
h5 {
  width: 300px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #bababa;
  border: 1px solid #ddd;
  padding: 25px 0px 20px 0px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
h5.dark {
  -moz-opacity: 40;
  -khtml-opacity: 40;
  -webkit-opacity: 40;
  opacity: 40;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=4000);
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: white;
}
ul {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #454545;
  margin-left: 25px;
  margin-top: 15px;
}
ul li {
  list-style-type: disc;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
}
button {
  font-size: 18px;
}
.blue-button {
  padding: 15px 15px 10px 15px;
  margin: 0px 0px 0px 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  text-indent: none;
}
.blue-button:hover {
  background-color: #2f689d;
}
.button-android {
  width: 235px;
  height: 77px;
  background-image: url('/images/google-play.png');
  background-size: 235px 77px;
  cursor: pointer;
}
.button-android.left {
  float: left;
}
a {
  color: #3e89ce;
  text-decoration: underline;
}
a:hover {
  color: black;
}
a:visited {
  color: #3e89ce;
}
nav ul li a {
  font-size: 22px;
}
@media only screen and (min-width: 480px) {
  h1 {
    font-size: 75px;
    letter-spacing: -1px;
    line-height: 75px;
  }
  h2 {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 35px;
    margin: 0px 0px 10px 0px;
  }
  h4 {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 35px;
    margin: 0px 0px 10px 0px;
  }
  h5 {
    width: 450px;
    font-family: 'AvantBold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #bababa;
    border: 1px solid #ddd;
    padding: 25px 20px 20px 20px;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 75px;
  }
  p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 75px;
    letter-spacing: -2px;
    line-height: 80px;
  }
  h2 {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
  }
  h4 {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
  }
  p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 31px;
  }
  button {
    font-size: 20px;
  }
}
/* Pages */
body {
  overflow: auto;
  height: 100%;
}
.footer-wrapper.visible {
  display: block;
}
.title-bar-wrapper.quickShow {
  background-color: #161616;
}
#tooltip {
  position: absolute;
  padding: 20px;
  margin: 0px;
  background-color: black;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  z-index: 999;
  text-align: left;
  max-width: 300px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
#tooltip h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10pt;
  line-height: 16pt;
  letter-spacing: 0px;
}
.calculator {
  background-color: #161616;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.calculator.fullscreen {
  bottom: 0px;
}
.calculator .search-container {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -480px;
  right: 0px;
  z-index: 995;
  width: 960px;
}
.calculator .search-container.active {
  top: 90px;
}
.calculator .search-container.hidden {
  display: none;
}
.calculator .search-container .message {
  position: absolute;
  top: -70px;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.calculator .search-container .message.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .search-container .message h1 {
  color: white;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 45px;
  text-align: center;
  margin-top: -25px;
}
.calculator .search-container .message p {
  margin-top: -35px;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.calculator .search-container .search {
  float: left;
  width: 80%;
  max-width: 960px;
  margin: 25px 0px 25px 0px;
  font-family: 'AvantMedium', sans-serif !important;
  font-weight: normal !important;
  padding: 0px;
  padding-top: 5px;
  color: #000000;
  border: none !important;
  text-decoration: none;
  text-indent: 50px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: url('/images/calculator-search.jpg') center left 10px no-repeat;
  background-color: white;
  height: 51px;
}
.calculator .search-container .loader {
  position: absolute;
  top: 28px;
  right: 200px;
  width: 50px;
  height: 50px;
  background: url('/images/calculator-loader.gif') center left 10px no-repeat;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.calculator .search-container .loader.visible {
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.calculator .search-container .toggle-container {
  position: relative;
  text-transform: capitalize;
  z-index: 998;
}
.calculator .search-container .toggle-container .toggle {
  float: left;
  width: 17%;
  height: 37px;
  margin: 25px 0px 0px 20px;
  background-color: #3d89ce;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  color: white;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  text-indent: 25px;
  padding-top: 19px;
}
.calculator .search-container .toggle-container .toggle .icon {
  position: absolute;
  top: 48px;
  right: 25px;
  width: 17px;
  height: 9px;
  background: url('/images/calculator-arrow.png') no-repeat;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.calculator .search-container .toggle-container .toggle .icon.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .search-container .toggle-container .drop-down {
  display: none;
  position: absolute;
  right: 9px;
  top: 75px;
  width: 163px;
  height: 100px;
  background-color: #3d89ce;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.calculator .search-container .toggle-container .drop-down.visible {
  display: block;
}
.calculator .search-container .toggle-container .drop-down .item {
  text-transform: capitalize;
  font-size: 18px;
  text-align: left;
  text-indent: 25px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0px 10px 0px;
  cursor: pointer;
}
.calculator .search-container .toggle-container .drop-down .item:hover {
  color: white;
}
.calculator .search-container .auto-complete {
  display: none;
  position: absolute;
  top: 77px;
  left: 0px;
  width: 768px;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: scroll;
  max-height: 500px;
  z-index: 9999;
}
.calculator .search-container .auto-complete.visible {
  display: block;
}
.calculator .search-container .auto-complete .tile {
  border: 1px solid white;
  border-top: 1px solid #e5e5e5;
  margin: 0px;
  padding: 10px 10px 20px 10px;
  height: 50px;
  cursor: pointer;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.calculator .search-container .auto-complete .tile:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .search-container .auto-complete .tile.error {
  text-indent: 20px;
  height: auto;
  min-height: 50px;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .search-container .auto-complete .tile .tile-image {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0px 30px 0px 0px;
  background-color: #e5e5e5;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.calculator .search-container .auto-complete .tile h2 {
  margin: 0px;
  padding: 18px 0px 0px 0px;
  font-size: 15px;
  float: left;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: none;
}
.calculator .search-container .auto-complete .tile .response-link {
  clear: both;
  height: 37px;
  margin: 70px 20px 0px 20px;
  width: auto;
  background-color: #3d89ce;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  color: white;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  padding-top: 19px;
  text-align: center;
}
.calculator .search-container .suggestions {
  clear: both;
  top: 120px;
  text-align: center;
  display: none;
}
.calculator .search-container .suggestions.visible {
  display: block;
}
.calculator .search-container .suggestions .suggestion {
  width: auto;
  display: inline-block;
  color: white;
  margin: 10px 0px 0px 10px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 10px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.calculator .search-container .suggestions .suggestion:hover {
  background-color: white;
  border: 1px solid white;
  color: black;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .chart-container {
  position: relative;
  height: 100%;
  width: 84%;
  margin: 0 auto;
  padding-top: 230px;
  margin-bottom: 90px;
  max-width: 960px;
  perspective: 900;
  -webkit-perspective: 900;
  z-index: 991;
  height: 400px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.calculator .chart-container.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .chart-container .line {
  position: absolute;
  width: 960px;
  height: 400px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.calculator .chart-container .line.visible {
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.calculator .chart-container .chart-loading {
  position: absolute;
  left: 50%;
  margin-left: -107px;
  top: 370px;
  width: 213px;
  height: 128px;
  background: url('/images/calculator-loader-black.gif') center center no-repeat;
  z-index: 998;
  display: none;
}
.calculator .chart-container .chart-loading.visible {
  display: block;
}
.calculator .chart-container .legend {
  position: absolute;
  left: 0px;
  bottom: -65px;
  color: #6e6e6e;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
}
.calculator .chart-container .legend .blue {
  text-indent: 70px;
  float: left;
  background: url('/images/calculator-legend-blue.png') no-repeat;
}
.calculator .chart-container .legend .gray {
  text-indent: 70px;
  margin-left: 40px;
  float: left;
  background: url('/images/calculator-legend-gray.png') no-repeat;
}
.calculator .chart-container .view-switch {
  display: none;
  position: absolute;
  right: -75px;
  bottom: 410px;
  width: 300px;
  height: 20px;
  z-index: 998;
}
.calculator .chart-container .view-switch.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .chart-container .view-switch .switch {
  float: left;
  color: white;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  padding: 10px 15px 8px 15px;
  cursor: pointer;
}
.calculator .chart-container .view-switch .switch.type-price {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #1e4a72;
  background-color: #2769a5;
}
.calculator .chart-container .view-switch .switch.type-price.active {
  color: white;
  background-color: #3d89ce;
}
.calculator .chart-container .view-switch .switch.type-speed {
  color: #1e4a72;
  background-color: #2769a5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.calculator .chart-container .view-switch .switch.type-speed.active {
  color: white;
  background-color: #3d89ce;
}
.calculator .chart-container .rickshaw {
  position: relative;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.calculator .chart-container .rickshaw.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .chart-container .rickshaw #chart .detail.hidden {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.calculator .chart-container .rickshaw #chart .detail .item.active {
  background-color: transparent;
  border: none;
}
.calculator .chart-container .rickshaw #chart .detail .item:before {
  display: none;
}
.calculator .chart-container .rickshaw .window {
  position: absolute;
  color: white;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  background-color: #000000;
  text-align: left;
  z-index: 998;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.calculator .chart-container .rickshaw .window.recommended {
  cursor: pointer;
  width: 200px;
}
.calculator .chart-container .rickshaw .window .dot {
  position: absolute;
  right: -32px;
  top: 10px;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 35px;
  height: 20px;
  background-image: url('/images/calculator-graphdot.png');
}
.calculator .chart-container .rickshaw .window .dot.left {
  left: -32px;
  top: 10px;
  background-image: url('/images/calculator-graphdot-left.png');
}
.calculator .chart-container .rickshaw .window .window-sold {
  padding-top: 12px;
  border: none;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  color: black;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px 10px 0px 10px;
  font-size: 12px;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .chart-container .rickshaw .window .window-ebay {
  font-size: 12px;
  border: none;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: black;
  background-color: white;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0px 10px 0px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .chart-container .rickshaw .window h1 {
  font-size: 14px;
  margin: 0px 0px 10px 0px !important;
  padding: 10px 10px 0px 10px;
  color: white;
  line-height: 20px;
  letter-spacing: 0px;
}
.calculator .chart-container .rickshaw .window p {
  font-size: 12px;
  margin: 0px;
  padding: 0px 10px 10px 10px;
  line-height: 15px;
  color: white;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.calculator .chart-container .rickshaw .window .thirdparty {
  font-size: 12px;
  margin: 0px;
  padding: 0px 10px 10px 10px;
  line-height: 15px;
  color: white;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.calculator .chart-container .rickshaw .window .breakdown-button {
  -moz-opacity: 40;
  -khtml-opacity: 40;
  -webkit-opacity: 40;
  opacity: 40;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=4000);
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: relative;
  left: 0px;
  right: 0px;
  padding: 7px 5px 5px 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 3px;
  color: white;
  font-size: 12px;
  text-indent: 30px;
  background: url('/images/calculator-question-white.png') left 10px top 6px no-repeat;
}
.calculator .chart-container .rickshaw .window .breakdown-button:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .chart-container .rickshaw .window:hover {
  background-color: #000000;
}
.calculator .chart-container .rickshaw .detail .x_label {
  display: none;
}
.calculator .chart-container .rickshaw .detail .item.active {
  background-color: black;
  padding: 5px 10px 5px 10px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
}
.calculator .chart-container .rickshaw .graph-label {
  position: absolute;
  bottom: 420px;
  right: 0px;
  padding: 10px 10px 5px 10px;
  margin: 0px;
  z-index: 998;
  color: #6e6e6e;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
}
.calculator .chart-container .rickshaw .graph-label.data.low {
  margin-right: 10px;
  color: white;
  background-color: red;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.calculator .chart-container .rickshaw .axis-label {
  position: absolute;
  bottom: 420px;
  color: white;
  background-color: black;
  padding: 10px 10px 5px 10px;
  margin: 0px;
  z-index: 998;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.calculator .chart-container .rickshaw .axis-label.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .chart-container .rickshaw .axis-label.x {
  bottom: -50px;
  right: 0px;
}
.calculator .lower-container {
  width: 100%;
  background-color: #161616;
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.calculator .lower-container.visible {
  display: block;
}
.calculator .lower-container .lower {
  width: 960px;
  position: relative;
  margin: 0 auto;
  background-color: #161616;
  text-align: center;
  height: 950px;
  padding-top: 20px;
}
.calculator .lower-container .lower h1 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  color: #a9a9a9;
  font-size: 25px;
  padding: 50px;
  line-height: normal !important;
}
.calculator .lower-container .lower h1.video {
  margin: 9% auto 1%;
}
.calculator .lower-container .lower .stats-loading {
  position: absolute;
  left: 225px;
  top: 200px;
  width: 128px;
  height: 128px;
  z-index: 9998;
  display: none;
}
.calculator .lower-container .lower .stats-loading.visible {
  display: block;
}
.calculator .lower-container .lower .breakdown-modal {
  width: 100%;
  overflow: visible;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container {
  display: relative;
  height: 580px;
  width: 960px;
  color: white;
  background-color: white;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  overflow: visible;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col {
  height: 94%;
  float: left;
  width: 33%;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col h2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  padding: 30px 50px 0px 50px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 22px;
  padding: 0px 50px 0px 50px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col.one {
  width: 29%;
  margin: 15px 0px 0px 0px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col.one h2 {
  padding: 10px 20px 0px 26px;
  text-align: left;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col.one h2.item-name {
  padding: 30px 20px 10px 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col.one p {
  padding: 10px 20px 0px 26px;
  text-align: left;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col.one .breakdown-signup {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 240px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding: 15px 0px 10px 0px;
  margin: 0px !important;
  text-align: center;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.85);
  background-color: black;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col.one .breakdown-signup:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col.two {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 15px 10px 10px 0px;
  background-color: white;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col.three {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 15px 10px 10px 10px;
  background-color: white;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .white {
  margin: 15px 20px 10px 20px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: rgba(0, 0, 0, 0.55);
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-indent: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .white h2 {
  padding: 15px 0px 10px 0px;
  margin: 0px !important;
  text-align: center;
  text-indent: 0px;
  color: rgba(0, 0, 0, 0.85);
  background-color: #3d89ce;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .white .time {
  padding: 25px 10px 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: url('/images/calculator-breakdown-time.png') top 20px left 10px no-repeat;
  color: rgba(0, 0, 0, 0.5);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .white .payment {
  padding: 13px 10px 20px 10px;
  background: url('/images/calculator-breakdown-price.png') top 8px left 10px no-repeat;
  color: rgba(0, 0, 0, 0.5);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees {
  position: relative;
  margin: 25px 20px 20px 20px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee {
  margin-top: 12px;
  position: relative;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .label {
  float: left;
  color: rgba(0, 0, 0, 0.6);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .label .question {
  position: absolute;
  top: -1px;
  left: 165px;
  width: 19px;
  height: 19px;
  background-color: red;
  background: url('/images/calculator-question.png') center right no-repeat;
  -moz-opacity: 20;
  -khtml-opacity: 20;
  -webkit-opacity: 20;
  opacity: 20;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=2000);
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .label .question.soldshipping {
  left: 105px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .label .question.shipping {
  left: 105px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .label .question.packing {
  left: 150px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .label .question.ebayfee {
  left: 70px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .label .question.paypalfee {
  left: 85px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .sold-price,
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .fees .fee .other-price {
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .advantages {
  margin: 20px;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  margin-right: 80px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .advantages .free {
  position: absolute;
  right: -70px;
  top: -1px;
  width: 47px;
  height: 212px;
  background: url('/images/calculator-free.png') top right no-repeat;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .advantages .advantage {
  clear: both;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .advantages .advantage .label {
  float: left;
  padding-top: 3px;
  margin-top: 8px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .col .advantages .advantage .check {
  float: right;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 8px;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .breakdown-close {
  position: absolute;
  right: -40px;
  top: 10px;
  background: url('/images/x-white.png') center center no-repeat;
  width: 28px;
  height: 28px;
  cursor: pointer;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.calculator .lower-container .lower .breakdown-modal .breakdown-container .breakdown-close:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .lower-container .lower .readout-container {
  width: 100%;
  margin-top: 30px;
}
.calculator .lower-container .lower .readout-container .columns {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}
.calculator .lower-container .lower .readout-container .columns .stat-cols {
  z-index: 990;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 20;
  -khtml-opacity: 20;
  -webkit-opacity: 20;
  opacity: 20;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=2000);
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.calculator .lower-container .lower .readout-container .columns .stat-cols.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .lower-container .lower .readout-container .columns .col {
  float: left;
  margin: 0 auto;
  display: block;
  height: 135px;
  width: 320px;
  background-color: none;
  margin-bottom: 10px;
  margin-top: 35px;
}
.calculator .lower-container .lower .readout-container .columns .col .stats {
  margin: 0 auto;
  width: 250px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 100px;
}
.calculator .lower-container .lower .readout-container .columns .col .stats h1 {
  color: #3d89ce;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  text-indent: 50px;
}
.calculator .lower-container .lower .readout-container .columns .col .stats h1.price {
  height: 41px;
  background: url('/images/calculator-price.png') center left no-repeat;
}
.calculator .lower-container .lower .readout-container .columns .col .stats h1.speed {
  height: 41px;
  background: url('/images/calculator-speed.png') center left no-repeat;
}
.calculator .lower-container .lower .readout-container .columns .col .stats p {
  clear: both;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  text-align: left;
  color: rgba(255, 255, 255, 0.3);
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats {
  width: 250px;
  margin: 0 auto;
  margin-top: 30px;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats h2 {
  color: #777;
  font-size: 25px;
  margin: 0px;
  padding: 0px;
  float: left;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: none;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats p {
  float: left;
  clear: both;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  text-align: left;
  color: rgba(255, 255, 255, 0.3);
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-prices,
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-speed {
  display: inline-block;
  width: 100%;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-prices h2,
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-speed h2 {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-prices p,
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-speed p {
  color: rgba(255, 255, 255, 0.5);
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-prices .arrow,
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-speed .arrow {
  float: left;
  width: 25px;
  height: 25px;
  background: url('/images/calculator-price-arrow.png') center left no-repeat;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-prices .arrow.down,
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-speed .arrow.down {
  margin-left: 10px;
  background: url('/images/calculator-price-arrow-down.png') center left no-repeat;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .sale-speed {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices {
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .market {
  margin: 0px;
  padding: 10px;
  background-color: white;
  width: 91%;
  height: 35px;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .market.ebay {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .market.sold {
  margin-top: 0px;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .market .market-name {
  text-align: left;
  float: left;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .market .market-name p {
  margin: 0px;
  padding: 0px;
  line-height: 40px;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .market .market-price {
  text-align: left;
  float: right;
  color: #777;
  font-size: 25px;
  margin: 0px;
  padding: 0px;
  padding-top: 11px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: none;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .compare {
  border: 2px solid black;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  background-color: black;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  width: 91%;
  height: 35px;
  margin-top: 10px;
  cursor: pointer;
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .compare p {
  color: white;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center !important;
  width: 100%;
  line-height: 20px;
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7000);
  filter: alpha(opacity=7000);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats.market-prices .compare:hover p {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.calculator .lower-container .lower .readout-container .columns .col .sub-stats .marketplaces {
  float: left;
  width: 245px;
  height: 35px;
  margin-top: 10px;
  background: url('/images/calculator-marketplace.jpg') center left no-repeat;
}
.calculator .lower-container .lower .readout-container .columns .col .about {
  margin: 0 auto;
  width: 250px;
  height: 175px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  overflow: hidden;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.calculator .lower-container .lower .readout-container .columns .col .about .social-bar {
  margin-top: 30px;
}
.calculator .lower-container .lower .readout-container .columns .col .about h2 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: none;
  margin: 20px 0px 0px 0px;
  color: #ffffff;
}
.calculator .lower-container .lower .readout-container .columns .col .about .divider {
  width: 70px;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.calculator .lower-container .lower .readout-container .columns .col .about p {
  padding: 10px;
  color: gray;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.calculator .lower-container .lower .video-more {
  margin: 20px 0px 20px 0px;
}
.calculator .lower-container .lower .video-more h1 {
  display: inline-block;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: #a9a9a9;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  height: 40px;
}
.calculator .lower-container .lower .video-more .outlet {
  display: inline-block;
  width: 115px;
  height: 40px;
  border: 1px solid #bbb;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7000);
  filter: alpha(opacity=7000);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.calculator .lower-container .lower .video-more .outlet.vimeo {
  background: url('/images/share/outlet-vimeo.jpg') center center no-repeat;
}
.calculator .lower-container .lower .video-more .outlet.youtube {
  background: url('/images/share/outlet-youtube.jpg') center center no-repeat;
}
.calculator .lower-container .lower .video-more .outlet:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.title-bar-wrapper.quickShow {
  background-color: black;
}
.share {
  background-color: black;
  background-color: #000;
  height: 100%;
}
.share .graphic-bloom {
  display: none;
}
.share .share-container {
  position: relative;
  height: 828px;
  width: 84%;
  margin: 0 auto;
  max-width: 960px;
  perspective: 900;
  -webkit-perspective: 900;
  z-index: 991;
}
.share .share-container .content {
  position: relative;
  width: 100%;
  height: 70%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 100px;
  transform: rotateX(-20deg) translate3d(0px, 0px, 350px);
  -webkit-transform: rotateX(-20deg) translate3d(0px, 0px, 350px);
  -webkit-transform-origin: 0px 0px;
  height: auto;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.share .share-container .content.no-border {
  border: none;
}
.share .share-container .content.video {
  cursor: pointer;
}
.share .share-container .content.out {
  transform: rotateX(30deg) translate3d(0px, 0px, -350px);
  -webkit-transform: rotateX(30deg) translate3d(0px, 0px, -350px);
  -webkit-transition: all 750ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.share .share-container .content.in {
  transform: rotateY(0deg) translate3d(0px, 0px, 0px);
  -webkit-transform: rotateY(0deg) translate3d(0px, 0px, 0px);
  -webkit-transition: all 750ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .share-container .content h1 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin: 5% auto 5%;
  padding-top: 250px;
  padding: 50px;
  line-height: normal !important;
  letter-spacing: 0px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.share .share-container .content h1.share-text.image {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  font-size: 18px !important;
}
.share .share-container .content h1.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .share-container .content h1.video {
  margin: 9% auto 1%;
}
.share .share-container .content img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  top: 0px;
  z-index: -1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  min-height: 200px;
  z-index: 997;
}
.share .share-container .content img.visible {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .share-container .content .play {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  top: 0px;
  z-index: -1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 998;
  background-size: 100% 100%;
  z-index: 999;
}
.share .share-container .content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.share .share-container .content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.share .share-container .calculator {
  position: relative;
  margin: 0px auto;
  margin-top: 50px;
  width: 260px;
  height: 20px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.share .share-container .calculator.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.share .share-container .calculator .input-idea {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  background: url('/images/share/input-price.png') 0px center no-repeat;
  background-color: white;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: left;
  font-size: 20px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: #4e4e4e;
  padding: 0px;
  padding-left: 45px;
  line-height: 55px !important;
  -webkit-transition: left 250ms ease-out;
  -moz-transition: left 250ms ease-out;
  -o-transition: left 250ms ease-out;
  transition: left 250ms ease-out;
}
.share .share-container .calculator .input-idea:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.share .share-container .calculator .input-idea.active {
  left: 40px;
}
.share .share-container .calculator .button-idea {
  position: absolute;
  right: -10px;
  top: 0px;
  width: 145px;
  padding: 13px 10px 7px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: right 250ms ease-out;
  -moz-transition: right 250ms ease-out;
  -o-transition: right 250ms ease-out;
  transition: right 250ms ease-out;
}
.share .share-container .calculator .button-idea:hover {
  background-color: #2f689d;
}
.share .share-container .calculator .button-idea.disabled {
  -moz-opacity: 90;
  -khtml-opacity: 90;
  -webkit-opacity: 90;
  opacity: 90;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=9000);
  filter: alpha(opacity=9000);
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: none;
  background-color: #2c6fad;
  color: #8fbbe3;
  color: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  background-image: url('/images/button-loader.gif');
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.share .share-container .calculator .button-idea.active {
  right: 27px;
}
.share .share-container .calculator .button-idea .livicon {
  display: inline-block;
  vertical-align: middle;
  height: 23px!important;
  margin-right: 10px !important;
}
.share .share-container .social-share {
  margin: 70px auto;
  padding-left: 30px;
  clear: both;
  width: 255px;
  height: 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.share .share-container .social-share.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .share-container .social-share .twitter-share-button {
  float: left;
}
.share .share-container .social-share .fb-like {
  float: left;
}
.share .share-container .social-share .facebook {
  display: inline-block;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 64px;
  height: 64px;
  background-image: url('/images/facebook@2x.png');
  background-size: 64px 64px;
  background-repeat: none;
}
.share .share-container .social-share .facebook:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .share .share-container .social-share .facebook {
    background-image: url('/images/facebook@2x.png');
    background-size: 64px 64px;
  }
}
.share .share-container .social-share .twitter {
  display: inline-block;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 64px;
  height: 64px;
  background-image: url('/images/twitter@2x.png');
  background-size: 64px 64px;
  background-repeat: none;
}
.share .share-container .social-share .twitter:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .share .share-container .social-share .twitter {
    background-image: url('/images/twitter@2x.png');
    background-size: 64px 64px;
  }
}
.share .share-container .social-share .gplus {
  display: inline-block;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 64px;
  height: 64px;
  background-image: url('/images/gplus@2x.png');
  background-size: 64px 64px;
  background-repeat: none;
}
.share .share-container .social-share .gplus:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .share .share-container .social-share .gplus {
    background-image: url('/images/gplus@2x.png');
    background-size: 64px 64px;
  }
}
.share .lower {
  width: 100%;
  background-color: white;
  text-align: center;
}
.share .lower h1 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  color: #a9a9a9;
  font-size: 25px;
  padding: 50px;
  line-height: normal !important;
}
.share .lower h1.video {
  margin: 9% auto 1%;
}
.share .lower .video-links-container {
  width: 100%;
}
.share .lower .video-links-container .video-links {
  position: relative
				height:300px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.share .lower .video-links-container .video-links .link {
  margin: 0 auto;
  display: block;
  height: 135px;
  width: 275px;
  background-color: gray;
  margin-bottom: 10px;
}
.share .lower .video-links-container .video-links .link.sloth {
  background: url('/images/share/video-sloth.jpg') center center no-repeat;
}
.share .lower .video-links-container .video-links .link.guitar {
  background: url('/images/share/video-guitar.jpg') center center no-repeat;
}
.share .lower .video-links-container .video-links .link.dog {
  background: url('/images/share/video-dog.jpg') center center no-repeat;
}
.share .lower .video-more {
  margin: 20px 0px 20px 0px;
}
.share .lower .video-more h1 {
  display: inline-block;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: #a9a9a9;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  height: 40px;
}
.share .lower .video-more .outlet {
  display: inline-block;
  width: 115px;
  height: 40px;
  border: 1px solid #bbb;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7000);
  filter: alpha(opacity=7000);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.share .lower .video-more .outlet.vimeo {
  background: url('/images/share/outlet-vimeo.jpg') center center no-repeat;
}
.share .lower .video-more .outlet.youtube {
  background: url('/images/share/outlet-youtube.jpg') center center no-repeat;
}
.share .lower .video-more .outlet:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 480px) {
  .share .share-container .content {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .share .graphic-bloom {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: -200px;
    background: url('/images/index-animation-bloom.png') center center no-repeat;
    z-index: 1;
    -moz-opacity: 40;
    -khtml-opacity: 40;
    -webkit-opacity: 40;
    opacity: 40;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=4000);
    filter: alpha(opacity=4000);
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  .share .lower .video-links-container {
    width: 100%;
  }
  .share .lower .video-links-container .video-links {
    position: relative
					height:300px;
    width: 900px;
    margin: 0 auto;
  }
  .share .lower .video-links-container .video-links .link {
    display: inline-block;
    height: 135px;
    width: 275px;
    margin-bottom: 10px;
  }
}
.index {
  background-color: black;
}
.index {
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
.index .content {
  width: 100%;
  margin: 0 auto;
}
.index .content .announcement {
  height: 480px;
  background-color: #161616;
}
.index .content .announcement .buttons {
  width: 380px;
  margin: 0 auto;
  margin-top: 40px;
}
.index .content .announcement .buttons div {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.index .content .announcement .buttons div:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.index .content .announcement .graphic {
  padding-top: 150px;
  background: url('/images/announcement-sold-db.png') center center no-repeat;
  width: 100%;
  height: 172px;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .index .content .announcement .graphic {
    background-image: url('/images/announcement-sold-db@2x.jpg');
    background-size: 424px 172px;
  }
}
.index .content .announcement h3 {
  color: white;
  text-align: center;
  font-size: 38px;
}
.index .content .message {
  width: 600px;
  margin: 0 auto;
  margin-top: 75px;
}
.index .content .message p {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 30px;
}
.index .content .message p.secondary {
  font-size: 14px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
}
.index .content .message .hard-divider {
  margin: 0px;
  padding: 0px;
}
.index .content .what-was-sold {
  width: 600px;
  margin: 0 auto;
}
.index .content .what-was-sold h2 {
  margin-top: 50px;
}
.index .content .what-was-sold h3 {
  text-align: center;
  font-size: 38px;
}
.index .content .what-was-sold p {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
}
.index .content .what-was-sold p.secondary {
  font-size: 14px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
}
.index .content .what-was-sold .videos {
  height: 250px;
}
.index .content .what-was-sold .videos .images .image {
  position: relative;
  float: left;
  width: 220px;
  height: 165px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-top: 25px;
  cursor: pointer;
}
.index .content .what-was-sold .videos .images .image p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #999;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.index .content .what-was-sold .videos .images .image:hover p {
  color: white;
}
.index .content .what-was-sold .videos .images .image:last-child {
  margin-right: none;
}
.index .content .what-was-sold .videos .images .image.video-1 {
  background-image: url('/images/press-video-2.jpg');
  background-position: -20px center;
}
.index .content .what-was-sold .videos .images .image.video-2 {
  background-image: url('/images/press-video-3.jpg');
  background-position: 0px center;
}
.index .content .what-was-sold .press-links {
  height: 300px;
  width: 600px;
}
.index .content .footer {
  background: url('/images/announcement-sold-image.jpg') center center no-repeat;
  width: 100%;
  height: 446px;
}
.index-header {
  height: 700px;
  margin-top: 20px;
  background: none;
  background-color: black;
}
.index-header .mobile {
  display: none;
}
.index-header .wildestdreams {
  margin-top: 125px;
  display: none;
}
.index-header .wildestdreams.visible {
  display: block;
}
.index-header .wildestdreams .wrapper {
  margin-bottom: 0px;
}
.index-header .wildestdreams .wrapper.dark {
  background-color: black;
  border: none;
}
.index-header .wildestdreams .wd-large {
  position: relative;
}
.index-header .wildestdreams .wd-large .wd-video {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.index-header .wildestdreams .wd-large .wd-video.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-header .wildestdreams .wd-large .wd-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
}
.index-header .wildestdreams .wd-large .wd-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: black;
  display: none;
}
.index-header .wildestdreams .wd-large .wd-image.smartphones {
  background: url('/images/wildestdreams-large-smartphones.jpg');
}
.index-header .wildestdreams .wd-large .wd-image.laptops {
  background: url('/images/wildestdreams-large-laptops.jpg');
}
.index-header .wildestdreams .wd-large .wd-image.tablets {
  background: url('/images/wildestdreams-large-tablets.jpg');
}
.index-header .wildestdreams .wd-large .wd-image.cameras {
  background: url('/images/wildestdreams-large-cameras.jpg');
}
.index-header .wildestdreams .wd-large .wd-image.generic {
  background: url('/images/wildestdreams-large-generic.jpg');
}
.index-header .wildestdreams .wd-large .wd-image.handbags {
  background: url('/images/wildestdreams-large-handbags.jpg');
}
.index-header .wildestdreams .wd-large .wd-image.visible {
  display: block;
}
.index-header .wildestdreams .wd-large .wd-image .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: red;
  background: url('/images/share/video-overlay.png') center center no-repeat;
  cursor: pointer;
}
.index-header .wildestdreams .thumbnails {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.index-header .wildestdreams .thumbnails .thumbnail {
  display: inline-block;
  width: 150px;
  height: 85px;
  cursor: pointer;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.index-header .wildestdreams .thumbnails .thumbnail.smartphones {
  background: url('/images/wildestdreams-thumbnail-smartphones.jpg');
}
.index-header .wildestdreams .thumbnails .thumbnail.laptops {
  background: url('/images/wildestdreams-thumbnail-laptops.jpg');
}
.index-header .wildestdreams .thumbnails .thumbnail.tablets {
  background: url('/images/wildestdreams-thumbnail-tablets.jpg');
}
.index-header .wildestdreams .thumbnails .thumbnail.cameras {
  background: url('/images/wildestdreams-thumbnail-cameras.jpg');
}
.index-header .wildestdreams .thumbnails .thumbnail.generic {
  background: url('/images/wildestdreams-thumbnail-generic.jpg');
}
.index-header .wildestdreams .thumbnails .thumbnail.handbags {
  background: url('/images/wildestdreams-thumbnail-handbags.jpg');
}
.index-header .wildestdreams .thumbnails .thumbnail.active {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0px 0px 0px 3px #FFFFFF;
}
.index-header .wildestdreams .thumbnails .thumbnail:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-header .wildestdreams .actions {
  position: relative;
  width: 300px;
  height: 50px;
  left: 50%;
  margin-left: -150px;
  margin-top: 30px;
}
.index-header .wildestdreams .actions .dreams-signup {
  position: absolute;
  top: 0px;
  width: 160px;
  padding: 15px 10px 10px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.index-header .wildestdreams .actions .dreams-signup:hover {
  background-color: #2f689d;
}
.index-header .wildestdreams .actions .dreams-signup.disabled {
  border: none;
  background-color: #2c6fad;
  color: #8fbbe3;
  color: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  background-image: url('/images/button-loader.gif');
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.index-header .wildestdreams .actions .facebook-share {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 46px;
  height: 46px;
  background: url('/images/wildestdreams-share-facebook.jpg');
  cursor: pointer;
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7000);
  filter: alpha(opacity=7000);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.index-header .wildestdreams .actions .facebook-share:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-header .wildestdreams .actions .twitter-share {
  position: absolute;
  right: 56px;
  top: 3px;
  width: 46px;
  height: 46px;
  background: url('/images/wildestdreams-share-twitter.jpg');
  cursor: pointer;
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7000);
  filter: alpha(opacity=7000);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.index-header .wildestdreams .actions .twitter-share:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-header .wildestdreams h2 {
  margin-top: 50px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  text-align: center;
  font-size: 28px;
  text-transform: none !important;
  line-height: 35px;
}
.index-header .wildestdreams p {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
.index-header.film-active {
  height: 250px !important;
  min-height: auto !important;
}
.index-header .film {
  display: none;
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 997;
  margin-top: 70px;
}
.index-header .film .index-header {
  display: none;
}
.index-header .film.visible {
  display: block;
}
.index-header .film .film-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 997;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: black;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background-image: url('/images/x-white.png');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-opacity: 20;
  -khtml-opacity: 20;
  -webkit-opacity: 20;
  opacity: 20;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=2000);
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .index-header .film .film-close {
    background-image: url('/images/x-white.png');
    background-size: 28px 28px;
  }
}
.index-header .film .film-close:hover {
  background-color: white;
  background-image: url('/images/x-black.png');
  pointer: cursor;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .index-header .film .film-close:hover {
    background-image: url('/images/x-black.png');
  }
}
.index-header .desktop {
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
}
.index-header .desktop iframe {
  margin-top: 90px;
  z-index: 999;
}
.index-header .desktop.film-active {
  height: 270px !important;
}
.index-header .desktop .categories {
  cursor: pointer;
  width: 100%;
  height: 70%;
  z-index: 995;
  display: none;
  overflow: hidden;
  perspective: 500;
  -webkit-perspective: 500;
}
.index-header .desktop .categories.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .categories .categories-container {
  position: relative;
  left: 50%;
  top: 25%;
  margin-left: -400px;
  width: 800px;
  height: 70%;
  overflow: hidden;
  perspective: 500;
  -webkit-perspective: 500;
}
.index-header .desktop .categories .categories-container .tag {
  background-color: black;
  width: auto;
  display: inline-block;
  padding: 15px 10px 10px 12px;
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: -10%;
  left: 45%;
}
.index-header .desktop .categories .categories-container .tag .name {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
}
.index-header .desktop .categories .categories-container .tag .price {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: #3e89ce;
}
.index-header .desktop .categories .categories-container .tag.show {
  bottom: 10%;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  transition-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
}
.index-header .desktop .categories .categories-container .tag.hide {
  bottom: -10%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .categories .categories-container .category-item {
  position: absolute;
  left: 15%;
  top: 0px;
  transform: rotateY(30deg) translate3d(350px, 0px, 0px);
  -ms-transform: rotateY(30deg) translate3d(350px, 0px, 0px);
  -webkit-transform: rotateY(30deg) translate3d(350px, 0px, 0px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  width: 560px;
  height: 560px;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item .reset {
  transform: rotateY(30deg) translate3d(350px, 0px, 0px);
  -ms-transform: rotateY(30deg) translate3d(350px, 0px, 0px);
  -webkit-transform: rotateY(30deg) translate3d(350px, 0px, 0px);
}
.index-header .desktop .categories .categories-container .category-item .card-show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item .card-hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.tablets {
  background: url('/images/index-animation-category-tablets.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.tablets.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.tablets.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.cameras {
  background: url('/images/index-animation-category-cameras.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.cameras.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.cameras.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.phones {
  background: url('/images/index-animation-category-phones.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.phones.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.phones.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.laptops {
  background: url('/images/index-animation-category-laptops.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.laptops.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.laptops.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.headphones {
  background: url('/images/index-animation-category-headphones.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.headphones.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.headphones.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.handbags {
  background: url('/images/index-animation-category-handbags.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.handbags.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.handbags.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.sunglasses {
  background: url('/images/index-animation-category-sunglasses.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.sunglasses.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.sunglasses.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.watches {
  background: url('/images/index-animation-category-watches.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.watches.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.watches.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.shoes {
  background: url('/images/index-animation-category-shoes.png') center center no-repeat;
  height: 100%;
  background-size: contain;
}
.index-header .desktop .categories .categories-container .category-item.shoes.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .categories .categories-container .category-item.shoes.hide {
  transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -ms-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -webkit-transform: translate3d(-350px, 0px, 0px) rotateY(-30deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.index-header .desktop .graphic-bloom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 175px;
  background: url('/images/index-animation-bloom.png') center center no-repeat;
  opacity: 0;
  z-index: 990;
}
.index-header .desktop .graphic-bloom.show {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-in-out;
}
.index-header .desktop .graphic-bloom.hide {
  transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  -webkit-transform: scale(0.85, 0.85);
  opacity: 0.0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.index-header .desktop .graphic-bloom.none {
  display: none;
}
.index-header .desktop .section-1 {
  z-index: 995;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 70%;
  perspective: 800;
  -webkit-perspective: 800;
  overflow: hidden;
}
.index-header .desktop .section-1.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .section-1 .section-1-container {
  position: relative;
  left: 50%;
  top: 20%;
  margin-left: -400px;
  width: 800px;
  height: 70%;
}
.index-header .desktop .section-1 .section-1-container .graphic-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 995 !important;
  background: url('/images/index-animation-box.png') center center no-repeat;
  width: 565px;
  height: 100%;
  background-size: contain;
  max-height: 386px;
  max-width: 565px;
  margin: 0 auto;
  transform-origin: center center;
  backface-visibility: hidden;
  transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  -webkit-transform: scale(0.85, 0.85);
  opacity: 0;
}
.index-header .desktop .section-1 .section-1-container .graphic-box.show {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.index-header .desktop .section-1 .section-1-container .graphic-box.hide {
  transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  -webkit-transform: scale(0.85, 0.85);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.index-header .desktop .section-1 .section-1-container .graphic-iphone {
  display: none;
  position: absolute;
  bottom: -1%;
  left: -150px;
  right: 0px;
  width: 565px;
  height: 100%;
  z-index: 996 !important;
  margin: 0 auto;
  background: url('/images/index-animation-iphone.png') center bottom no-repeat;
  background-size: contain;
  -webkit-transform-origin: 20% 100%;
  transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -webkit-transform: translate3d(0px, 0px, 50px) rotateY(0deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-header .desktop .section-1 .section-1-container .graphic-iphone.show {
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 20px) rotateY(0deg);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.index-header .desktop .section-1 .section-1-container .graphic-iphone.hide {
  transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .section-1 .section-1-container .graphic-android {
  display: none;
  position: absolute;
  bottom: -1%;
  left: -150px;
  right: 0px;
  width: 565px;
  height: 100%;
  z-index: 996 !important;
  margin: 0 auto;
  background: url('/images/index-animation-android.png') center bottom no-repeat;
  background-size: contain;
  -webkit-transform-origin: 20% 100%;
  transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -webkit-transform: translate3d(0px, 0px, 50px) rotateY(0deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-header .desktop .section-1 .section-1-container .graphic-android.show {
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 20px) rotateY(0deg);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.index-header .desktop .section-1 .section-1-container .graphic-android.hide {
  transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .section-1 .graphic-overlay {
  position: absolute;
  display: none;
  top: -90px;
  left: 0px;
  z-index: 996;
  background: url('/images/index-animation-overlay.png') center center no-repeat;
  width: 1100px;
  height: 770px;
  -moz-opacity: 40;
  -khtml-opacity: 40;
  -webkit-opacity: 40;
  opacity: 40;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=4000);
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
  transform: translate3d(0, 0, 120px);
  -ms-transform: translate3d(0, 0, 120px);
  -webkit-transform: translate3d(0, 0, 120px);
}
.index-header .desktop .section-1 .graphic-overlay.none {
  display: none;
}
.index-header .desktop .homepage-signup {
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
  margin-left: -350px;
  width: 700px;
  transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
}
.index-header .desktop .homepage-signup.show {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: visible;
  height: auto;
  transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
}
.index-header .desktop .homepage-signup .copy {
  padding: 0px 25px 0px 20px;
  margin-bottom: 20px;
}
.index-header .desktop .homepage-signup .copy.show {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .homepage-signup .copy.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .homepage-signup .copy.signup {
  top: -250px;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -ms-transition: 0.75s;
  transition: 0.75s;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.index-header .desktop .homepage-signup .copy h2 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  text-align: center;
  font-size: 40px;
  text-transform: none !important;
  line-height: 35px;
}
.index-header .desktop .homepage-signup .copy p {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  margin-top: 20px;
}
.index-header .desktop .homepage-signup .fields {
  position: relative;
}
.index-header .desktop .homepage-signup .fields h2 {
  float: none;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin: 7px 20px 0px 0px;
}
.index-header .desktop .homepage-signup .fields input {
  float: left;
  font-size: 18px;
  margin: 0px 7px 0px 0px;
  background-color: white;
  border: none;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 33%;
  height: 51px !important;
  padding: 5px 0px 0px 15px;
}
.index-header .desktop .homepage-signup .fields .error {
  position: absolute;
  bottom: -95px;
  right: 15%;
  width: 70%;
  color: white;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.index-header .desktop .homepage-signup .fields .error p {
  font-size: 14px;
  color: white;
}
.index-header .desktop .homepage-signup .fields .error.visible {
  display: block;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-header .desktop .homepage-signup .fields .button-signup {
  float: left;
  position: relative;
  width: 160px;
  padding: 15px 10px 10px 10px;
  margin: 0px 0px 0px 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.index-header .desktop .homepage-signup .fields .button-signup:hover {
  background-color: #2f689d;
}
.index-header .desktop .homepage-signup .fields .button-signup.disabled {
  border: none;
  background-color: #2c6fad;
  color: #8fbbe3;
  color: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  background-image: url('/images/button-loader.gif');
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.index-header .desktop .homepage-signup .android {
  clear: both;
  margin: 0 auto;
  margin-top: 140px !important;
  padding: 15px 20px 10px 20px;
  font-size: 18px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #313131;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  width: 250px;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.index-header .desktop .homepage-signup .android:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-header .desktop .header-fields {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 996;
  text-align: center;
}
.index-header .desktop .header-fields.show {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.index-header .desktop .header-fields.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.index-header .desktop .header-fields .header-buttons {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  text-align: center;
  margin: 0 auto;
}
.index-header .desktop .header-fields .header-buttons.android {
  top: 80px;
}
.index-header .desktop .header-fields .header-buttons.show {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
}
.index-header .desktop .header-fields .header-buttons.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0px;
  pointer-events: none;
}
.index-header .desktop .header-fields .header-buttons .copy {
  padding: 0px 25px 0px 20px;
  margin-bottom: 20px;
}
.index-header .desktop .header-fields .header-buttons .copy.show {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .header-fields .header-buttons .copy.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .header-fields .header-buttons .copy.signup {
  top: -250px;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -ms-transition: 0.75s;
  transition: 0.75s;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.index-header .desktop .header-fields .header-buttons .copy h2 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  text-align: center;
  font-size: 40px;
  text-transform: none !important;
  line-height: 35px;
}
.index-header .desktop .header-fields .header-buttons .copy p {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  margin-top: 20px;
}
.index-header .desktop .header-fields .header-buttons .btn-get-started {
  position: relative;
  width: 200px;
  padding: 13px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: background 100ms ease-in 50ms;
  /* property duration timing-function delay */
  -moz-transition: background 100ms ease-in 50ms;
  -o-transition: background 100ms ease-in 50ms;
  transition: background 100ms ease-in 50ms;
}
.index-header .desktop .header-fields .header-buttons .btn-get-started.center {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.25s !important;
  -webkit-transition-delay: 0.25s !important;
  display: none;
  width: 400px;
}
.index-header .desktop .header-fields .header-buttons .btn-get-started:hover {
  background-color: #2f689d;
}
.index-header .desktop .header-fields .header-buttons .btn-watch-the-video {
  width: 200px;
  padding: 13px 10px 10px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  -webkit-transition: opacity 100ms ease-in 50ms;
  /* property duration timing-function delay */
  -moz-transition: opacity 100ms ease-in 50ms;
  -o-transition: opacity 100ms ease-in 50ms;
  transition: opacity 100ms ease-in 50ms;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.index-header .desktop .header-fields .header-buttons .btn-watch-the-video:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-header .desktop .header-fields .header-buttons .btn-watch-the-video.show {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.index-header .desktop .header-fields .header-buttons .btn-watch-the-video.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 480px) {
  .index-header {
    min-height: 620px;
  }
  .index-header.film-active {
    height: 540px !important;
    min-height: auto;
  }
  .index-header.wildestdreams-active {
    height: 950px !important;
  }
  .index-header .film {
    left: 50%;
    margin-left: -480px;
    height: 540px;
    width: 960px;
    margin-top: 90px;
  }
  .index-header .desktop {
    height: 100%;
    min-height: 620px;
  }
  .index-header .desktop .graphic-bloom {
    display: block;
  }
  .index-header .desktop .section-1 .section-1-container .graphic-android {
    display: block;
  }
  .index-header .desktop .section-1 .section-1-container .graphic-iphone {
    display: block;
  }
  .index-header .desktop .section-1 .section-1-container .graphic-box {
    right: -200px;
    display: block;
  }
  .index-header .desktop .header-fields .header-buttons.android {
    top: 20px;
  }
  .index-header .desktop.mobile {
    height: 900px;
  }
  .index-header .desktop .header-fields {
    min-height: 200px;
  }
  .index-header .desktop.film-active {
    height: 540px !important;
  }
}
.subpage {
  margin-top: 100px;
}
@media only screen and (min-width: 480px) {
  .subpage {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .subpage {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 960px) {
  .subpage {
    margin-top: 160px;
  }
}
.single {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
}
.single.no-logo .wrapper .content {
  margin-top: -225px;
}
.single.no-logo .wrapper .content.open {
  margin-left: -200px;
}
.single.no-logo .wrapper .content .card {
  position: relative;
  width: 400px;
  height: 450px;
}
.single fieldset {
  border: 1px solid #c7c7c7;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: 0 2px 4px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,.15);
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.single fieldset .hard-divider {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.single fieldset h2 {
  font-family: 'AvantBoldOblique', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
}
.single fieldset label {
  float: left;
  clear: both;
  display: inline;
  cursor: pointer;
  padding: 20px 0px 20px 0px;
}
.single fieldset label span {
  font-size: 20px;
  font-family: 'AvantBookCondensed', sans-serif;
  font-weight: normal;
}
.single fieldset label input[type="radio"] {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #aaa;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 23px;
  margin-left: 25px;
}
.single fieldset label input[type="radio"]:checked + label {
  background-color: black;
}
.single input[type="field"] {
  width: 90%;
  margin: 0px;
  margin: 20px 0px 20px 0px;
}
.single input[type="password"] {
  font-size: 18px;
  padding-left: 20px;
  width: 90%;
  margin: 0px;
  margin: 20px 0px 20px 0px;
}
.single .response {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.single .response p {
  text-align: center !important;
  color: #aaa;
}
.single img.autosize {
  width: 100%;
}
.single .logo {
  width: 100%;
  height: 120px;
  border: none;
  background-image: url('/images/logo@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px 120px;
  margin-bottom: 30px;
}
.single .logo.black {
  background-image: url('/images/logo-black@2x.png');
}
.single .logo-404 {
  width: 100%;
  height: 120px;
  border: none;
  background-image: url('/images/404.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px 120px;
  margin-bottom: 30px;
}
.single .cover {
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
}
.single .wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0px;
}
.single .wrapper .content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -275px;
}
.single .wrapper .content .card {
  position: relative;
  width: 400px;
  height: 550px;
  margin: 0 auto;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: white;
  background-repeat: repeat;
  color: 0 2px 5px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
}
.single .wrapper .content .card .top {
  background-color: white;
  border-bottom: 1px solid #eaeaea;
  height: 75px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.single .wrapper .content .card .top h1 {
  font-size: 35px;
  letter-spacing: -1px;
  padding-top: 25px;
  color: #282828;
}
.single .wrapper .content .card .bottom {
  padding: 40px;
}
.single .wrapper .content .card .bottom h2 {
  text-align: center;
}
.single .wrapper .content .card .bottom p {
  text-align: left;
  margin-bottom: 25px;
}
.single .wrapper .content .card .bottom .user {
  width: 100%;
  padding: 10px 0px 8px 0px;
  border: 1px solid #eaeaea;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 50px;
}
.single .wrapper .content .card .bottom .user p {
  text-align: center;
  color: #9a9a9a;
}
.single .wrapper .content .card .bottom button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 80px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  background-color: #3e89ce;
}
.single .wrapper .content .card .bottom button.android {
  bottom: 110px;
}
@media only screen and (min-width: 480px) {
  .single .wrapper .content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -275px;
  }
  .single .wrapper .content .card {
    position: relative;
    width: 500px;
    height: 550px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: 0 2px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
  }
  .single .wrapper .content .card .top h1 {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 940px) {
  .single .wrapper .content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -275px;
  }
  .single .wrapper .content .card {
    position: relative;
    width: 550px;
    height: 550px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: 0 2px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
  }
}
@media screen and (device-aspect-ratio: 2/3) {
  .single {
    background-color: transparent;
  }
  .single fieldset label {
    padding: 10px 0px 10px 0px;
  }
  .single fieldset .hard-divider {
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  .single fieldset h2 {
    font-size: 10px;
  }
  .single .logo {
    display: none;
  }
  .single .cover {
    height: 100%;
    background: url('/images/background-blue.jpg');
  }
  .single .wrapper .content {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
  }
  .single .wrapper .content .card {
    margin-top: 15px;
    width: 300px;
    height: auto;
  }
  .single .wrapper .content .card .bottom {
    padding: 20px;
  }
  .single .wrapper .content .card .bottom button {
    position: static;
    margin-top: 20px;
    height: 50px;
    width: 250px;
    background-color: black;
    color: white;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .single {
    background-color: transparent;
  }
  .single fieldset label {
    padding: 10px 0px 10px 0px;
  }
  .single fieldset .hard-divider {
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  .single fieldset h2 {
    font-size: 10px;
  }
  .single .logo {
    display: none;
  }
  .single .cover {
    height: 100%;
    background: url('/images/background-blue.jpg');
  }
  .single .wrapper .content {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
  }
  .single .wrapper .content .card {
    margin-top: 15px;
    width: 300px;
    height: auto;
  }
  .single .wrapper .content .card .bottom {
    padding: 20px;
  }
  .single .wrapper .content .card .bottom button {
    position: static;
    margin-top: 20px;
    height: 50px;
    width: 250px;
    background-color: black;
    color: white;
  }
}
.how {
  background-color: #f5f7fa;
  background-image: url('/images/background-fade.jpg');
  background-size: 100% auto;
  background-position: 0px 85px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.how .header-copy {
  position: absolute;
  left: 40%;
  top: 250px;
  margin-left: 0px;
  color: white;
}
.how .header-copy h1 {
  color: white;
  margin: 0px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.how .header-copy p {
  color: white;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.how .iphone-top {
  position: absolute;
  left: 20%;
  top: 0px;
  margin-left: -132px;
  background-image: url('/images/how-iphone-top.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 274px;
  height: 540px;
  z-index: 996;
}
.how .iphone-top .iphone-top-cover {
  position: absolute;
  background-image: url('/images/how-iphone-top-overlay.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 274px;
  height: 540px;
  z-index: 998;
}
.how .iphone-top .iphone-h1 {
  display: none;
  top: 100px;
  left: 50px;
  color: white;
  font-size: 55px;
  line-height: 55px;
  width: 100px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.how .iphone-top .iphone-h1.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.how .iphone-top .arrow-glyph {
  display: none;
  position: absolute;
  bottom: 180px;
  left: 50%;
  margin-left: -36px;
  background-image: url('/images/how-iphone-arrow.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.how .iphone-top .arrow-glyph.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 135px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.how .content-container {
  position: relative;
  width: 100%;
  margin: 500px 0px 100px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.how .content-container .black-dot {
  position: fixed;
  top: 330px;
  width: 150px;
  margin-left: -30px;
  height: 150px;
  margin-left: 100px;
  background-color: black;
  z-index: 999;
  overflow: hidden !important;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
}
.how .content-container .black-dot .black-dot-mask .icons {
  position: absolute;
  top: 0px;
}
.how .content-container .black-dot .black-dot-mask .icons .icon {
  overflow: hidden;
}
.how .content-container .black-dot .black-dot-mask .icons .icon.sold {
  background-image: url('/images/how-icon-sold.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}
.how .content-container .black-dot .black-dot-mask .icons .icon.paid {
  background-image: url('/images/how-icon-paid.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}
.how .content-container .time-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 180px;
  width: 5px;
  background-color: #eee;
}
.how .content-container .section-copy {
  margin-top: 150px;
}
.how .content-container .section-images.price .image-1 {
  position: absolute;
  top: 150px;
  width: 50px;
  height: 50px;
  background-image: url('/images/how-graphics-item-1.png');
  background-repeat: no-repeat;
  width: 258px;
  height: 258px;
}
.how .content-container .section-images.price .image-2 {
  position: absolute;
  top: 150px;
  width: 50px;
  height: 50px;
  background-image: url('/images/how-graphics-item-2.png');
  background-repeat: no-repeat;
  width: 258px;
  height: 258px;
}
.how .content-container .section-images.price .image-3 {
  position: absolute;
  top: 150px;
  width: 50px;
  height: 50px;
  background-image: url('/images/how-graphics-item-3.png');
  background-repeat: no-repeat;
  width: 258px;
  height: 258px;
}
.how .nav {
  display: none;
  margin-top: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(22, 39, 49, 0.58);
  color: 0 1px 0 rgba(255,255,255,.09), inset 0 1px 1px rgba(0,0,0,.24);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.09), inset 0 1px 1px rgba(0,0,0,.24);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.09), inset 0 1px 1px rgba(0,0,0,.24);
  box-shadow: 0 1px 0 rgba(255,255,255,.09), inset 0 1px 1px rgba(0,0,0,.24);
  height: 34px;
  padding: 13px 0px 0px 0px;
  text-align: center;
}
.how .nav a {
  font-family: 'AvantBookCondensed', sans-serif;
  font-weight: normal;
  font-size: 18px;
  display: inline;
  color: #6c767b;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  padding: 14px;
}
.how .nav a:hover {
  color: white;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.how .nav a:last-child {
  border: none;
}
@media only screen and (min-width: 768px) {
  .how .content-container .iphone-top {
    top: 150px;
  }
  .how .nav {
    display: none;
  }
}
.jobs {
  margin-top: 100px;
}
.jobs .wrapper {
  margin-bottom: 50px;
}
.jobs .container .eight.columns.copy p {
  padding-right: 25px;
  margin-bottom: 25px;
}
.jobs .container.base {
  margin-bottom: 40px;
}
.jobs .container .map {
  cursor: pointer;
  background-image: url('/images/jobs-map-wide.jpg');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 110px;
}
.jobs .container .seven.columns.image-2 {
  height: 200px;
  background-image: url('/images/jobs-awesome-1.jpg');
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: -1px;
  margin-bottom: 25px;
}
.jobs .container .eight.columns.image-1 {
  height: 200px;
  background-image: url('/images/jobs-awesome-2.jpg');
  background-position: top;
  background-size: 100% auto;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin: -1px;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.jobs .container .job .more-button {
  cursor: pointer;
}
.jobs .container .job .more-button.hidden {
  display: none;
}
.jobs .container .job .more {
  display: none;
}
.jobs .container .job .more.visible {
  display: block;
}
.jobs .container .job p {
  color: #777;
}
.jobs .container .job ul {
  margin: 15px 0px 0px 20px;
  list-style-type: disc;
}
.jobs .container .job ul li {
  color: #777;
}
.jobs .container .job h2 {
  text-indent: 45px;
}
.jobs .container .job h2.ios {
  height: 45px;
  line-height: 50px;
  background-image: url('/images/job-icon-ios.jpg');
  background-position: left center;
  background-size: 37px 37px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jobs .container .job h2.ios {
    background-image: url('/images/job-icon-ios@2x.jpg');
  }
}
.jobs .container .job h2.smart {
  height: 45px;
  line-height: 50px;
  background-image: url('/images/job-icon-smart.jpg');
  background-position: left center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jobs .container .job h2.smart {
    background-image: url('/images/job-icon-smart@2x.jpg');
  }
}
.jobs .container .job h2.designer {
  height: 45px;
  line-height: 50px;
  background-image: url('/images/job-icon-designer.jpg');
  background-position: left center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jobs .container .job h2.designer {
    background-image: url('/images/job-icon-designer@2x.jpg');
  }
}
.jobs .container .job h2.intern {
  height: 45px;
  line-height: 50px;
  background-image: url('/images/job-icon-intern.jpg');
  background-position: left center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jobs .container .job h2.intern {
    background-image: url('/images/job-icon-intern@2x.jpg');
  }
}
.jobs .container .job h2.ops {
  height: 45px;
  line-height: 50px;
  background-image: url('/images/job-icon-ops@2x.jpg');
  background-position: left center;
  background-size: 60px 47px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jobs .container .job h2.ops {
    background-image: url('/images/job-icon-ops@2x.jpg');
  }
}
.jobs .container .mail {
  background-color: black;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 40px;
}
.jobs .container .mail h2 {
  color: white;
  text-transform: none;
}
.jobs .container .mail h2 a:hover {
  color: #3e89ce;
}
.jobs .container .mail p {
  text-transform: none;
  color: #9e9e9e;
}
.jobs .container .location p {
  margin-top: 20px;
}
@media only screen and (min-width: 480px) {
  .jobs {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .jobs {
    margin-top: 150px;
  }
  .jobs .container .map {
    background-image: url('/images/jobs-map.jpg');
    height: 110px;
  }
  .jobs .container .eight.columns.copy p {
    padding-right: 25px;
  }
  .jobs .container .seven.columns.image-2 {
    height: 275px;
    margin-bottom: 50px;
  }
  .jobs .container .eight.columns.image-1 {
    height: 275px;
  }
  .jobs .container .job h2 {
    text-indent: 50px;
  }
  .jobs .container .job h2.ios {
    background-size: 35px 35px;
  }
  .jobs .container .job h2.smart {
    background-size: 35px 35px;
    background-repeat: no-repeat;
  }
  .jobs .container .job h2.intern {
    background-size: 35px 35px;
  }
}
@media only screen and (min-width: 960px) {
  .jobs {
    margin-top: 160px;
  }
  .jobs .wrapper {
    margin-bottom: 50px;
  }
  .jobs .container .eight.columns.copy p {
    padding-right: 25px;
  }
  .jobs .container.base {
    margin-bottom: 40px;
  }
  .jobs .container .map {
    height: 110px;
  }
  .jobs .container .seven.columns.image-2 {
    height: 300px;
    margin-bottom: 50px;
  }
  .jobs .container .eight.columns.image-1 {
    height: 350px;
  }
  .jobs .container .job h2 {
    text-indent: 70px;
  }
  .jobs .container .job h2.ios {
    background-size: 45px 45px;
  }
  .jobs .container .job h2.smart {
    background-size: 45px 45px;
    background-repeat: no-repeat;
  }
  .jobs .container .job h2.intern {
    background-size: 45px 45px;
  }
  .jobs .container .mail {
    padding: 40px;
  }
}
.about {
  margin-top: 100px;
}
.about .wrapper {
  margin-bottom: 0px;
}
.about .wrapper.investors {
  background-color: white;
}
.about .wrapper.black {
  margin: 0px;
}
.about .wrapper.dark {
  background-color: #1a1a1a;
}
.about .container.investors {
  text-align: center;
  margin-bottom: 45px;
}
.about .container h2 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.about .container h2.special {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
}
.about .container h2.secondary {
  color: white;
  margin: -50px 10px 50px 10px;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
}
.about .container h5 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.about .container p {
  margin: 0px;
  padding: 0px;
}
.about .container p.secondary {
  color: #aaa;
  margin-bottom: 50px;
}
.about .container fieldset {
  margin: 20px 0px 20px 0px;
}
.about .container .investor-blank {
  height: 120px;
  max-width: 300px;
}
.about .container .partner {
  text-decoration: none;
  font-size: 14px;
  margin: 0px 20px 0px 0px;
  color: #9a9a9a;
  line-height: 25px;
}
.about .container .partner:hover {
  color: black;
}
.about .container .investor-1 {
  position: relative;
  background-image: url('/images/investor-gv.png');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
  max-width: 300px;
  margin-bottom: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px 0px 10px;
}
.about .container .investor-2 {
  position: relative;
  background-image: url('/images/investor-greylock.png');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
  max-width: 300px;
  margin-bottom: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px 0px 10px;
}
.about .container .investor-3 {
  position: relative;
  background-image: url('/images/investor-matrix.png');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
  max-width: 300px;
  margin-bottom: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px 0px 10px;
}
.about .container .investor-4 {
  position: relative;
  background-image: url('/images/investor-bostonseed.png');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 300px;
  margin-bottom: 20px;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px 0px 10px;
}
.about .container .investor-angel {
  position: relative;
  background-image: url('/images/investor-angels.png');
  background-size: 300px auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  margin-bottom: 20px;
  margin-top: 30px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px 0px 10px;
}
.about .container .member {
  position: relative;
  background-image: url('/images/about-member.png');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 25px;
}
.about .container .member.tony-devincenzi {
  background-image: url('/images/team-member-tony-devincenzi.png');
}
.about .container .member.matt-blackshaw {
  background-image: url('/images/team-member-matt-blackshaw.png');
}
.about .container .member.david-lakatos {
  background-image: url('/images/team-member-david-lakatos.png');
}
.about .container .member.matt-robben {
  background-image: url('/images/team-member-matt-robben.png');
}
.about .container .member.tolga-tezel {
  background-image: url('/images/team-member-tolga-tezel.png');
}
.about .container .member.joe-goldbeck {
  background-image: url('/images/team-member-joe-goldbeck.png');
}
.about .container .member.patrick-rowell {
  background-image: url('/images/team-member-patrick-rowell.png');
}
.about .container .member.cody-osborne {
  background-image: url('/images/team-member-cody-osborne.png');
}
.about .container .member.scott-robinson {
  background-image: url('/images/team-member-scott-robinson.png');
}
.about .container .member.david-yamnitsky {
  background-image: url('/images/team-member-david-yamnitsky.png');
}
.about .container .member.angie-coleman {
  background-image: url('/images/team-member-angie-coleman.png');
}
.about .container .member.kyle-vascovitz {
  background-image: url('/images/team-member-kyle-vascovitz.png');
}
.about .container .member.yoeun-pen {
  background-image: url('/images/team-member-yoeun-pen.png');
}
.about .container .member .name {
  font-size: 13px;
}
.about .container .member p {
  position: absolute;
  bottom: 30px;
  left: 70px;
  right: 70px;
  text-align: center;
  color: white;
  font-size: 16px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.about .container .member .description {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 30px 30px 30px;
  color: red;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 997;
}
.about .container .member .description.visible {
  pointer-events: auto;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.about .container .member .description h2 {
  position: relative;
  font-size: 25px;
  margin: 0px;
}
.about .container .member .description .hard-divider {
  margin: 10px 0px 20px 0px;
}
.about .container .member .description p {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  color: black;
  text-shadow: none;
  background-color: transparent;
  font-size: 15px;
  line-height: 25px;
  color: #666;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.about .container .member .description .channels .twitter {
  float: left;
  background-image: url('/images/icon-twitter.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 39px;
  height: 32px;
  margin-right: 5px;
  cursor: pointer;
}
.about .container .member .description .channels .twitter:hover {
  background-image: url('/images/icon-twitter-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .about .container .member .description .channels .twitter {
    background-image: url('/images/icon-twitter@2x.png');
  }
  .about .container .member .description .channels .twitter:hover {
    background-image: url('/images/icon-twitter-hover@2x.png');
  }
}
.about .container .member .description .channels .vine {
  float: left;
  background-image: url('/images/icon-vine.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 39px;
  height: 32px;
  margin-right: 5px;
  cursor: pointer;
}
.about .container .member .description .channels .vine:hover {
  background-image: url('/images/icon-vine-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .about .container .member .description .channels .vine {
    background-image: url('/images/icon-vine@2x.png');
  }
  .about .container .member .description .channels .vine:hover {
    background-image: url('/images/icon-vine-hover@2x.png');
  }
}
.about .container .member .description .channels .linkedin {
  float: left;
  background-image: url('/images/icon-linkedin.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 39px;
  height: 32px;
  margin-right: 5px;
  cursor: pointer;
}
.about .container .member .description .channels .linkedin:hover {
  background-image: url('/images/icon-linkedin-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .about .container .member .description .channels .linkedin {
    background-image: url('/images/icon-linkedin@2x.png');
  }
  .about .container .member .description .channels .linkedin:hover {
    background-image: url('/images/icon-linkedin-hover@2x.png');
  }
}
.about .container .member .description .channels .instagram {
  float: left;
  background-image: url('/images/icon-instagram.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 39px;
  height: 32px;
  margin-right: 5px;
  cursor: pointer;
}
.about .container .member .description .channels .instagram:hover {
  background-image: url('/images/icon-instagram-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .about .container .member .description .channels .instagram {
    background-image: url('/images/icon-instagram@2x.png');
  }
  .about .container .member .description .channels .instagram:hover {
    background-image: url('/images/icon-instagram-hover@2x.png');
  }
}
.about .container .member .description .channels .github {
  float: left;
  background-image: url('/images/icon-github.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 39px;
  height: 32px;
  margin-right: 5px;
  cursor: pointer;
}
.about .container .member .description .channels .github:hover {
  background-image: url('/images/icon-github-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .about .container .member .description .channels .github {
    background-image: url('/images/icon-github@2x.png');
  }
  .about .container .member .description .channels .github:hover {
    background-image: url('/images/icon-github-hover@2x.png');
  }
}
.about .container .join {
  margin: 50px 0px 75px 0px;
  text-align: center;
}
.about .container .join h2 {
  text-align: center;
  color: white;
}
.about .container .join h2 a {
  color: #3e89ce;
}
.about .container .join h2 a:hover {
  color: white;
}
@media only screen and (min-width: 480px) {
  .about {
    margin-top: 140px;
  }
  .about .container h2.secondary {
    color: white;
    margin: -50px 10px 50px 10px;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
  }
  .about .container .member {
    height: 425px;
  }
}
@media only screen and (min-width: 768px) {
  .about {
    margin-top: 150px;
  }
  .about .container fieldset {
    margin: 40px 0px 40px 0px;
  }
  .about .container .member {
    height: 300px;
  }
}
@media only screen and (min-width: 960px) {
  .about {
    margin-top: 160px;
  }
  .about .wrapper {
    margin-bottom: 50px;
  }
  .about .container h1 {
    font-size: 72px;
  }
  .about .container h2 {
    margin: 0px 0px 15px 0px;
  }
  .about .container fieldset {
    margin: 50px 0px 50px 0px;
  }
}
.press {
  margin-top: 150px;
}
.press .wrapper.white {
  background-color: white;
}
.press .container .sixteen.columns .divider-hard {
  display: none;
}
.press .container .sixteen.columns .links {
  text-align: center;
}
.press .container .sixteen.columns .links a {
  text-decoration: none !important;
  float: left;
  margin-right: 20px;
  padding: 15px 15px 10px 15px;
  border: 1px solid #eaeaea;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 20px;
  margin-left: 0px;
}
.press .container .sixteen.columns .links a:first-child {
  margin-left: 0px;
}
.press .container .sixteen.columns .links a:hover {
  background-color: black;
}
.press .container .sixteen.columns .links a:hover p {
  color: white;
}
.press .container .sixteen.columns .images .image {
  position: relative;
  float: left;
  width: 220px;
  height: 165px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.press .container .sixteen.columns .images .image p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #999;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.press .container .sixteen.columns .images .image:hover p {
  color: white;
}
.press .container .sixteen.columns .images .image:last-child {
  margin-right: none;
}
.press .container .sixteen.columns .images .image.image-1 {
  background-image: url('/images/press-images-1.jpg');
  background-position: -20px center;
}
.press .container .sixteen.columns .images .image.image-2 {
  background-image: url('/images/press-images-2.jpg');
  background-position: 0px center;
}
.press .container .sixteen.columns .images .image.image-3 {
  background-image: url('/images/press-images-3.jpg');
  background-position: 0px center;
}
.press .container .sixteen.columns .images .image.image-4 {
  background-image: url('/images/press-images-4.jpg');
  background-position: -5px center;
}
.press .container .sixteen.columns .images .image.image-5 {
  background-image: url('/images/press-images-5.jpg');
  background-position: -20px center;
}
.press .container .sixteen.columns .images .image.image-6 {
  background-image: url('/images/press-images-6.jpg');
  background-position: -20px center;
}
.press .container .sixteen.columns .images .image.video-1 {
  background-image: url('/images/press-video-1.jpg');
  background-position: -20px center;
}
.press .container .sixteen.columns .images .image.video-2 {
  background-image: url('/images/press-video-2.jpg');
  background-position: 0px center;
}
.wrapper.contact {
  background-color: white;
}
.blog {
  margin-top: 100px;
}
.blog .container .read-more {
  background-color: black;
  color: white;
  padding: 10px 15px 7px 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 15px;
  display: block;
  white-space: nowrap;
  width: inherit;
  margin-bottom: 10px;
  float: left;
}
.blog .container .read-more:hover {
  background-color: #3e89ce;
}
.blog .container .read-more:hover a p {
  color: white;
}
.blog .container .read-more a {
  color: white;
  text-decoration: none !important;
}
.blog .container .read-more a p {
  color: white;
}
.blog .container .video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 50px;
}
.blog .container .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
}
.blog h5 {
  margin-top: 50px !important;
}
.blog .signup-buttons {
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline;
  margin-bottom: 50px;
}
.blog .signup-buttons button {
  margin-right: 25px;
  float: left;
}
.blog .signup-buttons div {
  float: left;
}
.blog .secondary {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 50px;
  text-align: center;
}
.blog .date {
  color: #777;
}
.blog .title {
  margin-top: 10px !important;
  margin-bottom: 25px !important;
}
.blog .blog-post {
  margin: 0px 0px 0px 0px;
}
.blog .rss {
  display: none;
}
.blog img {
  max-width: 100%;
  height: auto;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blog h2 a {
  text-decoration: none;
  color: black;
}
.blog .featured {
  background-color: #dedede;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 350px;
  margin-bottom: 50px;
}
.blog .name {
  display: none;
}
.blog .short-bio {
  display: block;
}
.blog .social-bar {
  margin-bottom: 35px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 27px;
}
.blog .social-bar p {
  float: left;
  color: #aaa;
  margin-right: 10px;
}
.blog .social-bar .twitter {
  float: left;
  background-image: url('/images/icon-twitter.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 21px;
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.blog .social-bar .twitter:hover {
  background-image: url('/images/icon-twitter-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .blog .social-bar .twitter {
    background-image: url('/images/icon-twitter@2x.png');
  }
  .blog .social-bar .twitter:hover {
    background-image: url('/images/icon-twitter-hover@2x.png');
  }
}
.blog .social-bar .facebook {
  float: left;
  background-image: url('/images/icon-facebook.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 21px;
  margin-top: 2px;
  margin-right: 10px;
  cursor: pointer;
}
.blog .social-bar .facebook:hover {
  background-image: url('/images/icon-facebook-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .blog .social-bar .facebook {
    background-image: url('/images/icon-facebook@2x.png');
  }
  .blog .social-bar .facebook:hover {
    background-image: url('/images/icon-facebook-hover@2x.png');
  }
}
.blog .social-bar .gplus {
  float: left;
  background-image: url('/images/icon-gplus.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 21px;
  margin-top: 3px;
  margin-right: 10px;
  cursor: pointer;
}
.blog .social-bar .gplus:hover {
  background-image: url('/images/icon-gplus-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .blog .social-bar .gplus {
    background-image: url('/images/icon-gplus@2x.png');
  }
  .blog .social-bar .gplus:hover {
    background-image: url('/images/icon-gplus-hover@2x.png');
  }
}
@media only screen and (min-width: 480px) {
  .blog {
    margin-top: 140px;
  }
  .blog .rss {
    display: none;
    position: absolute;
    font-family: 'AvantBookCondensed', sans-serif;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #ddd;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 8px 8px 5px 8px;
    right: 10px;
    top: -50px;
    text-transform: uppercase;
    color: #aaa;
    pointer: cursor;
  }
  .blog .rss:hover {
    background-color: black;
    border: none;
    color: white;
  }
  .blog section iframe.vimeo {
    height: 240px;
  }
}
@media only screen and (min-width: 768px) {
  .blog {
    margin-top: 150px;
  }
  .blog section iframe.vimeo {
    height: 420px;
  }
}
@media only screen and (min-width: 960px) {
  .blog {
    margin-top: 160px;
  }
  .blog section iframe.vimeo {
    height: 530px;
  }
}
.blog-post {
  margin-top: 100px;
}
.blog-post section iframe.vimeo {
  height: 175px;
}
.blog-post .prettyprint {
  padding-left: 25px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blog-post h2 a {
  text-decoration: none;
  color: black;
}
.blog-post img {
  max-width: 100%;
  height: auto;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blog-post .video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 50px;
}
.blog-post .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
}
.blog-post .signup-buttons {
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline;
  margin-bottom: 50px;
}
.blog-post .signup-buttons button {
  margin-right: 25px;
  float: left;
}
.blog-post .signup-buttons div {
  float: left;
}
.blog-post .author .team-member {
  height: 100px;
  width: 100px;
}
.blog-post .author .short-bio {
  margin-top: 15px;
}
.blog-post .author .short-bio p {
  font-size: 15px;
  line-height: 20px;
  color: #9a9a9a;
}
.blog-post p.label {
  text-align: center;
  color: #aaa;
  font-style: italic;
  font-size: 16px;
  margin-top: 10px;
}
.blog-post .social-bar {
  margin-bottom: 35px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 27px;
}
.blog-post .social-bar p {
  float: left;
  color: #aaa;
  margin-right: 10px;
}
.blog-post .social-bar .twitter-share-button {
  padding-bottom: 3px;
}
.blog-post .social-bar .twitter {
  float: left;
  background-image: url('/images/icon-twitter.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 21px;
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.blog-post .social-bar .twitter:hover {
  background-image: url('/images/icon-twitter-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .blog-post .social-bar .twitter {
    background-image: url('/images/icon-twitter@2x.png');
  }
  .blog-post .social-bar .twitter:hover {
    background-image: url('/images/icon-twitter-hover@2x.png');
  }
}
.blog-post .social-bar .facebook {
  float: left;
  background-image: url('/images/icon-facebook.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 21px;
  margin-top: 2px;
  margin-right: 10px;
  cursor: pointer;
}
.blog-post .social-bar .facebook:hover {
  background-image: url('/images/icon-facebook-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .blog-post .social-bar .facebook {
    background-image: url('/images/icon-facebook@2x.png');
  }
  .blog-post .social-bar .facebook:hover {
    background-image: url('/images/icon-facebook-hover@2x.png');
  }
}
.blog-post .social-bar .gplus {
  float: left;
  background-image: url('/images/icon-gplus.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 21px;
  margin-top: 3px;
  margin-right: 10px;
  cursor: pointer;
}
.blog-post .social-bar .gplus:hover {
  background-image: url('/images/icon-gplus-hover.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .blog-post .social-bar .gplus {
    background-image: url('/images/icon-gplus@2x.png');
  }
  .blog-post .social-bar .gplus:hover {
    background-image: url('/images/icon-gplus-hover@2x.png');
  }
}
.blog-post a.back {
  text-decoration: none !important;
}
.blog-post a.back p {
  line-height: 25px;
  -moz-opacity: 30;
  -khtml-opacity: 30;
  -webkit-opacity: 30;
  opacity: 30;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=3000);
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-image: url('/images/arrow-back.png');
  background-size: 27px 21px;
  background-repeat: no-repeat;
  height: 50px;
  text-indent: 45px;
  border-bottom: 0px;
}
.blog-post a.back p:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 480px) {
  .blog-post {
    margin-top: 140px;
  }
  .blog-post section iframe.vimeo {
    height: 240px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-post {
    margin-top: 150px;
  }
  .blog-post section iframe.vimeo {
    height: 340px;
  }
  .blog-post .author .team-member {
    display: block;
  }
  .blog-post .author .short-bio {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .blog-post {
    margin-top: 160px;
  }
  .blog-post section iframe.vimeo {
    height: 430px;
  }
}
.category {
  margin-top: 0px;
}
.category .wrapper {
  margin-bottom: 0px;
}
.category .wrapper.dark {
  background-color: black;
  border: none;
}
.category .wrapper.gray {
  background-color: #f5f5f5;
  margin-bottom: 0px !important;
}
.category .container h2 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.category .container h2.secondary {
  color: white;
  margin: -50px 10px 50px 10px;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
}
.category .container p {
  margin: 0px;
  padding: 0px;
}
.category .container fieldset {
  margin: 20px 0px 20px 0px;
}
.category .container.rules .headline p {
  color: #9b9993;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 25px 0px 40px 0px;
}
.category .container.rules .rule {
  height: 200px;
}
.category .container.rules .rule .rule-icon {
  width: 100%;
  max-height: 55px;
  height: 55px;
  text-align: center;
}
.category .container.rules .rule .rule-icon img {
  background-position: center center;
  background-repeat: no-repeat;
}
.category .container.rules .rule .rule-heading {
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 25px 0px 10px 0px;
  color: #7b7c7e;
  text-align: center;
}
.category .container.rules .rule p {
  padding: 0px 20px 0px 20px;
  line-height: 15px;
  font-size: 12px;
  color: #9b9993;
  height: 200px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
}
.category .container .promo {
  height: 350px;
}
.category .container .promo.video {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.category .container .promo .video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 50px;
}
.category .container .promo .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
}
.category .container .promo .category-image {
  position: absolute;
  top: 0px;
  height: 450px;
  width: 100%;
  z-index: 996;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-size: 40% !important;
}
.category .container .promo .text {
  position: relative;
  top: 250px;
  z-index: 997;
}
.category .container .promo .text h2 {
  font-size: 25px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  text-align: center;
}
.category .container .promo .text p {
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  text-align: center;
}
.category .container .social {
  position: relative;
}
.category .container .social .social-bar {
  margin: 0 auto;
  height: 50px;
  width: 275px;
}
.category .container .item-grid {
  padding-top: 35px;
}
.category .container .four.columns .item {
  height: auto;
  margin: 0px 0px 35px 0px;
  background-color: white;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}
.category .container .four.columns .item.message {
  background-color: #3974c5;
  color: white;
  height: 300px;
}
.category .container .four.columns .item.message p {
  color: white;
  text-align: left;
  padding: 15px;
  line-height: 25px;
}
.category .container .four.columns .item.message .message-arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url('/images/category/categories-icon-arrow.png') center center no-repeat;
  width: 67px;
  height: 62px;
}
.category .container .four.columns .item .item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.category .container .four.columns .item .item-overlay.visible {
  -moz-opacity: 95;
  -khtml-opacity: 95;
  -webkit-opacity: 95;
  opacity: 95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=9500);
  filter: alpha(opacity=9500);
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.category .container .four.columns .item .item-overlay p {
  position: absolute;
  bottom: 50%;
  left: 20px;
  right: 20px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: white;
  text-align: left;
}
.category .container .four.columns .item .model {
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px 0px 10px 0px;
  color: #9b9993;
  text-align: center;
}
.category .container .four.columns .item .image {
  width: 100%;
  max-height: 200px;
  height: 200px;
  text-align: center;
}
.category .container .four.columns .item .image img {
  width: inherit;
  max-width: 200px;
  background-position: center center;
  background-repeat: no-repeat;
}
.category .container .four.columns .item .price {
  width: 50%;
  margin: 10px 10px 10px 0px;
  padding: 10px 0px 5px 0px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  background-color: #3974c5;
  color: white;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 10;
  -webkit-border-bottom-right-radius: 10;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 10;
  -moz-border-bottom-right-radius: 10;
  -moz-border-bottom-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -ms-border-top-right-radius: 10;
  -ms-border-bottom-right-radius: 10;
  -ms-border-bottom-left-radius: 0;
  -o-border-top-left-radius: 0;
  -o-border-top-right-radius: 10;
  -o-border-bottom-right-radius: 10;
  -o-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 10;
  border-bottom-right-radius: 10;
  border-bottom-left-radius: 0;
}
.category .container .four.columns .item .price.hidden {
  margin-left: -100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 480px) {
  .about {
    margin-top: 140px;
  }
  .about .container h2.secondary {
    color: white;
    margin: -50px 10px 50px 10px;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
  }
  .about .container .promo {
    height: 400px;
  }
  .about .container .promo .text {
    top: 250px;
  }
  .about .container .promo .text h2 {
    font-size: 33px;
    line-height: 45px;
    padding: 0px 90px 0px 90px;
  }
  .about .container .promo .text p {
    -moz-opacity: 60;
    -khtml-opacity: 60;
    -webkit-opacity: 60;
    opacity: 60;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
    filter: alpha(opacity=6000);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
@media only screen and (min-width: 768px) {
  .category {
    margin-top: 90px;
  }
  .category .container .promo {
    height: 500px;
  }
  .category .container .promo .text {
    top: 250px;
  }
  .category .container .promo .text h2 {
    font-size: 40px;
    line-height: 45px;
    padding: 0px 90px 0px 90px;
  }
  .category .container .promo .text p {
    -moz-opacity: 60;
    -khtml-opacity: 60;
    -webkit-opacity: 60;
    opacity: 60;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
    filter: alpha(opacity=6000);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
@media only screen and (min-width: 960px) {
  .category {
    margin-top: 90px;
  }
  .category .container h1 {
    font-size: 72px;
  }
  .category .container h2 {
    margin: 0px 0px 15px 0px;
  }
}
.market {
  margin-top: 70px;
}
.market .wrapper {
  margin-bottom: 0px;
}
.market .wrapper.dark {
  background-color: black;
  border: none;
}
.market .wrapper.items {
  background-color: #f5f5f5;
  margin-bottom: 0px !important;
}
.market .wrapper.items.fixed {
  margin-top: 107px;
}
.market .wrapper.top-bar {
  z-index: 997;
  background-color: white;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.market .wrapper.top-bar.fixed {
  position: fixed;
  top: 90px;
  left: 0px;
  right: 0px;
}
.market .detail-view {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.market .detail-view.visible {
  height: auto;
  display: block;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
}
.market .detail-view .content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -292px 0px 0px -455px;
  background-color: white;
  width: 910px;
  height: 585px;
  text-align: center;
  z-index: 999;
}
.market .detail-view .content .photo-container {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 495px;
  background-color: black;
}
.market .detail-view .content .photo-container .photo-large {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 430px;
  height: 430px;
  border: 2px solid #1e1e1e;
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.market .detail-view .content .photo-container .photo-small-container {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 20px;
  height: 75px;
}
.market .detail-view .content .photo-container .photo-small-container .photo-small {
  margin-right: 5px;
  background-size: cover;
  height: 70px;
  width: auto;
  -moz-opacity: 60;
  -khtml-opacity: 60;
  -webkit-opacity: 60;
  opacity: 60;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.market .detail-view .content .photo-container .photo-small-container .photo-small:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.market .detail-view .content .content-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 515px;
}
.market .detail-view .content .content-container .price {
  left: 0px;
  right: 0px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: #383838;
  font-size: 50px;
  text-align: center;
  margin: 70px 0px 50px 0px;
}
.market .detail-view .content .content-container .divider {
  position: absolute;
  left: 160px;
  right: 160px;
  background-color: #b2b2b2;
  height: 1px;
}
.market .detail-view .content .content-container .title {
  float: left;
  margin: 50px 15px 10px 15px;
  padding: 0px;
  color: black;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 19px;
  text-align: left;
}
.market .detail-view .content .content-container .description {
  float: left;
  width: 360px;
  height: 120px;
  margin: 0px 15px 0px 15px;
  padding: 0px;
  color: #959595;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 17px;
  text-align: left;
  overflow-y: scroll;
}
.market .detail-view .content .content-container .description::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.market .detail-view .content .content-container .description::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.market .detail-view .content .content-container .notice {
  position: absolute;
  bottom: 100px;
  top: 120px;
  margin: 0px 20px 0px 0px;
  padding: 20px;
  padding-top: 270px;
  color: black;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 17px;
  text-align: left;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.87) 42%, rgba(255, 255, 255, 0.9) 44%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.29)), color-stop(42%, rgba(255, 255, 255, 0.87)), color-stop(44%, rgba(255, 255, 255, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.87) 42%, rgba(255, 255, 255, 0.9) 44%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.87) 42%, rgba(255, 255, 255, 0.9) 44%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.87) 42%, rgba(255, 255, 255, 0.9) 44%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.87) 42%, rgba(255, 255, 255, 0.9) 44%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4affffff', endColorstr='#e6ffffff', GradientType=0);
  /* IE6-9 */
}
.market .detail-view .content .content-container .btn-signup {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 3px;
  padding: 25px 13px 22px 15px;
  text-transform: uppercase;
  background-color: #3e89ce;
  z-index: 996;
  cursor: pointer;
}
.market .detail-view .content .detail-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background-image: url('/images/x-black.png');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .market .detail-view .content .detail-close {
    background-image: url('/images/x-black.png');
    background-size: 28px 28px;
  }
}
.market .detail-view .content .detail-close:hover {
  background-image: url('/images/x-black.png');
  pointer: cursor;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .market .detail-view .content .detail-close:hover {
    background-image: url('/images/x-black.png');
  }
}
.market .detail-view .detail-dimiss {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 998;
}
.market .container.header {
  padding: 50px 0px 50px 0px;
}
.market .container.header .headline {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  color: black;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: none;
}
.market .container.header p {
  text-align: center;
  color: #808080;
  line-height: 22px;
}
.market .container.search-bar {
  padding: 20px 0px 20px 0px;
}
.market .container.search-bar .search-field {
  height: 35px;
  width: 100%;
  margin: 10px 0px 10px 0px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  border: none;
  color: white;
  color: inset 0 1px 3px rgba(0,0,0,.0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.0);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.0);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.0);
  background: url('/images/marketplace-search.png') 95% center no-repeat;
  background-color: black;
  padding-top: 5px;
}
.market .container.search-bar .search-field::-webkit-input-placeholder {
  color: #666;
}
.market .container.search-bar .search-field:-moz-placeholder {
  color: #666;
}
.market .container.search-bar .search-field::-moz-placeholder {
  color: #666;
}
.market .container.search-bar .search-field:-ms-input-placeholder {
  color: #666;
}
.market .container.search-bar .search-field:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(255, 255, 255, 0) !important;
  box-shadow: 0px 0px 7px 3px rgba(255, 255, 255, 0) !important;
}
.market .container.search-bar .category-search {
  float: left;
  border: 1px solid #ddd;
  color: #949494;
  padding: 10px;
  margin: 10px 10px 10px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.market .container.search-bar .category-search.active {
  background-color: #3e89ce;
  border: 1px solid white;
  color: white;
}
.market .container.search-bar .category-search:hover {
  background-color: #3e89ce;
  border: 1px solid white;
  color: white;
}
.market .item-container {
  position: relative;
  background-color: #f6f6f6;
  margin: 0 auto;
  padding-top: 40px;
}
.market .item-container .item {
  position: relative;
  margin: 10px;
  display: inline-block;
  background-color: black;
  width: 375px;
  height: 260px;
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.market .item-container .item.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.market .item-container .item .title {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 996;
}
.market .item-container .item .price {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 50px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 996;
}
.market .item-container .item .btn-buy {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 3px;
  padding: 15px 13px 12px 15px;
  text-transform: uppercase;
  background-color: #3e89ce;
  color: 0 1px 3px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  z-index: 996;
  cursor: pointer;
}
.market .item-container .item .image-container {
  overflow: hidden;
}
.market .item-container .item .image-container img {
  width: 100%;
  height: auto;
  min-height: 375px;
  z-index: 995;
  -moz-opacity: 30;
  -khtml-opacity: 30;
  -webkit-opacity: 30;
  opacity: 30;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=3000);
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-size: 10%;
}
.market .item-container .item .image-container img:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 480px) {
  .market {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .market {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 960px) {
  .market {
    margin-top: 120px;
  }
}
.android-page {
  height: 100%;
  background-color: black;
  min-height: 600px;
}
.android-page .android-signup {
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
  margin-left: -350px;
  width: 700px;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: visible;
  height: auto;
}
.android-page .android-signup .copy {
  padding: 0px 25px 0px 20px;
  margin-bottom: 20px;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.android-page .android-signup .copy.signup {
  top: -250px;
}
.android-page .android-signup .copy h2 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  text-align: center;
  font-size: 40px;
  text-transform: none !important;
  line-height: 35px;
}
.android-page .android-signup .copy p {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  color: white;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  margin-top: 20px;
}
.android-page .android-signup .copy p a {
  text-decoration: none;
}
.android-page .android-signup .copy p a:hover {
  color: #3e89ce;
  text-decoration: underline;
}
.android-page .android-signup .fields {
  position: relative;
  left: 130px;
}
.android-page .android-signup .fields h2 {
  float: none;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin: 7px 20px 0px 0px;
}
.android-page .android-signup .fields input {
  float: left;
  font-size: 18px;
  margin: 0px 7px 0px 0px;
  background-color: white;
  border: none;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 33%;
  height: 51px !important;
  padding: 5px 0px 0px 15px;
}
.android-page .android-signup .fields .error {
  position: absolute;
  bottom: -95px;
  right: 15%;
  width: 70%;
  color: white;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.android-page .android-signup .fields .error p {
  font-size: 15px;
  color: white;
}
.android-page .android-signup .fields .error.visible {
  display: block;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.android-page .android-signup .fields .android-signup {
  left: 610px;
  width: 160px;
  padding: 15px 10px 10px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.android-page .android-signup .fields .android-signup:hover {
  background-color: #2f689d;
}
.android-page .android-signup .fields .android-signup.disabled {
  border: none;
  background-color: #2c6fad;
  color: #8fbbe3;
  color: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  background-image: url('/images/button-loader.gif');
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.android-page .android-signup .android {
  clear: both;
  margin: 0 auto;
  margin-top: 140px !important;
  padding: 15px 20px 10px 20px;
  font-size: 18px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #313131;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  width: 250px;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.android-page .android-signup .android:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.promotions {
  margin-top: 65px;
  height: 100%;
  background-color: black;
  perspective: 900;
  -webkit-perspective: 900;
}
.promotions .wrapper {
  margin-bottom: 0px;
}
.promotions .wrapper.dark {
  background-color: black;
  border: none;
}
.promotions .promo-number {
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 75px;
  width: 485px;
  height: 285px;
  background-color: white;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: translate3d(0px, -50px, 0px) rotateY(-100deg);
  -ms-transform: translate3d(0px, -50px, 0px) rotateY(-100deg);
  -webkit-transform: translate3d(0px, -50px, 0px) rotateY(-100deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 1.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.promotions .promo-number h1 {
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 80px !important;
  padding-top: 80px;
  line-height: 20px;
}
.promotions .promo-number p {
  line-height: 80px;
  text-align: center;
  color: #888;
}
.promotions .promo-number .lower {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80px;
  background-color: #3d89ce;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.promotions .promo-number .lower p {
  line-height: 80px;
  color: white;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  text-align: center;
}
.promotions .promo-number.show {
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.promotions .promo-message {
  margin: 0px 0px 50px 0px;
}
.promotions .promo-message.no-margin {
  margin: 0px 0px 0px 0px;
}
.promotions .promo-message.hidden {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.promotions .promo-message h2 {
  color: white;
  text-align: center;
  text-transform: none;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
}
.promotions .promo-message .message-1.visible {
  display: block;
}
.promotions .promo-message .message-1.hidden {
  display: none;
}
.promotions .promo-message p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.promotions .promo-message .message-2 {
  display: none;
}
.promotions .promo-message .message-2.visible {
  display: block;
}
.promotions .promo-message .message-2.hidden {
  display: none;
}
.promotions .link-container {
  border: 2px solid #454545;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.promotions .link-container.hidden {
  display: none;
}
.promotions .link-container .promo-link {
  padding-top: 30px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}
.promotions .link-container .promo-link .link {
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  color: #3d89ce;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.promotions .link-container .share {
  background-color: transparent;
  border-left: 2px solid #222;
  margin: 5px 0px 5px 0px;
  margin: 0 auto;
  display: inline;
}
.promotions .link-container .share .twitter {
  float: left;
  width: 50%;
  height: 85px;
  background: url('../images/promo-share-tweet.png') right 10px center no-repeat;
  cursor: pointer;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.promotions .link-container .share .twitter:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.promotions .link-container .share .twitter a {
  display: block;
  height: 85px;
}
.promotions .link-container .share .facebook {
  float: left;
  width: 50%;
  height: 85px;
  background: url('../images/promo-share-facebook.png') left 10px center no-repeat;
  cursor: pointer;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.promotions .link-container .share .facebook:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.promotions .link-container .share .facebook a {
  display: block;
  height: 85px;
}
.promotions .promo-body.hidden {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.promotions .promo-body .body-1 {
  display: block;
  margin-top: 30px;
}
.promotions .promo-body .body-1.visible {
  display: block;
}
.promotions .promo-body .body-1.hidden {
  display: none;
}
.promotions .promo-body .body-2 {
  display: none;
}
.promotions .promo-body .body-2.visible {
  display: block;
}
.promotions .promo-body .body-2.hidden {
  display: none;
}
@media only screen and (min-width: 480px) {
  .promotions {
    margin-top: 85px;
  }
  .promotions .container h2.secondary {
    color: white;
    margin: -50px 10px 50px 10px;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
  }
  .promotions .container .member {
    height: 425px;
  }
}
@media only screen and (min-width: 768px) {
  .promotions {
    margin-top: 85px;
  }
  .promotions .container fieldset {
    margin: 40px 0px 40px 0px;
  }
  .promotions .container .member {
    height: 300px;
  }
}
@media only screen and (min-width: 960px) {
  .promotions {
    margin-top: 85px;
  }
  .promotions .wrapper {
    margin-bottom: 50px;
  }
  .promotions .container h1 {
    font-size: 72px;
  }
  .promotions .container h2 {
    margin: 0px 0px 15px 0px;
  }
  .promotions .container fieldset {
    margin: 50px 0px 50px 0px;
  }
}
/* Includes */
.mobile-signup {
  display: none;
}
.mobile-signup.visible {
  display: block;
}
.mobile-signup .error {
  width: 100%;
  text-align: center;
  color: white;
}
.mobile-signup h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mobile-signup h3.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mobile-signup .fields input {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 18px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-indent: 20px;
}
.mobile-signup .mobile-logo {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .mobile-signup .mobile-logo {
    background-image: url('/images/logo@2x.png');
  }
}
.mobile-signup .step-1 .button-signup-mobile {
  width: 250px;
  margin: 0 auto;
  padding: 13px 10px 8px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.mobile-signup .step-1 .button-signup-mobile:hover {
  background-color: #2f689d;
}
.mobile-signup .step-1 .button-signup-mobile.disabled {
  -moz-opacity: 90;
  -khtml-opacity: 90;
  -webkit-opacity: 90;
  opacity: 90;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=9000);
  filter: alpha(opacity=9000);
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: none;
  background-color: #2c6fad;
  color: #8fbbe3;
  color: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.mobile-signup .step-1 .android {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 13px 10px 8px 10px;
  font-size: 18px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #313131;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  width: 250px;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mobile-signup .step-1 .android:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mobile-signup .step-2 {
  display: none;
}
.mobile-signup .step-2.visible {
  display: block;
}
.mobile-signup .step-2 .button-mobile-download {
  clear: both;
  width: 250px;
  margin: 0 auto;
  padding: 13px 10px 8px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.modal {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modal.visible {
  display: block;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
}
.modal .content {
  background-color: white;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 25px;
  padding-top: 25px;
  text-align: center;
}
.modal .content .soft-divider {
  margin-bottom: 15px;
}
.modal .content .subtext {
  color: #aaa;
  padding: 0px 10px 0px 10px;
}
.modal .content .logo {
  width: 100%;
  height: 100px;
  margin: 0px 0px 25px 0px;
  border: none;
  background-image: url('/images/logo@2x.png');
  background-position: center center;
  background-size: 100px 100px;
  background-repeat: no-repeat;
}
.modal .content .signup-graphic {
  display: none;
}
.modal .content h1 {
  font-size: 40px;
  margin: 45px 0px 0px 0px;
}
.modal .content h4 {
  padding: 40px 10px 0px 10px;
  font-size: 20px;
  line-height: 22pt;
}
.modal button {
  margin: 10px 0px 10px 0px;
  height: 65px;
  width: 250px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.modal button:hover {
  background-color: #2f689d;
}
.modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background-image: url('/images/x-black.png');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .modal .modal-close {
    background-image: url('/images/x-black.png');
    background-size: 28px 28px;
  }
}
.modal .modal-close:hover {
  background-image: url('/images/x-black.png');
  pointer: cursor;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .modal .modal-close:hover {
    background-image: url('/images/x-black.png');
  }
}
@media only screen and (min-width: 480px) {
  .modal .content .logo {
    width: 100%;
    height: 140px;
    margin: 0px 0px 15px 0px;
    border: none;
    background-image: url('/images/logo@2x.png');
    background-position: center center;
    background-size: 140px 140px;
    background-repeat: no-repeat;
  }
  .modal .content .signup-graphic {
    display: block;
    position: relative;
    width: 100%;
    height: 294px;
    margin: 25px 0px 50px 0px;
    border: none;
    background-image: url('/images/modal-signup-graphic.png');
    background-position: center center;
    background-size: 348px 294px;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .modal .content .signup-graphic .hologram {
    position: absolute;
    left: 50%;
    top: 420px;
    margin-left: -80px;
    height: 156px;
    width: 155px;
    border: none;
    background-image: url('/images/modal-signup-graphic-hologram.jpg');
    background-repeat: no-repeat;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal .content .signup-graphic .hologram.visible {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    top: 120px;
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -webkit-opacity: 100;
    opacity: 100;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .modal .content h1 {
    font-size: 55px;
    line-height: 60px;
    margin: 0px 0px 0px 0px;
  }
  .modal .content h4 {
    padding: 10px 20px 0px 20px;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 26pt;
  }
  .modal button {
    margin: 10px 0px 10px 0px;
    height: 65px;
    width: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .modal .content .logo {
    width: 100%;
    height: 140px;
    margin: 0px 0px 25px 0px;
    border: none;
    background-image: url('/images/logo@2x.png');
    background-position: center center;
    background-size: 140px 140px;
    background-repeat: no-repeat;
  }
  .modal .content h1 {
    font-size: 65px;
    line-height: 70px;
  }
  .modal .content h4 {
    padding: 0px 75px 0px 75px;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 35pt;
  }
}
@media only screen and (min-width: 960px) {
  .modal .content .logo {
    width: 100%;
    height: 140px;
    margin: 0px 0px 25px 0px;
    border: none;
    background-image: url('/images/logo@2x.png');
    background-position: center center;
    background-size: 140px 140px;
    background-repeat: no-repeat;
  }
  .modal .content h1 {
    font-size: 65px;
    line-height: 70px;
  }
  .modal .content h4 {
    padding: 0px 125px 0px 125px;
    font-size: 35px;
    margin-bottom: 25px;
  }
}
.title-bar-wrapper {
  background-color: black;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  height: 70px;
}
.title-bar-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.title-bar-wrapper.show {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  -ms-transition: 2s;
  transition: 2s;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.title-bar-wrapper.quickShow {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  background-color: black;
}
.title-bar-wrapper .title-bar .container .sixteen.columns {
  height: 70px;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .nav {
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .nav.share {
  display: none;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .nav a {
  color: black;
  display: inline-block;
  text-decoration: none;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .nav .item {
  height: 100%;
  width: 65px;
  text-align: center;
  cursor: pointer;
  padding: 0px 5px 0px 5px;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .nav .item:first-child {
  padding: 0px 5px 0px 0px;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .nav .item .text {
  position: relative;
  top: 25px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #787878;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .nav .item .text.active {
  border-bottom: 2px solid white;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .nav .item .text:hover {
  border-bottom: 2px solid #787878;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-dropdown {
  float: right;
  display: none;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-dropdown.share {
  display: block;
  height: auto;
  position: absolute;
  left: 0px;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-dropdown .dropdown-text {
  width: 200px;
  text-align: center;
  padding: 22px 20px 17px 20px;
  font-size: 18px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  background-color: black;
  text-decoration: none;
  color: white;
  cursor: pointer;
  display: inline-block;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-dropdown .dropdown-text .livicon {
  display: inline-block;
  vertical-align: middle;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-dropdown i {
  -moz-opacity: 20;
  -khtml-opacity: 20;
  -webkit-opacity: 20;
  opacity: 20;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=2000);
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
  padding-top: 30px;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup {
  float: right;
  display: inline-block;
  margin: 10px 10px 0px 15px;
  padding: 15px 20px 10px 20px;
  font-size: 18px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #313131;
  text-decoration: none;
  color: white;
  cursor: pointer;
  display: none;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup.share {
  display: block;
  height: auto;
  position: absolute;
  left: -20px;
  font-size: 12px;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup:hover {
  border: 2px solid black;
  background-color: white;
  color: black;
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup.hide {
  -moz-opacity: 20;
  -khtml-opacity: 20;
  -webkit-opacity: 20;
  opacity: 20;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=2000);
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup.visible {
  background-color: black;
  color: white;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.75);
}
.title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup.visible:hover {
  color: #3e89ce;
  text-shadow: 0 0 2px rgba(144, 197, 237, 0.75);
}
.title-bar-wrapper .title-bar .container .sixteen.columns .logo {
  float: left;
  margin-top: 13px;
  width: 45px;
  height: 45px;
  border: none;
  background-image: url('/images/logo.png');
  background-size: 43px 43px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .title-bar-wrapper .title-bar .container .sixteen.columns .logo {
    background-image: url('/images/logo@2x.png');
  }
}
.title-bar-wrapper .title-bar .container .sixteen.columns .logo.share {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  background-color: transparent;
}
.title-bar-wrapper .title-bar .container .sixteen.columns button {
  display: none;
}
.title-bar-menu {
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 998;
  display: none;
}
.title-bar-menu .hit-target {
  position: absolute;
  top: -90px;
  right: 10px;
  width: 235px;
  height: 89px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid black;
}
.title-bar-menu .drop-down {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  padding-left: 0px;
  height: 300px;
}
.title-bar-menu .drop-down .bottom a {
  text-decoration: none;
}
.title-bar-menu .drop-down .bottom p {
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 13pt;
  color: #454747;
  background-color: black;
  padding: 10px;
  padding-top: 12px;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.title-bar-menu .drop-down .bottom p:hover {
  background-color: #3974c5;
  color: white;
}
.title-bar-menu .title {
  padding-left: 40px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 10pt;
  text-transform: uppercase;
  color: #8d8f90;
  background-color: black;
  padding-top: 22px;
}
.title-bar-menu .objects {
  background-color: black;
}
.title-bar-menu .objects ul {
  padding-right: 100px;
}
.title-bar-menu .objects ul a {
  text-decoration: none;
}
.title-bar-menu .objects ul li {
  padding: 2px;
  padding-top: 5px;
  padding-left: 10px;
  list-style: none;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  font-size: 12pt;
  text-transform: uppercase;
  color: #454747;
}
.title-bar-menu .objects ul li:hover {
  background-color: #3974c5;
  color: white;
}
.title-bar-fields {
  position: fixed;
  top: -100px;
  top: -220px;
  left: 0px;
  right: 0px;
  background-color: #000000;
  z-index: 997;
  height: 0;
  transition: top 0.5s ease-out;
  -ms-transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  overflow: hidden;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.title-bar-fields.visible {
  top: 70px;
}
.title-bar-fields .fields {
  position: relative;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}
.title-bar-fields .fields .message {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -60px;
  text-align: center;
}
.title-bar-fields .fields .message p {
  color: white;
}
.title-bar-fields .fields h2 {
  float: none;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin: 7px 20px 0px 0px;
}
.title-bar-fields .fields input {
  float: left;
  font-size: 18px;
  margin: 0px 7px 10px 0px;
  background-color: white;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 42%;
  height: 51px !important;
  padding: 5px 0px 0px 15px;
}
.title-bar-fields .fields .error {
  position: absolute;
  bottom: -45px;
  right: 15%;
  width: 70%;
  color: white;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.title-bar-fields .fields .error p {
  margin-bottom: 10px;
  font-size: 14px;
  color: white;
}
.title-bar-fields .fields .error.visible {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.title-bar-fields .fields .button-signup {
  margin: 0px !important;
  margin-bottom: 10px !important;
  float: left;
  height: 58px;
  line-height: 55px;
  width: 97%;
  font-size: 15px;
  margin: 25px 0px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'AvantBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  background-color: #3e89ce;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.title-bar-fields .fields .button-signup:hover {
  background-color: #2f689d;
}
.title-bar-fields .fields .button-signup.video {
  display: none;
}
.title-bar-fields .fields .button-signup.disabled {
  border: none;
  background-color: #2c6fad;
  color: #8fbbe3;
  color: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  box-shadow: 0 2px 3px rgba(0,0,0,0), inset 0 3px 0 rgba(255,255,255,0);
  background-image: url('/images/button-loader.gif');
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.title-bar-fields .android {
  clear: both;
  margin: 0 auto;
  margin-top: 110px !important;
  padding: 15px 20px 10px 20px;
  font-size: 18px;
  font-family: 'AvantMedium', sans-serif;
  font-weight: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #313131;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  width: 250px;
  -moz-opacity: 50;
  -khtml-opacity: 50;
  -webkit-opacity: 50;
  opacity: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5000);
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.title-bar-fields .android:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.title-bar-extended {
  display: none;
}
@media only screen and (min-width: 480px) {
  .title-bar-wrapper {
    height: 90px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns {
    height: 90px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .nav {
    height: 90px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .nav .item .text {
    top: 32px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup {
    margin: 22px 10px 0px 15px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup.share {
    font-size: 18px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-dropdown .dropdown-text {
    padding: 31px 20px 26px 20px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-dropdown:hover {
    color: #666;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .logo {
    margin-top: 11px;
    width: 70px;
    height: 70px;
    background-size: 68px 68px;
  }
  .title-bar-menu {
    top: 90px;
  }
  .title-bar-menu .drop-down {
    padding: 0px;
    height: 370px;
  }
  .title-bar-menu .title {
    padding-left: 125px;
  }
  .title-bar-menu .objects ul {
    padding-left: 125px;
    padding-right: 100px;
  }
  .title-bar-fields.visible {
    top: 90px;
  }
  .title-bar-fields .fields {
    margin-top: 100px;
    display: inline;
  }
  .title-bar-fields .fields h2 {
    display: none;
    float: left;
    width: auto;
    text-align: left;
    font-size: 10px;
    margin: 7px 10px 0px 0px;
  }
  .title-bar-fields .fields input {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 30%;
    font-size: 18px;
  }
  .title-bar-fields .fields .error {
    bottom: -25px;
  }
  .title-bar-fields .fields .button-signup {
    float: left;
    display: inline;
    line-height: 55px;
    width: 27%;
    font-size: 10px;
    margin: 25px 0px 0px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .title-bar-wrapper .title-bar .container .sixteen.columns {
    height: 90px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-dropdown {
    display: block;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .nav {
    display: block;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .nav .item {
    width: 75px;
  }
  .title-bar-wrapper .title-bar .container .sixteen.columns .title-bar-signup {
    display: block;
  }
  .title-bar-menu .drop-down {
    padding-top: 30px;
    height: 370px;
  }
  .title-bar-menu .title {
    padding-left: 25px;
  }
  .title-bar-menu .objects ul {
    padding-left: 0px;
    padding-right: 0px;
  }
  .title-bar-fields.visible {
    top: 85px;
  }
  .title-bar-fields .fields {
    margin-top: 100px;
  }
  .title-bar-fields .fields h2 {
    display: block;
    font-size: 17px;
    margin: 7px 20px 0px 0px;
  }
  .title-bar-fields .fields input {
    margin: 0px 10px 0px 0px;
    width: 30%;
    font-size: 18px;
  }
  .title-bar-fields .fields .button-signup {
    line-height: 55px;
    width: 31%;
    font-size: 15px;
    margin: 25px 0px 0px 0px;
  }
  .title-bar-extended {
    display: block;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 997;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #000000;
    pointer-events: none;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .title-bar-extended.visible {
    top: 90px;
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -webkit-opacity: 100;
    opacity: 100;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
  }
  .title-bar-extended .container {
    height: 45px;
    text-align: center;
  }
  .title-bar-extended .container ul {
    line-height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    top: 23px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .title-bar-extended .container ul.visible {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -webkit-opacity: 100;
    opacity: 100;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .title-bar-extended .container ul li {
    list-style-type: none;
    color: white;
    padding: 0px 30px 0px 0px;
    display: inline;
    font-family: 'AvantMedium', sans-serif;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0px;
    color: #6b6b6b;
    cursor: pointer;
  }
  .title-bar-extended .container ul li.active {
    color: white;
  }
  .title-bar-extended .container ul li:hover {
    color: white;
  }
  .title-bar-extended .container ul li:last-child {
    background-image: none;
    border-right: none;
  }
  .title-bar-extended .container .arrow {
    position: relative;
    bottom: -12px;
    left: -1800px;
    width: 4000px;
    height: 12px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -webkit-opacity: 100;
    opacity: 100;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url('/images/navigation-arrow.png');
    background-size: 4000px 12px;
    background-position: left left;
    background-repeat: no-repeat;
  }
  .title-bar-extended .container .arrow.position-1 {
    left: -1840px;
  }
  .title-bar-extended .container .arrow.position-2 {
    left: -1635px;
  }
  .title-bar-extended .container .arrow.position-3 {
    left: -1450px;
  }
}
@media only screen and (min-width: 940px) {
  .title-bar-extended .container .arrow {
    left: -1800px;
  }
  .title-bar-extended .container .arrow.position-1 {
    left: -1750px;
  }
  .title-bar-extended .container .arrow.position-2 {
    left: -1540px;
  }
  .title-bar-extended .container .arrow.position-3 {
    left: -1350px;
  }
  .title-bar-menu .drop-down {
    height: 370px;
  }
  .title-bar-menu .title {
    padding-left: 55px;
  }
  .title-bar-fields.visible {
    top: 80px;
  }
  .title-bar-fields .fields {
    margin-top: 100px;
  }
  .title-bar-fields .fields h2 {
    font-size: 17px;
    margin: 7px 20px 0px 0px;
  }
  .title-bar-fields .fields input {
    margin: 0px 10px 0px 0px;
    width: 31%;
    font-size: 18px;
  }
  .title-bar-fields .fields .button-signup {
    line-height: 55px;
    width: 30%;
    font-size: 15px;
    margin: 25px 0px 0px 0px;
  }
}
.wide.press-bar {
  margin-top: 0px;
  width: 100%;
  background-image: none;
  background-color: #f5f5f5;
  border: none;
}
.wide.press-bar.video {
  margin-top: 0px !important;
}
.press-bar-wrapper {
  display: none;
}
.press-bar-wrapper .press-bar .container .sixteen.columns a {
  text-decoration: none !important;
}
.press-bar-wrapper .press-bar .container .sixteen.columns .outlet p {
  font-size: 18px;
  padding-top: 30px;
  color: #878787;
  line-height: 22px;
}
.press-bar-wrapper .press-bar .container .sixteen.columns .outlet .press-logo {
  width: 225px;
  height: 75px;
  margin-right: 10px;
  float: left;
  background: url('/images/press-logo-techcrunch.jpg');
  background-repeat: no-repeat;
  background-size: 225px 75px;
}
.press-bar-wrapper .press-bar .container .sixteen.columns .outlet .press-logo.wired {
  background: url('/images/press-logo-wired.jpg');
}
.press-bar-wrapper .press-bar .container .sixteen.columns .outlet .press-logo.techcrunch {
  background: url('/images/press-logo-techcrunch.jpg');
}
.press-bar-wrapper .press-bar .container .sixteen.columns .outlet .press-logo.theverge {
  background: url('/images/press-logo-theverge.jpg');
}
.press-bar-wrapper .press-bar .container .sixteen.columns .outlet .press-logo.businessinsider {
  background: url('/images/press-logo-businessinsider.jpg');
}
.press-bar-wrapper .press-bar .container .sixteen.columns .outlet .press-logo.fastcompany {
  background: url('/images/press-logo-fastcompany.jpg');
}
.press-bar-wrapper .press-bar .container .sixteen.columns .outlet .press-logo.latimes {
  background: url('/images/press-logo-latimes.jpg');
}
@media only screen and (min-width: 960px) {
  .wide.press-bar {
    margin-top: px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  .press-bar-wrapper {
    display: block;
  }
}
.current-items .item {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 15px 0px 15px 0px;
}
.current-items .item.rejected {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  height: 115px;
}
.current-items .item .icon {
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-image: url('/images/icon-approved.png');
}
.current-items .item .icon.rejected {
  bottom: 25px;
  background-image: url('/images/icon-rejected.png');
}
.current-items .item .image {
  float: left;
  width: 45%;
  height: 100px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.current-items .item .image.item1 {
  background-image: url('/images/what-item1.jpg');
}
.current-items .item .image.item2 {
  background-image: url('/images/what-item2.jpg');
}
.current-items .item .image.item3 {
  background-image: url('/images/what-item3.jpg');
}
.current-items .item .image.item4 {
  background-image: url('/images/what-item4.jpg');
}
.current-items .item .image.item5 {
  background-image: url('/images/what-item5.jpg');
}
.current-items .item .image.item6 {
  background-image: url('/images/what-item6.jpg');
}
.current-items .item .image.item7 {
  background-image: url('/images/what-item7.jpg');
}
.current-items .item .image.item8 {
  background-image: url('/images/what-item8.jpg');
}
.current-items .item .image.item9 {
  background-image: url('/images/what-item9.jpg');
}
.current-items .item .image.item10 {
  background-image: url('/images/what-item10.jpg');
}
.current-items .item .image.item11 {
  background-image: url('/images/what-item11.jpg');
}
.current-items .item .image.item12 {
  background-image: url('/images/what-item12.jpg');
}
.current-items .item .meta {
  float: right;
  width: 50%;
  text-align: left;
}
.current-items .item .meta .title p {
  margin: 0px 0px 0px 0px;
}
.current-items .item .meta .price h2 {
  margin: 0px 0px 0px 0px;
}
.wide.sold-does-it-all {
  margin-top: 0px;
  width: 100%;
  background-image: none;
  background-color: none;
}
.sold-does-it-all {
  background-color: white;
  position: relative;
}
.sold-does-it-all .sections .soft-divider {
  border-top: 1px solid #e1e1e1;
  height: 20px;
  margin: 0px 0px 20px 0px;
  background: url('/images/soft-divider.png');
  background-size: 100% 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7000);
  filter: alpha(opacity=7000);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sold-does-it-all .sections .soft-divider {
    background-image: url('/images/soft-divider@2x.png');
    background-size: 100% 20px;
  }
}
.sold-does-it-all .sections .copy {
  margin: 30px 0px 50px 0px;
  padding: 0px;
}
.sold-does-it-all .sections .copy h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.sold-does-it-all .sections .copy p {
  margin: 0px;
  padding: 0px;
}
.sold-does-it-all .sections .section-prices .container {
  width: 100%;
}
.sold-does-it-all .sections .section-prices .container .six.columns.graphic {
  position: relative;
  display: none;
  height: 300px;
  background: url('/images/sold-doesit-all-state-1.jpg');
  background-repeat: no-repeat;
  background-size: 234px 295px;
  background-position: right bottom;
}
.sold-does-it-all .sections .section-prices .container .six.columns.graphic .prices-graphic-a {
  position: absolute;
  right: 18%;
  top: 170px;
  height: 134px;
  width: 110px;
  background: url('/images/sold-doesit-all-state-1-a.png');
  background-repeat: no-repeat;
  background-size: 110px 134px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sold-does-it-all .sections .section-prices .container .six.columns.graphic .prices-graphic-a.visible {
  -webkit-transition: 0.75s ease-out;
  -moz-transition: 0.75s ease-out;
  -o-transition: 0.75s ease-out;
  -ms-transition: 0.75s ease-out;
  transition: 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  right: 18%;
  top: 140px;
}
.sold-does-it-all .sections .section-prices .container .six.columns.graphic .prices-graphic-b {
  position: absolute;
  right: 20%;
  top: 90px;
  height: 90px;
  width: 90px;
  background: url('/images/sold-doesit-all-state-1-b.png');
  background-repeat: no-repeat;
  background-size: 90px 90px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sold-does-it-all .sections .section-prices .container .six.columns.graphic .prices-graphic-b.visible {
  -webkit-transition: 0.75s ease-out;
  -moz-transition: 0.75s ease-out;
  -o-transition: 0.75s ease-out;
  -ms-transition: 0.75s ease-out;
  transition: 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  right: 28%;
}
.sold-does-it-all .sections .section-sells .container {
  width: 100%;
}
.sold-does-it-all .sections .section-sells .container .six.columns.graphic {
  display: none;
  position: relative;
  height: 300px;
  background: url('/images/sold-doesit-all-state-2.jpg');
  background-repeat: no-repeat;
  background-size: 299px 280px;
  background-position: left center;
}
.sold-does-it-all .sections .section-sells .container .six.columns.graphic .sells-graphic-a {
  position: absolute;
  left: 60px;
  top: 60px;
  height: 75px;
  width: 173px;
  background: url('/images/sold-doesit-all-state-2-a.png');
  background-repeat: no-repeat;
  background-size: 173px 75px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sold-does-it-all .sections .section-sells .container .six.columns.graphic .sells-graphic-a.visible {
  -webkit-transition: 0.75s ease-out;
  -moz-transition: 0.75s ease-out;
  -o-transition: 0.75s ease-out;
  -ms-transition: 0.75s ease-out;
  transition: 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  left: 30px;
}
.sold-does-it-all .sections .section-sells .container .six.columns.graphic .sells-graphic-b {
  position: absolute;
  left: 60px;
  top: 140px;
  height: 75px;
  width: 173px;
  background: url('/images/sold-doesit-all-state-2-b.png');
  background-repeat: no-repeat;
  background-size: 173px 75px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sold-does-it-all .sections .section-sells .container .six.columns.graphic .sells-graphic-b.visible {
  -webkit-transition: 0.75s ease-out;
  -moz-transition: 0.75s ease-out;
  -o-transition: 0.75s ease-out;
  -ms-transition: 0.75s ease-out;
  transition: 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  right: 28%;
  left: 30px;
}
.sold-does-it-all .sections .section-sells .container .six.columns.graphic .sells-graphic-c {
  position: absolute;
  left: 60px;
  top: 215px;
  height: 75px;
  width: 173px;
  background: url('/images/sold-doesit-all-state-2-c.png');
  background-repeat: no-repeat;
  background-size: 173px 75px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sold-does-it-all .sections .section-sells .container .six.columns.graphic .sells-graphic-c.visible {
  -webkit-transition: 0.75s ease-out;
  -moz-transition: 0.75s ease-out;
  -o-transition: 0.75s ease-out;
  -ms-transition: 0.75s ease-out;
  transition: 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  right: 28%;
  left: 30px;
}
.sold-does-it-all .sections .section-sells .container .copy {
  margin-top: 30px;
}
.sold-does-it-all .sections .section-ships .container {
  width: 100%;
}
.sold-does-it-all .sections .section-ships .container .seven.columns.graphic {
  display: none;
  position: relative;
  height: 300px;
  background: url('/images/sold-doesit-all-state-3.jpg');
  background-repeat: no-repeat;
  background-size: 386px 223px;
  background-position: right center;
}
.sold-does-it-all .sections .section-ships .container .seven.columns.graphic .ships-graphic-a {
  position: absolute;
  right: 25px;
  top: 12px;
  height: 197px;
  width: 95px;
  background: url('/images/sold-doesit-all-state-3-a.png');
  background-repeat: no-repeat;
  background-size: 95px 197px;
}
.sold-does-it-all .sections .section-ships .container .seven.columns.graphic .ships-graphic-a.visible {
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  top: 52px;
}
.sold-does-it-all .sections .section-pays .container {
  width: 100%;
}
.sold-does-it-all .sections .section-pays .container .six.columns.graphic {
  display: none;
  position: relative;
  display: 300px;
  height: 300px;
  background: url('/images/sold-doesit-all-state-1.jpg');
  background-repeat: no-repeat;
  background-size: 234px 295px;
  background-position: left bottom;
}
.sold-does-it-all .sections .section-pays .container .six.columns.graphic .pays-graphic-a {
  position: absolute;
  left: 90px;
  top: 90px;
  height: 193px;
  width: 114px;
  background: url('/images/sold-doesit-all-state-4-a.jpg');
  background-repeat: no-repeat;
  background-size: 114px 193px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sold-does-it-all .sections .section-pays .container .six.columns.graphic .pays-graphic-a.visible {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 60px;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.sold-does-it-all .sections .section-pays .container .copy {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .sold-does-it-all .sections .section-prices .container .six.columns.graphic {
    display: block;
    background-size: 234px 295px;
  }
  .sold-does-it-all .sections .section-sells .container .six.columns.graphic {
    display: block;
    background-size: 250px 234px;
  }
  .sold-does-it-all .sections .section-ships .container .seven.columns.graphic {
    display: block;
    background-size: 300px 173px;
  }
  .sold-does-it-all .sections .section-pays .container .six.columns.graphic {
    display: block;
    background-size: 234px 295px;
  }
}
@media only screen and (min-width: 960px) {
  .sold-does-it-all .sections .section-prices .container .six.columns.graphic {
    display: block;
    background-size: 234px 295px;
  }
  .sold-does-it-all .sections .section-sells .container .six.columns.graphic {
    display: block;
    background-size: 299px 280px;
  }
  .sold-does-it-all .sections .section-ships .container .seven.columns.graphic {
    display: block;
    background-size: 386px 223px;
  }
  .sold-does-it-all .sections .section-pays .container .six.columns.graphic {
    display: block;
    background-size: 234px 295px;
  }
}
.wide.sold-is-designed-for {
  margin-top: 0px;
  width: 100%;
  background-image: none;
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.sold-is-designed-for fieldset.title {
  border-top: 1px solid #d1d1d1;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
}
.sold-is-designed-for fieldset.title legend {
  padding: 20px 20px;
  line-height: 25px;
}
.sold-is-designed-for h2 {
  text-align: center;
  margin: 40px 0px 20px 0px;
}
.sold-is-designed-for p {
  text-align: center;
  margin: 0px 0px 25px 0px;
}
.sold-is-designed-for .items {
  background: url('/images/index-things-1.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100px;
  margin: 0px 0px 0px 0px;
}
.sold-is-designed-for .boxes {
  position: relative;
  background: url('/images/boxes.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 150px;
  margin: 0px 0px 0px 0px;
}
.sold-is-designed-for .boxes .size {
  position: absolute;
  color: #c4c4c4;
  font-size: 12px;
  text-align: left;
}
.sold-is-designed-for .boxes .size.small {
  right: 35px;
  top: 15px;
}
.sold-is-designed-for .boxes .size.medium {
  right: 35px;
  bottom: -10px;
}
.sold-is-designed-for .boxes .size.large {
  left: 35px;
  bottom: -10px;
}
@media only screen and (min-width: 480px) {
  .sold-is-designed-for fieldset.title legend {
    padding: 50px 20px;
  }
  .sold-is-designed-for p {
    margin: 0px 0px 75px 0px;
  }
  .sold-is-designed-for .boxes {
    height: 200px;
    margin: 20px 0px 0px 0px;
  }
  .sold-is-designed-for .boxes .size.small {
    right: 65px;
    top: 25px;
  }
  .sold-is-designed-for .boxes .size.medium {
    right: 45px;
    bottom: -20px;
  }
  .sold-is-designed-for .boxes .size.large {
    left: 45px;
    bottom: -20px;
  }
  .sold-is-designed-for .items {
    height: 150px;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .sold-is-designed-for fieldset.title legend {
    padding: 50px;
  }
  .sold-is-designed-for p {
    margin: 0px 0px 75px 0px;
    margin-left: 15%;
    margin-right: 15%;
  }
  .sold-is-designed-for .boxes {
    height: 375px;
    margin: 50px 0px 50px 0px;
  }
  .sold-is-designed-for .boxes .size.small {
    right: 150px;
    top: 85px;
  }
  .sold-is-designed-for .boxes .size.medium {
    right: 150px;
    bottom: 0px;
  }
  .sold-is-designed-for .boxes .size.large {
    left: 150px;
    bottom: 0px;
  }
  .sold-is-designed-for .items {
    height: 250px;
    margin: 0px 0px 50px 0px;
  }
}
@media only screen and (min-width: 960px) {
  .sold-is-designed-for fieldset.title legend {
    padding: 75px 50px;
  }
  .sold-is-designed-for p {
    margin: 0px 0px 75px 0px;
    margin-left: 15%;
    margin-right: 15%;
  }
  .sold-is-designed-for .items {
    height: 325px;
    margin: 0px 0px 50px 0px;
  }
  .sold-is-designed-for .boxes {
    height: 475px;
    margin: 50px 0px 50px 0px;
  }
  .sold-is-designed-for .boxes .size.small {
    right: 200px;
    top: 120px;
  }
  .sold-is-designed-for .boxes .size.medium {
    right: 150px;
    bottom: 0px;
  }
  .sold-is-designed-for .boxes .size.large {
    left: 150px;
    bottom: 0px;
  }
}
.wide.what-can-we-sell {
  width: 100%;
  background-image: none;
  background-color: white;
  margin-top: none;
}
.what-can-we-sell fieldset.title {
  border-top: 1px solid #eaeaea;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
}
.what-can-we-sell fieldset.title legend {
  padding: 20px 20px;
  line-height: 25px;
}
.what-can-we-sell .video-frame {
  margin: 40px 0px 80px 0px;
  height: 170px;
  background-color: black;
}
.what-can-we-sell .body-copy {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 50px 0px;
}
.what-can-we-sell .descriptor {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.what-can-we-sell .item {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 15px 0px 15px 0px;
}
.what-can-we-sell .item.rejected {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  height: 115px;
}
.what-can-we-sell .item .icon {
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-image: url('/images/icon-approved.png');
}
.what-can-we-sell .item .icon.rejected {
  bottom: 25px;
  background-image: url('/images/icon-rejected.png');
}
.what-can-we-sell .item .image {
  float: left;
  width: 45%;
  height: 100px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.what-can-we-sell .item .image.item1 {
  background-image: url('/images/what-item1.jpg');
}
.what-can-we-sell .item .image.item2 {
  background-image: url('/images/what-item2.jpg');
}
.what-can-we-sell .item .image.item3 {
  background-image: url('/images/what-item3.jpg');
}
.what-can-we-sell .item .image.item4 {
  background-image: url('/images/what-item4.jpg');
}
.what-can-we-sell .item .image.item5 {
  background-image: url('/images/what-item5.jpg');
}
.what-can-we-sell .item .image.item6 {
  background-image: url('/images/what-item6.jpg');
}
.what-can-we-sell .item .image.item7 {
  background-image: url('/images/what-item7.jpg');
}
.what-can-we-sell .item .image.item8 {
  background-image: url('/images/what-item8.jpg');
}
.what-can-we-sell .item .image.item9 {
  background-image: url('/images/what-item9.jpg');
}
.what-can-we-sell .item .image.item10 {
  background-image: url('/images/what-item10.jpg');
}
.what-can-we-sell .item .image.item11 {
  background-image: url('/images/what-item11.jpg');
}
.what-can-we-sell .item .image.item12 {
  background-image: url('/images/what-item12.jpg');
}
.what-can-we-sell .item .meta {
  float: right;
  width: 50%;
  text-align: left;
}
.what-can-we-sell .item .meta .title p {
  margin: 0px 0px 0px 0px;
}
.what-can-we-sell .item .meta .price h2 {
  margin: 0px 0px 0px 0px;
}
@media only screen and (min-width: 480px) {
  .what-can-we-sell fieldset.title legend {
    padding: 50px 50px;
    line-height: 35px;
  }
  .what-can-we-sell .video-frame {
    margin: 20px 0px 80px 0px;
    height: 240px;
  }
}
@media only screen and (min-width: 768px) {
  .what-can-we-sell fieldset.title legend {
    padding: 50px 50px;
  }
  .what-can-we-sell .video-frame {
    margin: 20px 0px 80px 0px;
    height: 430px;
  }
  .what-can-we-sell .body-copy {
    padding: 0px 25px 0px 25px;
    margin: 0px 0px 75px 0px;
  }
}
@media only screen and (min-width: 960px) {
  .what-can-we-sell fieldset.title legend {
    padding: 75px 50px;
  }
  .what-can-we-sell .video-frame {
    margin: 20px 0px 85px 0px;
    height: 530px;
  }
}
.footer-wrapper {
  background-color: black;
}
.footer-wrapper.visible {
  display: block;
}
.footer-wrapper.hidden {
  display: none;
}
.footer-wrapper .footer .container .sixteen.columns {
  margin-top: 25px;
}
.footer-wrapper .footer .container .sixteen.columns.social {
  margin: 0px;
}
.footer-wrapper .footer .container .sixteen.columns nav {
  float: left;
}
.footer-wrapper .footer .container .sixteen.columns nav ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  list-style-type: none;
}
.footer-wrapper .footer .container .sixteen.columns nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.footer-wrapper .footer .container .sixteen.columns nav ul li a:hover {
  color: #3e89ce;
}
.footer-wrapper .footer .container .sixteen.columns .social .facebook {
  display: inline-block;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 64px;
  height: 64px;
  background-image: url('/images/facebook@2x.png');
  background-size: 64px 64px;
  background-repeat: none;
}
.footer-wrapper .footer .container .sixteen.columns .social .facebook:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .footer-wrapper .footer .container .sixteen.columns .social .facebook {
    background-image: url('/images/facebook@2x.png');
    background-size: 64px 64px;
  }
}
.footer-wrapper .footer .container .sixteen.columns .social .twitter {
  display: inline-block;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 64px;
  height: 64px;
  background-image: url('/images/twitter@2x.png');
  background-size: 64px 64px;
  background-repeat: none;
}
.footer-wrapper .footer .container .sixteen.columns .social .twitter:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .footer-wrapper .footer .container .sixteen.columns .social .twitter {
    background-image: url('/images/twitter@2x.png');
    background-size: 64px 64px;
  }
}
.footer-wrapper .footer .container .sixteen.columns .social .gplus {
  display: inline-block;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  -webkit-opacity: 80;
  opacity: 80;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8000);
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 64px;
  height: 64px;
  background-image: url('/images/gplus@2x.png');
  background-size: 64px 64px;
  background-repeat: none;
}
.footer-wrapper .footer .container .sixteen.columns .social .gplus:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10000);
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .footer-wrapper .footer .container .sixteen.columns .social .gplus {
    background-image: url('/images/gplus@2x.png');
    background-size: 64px 64px;
  }
}
.footer-wrapper .footer .container .sixteen.columns .logo-line {
  float: right;
  width: 64px;
  height: 64px;
  background-image: url('/images/logo-line.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .footer-wrapper .footer .container .sixteen.columns .logo-line {
    background-image: url('/images/logo-line@2x.png');
    background-size: 64px 64px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-wrapper {
    background-color: black;
  }
  .footer-wrapper .footer .container .sixteen.columns {
    height: 50px;
    margin-top: 35px;
  }
  .footer-wrapper .footer .container .sixteen.columns.social {
    height: 50px;
    margin: 0px;
    margin-bottom: 50px;
    margin-left: 20px;
  }
  .footer-wrapper .footer .container .sixteen.columns nav {
    float: left;
  }
  .footer-wrapper .footer .container .sixteen.columns nav ul li {
    display: inline;
    padding-bottom: 0px;
    margin-right: 15px;
    border-bottom: none;
    text-decoration: none;
  }
  .footer-wrapper .footer .container .sixteen.columns nav ul li a {
    color: white;
  }
  .footer-wrapper .footer .container .sixteen.columns .logo-line {
    margin-top: -5px;
    float: right;
    width: 64px;
    height: 64px;
    background-image: url('/images/logo-line.png');
  }
}
@media only screen and (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and only screen and (min-device-pixel-ratio: 2) {
  .footer-wrapper .footer .container .sixteen.columns .logo-line {
    background-image: url('/images/logo-line@2x.png');
    background-size: 64px 64px;
  }
}
/* Special Queries */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  body {
    width: 768px;
    max-width: 768px;
    overflow: hidden;
  }
  .wrapper.header {
    background-position: -400px center;
    padding-left: 20px;
  }
  .container {
    width: 100%;
  }
}
