/*	Rocksauce Studios Version 5.0
	Author: RJ Nye
	Sass & Compass Enabled
*/
/* line 5, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../Rhas/Users/Q/Downloads/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'lobster';
  src: url("../fonts/lobster_1.4-webfont.eot");
  src: url("../fonts/lobster_1.4-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lobster_1.4-webfont.woff2") format("woff2"), url("../fonts/lobster_1.4-webfont.woff") format("woff"), url("../fonts/lobster_1.4-webfont.ttf") format("truetype"), url("../fonts/lobster_1.4-webfont.svg#lobster_1.4regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoslab';
  src: url("../fonts/robotoslab-regular-webfont.eot");
  src: url("../fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("../fonts/robotoslab-regular-webfont.woff") format("woff"), url("../fonts/robotoslab-regular-webfont.ttf") format("truetype"), url("../fonts/robotoslab-regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'robotoslab';
  src: url("../fonts/robotoslab-light-webfont.eot");
  src: url("../fonts/robotoslab-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-light-webfont.woff2") format("woff2"), url("../fonts/robotoslab-light-webfont.woff") format("woff"), url("../fonts/robotoslab-light-webfont.ttf") format("truetype"), url("../fonts/robotoslab-light-webfont.svg#roboto_slablight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 261, ../sass/style.scss */
body {
  background: #0f2e58;
  color: white;
  font-family: "robotoslab";
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateZ(0px); }

/* line 270, ../sass/style.scss */
p {
  -webkit-transform-style: preserve-3d; }
  /* line 272, ../sass/style.scss */
  p strong {
    font-weight: 800; }

/* line 277, ../sass/style.scss */
a {
  color: #de5421;
  text-decoration: none; }
  /* line 281, ../sass/style.scss */
  a:hover, a:active {
    text-decoration: underline; }

/* line 287, ../sass/style.scss */
#header {
  background: url(../img/header@2x.png) no-repeat;
  background-size: cover;
  background-position: center top;
  height: 600px;
  position: relative; }
  /* line 294, ../sass/style.scss */
  #header #logo-lg {
    background: url(../img/logo-lg@2x.png) no-repeat;
    background-size: 100%;
    width: 425px;
    height: 305px;
    position: relative;
    margin: 0 auto;
    top: 132px;
    left: 260px; }
  /* line 305, ../sass/style.scss */
  #header #social {
    background: rgba(0, 0, 0, 0.5);
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0; }
    /* line 312, ../sass/style.scss */
    #header #social #links {
      height: 64px;
      position: relative;
      top: 19px;
      left: 43.5vw;
      float: left; }
      /* line 320, ../sass/style.scss */
      #header #social #links .link {
        position: relative;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
        -moz-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        -webkit-transition: all 100ms ease-in;
        transition: all 100ms ease-in; }
      /* line 328, ../sass/style.scss */
      #header #social #links #appstore {
        background: url(../img/appstore@2x.png) no-repeat;
        background-size: 100%;
        width: 216px;
        height: 64px;
        border-radius: 7px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 337, ../sass/style.scss */
        #header #social #links #appstore:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6); }
      /* line 343, ../sass/style.scss */
      #header #social #links #sm-fb {
        background: url(../img/sm-fb@2x.png) no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 350, ../sass/style.scss */
        #header #social #links #sm-fb:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
      /* line 356, ../sass/style.scss */
      #header #social #links #sm-tw {
        background: url(../img/sm-tw@2x.png) no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 363, ../sass/style.scss */
        #header #social #links #sm-tw:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
      /* line 368, ../sass/style.scss */
      #header #social #links #sm-pin {
        background: url(../img/sm-pin@2x.png) no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 375, ../sass/style.scss */
        #header #social #links #sm-pin:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
      /* line 380, ../sass/style.scss */
      #header #social #links #sm-tmb {
        background: url(../img/sm-tmb@2x.png) no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 387, ../sass/style.scss */
        #header #social #links #sm-tmb:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
      /* line 392, ../sass/style.scss */
      #header #social #links #sm-rs {
        background: url(../img/sm-rs-over@2x.png) no-repeat;
        background-size: 100%;
        background-position-y: 0;
        width: 165px;
        height: 30px;
        margin-left: 20px;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 401, ../sass/style.scss */
        #header #social #links #sm-rs:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }

/* line 410, ../sass/style.scss */
#idevice {
  background: url(../img/idevice@2x.png) no-repeat;
  background-size: 100%;
  width: 386px;
  height: 772px;
  position: relative;
  right: 28vw;
  margin: auto;
  margin-top: -196px; }
  /* line 420, ../sass/style.scss */
  #idevice .screen {
    width: 320px;
    height: 568px;
    position: relative;
    top: 101px;
    margin: 0 auto; }
    /* line 427, ../sass/style.scss */
    #idevice .screen #scrn1 {
      background: url(../img/idevice-scrn1@2x.png) no-repeat;
      background-size: 100%;
      width: 320px;
      height: 568px; }

/* line 436, ../sass/style.scss */
#featureText, #featureTextRight {
  float: left;
  width: 60%; }
  /* line 440, ../sass/style.scss */
  #featureText p, #featureTextRight p {
    width: 100%;
    margin: 0;
    padding: 2vw 0 0 0;
    margin-bottom: 1em; }

/* line 449, ../sass/style.scss */
#featureTextRight {
  float: right; }
  /* line 452, ../sass/style.scss */
  #featureTextRight p {
    text-align: left;
    padding: 0 10vw 0 0; }

/* line 458, ../sass/style.scss */
.token {
  margin-top: 2vw; }

/* line 462, ../sass/style.scss */
#animalRotator {
  float: right;
  width: 30%;
  text-align: center; }
  /* line 467, ../sass/style.scss */
  #animalRotator ul {
    margin: 0 auto; }

/* line 473, ../sass/style.scss */
#call {
  position: relative;
  float: left;
  left: 44vw;
  margin: 0 auto;
  margin-top: -490px;
  display: block; }
  /* line 481, ../sass/style.scss */
  #call h1 {
    font-family: "lobster";
    font-size: 2.5em;
    margin-bottom: 20px;
    width: 53vw; }
  /* line 488, ../sass/style.scss */
  #call p {
    font-size: 1.7em;
    line-height: 1.4em;
    width: 53vw;
    padding-bottom: .7em; }
    /* line 494, ../sass/style.scss */
    #call p strong {
      color: #99bcfe; }

/* line 500, ../sass/style.scss */
.feature {
  color: #0b0b0b;
  background: #00f;
  margin-bottom: 1px;
  font-size: 1.7em;
  line-height: 1.25em;
  display: block;
  overflow: hidden; }
  /* line 510, ../sass/style.scss */
  .feature p {
    position: relative; }
  /* line 514, ../sass/style.scss */
  .feature p.a {
    margin: auto;
    padding-top: 110px;
    padding-left: 50px; }
  /* line 520, ../sass/style.scss */
  .feature p.b {
    margin: auto;
    padding-top: 102px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 0.9em;
    line-height: 1.25em; }
  /* line 529, ../sass/style.scss */
  .feature p#left {
    position: relative;
    margin-right: 37vw; }
  /* line 534, ../sass/style.scss */
  .feature p#right {
    position: relative;
    margin-left: 37vw; }

/* line 540, ../sass/style.scss */
#feat1 {
  background: url(../img/feat-bg-1@2x.jpg) no-repeat;
  background-size: cover;
  padding: 5vw 0 5vw 0; }

/* line 546, ../sass/style.scss */
#feat2 {
  background: url(../img/feat-bg-2@2x.jpg) no-repeat;
  background-size: cover;
  padding: 5vw 0 5vw 0; }

/* line 552, ../sass/style.scss */
#leftimage {
  float: left;
  width: 30%;
  text-align: right; }

/* line 558, ../sass/style.scss */
#feat3 {
  background: url(../img/feat-bg-3@2x.jpg) no-repeat;
  background-size: cover;
  padding: 5vw 0 5vw 0; }
  /* line 563, ../sass/style.scss */
  #feat3 p {
    padding: 1vw 0 0 0vw; }

/* line 568, ../sass/style.scss */
#feat4 {
  background: url(../img/feat-bg-4@2x.jpg) no-repeat;
  background-size: cover;
  padding: 5vw 0 5vw 0; }

/* line 574, ../sass/style.scss */
.intText {
  margin: 0 auto;
  max-width: 80%; }

/* line 579, ../sass/style.scss */
#footer {
  height: 240px;
  margin: 50px auto;
  text-align: center; }
  /* line 584, ../sass/style.scss */
  #footer #footerLinks {
    margin: 0 auto;
    width: 100%; }
    /* line 588, ../sass/style.scss */
    #footer #footerLinks ul {
      margin: 0 auto;
      display: inline-block; }
    /* line 593, ../sass/style.scss */
    #footer #footerLinks li {
      list-style-type: none;
      float: left;
      margin-right: 25px; }
    /* line 599, ../sass/style.scss */
    #footer #footerLinks #ftLogo {
      background: url("../img/logo-lg@2x.png") no-repeat;
      background-size: 250px 160px;
      display: table-cell;
      width: 250px;
      height: 160px; }
    /* line 607, ../sass/style.scss */
    #footer #footerLinks #ftItunes {
      padding-top: 35px; }
      /* line 610, ../sass/style.scss */
      #footer #footerLinks #ftItunes a {
        background: url(../img/appstore@2x.png) no-repeat;
        background-size: 216px 64px;
        display: block;
        width: 216px;
        height: 64px;
        border-radius: 7px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
        position: relative;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 621, ../sass/style.scss */
        #footer #footerLinks #ftItunes a:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6); }
    /* line 628, ../sass/style.scss */
    #footer #footerLinks #ftFacebook {
      padding-top: 53px; }
      /* line 631, ../sass/style.scss */
      #footer #footerLinks #ftFacebook a {
        background: url(../img/sm-fb@2x.png) no-repeat;
        background-size: 30px 30px;
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 640, ../sass/style.scss */
        #footer #footerLinks #ftFacebook a:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
    /* line 646, ../sass/style.scss */
    #footer #footerLinks #ftTwitter {
      padding-top: 53px; }
      /* line 649, ../sass/style.scss */
      #footer #footerLinks #ftTwitter a {
        background: url(../img/sm-tw@2x.png) no-repeat;
        background-size: 30px 30px;
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 658, ../sass/style.scss */
        #footer #footerLinks #ftTwitter a:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
    /* line 664, ../sass/style.scss */
    #footer #footerLinks #ftPinterest {
      padding-top: 53px; }
      /* line 667, ../sass/style.scss */
      #footer #footerLinks #ftPinterest a {
        background: url(../img/sm-pin@2x.png) no-repeat;
        background-size: 30px 30px;
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 676, ../sass/style.scss */
        #footer #footerLinks #ftPinterest a:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
    /* line 682, ../sass/style.scss */
    #footer #footerLinks #ftTumblr {
      padding-top: 53px; }
      /* line 685, ../sass/style.scss */
      #footer #footerLinks #ftTumblr a {
        background: url(../img/sm-tmb@2x.png) no-repeat;
        background-size: 30px 30px;
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 694, ../sass/style.scss */
        #footer #footerLinks #ftTumblr a:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
    /* line 700, ../sass/style.scss */
    #footer #footerLinks #ftRocksauce {
      padding-top: 53px; }
      /* line 703, ../sass/style.scss */
      #footer #footerLinks #ftRocksauce a {
        background: url(../img/sm-rs-over@2x.png) no-repeat;
        background-size: 165px 60px;
        display: block;
        width: 165px;
        height: 30px;
        position: relative;
        -moz-transition: ease-in-out 150ms;
        -o-transition: ease-in-out 150ms;
        -webkit-transition: ease-in-out 150ms;
        transition: ease-in-out 150ms;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0); }
        /* line 712, ../sass/style.scss */
        #footer #footerLinks #ftRocksauce a:hover {
          -moz-transition: ease-in-out 200ms;
          -o-transition: ease-in-out 200ms;
          -webkit-transition: ease-in-out 200ms;
          transition: ease-in-out 200ms;
          -moz-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }
  /* line 720, ../sass/style.scss */
  #footer #indicia {
    clear: both; }

@media screen and (min-width: 1600px) {
  /* line 732, ../sass/style.scss */
  #header #social #links {
    left: 35vw; }

  /* line 738, ../sass/style.scss */
  #call {
    left: 35.5vw; } }
@media screen and (min-width: 1300px) {
  /* line 747, ../sass/style.scss */
  #header #social #links {
    left: 38vw; }

  /* line 753, ../sass/style.scss */
  #call {
    left: 38.5vw; } }
@media screen and (max-width: 945px) {
  /* line 65, ../sass/style.scss */
  #idevice {
    display: none; }

  /* line 69, ../sass/style.scss */
  #header {
    height: 65vw;
    overflow: hidden; }
    /* line 73, ../sass/style.scss */
    #header #logo-lg {
      background: url(../img/logo-lg@2x.png) no-repeat top center;
      background-size: 60%;
      width: 100%;
      height: 37vw;
      position: relative;
      margin: 0 auto;
      top: 2vw;
      left: 50px; }
    /* line 84, ../sass/style.scss */
    #header #social {
      background: rgba(0, 0, 0, 0.5);
      height: 100px;
      width: 100%;
      position: absolute;
      bottom: 0;
      text-align: center; }
      /* line 92, ../sass/style.scss */
      #header #social #links {
        height: 64px;
        position: relative;
        top: 19px;
        left: 0px;
        float: none;
        margin: 0 auto;
        display: inline-block; }
        /* line 101, ../sass/style.scss */
        #header #social #links #appstore {
          width: 150px;
          height: 44px; }
        /* line 106, ../sass/style.scss */
        #header #social #links #sm-fb, #header #social #links #sm-tw, #header #social #links #sm-pin, #header #social #links #sm-tmb {
          width: 25px;
          height: 25px; }

  /* line 115, ../sass/style.scss */
  #call {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    float: none;
    left: 0vw;
    margin: 0 auto;
    display: block; }
    /* line 125, ../sass/style.scss */
    #call h1 {
      font-family: "lobster";
      font-size: 2.5em;
      margin-top: 15px;
      margin-bottom: 20px;
      width: 53vw;
      text-align: center;
      width: 100%; }
    /* line 135, ../sass/style.scss */
    #call p {
      font-size: 1.2em;
      line-height: 1.4em;
      width: 53vw;
      padding-bottom: .7em;
      width: 100%;
      text-align: center; }
      /* line 143, ../sass/style.scss */
      #call p strong {
        color: #99bcfe; }

  /* line 149, ../sass/style.scss */
  #featureText, #featureTextRight {
    float: left;
    width: 100%; }
    /* line 153, ../sass/style.scss */
    #featureText p, #featureTextRight p {
      font-size: .7em;
      line-height: 1.3em;
      float: none;
      clear: both;
      width: 100%;
      margin: 0;
      padding: 2vw 0 0 0;
      margin-bottom: 1em;
      text-align: center; }

  /* line 167, ../sass/style.scss */
  #featureTextRight {
    float: right; }
    /* line 170, ../sass/style.scss */
    #featureTextRight p {
      clear: both;
      text-align: center;
      padding: 15px 0 0 0; }

  /* line 177, ../sass/style.scss */
  #animalRotator, #leftimage {
    float: none;
    width: 100%;
    float: none;
    text-align: center; }

  /* line 185, ../sass/style.scss */
  #feat1 #featureText {
    margin-bottom: 180px; }

  /* line 190, ../sass/style.scss */
  #slider2 {
    display: block;
    top: 160px; }

  /* line 197, ../sass/style.scss */
  #footer #footerLinks #ftLogo {
    background-position: center top;
    width: 100%;
    display: block; }
  /* line 203, ../sass/style.scss */
  #footer #footerLinks #ftItunes {
    text-align: center;
    width: 100%;
    display: block; }
    /* line 208, ../sass/style.scss */
    #footer #footerLinks #ftItunes a {
      float: none;
      margin: 0 auto;
      text-align: center; }
  /* line 215, ../sass/style.scss */
  #footer #footerLinks #ftFacebook, #footer #footerLinks #ftTwitter, #footer #footerLinks #ftTwitter, #footer #footerLinks #ftPinterest, #footer #footerLinks #ftTumblr {
    width: 20%;
    display: block;
    text-align: center; }
    /* line 220, ../sass/style.scss */
    #footer #footerLinks #ftFacebook a, #footer #footerLinks #ftTwitter a, #footer #footerLinks #ftTwitter a, #footer #footerLinks #ftPinterest a, #footer #footerLinks #ftTumblr a {
      float: none;
      margin: 0 auto; }
  /* line 226, ../sass/style.scss */
  #footer #footerLinks #ftTumblr {
    width: 12%; }
  /* line 230, ../sass/style.scss */
  #footer #footerLinks #ftRocksauce {
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 35px; }
    /* line 236, ../sass/style.scss */
    #footer #footerLinks #ftRocksauce a {
      float: none;
      margin: 0 auto;
      text-align: center; }
  /* line 246, ../sass/style.scss */
  #footer #indicia p {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 25px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 65, ../sass/style.scss */
  #idevice {
    display: none; }

  /* line 69, ../sass/style.scss */
  #header {
    height: 65vw;
    overflow: hidden; }
    /* line 73, ../sass/style.scss */
    #header #logo-lg {
      background: url(../img/logo-lg@2x.png) no-repeat top center;
      background-size: 60%;
      width: 100%;
      height: 37vw;
      position: relative;
      margin: 0 auto;
      top: 2vw;
      left: 50px; }
    /* line 84, ../sass/style.scss */
    #header #social {
      background: rgba(0, 0, 0, 0.5);
      height: 100px;
      width: 100%;
      position: absolute;
      bottom: 0;
      text-align: center; }
      /* line 92, ../sass/style.scss */
      #header #social #links {
        height: 64px;
        position: relative;
        top: 19px;
        left: 0px;
        float: none;
        margin: 0 auto;
        display: inline-block; }
        /* line 101, ../sass/style.scss */
        #header #social #links #appstore {
          width: 150px;
          height: 44px; }
        /* line 106, ../sass/style.scss */
        #header #social #links #sm-fb, #header #social #links #sm-tw, #header #social #links #sm-pin, #header #social #links #sm-tmb {
          width: 25px;
          height: 25px; }

  /* line 115, ../sass/style.scss */
  #call {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    float: none;
    left: 0vw;
    margin: 0 auto;
    display: block; }
    /* line 125, ../sass/style.scss */
    #call h1 {
      font-family: "lobster";
      font-size: 2.5em;
      margin-top: 15px;
      margin-bottom: 20px;
      width: 53vw;
      text-align: center;
      width: 100%; }
    /* line 135, ../sass/style.scss */
    #call p {
      font-size: 1.2em;
      line-height: 1.4em;
      width: 53vw;
      padding-bottom: .7em;
      width: 100%;
      text-align: center; }
      /* line 143, ../sass/style.scss */
      #call p strong {
        color: #99bcfe; }

  /* line 149, ../sass/style.scss */
  #featureText, #featureTextRight {
    float: left;
    width: 100%; }
    /* line 153, ../sass/style.scss */
    #featureText p, #featureTextRight p {
      font-size: .7em;
      line-height: 1.3em;
      float: none;
      clear: both;
      width: 100%;
      margin: 0;
      padding: 2vw 0 0 0;
      margin-bottom: 1em;
      text-align: center; }

  /* line 167, ../sass/style.scss */
  #featureTextRight {
    float: right; }
    /* line 170, ../sass/style.scss */
    #featureTextRight p {
      clear: both;
      text-align: center;
      padding: 15px 0 0 0; }

  /* line 177, ../sass/style.scss */
  #animalRotator, #leftimage {
    float: none;
    width: 100%;
    float: none;
    text-align: center; }

  /* line 185, ../sass/style.scss */
  #feat1 #featureText {
    margin-bottom: 180px; }

  /* line 190, ../sass/style.scss */
  #slider2 {
    display: block;
    top: 160px; }

  /* line 197, ../sass/style.scss */
  #footer #footerLinks #ftLogo {
    background-position: center top;
    width: 100%;
    display: block; }
  /* line 203, ../sass/style.scss */
  #footer #footerLinks #ftItunes {
    text-align: center;
    width: 100%;
    display: block; }
    /* line 208, ../sass/style.scss */
    #footer #footerLinks #ftItunes a {
      float: none;
      margin: 0 auto;
      text-align: center; }
  /* line 215, ../sass/style.scss */
  #footer #footerLinks #ftFacebook, #footer #footerLinks #ftTwitter, #footer #footerLinks #ftTwitter, #footer #footerLinks #ftPinterest, #footer #footerLinks #ftTumblr {
    width: 20%;
    display: block;
    text-align: center; }
    /* line 220, ../sass/style.scss */
    #footer #footerLinks #ftFacebook a, #footer #footerLinks #ftTwitter a, #footer #footerLinks #ftTwitter a, #footer #footerLinks #ftPinterest a, #footer #footerLinks #ftTumblr a {
      float: none;
      margin: 0 auto; }
  /* line 226, ../sass/style.scss */
  #footer #footerLinks #ftTumblr {
    width: 12%; }
  /* line 230, ../sass/style.scss */
  #footer #footerLinks #ftRocksauce {
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 35px; }
    /* line 236, ../sass/style.scss */
    #footer #footerLinks #ftRocksauce a {
      float: none;
      margin: 0 auto;
      text-align: center; }
  /* line 246, ../sass/style.scss */
  #footer #indicia p {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 25px; } }
