/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Copyright (C) 2012 Freshplum
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Defaults
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-rendering: optimizeLegibility;
}

a { text-decoration: none; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Button list
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul.button_list { list-style-type: none; }

ul.button_list li,
ul.button_list li a { float: left; display: block; }

ul.button_list li { margin-right: 36px; }

ul.button_list li a {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: rgba(0, 0, 0, .5);
  line-height: 1;
  height: 13px;
  padding: 8px 0 11px 40px;
  cursor: pointer;
  z-index: 1;
}

ul.button_list li a:hover { color: rgba(0, 0, 0, .75); }
ul.button_list li a:active { top: 1px; }

ul.button_list li.manage_account a { padding-top: 1px; }

ul.button_list li.manage_account a span.secondary {
  display: block;
  font-size: 10px;
  padding-top: 5px;
}

ul.button_list li a span.icon {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background-image: url(/static/images/sales/buttons.png);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

ul.button_list li.manage_account a span.icon { background-position: 0 0; }
ul.button_list li.sign_in a span.icon { background-position: 0 -64px; }
ul.button_list li.sign_up a span.icon { background-position: 0 -32px; }
ul.button_list li.home a span.icon { background-position: 0 -96px; }

ul.button_list li.manage_account a:hover span.icon { background-position: -32px 0; }
ul.button_list li.sign_in a:hover span.icon { background-position: -32px -64px; }
ul.button_list li.sign_up a:hover span.icon { background-position: -32px -32px; }
ul.button_list li.home a:hover span.icon { background-position: -32px -96px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          General + splash
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
  background-color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-text-size-adjust: none;
}

div#splash {
  width: 100%;
  height: 400px;
  background: #2f92ce url(/static/images/sales/sky_grad.png) repeat-x 0 0;
  position: relative;
  box-shadow: inset 0 -2px 0 #fff;
  -webkit-box-shadow: inset 0 -2px 0 #fff;
  -moz-box-shadow: inset 0 -2px 0 #fff;
  overflow: hidden;
}

div#splash span.clouds,
div#splash span.airship,
div#splash span.circle_mask,
div#splash h1,
div#splash p {
  position: absolute;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

div#splash span.clouds {
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(/static/images/sales/clouds.png) repeat-x 0 0;
  opacity: 0;
}

@-webkit-keyframes clouds_bg {
  0% { background-position: 1280px 0; opacity: 1; }
  50% { background-position: 640px 0; opacity: .75; }
  100% { background-position: 0 0; opacity: 1; }
}

@-webkit-keyframes clouds_fg_1 {
  0% { background-position: 1580px 0; opacity: .5; }
  50% { background-position: 940px 0; opacity: .25; }
  100% { background-position: 300px 0; opacity: .5; }
}

@-webkit-keyframes clouds_fg_2 {
  0% { background-position: 420px 0; opacity: .08; }
  50% { background-position: 1060px 0; opacity: .15; }
  100% { background-position: 1700px 0; opacity: .08; }
}

div#splash span#clouds_bg { opacity: .87; z-index: 1; -webkit-animation: clouds_bg 75s normal infinite linear; }
div#splash span#clouds_fg_1 { top: 32px; opacity: .37; z-index: 4; -webkit-animation: clouds_fg_1 20s normal infinite linear; }
div#splash span#clouds_fg_2 { top: 16px; opacity: .1; z-index: 3; -webkit-animation: clouds_fg_2 40s normal infinite linear; }

div#splash span.airship {
  width: 410px;
  height: 320px;
  background: url(/static/images/sales/airship.png) no-repeat 0 0;
  left: 50%;
  top: 40px;
  z-index: 2;
  margin-left: -450px;
}

div#splash span.circle_mask {
  width: 100%;
  height: 560px;
  background: url(/static/images/sales/circle_mask.png) no-repeat center top;
  top: -80px;
  left: 0;
  z-index: 5;
}

div#splash div.copy {
  top: 140px;
  left: 50%;
  z-index: 6;
  margin-left: 128px;
  position: absolute;
}

div#splash h1,
div#splash p { position: relative; }

div#splash h1 {
  width: 161px;
  height: 60px;
  margin-left: 1px;
  background: url(/static/images/sales/text/h1.png) no-repeat 0 0;
  cursor: default;
}

div#splash p {
  width: 273px;
  height: 84px;
  background: url(/static/images/sales/text/p.png) no-repeat 0 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Sign up sheet
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#sign_up_sheet_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  background: rgba(0, 0, 0, .4);
  z-index: 99;
}

div#sign_up_sheet {
  position: fixed;
  background: url(/static/images/shared/grain.gif) 0 0 repeat;
  width: 480px;
  top: -150%;
  left: 50%;
  margin-top: -192px;
  margin-left: -240px;
  z-index: 100;
  font-family: "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .5), 0 11px 17px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5), 0 11px 17px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5), 0 11px 17px rgba(0, 0, 0, .5);
}

@-webkit-keyframes show_sign_up { 0% { top: -100%; } 100% { top: 50%; } }
@-moz-keyframes    show_sign_up { 0% { top: -100%; } 100% { top: 50%; } }

div#sign_up_sheet.visible {
  -webkit-animation: show_sign_up .75s normal 1 ease-in-out;
  -moz-animation: show_sign_up .75s normal 1 ease-in-out;
  top: 50%;
}

div#sign_up_sheet span.top {
  display: block;
  position: absolute;
  width: 510px;
  height: 64px;
  left: -15px;
  top: -64px;
  background: url(/static/images/sales/tag_top.png) 0 0 repeat;
}

div#sign_up_sheet input[type="text"],
div#sign_up_sheet input[type="password"] {
  display: block;
  float: left;
  height: 14px;
  width: 168px;
  padding: 23px 10px 9px;
  margin: 0 20px 20px 0;
  font-size: 14px;
  line-height: 1;
  color: #555;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .55);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .55);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .55);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .07)),to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(0% 100% 90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .07));
  background-color: #fdfdfd;
}

div#sign_up_sheet input[type="text"]:focus,
div#sign_up_sheet input[type="password"]:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7e5f5),to(#ebf4f9));
  background: -moz-linear-gradient(0% 100% 90deg, #ebf4f9, #c7e5f5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .5);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .5);
}

div#sign_up_sheet input[type="text"], x:-moz-any-link { padding: 24px 10px 8px; }
div#sign_up_sheet input[type="text"], x:-moz-any-link, x:default { padding: 24px 10px 8px; }
div#sign_up_sheet input[type="password"], x:-moz-any-link { padding: 24px 10px 8px; }
div#sign_up_sheet input[type="password"], x:-moz-any-link, x:default { padding: 24px 10px 8px; }

div#sign_up_sheet label {
  height: 11px;
  font-size: 11px;
  display: block;
  line-height: 1;
  color: #777;
  color: rgba(0, 0, 0, .5);
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 10px;
  text-transform: lowercase;
  pointer-events: none;
}

div#sign_up_sheet form {
  width: 416px;
  padding: 40px 0 40px 24px;
  margin: 0 auto;
}

div#sign_up_sheet form fieldset {
  display: block;
  float: left;
  position: relative;
  width: 416px;
  margin-bottom: 20px;
}

div#sign_up_sheet form fieldset h5 {
  color: #715945;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 18px;
  width: 396px;
  clear: both;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  text-align: left;
}

div#sign_up_sheet form div {
  width: 208px;
  float: left;
  position: relative;
}

div#sign_up_sheet form div.controls {
  float: none;
  clear: both;
  height: 32px;
  width: 100%;
  margin-right: 20px;
}

div#sign_up_sheet form div.controls span.tos {
  float: right;
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
  margin-right: 6px;
  color: #777;
  color: rgba(0, 0, 0, .5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

div#sign_up_sheet form div.controls span.tos a { color: #397fc0; }

div#sign_up_sheet form div.controls a.button.right { float: right; }

div#sign_up_sheet form div.full_width { width: 100%; }
div#sign_up_sheet form div.half_width { width: 104px; }

div#sign_up_sheet form div.full_width input[type="text"],
div#sign_up_sheet form div.full_width input[type="password"],
div#sign_up_sheet form div.numbers input[type="text"],
div#sign_up_sheet form div.half_width input[type="text"] { margin-right: 0; }

div#sign_up_sheet form div.numbers input[type="text"],
div#sign_up_sheet form div.half_width input[type="text"] { width: 64px; }

div#sign_up_sheet form div.toggle { margin-top: 10px; }

div#sign_up_sheet form div.toggle a.toggle {
  margin-right: 12px;
  float: left;
  display: block;
}

div#sign_up_sheet form div.toggle label {
  text-transform: none;
  display: block;
  float: left;
  pointer-events: all;
  position: relative;
  top: -3px;
  left: 0;
  font-size: 12px;
  width: 120px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

div#sign_up_sheet div.error input[type="text"],
div#sign_up_sheet div.error input[type="password"] {
  padding-right: 30px;
  width: 148px;
}

div#sign_up_sheet div.error input[type="text"]:focus,
div#sign_up_sheet div.error input[type="password"]:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6ced1),to(#f9ecec));
  background: -moz-linear-gradient(0% 100% 90deg, #f9ecec, #f6ced1);
}

div#sign_up_sheet div.numbers.error input[type="text"],
div#sign_up_sheet div.half_width.error input[type="text"] { width: 44px; }

div#sign_up_sheet div.error span.error {
  position: absolute;
  width: 33px;
  height: 32px;
  display: block;
  top: 14px;
  left: 155px;
  background: url(/static/images/shared/ui.png) 0 -192px no-repeat;
}

div#sign_up_sheet div.error span.error:hover { background-position: 0 -224px; }

div#sign_up_sheet div.numbers.error span.error,
div#sign_up_sheet div.half_width.error span.error { left: 51px; }

div#sign_up_sheet div.signature.error span.error {
  top: 68px;
  left: 363px;
  z-index: 9999993;
}

div#sign_up_sheet div.error span.error span.flag {
  bottom: 32px;
  margin-left: 0;
  left: -48px;
  display: none;
  position: absolute;
  text-align: center;
  width: 128px;
  z-index: 101;
}

div#sign_up_sheet div.error span.error span.flag:hover { display: none; }

div#sign_up_sheet div.error span.error span.flag span.message {
  display: inline-block;
  padding: 6px 8px 5px 9px;
  color: rgba(255, 255, 255, .87);
  font-size: 11px;
  font-weight: normal;
  line-height: 1.33;
  text-shadow: 0 -1px rgba(0, 0, 0, 1);
  background: rgba(0, 0, 0, .87);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .33);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .33);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .33);
  position: relative;
  bottom: 8px;
}

div#sign_up_sheet div.error span.error span.flag span.arrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 56px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .81) transparent transparent;
  border-width: 8px 8px 0;
}

div#sign_up_sheet div.error span.error:hover span.flag { display: block; }
div#sign_up_sheet div.error span.error span.flag:hover { display: none; }

div#sign_up_sheet div.error.right span.error span.flag span.message { left: -35px; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Content layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

section {
  display: block;
  width: 100%;
  padding-top: 52px;
  float: left;
  clear: both;
  position: relative;
  z-index: 2;
}

section#set_up_shop { background: url(/static/images/sales/set_up_shop_bg.jpg) center 0 no-repeat; }

section#up_running {
  background-image:
    url(/static/images/sales/console.png),
    -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(157, 172, 184, .5)),to(rgba(157, 172, 184, 0)));
  background-image:
    url(/static/images/sales/console.png),
    -moz-linear-gradient(0% 100% 90deg, rgba(157, 172, 184, 0), rgba(157, 172, 184, .5));
  background-repeat: no-repeat;
  background-position: center 108px, 0 0;
}

section div.text_block { width: 1080px; margin: 0 auto; }

section div.block { float: left; margin-bottom: 120px; }
section.three div.block { margin-left: 40px; margin-right: 40px; width: 280px; }
section.two div.block { margin-left: 144px; width: 324px; }

section h3,
section div h4 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}

section h3 {
  width: 100%;
  height: 40px;
  background-image: url(/static/images/sales/text/titles.png);
  float: none;
}

section#set_up_shop h3 { background-position: center -80px; margin-bottom: 460px; }
section#up_running h3 { background-position: center -120px; margin-bottom: 460px; }

section div h4 {
  width: 240px;
  height: 24px;
  margin-left: -3px;
  margin-bottom: 8px;
  background-image: url(/static/images/sales/text/sub_titles.png);
}

section#set_up_shop div.one h4 { background-position: 0 0; }
section#set_up_shop div.two h4 { background-position: 0 -48px; }
section#set_up_shop div.three h4 { background-position: 0 -24px; }

section#everyone_business div.one h4 { background-position: 0 -72px; }
section#everyone_business div.two h4 { background-position: 0 -96px; }
section#everyone_business div.three h4 { background-position: 0 -120px; }

section#up_running div.one h4 { background-position: 0 -168px; }
section#up_running div.two h4 { background-position: 0 -192px; }
section#up_running div.three h4 { background-position: 0 -144px; }

section div p {
  font-size: 11px;
  line-height: 1.67;
  font-weight: bold;
  color: #6c7e93;
  -webkit-font-smoothing: antialiased;
}

section div p a {
  color: #6c7e93;
  text-decoration: underline;
}

section div.block span.powered_by_stripe {
  display: block;
  width: 119px;
  height: 26px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/static/images/sales/stripe.png) no-repeat 0 0;
  margin-top: 12px;
  opacity: .67;
}

section#set_up_shop span#iphone_prop,
section#set_up_shop span.price_tag {
  display: block;
  position: absolute;
  left: 50%;
}

section#set_up_shop span#iphone_prop {
  width: 242px;
  height: 418px;
  background: url(/static/images/sales/iphone.png) 0 0 no-repeat;
  top: 138px;
  margin-left: 217px;
}

@-webkit-keyframes scrolled_iphone_prop { 0% { top: 138px; } 100% { top: 118px; } }
@-moz-keyframes scrolled_iphone_prop { 0% { top: 138px; } 100% { top: 118px; } }

section#set_up_shop span#iphone_prop.scrolled {
  top: 118px;
  -webkit-animation: scrolled_iphone_prop .5s normal 1 ease-in-out;
  -moz-animation: scrolled_iphone_prop .5s normal 1 ease-in-out;
}

section#set_up_shop span.price_tag {
  width: 233px;
  height: 142px;
  background: url(/static/images/sales/price_tag.png) 0 0 no-repeat;
  top: 292px;
  margin-left: -478px;
}

section span.credit_card {
  display: inline-block;
  width: 33px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(/static/images/shared/ui.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  left: -3px;
  margin-top: 3px;
  margin-left: -2px;
}

section span.credit_card.american_express { background-position: 0 0; }
section span.credit_card.visa { background-position: 0 -32px; }
section span.credit_card.mastercard { background-position: 0 -64px; }
section span.credit_card.discover { background-position: 0 -96px; }
section span.credit_card.diners_club { background-position: 0 -128px; }
section span.credit_card.paper_row span.jcb { background-position: 0 -160px; }

section div.section_link {
  position: absolute;
  width: 240px;
  bottom: 40px;
  left: 50%;
  margin-left: -120px;
  text-align: center;
}

section div.section_link p {
  font-size: 11px;
  font-weight: bold;
  color: #888;
  line-height: 1;
}

section div.section_link a,
section#set_up_shop div.section_link button.helium-buy-now {
  display: block;
  margin-left: 338px;
  width: 160px;
  margin: 0 auto 8px;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa),to(#eee));
  background: -moz-linear-gradient(0% 100% 90deg, #eee, #fafafa);
  border: 1px solid #d5d5d5;
  cursor: pointer;
  height: 12px !important;
  font-size: 12px;
  line-height: 1;
  padding: 9px 0 11px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .87);
  color: #555;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}

section div.section_link a:active,
section#set_up_shop div.section_link button.helium-buy-now:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .12);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .12);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .12);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5),to(#eaeaea));
  background: -moz-linear-gradient(0% 100% 90deg, #eaeaea, #f5f5f5);
}

section#set_up_shop div.section_link button.helium-buy-now { padding: 10px 0 !important; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Live demo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div.overlay_guide {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 999991;
  display: none;
}

div.overlay_guide p {
  width: 320px;
  height: 100%;
  top: 50%;
  left: 33%;
  margin-top: -88px;
  margin-left: -160px;
  position: absolute;
  font-size: 20px;
  line-height: 1.67;
  color: #f5f5f5;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow:
    0 8px 15px rgba(0, 0, 0, .67),
    0 0 15px rgba(0, 0, 0, .67),
    0 0 2px rgba(0, 0, 0, .67);
}

div.live-demo#helium_checkout_container.test div.helium_checkout_controls span.testing { display: none; }

div.live-demo#helium_checkout_container div.helium_checkout_controls a#contact_email { pointer-events: none; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#footer {
  width: 100%;
  text-align: center;
  padding: 36px 0;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  clear: both;
  z-index: 3;
  position: relative;
  color: #bbb;
}

div#footer a { color: #999; }
div#footer a:hover { text-decoration: underline; }

div#footer a.fp {
  display: block;
  width: 48px;
  height: 40px;
  margin: 0 auto 20px;
  background: url(/static/images/sales/footer_fp.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

div#footer a.fp:active { background-position: 0 -40px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Retina
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  ul.button_list li a span.icon {
    background-image: url(/static/images/sales/buttons_2x.png);
    background-size: 96px 128px;
  }
  div#splash span.airship {
    background-image: url(/static/images/sales/airship_2x.png);
    background-size: 410px 320px;
  }
  div#splash span.circle_mask {
    background-image: url(/static/images/sales/circle_mask_2x.png);
    background-size: 2560px 560px;
  }
  div#splash h1 {
    background-image: url(/static/images/sales/text/h1_2x.png);
    background-size: 161px 42px;
  }
  div#splash p {
    background-image: url(/static/images/sales/text/p_2x.png);
    background-size: 273px 23px;
  }
  div#sign_up_sheet span.top {
    background-image: url(/static/images/sales/tag_top_2x.png);
    background-size: 510px 64px;
  }
  section#set_up_shop {
    background-image: url(/static/images/sales/set_up_shop_bg_2x.jpg);
    background-size: 1075px 546px;
  }
  section#up_running {
    background-image:
      url(/static/images/sales/console_2x.png),
      -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(157, 172, 184, .5)),to(rgba(157, 172, 184, 0)));
    background-image:
      url(/static/images/sales/console_2x.png),
      -moz-linear-gradient(0% 100% 90deg, rgba(157, 172, 184, 0), rgba(157, 172, 184, .5));
    background-size: 870px 394px, 100% 100%;
  }
  section#set_up_shop span#iphone_prop {
    background-image: url(/static/images/sales/iphone_2x.png);
    background-size: 242px 418px;
  }
  section#set_up_shop span.price_tag {
    background-image: url(/static/images/sales/price_tag_2x.png);
    background-size: 233px 142px;
  }
  section h3 {
    background-image: url(/static/images/sales/text/titles_2x.png);
    background-size: 800px 160px;
  }
  section div h4 {
    background-image: url(/static/images/sales/text/sub_titles_2x.png);
    background-size: 320px 336px;
  }
  section span.credit_card {
    background-image: url(/static/images/shared/ui_2x.png);
    background-size: 444px 616px;
  }
  section div.block span.powered_by_stripe {
    background-image: url(/static/images/sales/stripe_2x.png);
    background-size: 119px 26px;
  }
  section#effortless_for_everyone span.overlay {
    background-image: url(/static/images/sales/overlay_2x.png);
    background-size: 388px 679px;
  }
  div#footer a.fp {
    background-image: url(/static/images/sales/footer_fp_2x.png);
    background-size: 48px 80px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          iOS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-device-width: 568px) {
  div#splash span.circle_mask { background-image: url(/static/images/sales/circle_mask.png); }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  div#splash span.circle_mask { background-image: url(/static/images/sales/circle_mask.png); }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  div#splash span.circle_mask { background-image: url(/static/images/sales/circle_mask.png); }
}