@charset "UTF-8";
/*
*	############################################################################
*	
*	Zi - Simple Landing Page
*	---------------------------------------------------------------------
*
*	Version		1.0
*	Author		The Develovers
*	Copyright	Copyright 2014 The Develovers
*
*	############################################################################
*/
/* ------------------ 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: #444444;
}

@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;
}

.btn {
  -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;
}

.navbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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: 0px 0;
  text-align: center;
}
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;
  }
}

.store-buttons {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

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

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

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

.section-heading {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 30px;
  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: #ffffff;
  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 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  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);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#preloader .loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -35px;
  text-align: center;
}

.loader-wrapper span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.copyright {
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 0.8em;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white url("../img/bx_loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "fontawesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=slick.css.map */
/* ------------------ 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: 2em;
  }
}
.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('../img/zi-fullscreen-bg.png?1416625832');
  background-repeat: no-repeat;
  background-position: center -7em;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .hero-unit.fullscreen-image-bg {
    background-position: center -4em;
  }
}
.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%;
}
@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 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -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;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: 2px solid #fff;
}
.hero-unit .learn-more a:hover, .hero-unit .learn-more a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/****************** 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 {
  margin-bottom: 10px;
}
.store-buttons a {
  margin-bottom: 10px;
  padding: 0;
  border-radius: 6px;
  min-width: 200px;
}

.store-buttons a.btn-macappstore {
  background-color: #000000;
}
.store-buttons a.btn-macappstore:hover, .store-buttons a.btn-macappstore:focus {
  background-color: #009000;
}

.store-buttons a.btn-winstore {
  background-color: #000000;
}
.store-buttons a.btn-winstore:hover, .store-buttons a.btn-winstore:focus {
  background-color: #009000;
}

.store-buttons a.btn-appstore {
  background-color: #000000;
}
.store-buttons a.btn-appstore:hover, .store-buttons a.btn-appstore:focus {
  background-color: #009000;
}

.store-buttons a.btn-googleplay {
  background-color: #000000;
}
.store-buttons a.btn-googleplay:hover, .store-buttons a.btn-googleplay:focus {
  background-color: #009000;
}
/*
.store-buttons a.btn-bbworld {
  background-color: #236383;
}
.store-buttons a.btn-bbworld:hover, .store-buttons a.btn-bbworld:focus {
	background-color: #316c8a;
}*/

.store-buttons a img {
  /*width: 140px;*/
  height: 56px;
}

@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: url('../img/bx_loader.gif?1377966586');
  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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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 .left {
  float: left;
  width: 70%;
}
@media screen and (max-width: 992px) {
  .features .left {
    float: none;
    width: 100%;
  }
}
.features .right {
  float: right;
  width: 241px;
  height: 475px;
}
@media screen and (max-width: 992px) {
  .features .right {
    float: none;
    margin: 0 auto;
  }
}
.features .right img {
  position: relative;
  top: 0px;
  left: 17px;
}
.features .right.nexus-placeholder {
}
.features .right.nexus-placeholder img {
  top: 0px;
  left: 0px;
}

ul.feature-list {
  margin-top: 60px;
  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 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    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 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  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 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: #1f1f1f;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  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 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  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 {
  -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;
  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;
  }
}

/****************** 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 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  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;
}

/****************** NEWSLETTER FORM AT PRE-LAUNCH PAGE **********************/
.hero-prelaunch .newsletter-form {
  margin-top: 30px;
}
.hero-prelaunch .newsletter-form .input-group {
  display: block;
}
.hero-prelaunch .newsletter-form input,
.hero-prelaunch .newsletter-form .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 60px;
  font-size: 18px;
}
.hero-prelaunch .newsletter-form .btn {
  padding: 6px 20px;
  background-color: #e95a0a;
  color: #fff;
  border: none;
  margin-left: 0;
  margin-top: 15px;
  min-width: 135px;
}
.hero-prelaunch .newsletter-form .btn:hover {
  background-color: #c24b08;
}
.hero-prelaunch .newsletter-form .btn i {
  display: none;
}
.hero-prelaunch .newsletter-form .btn.loading i {
  display: inline;
}
.hero-prelaunch .newsletter-form .btn.loading span {
  display: none;
}
.hero-prelaunch .newsletter-form .alert {
  -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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 5px;
  font-size: 12px;
  border: none;
  color: #fff;
  margin-top: 10px;
}
.hero-prelaunch .newsletter-form .alert.alert-success {
  background-color: #3C763D;
}
.hero-prelaunch .newsletter-form .alert.alert-danger {
  background-color: #D84D3B;
}
.hero-prelaunch .newsletter-form .alert.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.hero-prelaunch .newsletter-form .alert a {
  color: #fff;
  text-decoration: underline;
}
.hero-prelaunch .newsletter-form .alert a:hover, .hero-prelaunch .newsletter-form .alert a:focus {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .hero-prelaunch .newsletter-form .input-group {
    display: table;
  }
  .hero-prelaunch .newsletter-form input {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .hero-prelaunch .newsletter-form .btn {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    width: auto;
  }
}

/****************** NEWSLETTER FORM AT FOOTER **********************/
footer .newsletter-form {
  margin-top: 20px;
}
footer .newsletter-form .form-control {
  font-size: 14px;
}
footer .newsletter-form .input-group-lg > .form-control,
footer .newsletter-form .input-group-lg > .input-group-btn > .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
}
footer .newsletter-form .input-group-lg > .form-control {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #171717;
  outline: none;
}
footer .newsletter-form .input-group-lg > .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
footer .newsletter-form .input-group-lg > .input-group-btn > .btn {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #e95a0a;
  font-size: 14px;
  padding: 10px;
  min-width: 93px;
}
footer .newsletter-form .input-group-lg > .input-group-btn > .btn:hover, footer .newsletter-form .input-group-lg > .input-group-btn > .btn:focus {
  background-color: #d15109;
}
footer .newsletter-form .input-group-lg > .input-group-btn > .btn i {
  display: none;
}
footer .newsletter-form .input-group-lg > .input-group-btn > .btn.loading i {
  display: inline;
}
footer .newsletter-form .input-group-lg > .input-group-btn > .btn.loading span {
  display: none;
}
footer .newsletter-form .input-group-lg .input-group-btn:last-child > .btn {
  margin-left: 0;
}
footer .newsletter-form .alert {
  -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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 10px 0;
  border: none;
  font-size: 12px;
  background-color: transparent;
}
footer .newsletter-form .alert.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
footer .newsletter-form .alert a {
  color: #fff;
  text-decoration: underline;
}
footer .newsletter-form .alert a:hover, footer .newsletter-form .alert a:focus {
  text-decoration: none;
}
