/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #444444;
}
a {
  color: #28a5a8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #1e7d7f;
}
a:link, a:visited {
  text-decoration: none;
}

textarea {
    resize: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #28a5a8;
  border: 1px solid #28a5a8;
  color: #fff;
}
.btn-theme:hover {
  background: #1e7d7f;
  border: 1px solid #1e7d7f;
  color: #fff;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #28a5a8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #0b2c2c;
}
.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #1e7d7f;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #145456;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}
.offset-header {
  padding-top: 79px;
}
.has-pattern {
  background-image: url('../images/patterns/pattern-1.png');
  background-repeat: repeat;
  background-position: left top;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */
.header {
  padding: 15px 0;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
}
.header h1.logo a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
}

.logo-title-themed{
  color:#2aa4a6 !important;
}

.header .main-nav button {
  background: #0b2c2c;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 5px;
}
.header .main-nav .nav .nav-item.active a {
  color: #28a5a8;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #28a5a8;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #28a5a8;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #444444;
  color: #fff;
  padding: 15px 0;
}
.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #28a5a8;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #28a5a8;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #28a5a8;
}
.flexslider .slides li {
  position: relative;
}
/* ======= Promo Section ======= */
.promo {
  background-color: #28a5a8;
  color: #fff;
}
.promo .container {
  padding-bottom: 15px;
}
.promo .overview {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.promo .overview h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.promo .overview .summary {
  margin-bottom: 60px;
  margin-left: 70px;
}
.promo .overview .summary li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  background: url('../images/bullet.png') no-repeat left center;
}
.promo .overview .download-area {
  display: inline-block;
}
.promo .overview .btn-group {
  margin-left: 40px;
}
.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.promo .overview .btn-group li a {
  background-color: #145456;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-right: 30px;
}
.promo .overview .btn-group li a:hover {
  background-color: #0b2c2c;
}
.promo .overview .btn-group li.ios-btn a {
  background-image: url('../images/buttons/btn-app-store.png');
}
.promo .overview .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.png');
}
.promo .overview .note {
  position: relative;
  color: #145456;
}
.promo .overview .note p {
  padding-top: 15px;
}
.promo .overview .note .left-arrow {
  position: absolute;
  left: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-left.png') no-repeat left top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 69px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .overview .note .right-arrow {
  position: absolute;
  right: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-right.png') no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 58px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .iphone {
  position: relative;
}
.promo .iphone .iphone-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black.png');
}
.promo .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}
.promo .iphone .iphone-holder-inner {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 51px;
  top: 103px;
}
.promo .iphone .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .iphone:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .android {
  position: relative;
}
.promo .android .android-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-image: url('../images/android/android-white.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .android .android-holder-inner {
  position: absolute;
  width: 254px;
  height: 450px;
  left: 35px;
  top: 72px;
}
.promo .android .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .android:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .ipad {
  position: relative;
}
.promo .ipad .ipad-holder {
  position: relative;
  width: 420px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .ipad.ipad-black .ipad-holder {
  background-image: url('../images/ipad/ipad-black.png');
}
.promo .ipad.ipad-white .ipad-holder {
  background-image: url('../images/ipad/ipad-white.png');
}
.promo .ipad .ipad-holder-inner {
  position: absolute;
  width: 320px;
  height: 428px;
  left: 51px;
  top: 83px;
}
.promo .ipad .flexslider .flex-control-nav {
  bottom: -45px;
}
.promo .ipad:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat left top;
  right: 0;
  top: 0;
  position: absolute;
}
/* ======= Features Section ======= */
.features {
  padding: 80px 0;
}
.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #28a5a8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
.features .icon:hover {
  background: #28a5a8;
  color: #fff;
}
.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  color: #28a5a8;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 30px;
}
.features .content .title {
  color: #28a5a8;
  font-size: 18px;
  margin-top: 0;
}
.features .content p {
  font-weight: 300;
}
/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.how .content {
  padding: 0 60px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}
.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}
/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.faq .title {
  margin-bottom: 60px;
}
.faq .item {
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #87e0e2;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #34cbcf;
}
.faq .item .answer {
  color: #777777;
  font-weight: 300;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}
/* ======= Story Section ======= */
.story {
  background-color: #fff;
  color: #000;
  padding: 80px 0;
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.story .content img {
  padding-top: 60px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #0b2c2c;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #87e0e2;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #145456;
}
.story .team .connect a:hover {
  color: #061718;
}

.story .buttonrow {
  margin-top: 40px;
}

.story .btn-group {
  margin-left: 40px;
}
.story .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.story .btn-group li a {
  background-color: #145456;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  line-height:60px;
  margin-right: 30px;
  color: #fff;
  font-size: 18px;
}
.story .btn-group li a:hover {
  background-color: #0b2c2c;
}
.story .btn-group li.ios-btn a {
  background-image: url('../images/buttons/btn-app-store.png');
  text-indent: -9999px;
}
.story .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.png');
  text-indent: -9999px;
}

/* ======= Partners Section ======= */
.partners {
  padding: 80px 0;
  background: #f5f5f5;
}
.partners .title {
  margin-bottom: 40px;
}
.partners .item {
  margin-bottom: 30px;
}
.partners .content p {
  font-size: 16px;
  font-weight: 300;
}

.partners .press .note {
  color: #28a5a8;
  margin-bottom: 30px;
}
.partners .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.partners .press li.last {
  margin-right: 0;
}
.partners .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.partners .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* ======= Testimonials Section ======= */
.testimonials {
  padding: 80px 0;
}
.testimonials .title {
  margin-bottom: 60px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #87e0e2;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #28a5a8;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .details {
  padding-top:10px;
}
.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #999999;
}

/* ======= Demo Section ======= */
.demo {
  padding: 80px 0;
}
.demo .title {
  margin-bottom: 40px;
}
.demo .content p {
  font-size: 16px;
  font-weight: 300;
}
.demo .note {
  color: #28a5a8;
  margin-bottom: 30px;
}
.demo .buttonrow {
  margin-top: 40px;
}
.demo .btn-group {
  margin-left: 40px;
}
.demo .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.demo .btn-group li a {
  background-color: #145456;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  line-height:60px;
  margin-right: 30px;
  color: #fff;
  font-size: 18px;
}
.demo .btn-group li a:hover {
  background-color: #0b2c2c;
}
.demo .btn-group li.ios-btn a {
  background-image: url('../images/buttons/btn-app-store.png');
  text-indent: -9999px;
}
.demo .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.png');
  text-indent: -9999px;
}

/* ======= Pricing ======= */
.pricing {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.pricing .title {
  margin-bottom: 60px;
  margin-top: 0;
}
.pricing .item {
  padding: 30px 15px;
}
.pricing .item.best-buy {
  top: -15px;
}
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
.pricing .item .item-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  background: #87e0e2;
  position: relative;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .item .heading .title {
  margin-bottom: 30px;
  color: #0b2c2c;
  padding-bottom: 15px;
  font-size: 18px;
}
.pricing .item .content {
  padding: 30px 15px;
  padding-top: 80px;
}
.pricing .item .price-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #28a5a8;
  color: #fff;
  padding-top: 25px;
  border: 5px solid #5dd6d9;
  position: absolute;
  bottom: -50%;
  left: 50%;
  margin-left: -60px;
}
.pricing .item .price-figure .number {
  font-size: 28px;
}
.pricing .item .price-figure .unit {
  font-weight: 300;
}
.pricing .item .price-figure .currency {
  top: -5px;
  position: relative;
}
.pricing .item .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.pricing .item .ribbon .text {
  font-family: 'Lato', arial, sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #1e7d7f;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #0b2c2c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
  left: 0;
}
.pricing .item .ribbon .text:after {
  right: 0;
}
.pricing .item .feature-list {
  margin-bottom: 30px;
}
.pricing .item .feature-list li {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #28a5a8;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}
/* ======= Contact Section ======= */
.contact {
  background-color: #28a5a8;
  color: #fff;
  padding: 80px 0;
}
.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .intro p {
  font-size: 16px;
  font-weight: 300;
}
.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact .intro li {
  margin-bottom: 10px;
  color: #145456;
  font-size: 16px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #145456;
}
.contact .intro li a:hover {
  color: #0b2c2c;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
}
.contact .contact-form .btn-theme {
  background-color: #145456;
  margin-top: 15px;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 15px;
}
.config-panel #device-options {
  margin-bottom: 0;
}
.config-panel #device-options a {
  color: #999999;
}
.config-panel #device-options a:hover {
  color: #28a5a8;
}
.config-panel #device-options li.active a {
  color: #49d0d4;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #56bc94;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e;
}
.config-panel #color-options li.theme-4 a {
  background-color: #286da8;
}
.config-panel #color-options li.theme-5 a {
  background-color: #37ba67;
}
.config-panel #color-options li.theme-6 a {
  background-color: #f8a842;
}
.config-panel #color-options li.theme-7 a {
  background-color: #737f97;
}
.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a;
}
.config-panel #color-options li.theme-9 a {
  background-color: #a83f73;
}
.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .promo .overview .summary li {
    font-size: 18px;
  }
  .promo .overview .note .left-arrow {
    left: 0;
  }
  .promo .overview .note .right-arrow {
    right: 0;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .iphone .iphone-holder-inner {
    width: 208px;
    height: 394px;
    left: 48px;
    top: 96px;
  }
  .promo .android .android-holder-inner {
    width: 238px;
    height: 394px;
    left: 33px;
    top: 67px;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .ipad .ipad-holder-inner {
    width: 229px;
    height: auto;
    left: 36px;
    top: 59px;
  }
  .promo .ipad .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .overview .note .left-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo .overview .note .right-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }

  .row-eq-height {
    flex-wrap: wrap;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 60px;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo .overview {
    text-align: left;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .promo .ipad {
    text-align: left;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 20px;
  }
}
/* Large devices (large desktops, 1200px and up) */


/*#region Slider */
.page-slider {
  height: 500px;
  background-color: #28a5a8;
  /*background-color: #1abc9c;
  background-image: -ms-radial-gradient(center top, circle farthest-side, #41fbd6 0%, #1abc9c 100%);
  background-image: -moz-radial-gradient(center top, circle farthest-side, #41fbd6 0%, #1abc9c 100%);
  background-image: -o-radial-gradient(center top, circle farthest-side, #41fbd6 0%, #1abc9c 100%);
  background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #41fbd6), color-stop(1, #1abc9c));
  background-image: -webkit-radial-gradient(center top, circle farthest-side, #41fbd6 0%, #1abc9c 100%);
  background-image: radial-gradient(circle farthest-side at center top, #41fbd6 0%, #1abc9c 100%);*/
  -o-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  -ms-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-slider .page-slider-nav {
  border: 4px double #17a689;
  border: 4px double rgba(21, 152, 126, 0.7);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
  width: 30px;
  text-align: center;
  line-height: 40px;
  -moz-border-radius: 100%/40%;
  -ms-border-radius: 100%/40%;
  -webkit-border-radius: 100%/40%;
  -o-border-radius: 100%/40%;
  border-radius: 100%/40%;
  font-size: 1.2em;
  color: #145456;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.page-slider .page-slider-nav:hover {
  text-decoration: none;
  border: 4px solid #ecf0f1;
  border: 4px solid rgba(255, 255, 255, 0.9);
  color: #ecf0f1;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swing;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swing;
  -o-backface-visibility: visible !important;
  -o-animation-name: swing;
  backface-visibility: visible !important;
  animation-name: swing;
}
.no-touch .page-slider .page-slider-nav.prev-slide {
  left: -200px;
  opacity: 0;
}
.touch .page-slider .page-slider-nav.prev-slide {
  left: 15px;
}
.no-touch .page-slider .page-slider-nav.next-slide {
  right: -200px;
  opacity: 0;
}
.touch .page-slider .page-slider-nav.next-slide {
  right: 15px;
}
.no-touch .page-slider .page-slider-nav.play-pause-page-slider {
  opacity: 0;
}
.no-touch .page-slider .page-slider-nav.play-pause-page-slider.left-align {
  left: -200px;
}
.no-touch .page-slider .page-slider-nav.play-pause-page-slider.right-align {
  right: -200px;
}
.touch .page-slider .page-slider-nav.play-pause-page-slider.left-align {
  left: 68px;
}
.touch .page-slider .page-slider-nav.play-pause-page-slider.right-align {
  right: 68px;
}
.page-slider .page-slider-nav.play-pause-page-slider .slider-playing {
  display: none;
}
.page-slider .page-slider-nav.play-pause-page-slider.paused .slider-playing {
  display: inline-block;
  *display: inline;
}
.page-slider .page-slider-nav.play-pause-page-slider.paused .slider-paused {
  display: none;
}
.page-slider .page-slider-pagination {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}
.no-touch .page-slider .page-slider-pagination {
  bottom: -100px;
}
.touch .page-slider .page-slider-pagination {
  bottom: 0;
}
.page-slider .page-slider-pagination > li {
  width: 12px;
  height: 12px;
  padding: 0;
  display: inline-block;
  background-color: #ecf0f1;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}

.page-slider .page-slider-pagination > li:hover {
  background-color: #ecf0f1;
  background-color: rgba(255, 255, 255, 0.9);
}
.page-slider .page-slider-pagination > li.current {
  background-color: #145456;
}
.page-slider:hover .page-slider-nav.prev-slide {
  left: 15px;
  opacity: 1;
}
.page-slider:hover .page-slider-nav.next-slide {
  right: 15px;
  opacity: 1;
}
.page-slider:hover .page-slider-nav.play-pause-page-slider {
  opacity: 1;
}
.page-slider:hover .page-slider-nav.play-pause-page-slider.left-align {
  left: 68px;
}
.page-slider:hover .page-slider-nav.play-pause-page-slider.right-align {
  right: 68px;
}
.page-slider:hover .page-slider-pagination {
  bottom: 0;
}

.page-slider > .sequence-canvas {
  height: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-slider > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-slider > .sequence-canvas > li > * {
  position: absolute;
}
.page-slider .frame1 .welcome-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -25%;
  text-align: center;
  color: #ffffff;
  line-height: 0.7em;
}
.page-slider .frame1 .welcome-title small {
  color: #ffffff;
  font-weight: 300;
  font-size: .45em;
}
.page-slider .frame1 .device {
  bottom: 10px;
  opacity: 0;
}
.page-slider .frame1 .thunder-bolt-display {
  left: 50%;
  width: 450px;
  margin-left: -225px;
  z-index: 10;
  bottom: -100%;
}
.page-slider .frame1 .mac-book-retina {
  left: 120%;
  width: 420px;
  z-index: 11;
  margin-left: 150px;
}
.page-slider .frame1 .ipad-landscape {
  left: -50%;
  width: 270px;
  z-index: 12;
  margin-left: -570px;
}
.page-slider .frame1 .iphone {
  left: -100%;
  width: 90px;
  z-index: 13;
  margin-left: -280px;
}
.page-slider .frame2 .iphone {
  bottom: -150%;
  left: 25%;
  width: 215px;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
.page-slider .frame2 .theme-features,
.page-slider .frame3 .theme-features {
  left: 50%;
  z-index: 20;
  top: 10%;
}
.page-slider .frame2 .theme-features > .theme-feature,
.page-slider .frame3 .theme-features > .theme-feature {
  padding: 7px 25px;
  background-color: #ecf0f1;
  background-color: #34cbcf;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0px;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  -o-transform: translateY(-600px);
  -webkit-transform: translateY(-600px);
  transform: translateY(-600px);
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.page-slider .frame2 .theme-features > .theme-feature.feature2,
.page-slider .frame3 .theme-features > .theme-feature.feature2 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.page-slider .frame2 .theme-features > .theme-feature.feature3,
.page-slider .frame3 .theme-features > .theme-feature.feature3 {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.page-slider .frame2 .theme-features > .theme-feature.feature4,
.page-slider .frame3 .theme-features > .theme-feature.feature4 {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.page-slider .frame2 .theme-features > .theme-feature.feature5,
.page-slider .frame3 .theme-features > .theme-feature.feature5 {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -ms-transition-delay: 2s;
  transition-delay: 2s;
}
.page-slider .frame2 .theme-features > .theme-feature.feature6,
.page-slider .frame3 .theme-features > .theme-feature.feature6 {
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.page-slider .frame3 .mac-book-retina {
  bottom: -150%;
  left: 15%;
  width: 220px;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
.page-slider .animate-in.frame3 .mac-book-retina {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  bottom: 10%;
  opacity: 1;
}
.page-slider .animate-in.frame3 .theme-features {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 20%;
}
.page-slider .animate-in.frame3 .theme-features > .theme-feature {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.page-slider .animate-in.frame2 .iphone {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  bottom: 2%;
  opacity: 1;
}
.page-slider .animate-in.frame2 .theme-features {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 20%;
}
.page-slider .animate-in.frame2 .theme-features > .theme-feature {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.page-slider .animate-in.frame1 .welcome-title {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  top: 7%;
}
.page-slider .animate-in.frame1 .device {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  opacity: 1;
}
.page-slider .animate-in.frame1 .thunder-bolt-display {
  bottom: 10px;
}
.page-slider .animate-in.frame1 .mac-book-retina {
  left: 50%;
}
.page-slider .animate-in.frame1 .ipad-landscape {
  left: 50%;
}
.page-slider .animate-in.frame1 .iphone {
  left: 50%;
}
.page-slider .animate-out.frame1 .welcome-title {
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  opacity: 0;
}
.page-slider .animate-out.frame1 .device {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  opacity: 0;
}
.page-slider .animate-out.frame2 .iphone {
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
}
.page-slider .animate-out.frame2 .theme-features {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 25%;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature1,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature2,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature3,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature4,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature5,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature6 {
  /*.transition-delay(0);*/

}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature2 {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature3 {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature4 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature5 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature6 {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-slider .animate-out.frame3 .mac-book-retina {
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
}
.page-slider .animate-out.frame3 .theme-features {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 25%;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature1,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature2,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature3,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature4,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature5,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature6 {
  /*.transition-delay(0);*/

}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature2 {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature3 {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature4 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature5 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature6 {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.grecaptcha-badge{
  visibility: hidden;
}

/*#region Media Queries */
@media (max-width: 1150px) {
  .page-slider .frame3 .mac-book-retina {
    /*left: 12%;*/
  }
  .page-slider .frame3 .theme-features {
    /*left: 45%;*/
  }
  .page-slider .animate-in.frame1 .ipad-landscape {
    opacity: 0;
  }
  .page-slider .animate-in.frame1 .mac-book-retina {
    left: 40%;
    width: 320px;
    z-index: 11;
    margin-left: 150px;
  }
}
@media (max-width: 1000px) {
  .page-slider .frame3 .mac-book-retina {
    left: 50%;
    margin-left: -200px;
  }
  .page-slider .animate-in.frame3 .mac-book-retina {
    /*opacity: .2;*/
    /*hide it for the time being*/
    opacity: 0;
  }
  .page-slider .animate-in.frame3 .theme-features {
    left: 2%;
    right: 2%;
    text-align: center;
  }
}
@media (max-width: 979px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    font-weight: 300;
  }
  .nav-collapse .nav.page-top-nav {
    margin-top: 20px;
  }
  .sticky-wrapper {
    height: auto!important;
  }
}
@media (max-width: 900px) {
  .page-slider .frame2 .iphone {
    left: 5%;
  }
  .page-slider .frame2 .theme-features {
    left: 40%;
  }
}
@media (max-width: 780px) {
  .page-slider .animate-in.frame1 .mac-book-retina {
    opacity: 0;
  }
}
@media (max-width: 700px) {
  .page-slider .frame1 h1 {
    font-size: 2em;
  }
  
  .page-slider .frame2 .iphone {
    left: 50%;
    margin-left: -100px;
  }
  .page-slider .animate-in.frame2 .iphone,
  .page-slider .animate-in.frame2 .mac-book-retina {
    opacity: .2;
  }
  .page-slider .animate-in.frame2 .theme-features {
    left: 2%;
    right: 2%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .page-slider .frame3 .theme-features .theme-feature {
    font-size: 1.2em;
  }
  .page-slider .animate-in.frame1 .iphone {
    opacity: 0;
  }

  .logo-title{
    font-size: 0.8em;
  }
}
@media (max-width: 570px) {
  .page-slider .frame3 .theme-features .theme-feature {
    font-size: 1em;
  }
  .page-slider .animate-in.frame1 .iphone {
    opacity: 0;
  }
}
@media (max-width: 520px) {
  .page-slider .frame1 .thunder-bolt-display {
    left: 2%;
    width: 94%;
    margin-left: 0;
  }

  .page-slider .frame2 .iphone {
    opacity: .2;
  }
  .page-slider .frame2 .theme-features > .theme-feature {
    font-size: 1.2em;
  }

  .promo .overview .btn-group li.android-btn a {
    width: 160px;
    height:48px;
    background-size: 160px;
    background-position: 0 0;
    display:block;
  }

  .promo .overview .btn-group li.ios-btn a {
    width: 160px;
    height:48px;
    background-size: 160px;
    background-position: 0 0;
    display:block;
  }
}
@media (max-width: 400px) {
  .page-slider .frame1 h1 {
    font-size: 1.7em;
  }

  .page-slider {
    -moz-transition: height, 0.4s;
    -o-transition: height, 0.4s;
    -webkit-transition: height, 0.4s;
    transition: height, 0.4s;
    height: 410px;
  }
  .page-slider .frame2 .iphone {
    width: 180px;
    margin-left: -90px;
  }
  .page-slider .frame3 .mac-book-retina {
    left: 2%;
    width: 96%;
    margin-left: 0;
  }
  .page-slider .animate-in.frame1 .thunder-bolt-display {
    bottom: 5%;
  }
  .page-slider .animate-in.frame2 .theme-features {
    top: 5%;
  }
  .page-slider .animate-in.frame3 .theme-features {
    top: 4%;
  }

  .promo .overview .btn-group li.android-btn a {
    width: 140px;
    height:42px;
    background-size: 140px;
    background-position: 0 0;
    display:block;
  }

  .promo .overview .btn-group li.ios-btn a {
    width: 140px;
    height:42px;
    background-size: 140px;
    background-position: 0 0;
    display:block;
  }
}
@media (max-width: 350px) {
  .logo-title{
    display: none;
  }
  .promo .overview .btn-group li.android-btn a {
    width: 120px;
    height:36px;
    background-size: 120px;
    background-position: 0 0;
    display:block;
  }

  .promo .overview .btn-group li.ios-btn a {
    width: 120px;
    height:36px;
    background-size: 120px;
    background-position: 0 0;
    display:block;
  }
}
@media (max-width: 290px) {
  .promo .overview .btn-group li.android-btn a {
    width: 100px;
    height:30px;
    background-size: 100px;
    background-position: 0 0;
    display:block;
  }

  .promo .overview .btn-group li.ios-btn a {
    width: 100px;
    height:30px;
    background-size: 100px;
    background-position: 0 0;
    display:block;
  }
}

/*#endregion Media Queries*/
/*#endregion slider */

/*#region Bootstrap Extend */
.bg-lblue {
  background-color: #2aa4a6;
}
.bg-red {
  background-color: #b13011;
}
/* UI X */
.borderbox{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius: 6px;
    border: 2px solid #bfbfbf;
}
.ui-block h4{
  margin: 2px 0px;
  padding: 0px;
}

.ui-block h4 a{
  color:#fff;
  font-size: 18px;
}

@media (max-width: 480px) {
  .ui-block h4 a{
    color:#fff;
    font-size: 14px;
  }
}

/* Image style four */
.ui-style-four {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.ui-style-four img {
  border-radius: 3px;
}
.ui-style-four  .ui-caption {
  position:absolute;
  bottom:0px;
  width:100%;
  padding:5px 15px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}
.ui-style-four  .ui-caption h4 {
  color: #fff;
  font-size:14px;
  font-weight:normal;
}
.ui-style-four  .ui-caption h4 span a i{
  color:#fff;
  margin-left:2px;
}
/* Image style six */
.ui-style-six {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.ui-style-six img {
  border-radius: 3px;
}
.ui-style-six  .ui-caption {
  position:absolute;
  top:50%;
  margin-top:-20px;
  left:-100%;
  background:rgba(0,0,0,0.6);
  height:40px;
  padding:4px 15px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
}
.ui-style-six:hover .ui-caption{
  left:0px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
}
.ui-style-six  .ui-caption h4 {
  color: #fff;
  font-size:15px;
  line-height:28px;
}
.ui-style-six  .ui-caption p {
  color: rgba(255,255,255,0.9);
  margin-bottom:4px;
  line-height:23px;
}
/*#endregion Bootstrap Extend */

