/* ------------------ GENERAL STYLES ------------------ */
html, body, .wrapper {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #848484;
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis";
  color: #444;
}

@media screen and (min-width: 992px) {
  header .container-fluid,
  section .container-fluid,
  footer .container-fluid {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 1200px) {
  header .container-fluid,
  section .container-fluid,
  footer .container-fluid {
    padding-left: 7em;
    padding-right: 7em;
  }
}
@media screen and (min-width: 1440px) {
  header .container-fluid,
  section .container-fluid,
  footer .container-fluid {
    padding-left: 15em;
    padding-right: 15em;
  }
}

a {
  color: #e95a0a;
}
a:hover, a:focus {
  color: #f78748;
  text-decoration: none;
}

.navbar {
  margin-top: -60px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #e7e7e7;
}
.navbar.active {
  margin-top: 0;
}

.navbar-logo {
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar-logo img {
  width: 100px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

section {
  padding: 43px 0;
  margin: 35px 0;
  text-align: center;
  background-color: #fff;
}
section.hero-unit {
  margin-top: 0;
}
section.alternate-bg-color {
  background-color: #eaeaea;
}
section h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 3.5em;
  font-weight: 200;
}
section p {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  section h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  section {
    text-align: left;
    padding: 65px 0;
  }
  section h2 {
    margin-top: 0;
  }
  section hr {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  section h2 {
    font-size: 3em;
  }
}

.facebook-bg {
  background-color: #3b59ab;
}

.twitter-bg {
  background-color: #2b97f0;
}

.googleplus-bg {
  background-color: #dd4b39;
}

.section-heading {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.left-aligned hr {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .section-heading.left-aligned hr {
    margin: 0;
  }
}
.section-heading hr {
  width: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: #e95a0a;
}

footer {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #1f1f1f;
  color: #6c6c6c;
  text-align: center;
}
footer h3 {
  margin-top: 15px;
  font-family: "Open Sans";
  font-size: 18px;
  color: #bebebe;
}
footer a {
  color: #6c6c6c;
}
footer a:hover, footer a:focus {
  color: gray;
}
footer .footer-links {
  margin-right: 0;
}
footer .footer-links li {
  margin-bottom: 10px;
}
footer .footer-links + .footer-links {
  float: right;
}
@media screen and (min-width: 768px) {
  footer .container-fluid {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  footer {
    text-align: left;
  }
  footer .container-fluid {
    width: auto;
  }
  footer h3 {
    margin-top: 0;
  }
  footer .footer-links {
    margin-right: 50px;
  }
}

.back-to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}
.back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.back-to-top a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* ------------------ PAGE STYLES ------------------ */
/****************** HERO UNIT **********************/
.hero-unit {
  padding-top: 1em;
  padding-bottom: 0;
  position: relative;
  font-size: 2em;
  text-align: center;
  height: auto;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .hero-unit {
    text-align: left;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .hero-unit {
    font-size: 2.2em;
    padding-top: 4em;
  }
}
.hero-unit.hero-single-column {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hero-unit.hero-single-column {
    height: auto;
  }
}
.hero-unit.hero-single-column .page-video-wrapper {
  width: 70%;
  margin-bottom: 50px;
}
.hero-unit.hero-single-column .store-buttons {
  display: block;
}
.hero-unit.fullscreen-image-bg {
  background-image: url("/assets/img/fullscreen-bg.jpg");
  background-repeat: no-repeat;
  background-position: center -7em;
}
@media screen and (min-width: 1200px) {
  .hero-unit.fullscreen-image-bg {
    background-position: center -4em;
  }
}
.hero-unit.fullscreen-video-bg {
  background-color: transparent;
}
.hero-unit.fullscreen-video-bg .store-buttons a {
  background-color: #893A1D;
}
.hero-unit.fullscreen-video-bg .store-buttons a:hover, .hero-unit.fullscreen-video-bg .store-buttons a:focus {
  background-color: #672c16;
}
.hero-unit.fullscreen-video-bg.no-video-bg {
  background-image: url("assets/videos/sky.png");
  background-repeat: no-repeat;
  background-position: center 0;
}
.hero-unit.hero-prelaunch {
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.hero-unit.hero-prelaunch .left {
  width: 25%;
  padding-top: 0;
  display: none;
}
.hero-unit.hero-prelaunch .right {
  width: 100%;
}
.hero-unit.hero-prelaunch .header-phone {
  max-width: initial;
}
.hero-unit.hero-prelaunch h1 {
  font-size: 1.5em;
}
.hero-unit.hero-prelaunch .lead {
  margin: 30px 0;
  font-size: 0.7em;
}
@media screen and (min-width: 992px) {
  .hero-unit.hero-prelaunch .left {
    display: block;
  }
  .hero-unit.hero-prelaunch .right {
    padding: 1.5em 0;
    width: 70%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-unit.hero-prelaunch .container-fluid {
    width: 60%;
  }
}
.hero-unit h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 200;
}
@media screen and (min-width: 1200px) {
  .hero-unit h1 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .hero-unit .logo {
    width: auto;
  }
}
.hero-unit .header-phone {
  max-width: 100%;
  max-height: 650px;
}
@media screen and (min-width: 992px) {
  .hero-unit .left {
    width: 68%;
    padding-top: 2em;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-unit .left {
    padding-top: 2.5em;
  }
}
@media screen and (min-width: 1440px) {
  .hero-unit .left {
    padding-top: 2em;
  }
}
.hero-unit .left .lead {
  font-size: 20px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1200px) {
  .hero-unit .left .lead {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .hero-unit .right {
    float: right;
  }
}
.hero-unit .learn-more {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .hero-unit .learn-more {
    display: block;
    bottom: 1em;
  }
}
.hero-unit .learn-more a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: 2px solid #fff;
}
.fullscreen-slider {
  background-color: transparent;
  padding-top: 0;
  overflow-x: hidden;
}
.fullscreen-slider div.mc-image {
  padding-top: 3em;
}
.fullscreen-slider .hero-heading {
  color: #fff;
  font-size: 1.5em;
}
.fullscreen-slider .lead {
  font-size: 24px;
}
.fullscreen-slider .arrow-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.fullscreen-slider .arrow-nav a {
  width: 60px;
  height: 60px;
  position: absolute;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.fullscreen-slider .arrow-nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.fullscreen-slider .arrow-nav .arrow-left {
  left: 15px;
}
.fullscreen-slider .arrow-nav .arrow-right {
  right: 15px;
}
.fullscreen-slider .arrow-nav i {
  font-size: 36px;
}
.fullscreen-slider .pager {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.fullscreen-slider .pager a {
  background-color: rgba(255, 255, 255, 0.5);
  border: 5px solid rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 3px;
}
.fullscreen-slider .pager a.activeSlide {
  border-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
  .fullscreen-slider .right {
    display: none;
  }
  .fullscreen-slider div.mc-image {
    padding-top: 1em;
  }
  .fullscreen-slider .hero-heading {
    font-size: 1.3em;
  }
  .fullscreen-slider .lead {
    font-size: 18px;
  }
}

body .mc-cycle {
  position: static;
  z-index: 0;
}

div.mc-image {
  z-index: 0 !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/****************** HOW IT WORKS SECTION **********************/
.how-it-works h2 {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .how-it-works {
    margin-top: 0;
  }
  .how-it-works h2 {
    margin-top: 0;
  }
}

.page-video-wrapper iframe {
  border: none;
}

/****************** STORE BUTTONS *********************/
.store-buttons {
  height: 70px;
  margin-bottom: 35px;
}
.store-buttons a {
  margin-bottom: 10px;
  padding: 0;
}
.store-buttons a img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 992px) {
  .store-buttons a:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .store-buttons a {
    margin: 0 10px;
  }
}

/****************** FEATURE CONTENT SLIDER **********************/
.bx-wrapper .bx-loading {
  background-image: image-url("bx_loader.gif");
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}

.features .bx-wrapper {
  margin-top: 50px;
  margin-bottom: 0;
}
.features .bx-wrapper .bx-viewport {
  background: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .features .bx-wrapper .bx-viewport {
    left: 0;
  }
}
.features .bx-wrapper .bx-pager {
  position: initial;
  padding-top: 30px;
}
.features .feature-slides {
  padding: 20px 0;
}
.features .feature-slides h3 {
  font-family: inherit;
  font-weight: 300;
}
.features .left {
  float: none;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .features .left {
    float: none;
    width: 100%;
  }
}
.features .right {
  float: right;
  width: 235px;
  height: 475px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .features .right {
    float: none;
    margin: 0 auto;
  }
}
.features .right img {
  position: relative;
  top: 75px;
  left: 17px;
}
.features .right.nexus-placeholder {
  background-image: image-url("nexus5-placeholder.png");
}
.features .right.nexus-placeholder img {
  top: 60px;
  left: 12px;
}

ul.feature-list {
  margin-top: 25px;
  text-align: left;
}
ul.feature-list li {
  margin-bottom: 40px;
  position: relative;
}
ul.feature-list li h3 {
  margin-bottom: 8px;
  font-family: inherit;
  font-weight: 300;
}
ul.feature-list li i {
  display: none;
}
@media screen and (max-width: 768px) {
  ul.feature-list {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  ul.feature-list li i {
    position: absolute;
    top: 0;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #ccc;
  }
  ul.feature-list li h3, ul.feature-list li p {
    padding-left: 65px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  height: 20px;
  border: 2px solid #b8b8b8;
  background: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ccc;
}

/****************** INFINITE SCREENSHOT SLIDER **********************/
.screenshots {
  margin-bottom: 90px; /* compensate slick-dots being absolute position */
}

.app-screenshots {
  margin-bottom: 0;
}

.slick-slide {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.slick-slide img {
  max-width: 250px;
}
@media screen and (max-width: 480px) {
  .slick-slide img {
    margin-left: auto;
    margin-right: auto;
  }
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: #1f1f1f;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #1f1f1f;
}
.slick-prev:before,
.slick-next:before {
  font-family: "fontawesome";
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.slick-prev {
  left: 10px;
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 10px;
}
.slick-next:before {
  content: "\f105";
}

.slick-dots {
  bottom: -60px;
}
.slick-dots li button {
  border: 2px solid #b8b8b8;
}
.slick-dots li button:before {
  font-family: initial;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background-color: #ccc;
}

/****************** CALL TO ACTION **********************/
.call-to-action .store-buttons {
  margin-bottom: 0;
}
.call-to-action .store-buttons a {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #bebebe;
}
.call-to-action .store-buttons a:hover, .call-to-action .store-buttons a:focus {
  border-color: #8b8b8b;
}
.call-to-action .store-buttons a:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .call-to-action .store-buttons a:last-child {
    margin-bottom: 10px;
  }
}

/****************** REVIEWS **********************/
#reviews {
  padding-bottom: 0;
  margin-bottom: 0;
}
#reviews .section-heading {
  margin-bottom: 100px;
}

.review-item {
  text-align: left;
  margin-bottom: 80px;
}
.review-item .avatar {
  width: 65px;
}
.review-item .review-content {
  padding-left: 85px;
}
.review-item .name {
  font-size: 18px;
  margin-bottom: 5px;
}
.review-item .rating-stars {
  color: #F5A623;
}
.review-item .rating-stars i {
  font-size: 22px;
}
.review-item .review-title {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  color: #848484;
}
.review-item .review-text {
  font-style: italic;
  font-size: 14px;
}

/****************** BOTTOM AND FOOTER AREA **********************/
ul.featuredon-list li {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}

ul.social-icons {
  margin-top: 20px;
  margin-bottom: 35px;
}
ul.social-icons li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
ul.social-icons li a.facebook-bg:hover, ul.social-icons li a.facebook-bg:focus {
  background-color: #344f98;
}
ul.social-icons li a.twitter-bg:hover, ul.social-icons li a.twitter-bg:focus {
  background-color: #138bee;
}
ul.social-icons li a.googleplus-bg:hover, ul.social-icons li a.googleplus-bg:focus {
  background-color: #d73925;
}
ul.social-icons li a i {
  width: 22px;
  position: relative;
  top: 8px;
}

.copyright {
  font-size: 12px;
}

/*# sourceMappingURL=main.css.map */