@import url(//fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@font-face {
  font-family: 'resizer-ui';
  src: url('../resizer-ui.woff') format('woff'),
     url('../resizer-ui.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
[data-icon]:before {
  font-family: 'resizer-ui';
  speak: none;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1em;
  line-height: 1;
  width: 1.4em;
  vertical-align: baseline;
  text-align: center;
}

/* Devices adapted from toolbar */
[data-icon*="handy"]:before,
[data-icon*="blackberry"]:before {
  content: '\28';
}
[data-icon*="mobile"]:before,
[data-icon*="phone"]:before,
[data-icon*="ipod"]:before,
[data-icon*="android"]:before {
  content: '\6d';
}
[data-icon*="tablet"]:before,
[data-icon*="ipad"]:before {
  content: '\74';
}
[data-icon*="book"]:before,
[data-icon*="laptop"]:before {
  content: '\27';
}
[data-icon*="screen"]:before,
[data-icon*="desktop"]:before,
[data-icon*="display"]:before,
[data-icon*="tv"]:before {
  content: '\73';
}
/* Extras */
[data-icon="print"]:before {
  content: '\29' !important;
}
* {
  margin: 0;
  padding: 0;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #f9f9f9;
  font-size: 18px;
  line-height: 1.54;
}
html,
button,
input,
select,
textarea,
mark {
    color: #555;
}
small,
.small {
  font-size: 82%;
  opacity: .8;
}
h1, h2 {
  font-family: 'Archivo Narrow', sans-serif;
  display: block;
  margin: 1.75em auto 1em;
  padding: 0;
  font-size: 2em;
  line-height: 1.2;
  color: #262626;
  text-transform: uppercase;
  max-width: 540px;
}
h3 {
  font-family: 'Archivo Narrow', sans-serif;
  margin: 1.75em 0 1em;
  padding: 0;
  font-size: 1.3em;
  line-height: 1;
  color: #262626;
  text-transform: uppercase;
}
h4 {
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1;
  color: #262626;
  font-weight: bold;
}
h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}
a {
  color: #0770C9;
  outline: 0;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
a[data-text] {
  vertical-align: middle; /* http://stackoverflow.com/questions/7068091/possible-to-make-aafter-before-pseudo-elements-clickable-as-part-of-the-link */
}
a[data-text]:after {
  content: attr(data-text);
}
a[data-text] span {
  display: none;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}
hr:after {
  content: '';
  display: block;
  border-bottom: 2px solid #fff;
}
blockquote {
  background: #FFFFC7 !important;
  margin: 0 0 1em;
  padding: 8px 0 8px 15px;
}
blockquote p {
    font-weight: 300;
    margin-bottom: 0;
}
blockquote a {
  color: #999;
  font-style: italic;
  text-decoration: underline;
}
blockquote a:hover {
  text-decoration: none;
}
blockquote strong {
  font-style: normal;
}
img {
    vertical-align: middle;
  max-width: 100%;
  height: auto;
}
@media \0screen {
  img {
    width: auto; /* for ie 8 */
  }
}
pre {
  background: #fff;
  margin: 0.5em 0 1em;
  padding: 10px 20px;
  border: 1px solid #ddd;
}
form {
  margin: 0 0 1em;
}
fieldset {
  overflow: hidden;
  clear: both;
    border: 0;
  margin: 0;
    padding: 0;
}
label {
  cursor: pointer;
}
textarea {
    resize: vertical;
}
ul.checkmark li {
  position: relative;
  list-style: none;
}
ul.checkmark li:before {
  content: '\2713';
  position: absolute;
  top: -0.1em;
  left: -20px;
  font-size: 1.1em;
  color: #000;
}
ul.checkmark li[data-icon="print"]:before {
  left: -24px;
  top: 0.1em;
  font-size: 1em;
}
ul.setup {
  list-style: none;
  padding: 0;
}
ul.setup li {
  position: relative;
  padding-left: 80px;
}
ul.setup li .button {
  position: absolute;
  left: 0;
}
body section .secondary {
  color: #999;
}
body section .secondary:before {
  color: #bbb;
}
.button,
.disabled:hover {
  background-color: #262626;
  background-image: -webkit-radial-gradient(-100% 15%, ellipse farthest-side, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 100%);
  background-image: -ms-radial-gradient(-100% 15%, ellipse farthest-side, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(-100% 15%, ellipse farthest-side, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 100%);
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  *overflow: visible;
  padding: 1.2em 1em 1.2em 2.9em;
  font-size: 0.8em;
  line-height: 0.8;
  color: #fefefe;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;
}
.button:focus {
  outline: 0;
}
.button:hover {
  background-color: #444;
}
.disabled,
.disabled:hover {
  opacity: 0.3;
  cursor: default !important;
}
/*
.complete .primary,
section .primary,
section .primary.disabled:hover {
  background-color: #1188C1;
}
.complete .primary:hover,
section .primary:hover {
  background-color: #14a0e0;
}
*/
.button:before {
  font-family: 'resizer-ui';
  content: '\25';
  position: absolute;
  top: -2px;
  left: 0.38em;
  font-size: 1.6em;
  line-height: 1;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  color: #ccc;
}
.button-small {
  margin: 0 8px 0 0;
  padding: 7px 0.8em 7px 2.2em;
  font-size: 11px;
}
.button-small:before {
  font-size: 1.1em;
  left: 0.5em;
}
.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}
.row {
  clear: both;
  overflow: hidden;
}
.row [class*="span"] {
    display: block;
    float: left;
    margin-left: 2.12766%;
    width: 100%;
}
.row :first-child {
  margin-left: 0;
}
.row .span2 {
    width: 48.9362%;
}
.row .span3 {
    width: 31.9149%;
}
#notification {
  background: rgba(255, 255, 199, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
}
#notification p {
  margin: 0;
}
#notification .twitter-follow-button {
  display: inline-block;
  vertical-align: middle;
}
header {
  background-color: #ececec;
  background-image: -webkit-linear-gradient(top, #ececec, #f9f9f9);
  background-image:         linear-gradient(to bottom, #ececec, #f9f9f9);
  overflow: visible;
  position: relative;
  padding: 0 6%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  z-index: 10;
}
/*
header:before {
  background: url(../img/pattern.png) repeat-x 50% top;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
}
*/
header .wrap {
  padding: 115px 0 125px;
}
header .wrap:after {
  content: '';
  background: url(../img/ui.png) no-repeat 0 bottom;
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: block;
  width: 306px;
  height: 40px;
  margin-left: -153px;
}
header h2 {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid currentColor;
  margin: 0;
  padding: 0;
  font-size: 4em;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 1;
}
header h3 {
  position: relative;
  margin: 0 0 95px;
  font-size: 1.6em;
  line-height: 1.8;
  font-weight: normal;
  white-space: nowrap;
  z-index: 1;
}
header .button {
  padding: 1.3em 1.4em 1.3em 3.4em;
  font-size: 1.2em;
}
header .button:before {
  font-size: 2em;
}
#flight {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 335px;
  top: 0;
}
#flight b {
  position: absolute;
  font-weight: normal;
  font-size: 4.5em;
  top: -120px;
  left: 50%;
  margin-left: -0.7em;
  -webkit-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
          transition: all 1s ease-out;
}
#flight b:before {
  color: #0770C9;
}
#flight b:nth-child(even):before {
  color: #0770C9;
}
#flight [data-icon*="handy"],
#flight [data-icon*="tablet"] {
  left: 30%;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
#flight [data-icon*="mobile"],
#flight [data-icon*="book"] {
  left: 70%;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
#flight [data-icon*="desktop"] {
  left: 50%;
  margin-top: 20px;
}
#flight b.animate {
  top: 335px;
  left: 50%;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
#manual {
  background: url(../img/ui.png) no-repeat right 0;
  position: absolute;
  right: 0;
  bottom: -20px;
  display: block;
  width: 301px;
  height: 240px;
  -webkit-transform-origin: 100% 100%;
       -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
}
#manual .event {
  background: url(../img/ui.png) no-repeat left 80px;
  position: absolute;
  left: -220px;
  bottom: 120px;
  display: block;
  width: 88px;
  height: 48px;
  -webkit-transition: none;
      -ms-transition: none;
          transition: none;
}
#manual.animate .event {
  background-position: left -100px;
  left: 117px;
  bottom: 62px;
  -webkit-animation: manual 3.5s linear;
          animation: manual 3.5s linear;
}
@-webkit-keyframes manual {
  0%   { background-position: left 0; left: -220px; bottom: 120px; opacity: 0; }
  10%  { background-position: left 0; left: -220px; bottom: 120px; opacity: 1; }

  30%  { background-position: left 0; left: 80px; bottom: 68px; opacity: 1; }
  30%  { background-position: left -50px; left: 80px; bottom: 68px; opacity: 1; }

  33%  { background-position: left -50px; left: 117px; bottom: 62px; opacity: 1; }
  55%  { background-position: left -50px; left: 117px; bottom: 62px; opacity: 1; }

  58%  { background-position: left -50px; left: 117px; bottom: 62px; opacity: 0; }
  70%  { background-position: left -100px; left: 117px; bottom: 62px; opacity: 0; }

  90%  { background-position: left -100px; left: 117px; bottom: 62px; opacity: 1; }
  100% { background-position: left -100px; left: 117px; bottom: 62px; opacity: 1; }
}
@keyframes manual {
  0%   { background-position: left 0; left: -220px; bottom: 120px; opacity: 0; }
  10%  { background-position: left 0; left: -220px; bottom: 120px; opacity: 1; }

  30%  { background-position: left 0; left: 80px; bottom: 68px; opacity: 1; }
  31%  { background-position: left -50px; left: 80px; bottom: 68px; opacity: 1; }

  33%  { background-position: left -50px; left: 117px; bottom: 62px; opacity: 1; }
  55%  { background-position: left -50px; left: 117px; bottom: 62px; opacity: 1; }

  58%  { background-position: left -50px; left: 117px; bottom: 62px; opacity: 0; }
  70%  { background-position: left -100px; left: 117px; bottom: 62px; opacity: 0; }

  90%  { background-position: left -100px; left: 117px; bottom: 62px; opacity: 1; }
  100% { background-position: left -100px; left: 117px; bottom: 62px; opacity: 1; }
}
#manual .pulse {
  border: 2px solid rgba(0, 0, 0, 0.5);
  height: 18px;
  width: 18px;
  position: absolute;
  left: 147px;
  bottom: 82px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  opacity: 0;
}
#manual.animate .pulse {
  -webkit-animation: pulsate 3.5s ease-out;
          animation: pulsate 3.5s ease-out;
}
@-webkit-keyframes pulsate {
  0%   { -webkit-transform: scale(0.1); opacity: 0; }
  53%  { -webkit-transform: scale(0.1); opacity: 0; }
  58%  { -webkit-transform: scale(1); opacity: 1; }
  70%  { -webkit-transform: scale(3); opacity: 0; }
  100% { -webkit-transform: scale(3); opacity: 0; }
}
@keyframes pulsate {
  0%   { transform: scale(0.1); opacity: 0; }
  53%  { transform: scale(0.1); opacity: 0; }
  58%  { transform: scale(1); opacity: 1; }
  70%  { transform: scale(3); opacity: 0; }
  100% { transform: scale(3); opacity: 0; }
}
header #sharing {
  position: absolute;
  left: 0;
  bottom: 1em;
  line-height: top;
  text-align: left;
}
header #sharing > div {
  display: inline-block;
  vertical-align: top;
}
header #sharing .paypal {
  margin-right: 25px;
}
header #sharing .twitter-share-button {
  margin-right: 20px;
}
header #sharing .fb-like {
  vertical-align: super;
}
section {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
  padding: 2em 6% 3em;
}
section h1,
section h2 {
  display: block;
  text-align: center;
}
.slider {
  position: relative;
  margin: 0 0 1em;
}
.slider .step {
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
      -ms-transition: opacity 1s;
          transition: opacity 1s;
}
.slider .step:first-child {
  position: static;
}
.slider .active {
  opacity: 1;
}
.well {
  background: #fff;
  overflow: hidden;
  margin: 1.5em 0 1em;
  padding: 10px 20px;
}
.well * {
  margin: 0;
}
.hint {
  background: #FFFFC7;
}
ul.examples {
  list-style: none;
  margin: 0 0 -1em;
  padding: 0;
}
ul.examples li {
  float: left;
  margin: 0 1em 1em 0;
}
#customize {
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 20px 20px 0;
}
#customize fieldset {
  margin-bottom: 20px;
}
#customize [data-toggle] {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 0 0.5em;
  padding: 0 0 0.75em;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  color: #262626;
}
#customize [data-toggle] h4 {
  display: inline;
  margin: 0;
}
#customize [data-toggle].hover,
#customize [data-toggle].active,
#customize [data-toggle].hover h4,
#customize [data-toggle].active h4 {
  color: #0770C9;
}
#customize [data-toggle] b:before,
#customize [data-toggle].active.hover b:before {
  content: '+';
  float: right;
  font-size: 22px;
  line-height: 1;
  color: #999;
}
#customize [data-toggle].hover b:before,
#customize [data-toggle].active b:before {
  content: '\002212';
}
#customize h5 {
  background: #ddd;
  display: block;
  margin: 10px 0 5px;
  padding: 6px 5px 4px;
  color: #fff;
  cursor: default;
}
#customize .row label {
  display: block;
  font-size: 90%;
  line-height: 26px;
  color: #999;
}
#customize label.hover,
#customize label.hover small,
#customize label.active,
#customize label.active small {
  color: #000;
}
/*
#customize label.active:before {
  color: #1188C1;
  color: #FF6347;
}
*/
#customize input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#customize .append {
  background: #eee;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
#customize .append h4 {
  padding: 0;
  border: 0;
}
#customize .append label {
  color: #262626;
}
#customize #error b {
  color: #ab1e1e;
}
#customize pre {
  background: none;
  padding: 0;
}
#customize textarea#editor {
  border: 0;
  width: 100%;
  padding: 7px 0 0 10px;
  font-size: 0.867em;
  line-height: 1.6;
}
#customize .button {
  display: inline-block;
  margin: 2em 0 1em;
}
.donate {
  padding-top: 20px;
  text-align: center;
}
.fb-comments, .fb-comments span[style], .fb-comments iframe[style] {
  width: 100% !important;
}
footer {
  background: #eee;
  position: relative;
  overflow: hidden;
  padding: 1.133em 6% 3em;
  font-size: 90%;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.no-js .invisible {
  visibility: visible;
}
.clearfix:before,
.clearfix:after {
    content: ' '; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.center {
  text-align: center;
}
@media (max-width: 900px) {
  header #manual {
    -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
          transform: scale(0.75);
  }
  .row .span2,
  .row .allow {
    width: 100%;
    margin-left: 0;
    float: none;
    clear: both;
  }
  .row .span3 {
      width: 48.9362%;
  }
  .row .disallow {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
  header #manual {
    display: none;
  }
}
@media (max-width: 479px) {
  header h2 {
    padding: 0;
    font-size: 2.5em;
  }
  header h3 {
    font-size: 1.34em;
  }
  section #comments {
    display: none !important;
  }
  .row .span3 {
    width: 100%;
    margin-left: 0;
    float: none;
    clear: both;
  }
  .row .disallow {
    display: block;
  }
}
@media print {
  * {
  box-shadow: none !important;
  text-shadow: none !important;
  }
  *:before {
    display: none !important;
  }
  header #sharing,
  section #comments {
    display: none !important;
  }
}
