
/* ======= Base ======= */
body {
  font-family: 'Roboto', 'Lato', arial, sans-serif;
  color: #444444;
}
a {
  color: #d1600c;
  -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: #DB8000
}
a:focus {
  text-decoration: none;
  color: #DB8000;
}
a.button{
  background-color: #d1600c;
  padding: 10px;
  border-radius: 5px;
  color: white;
  cursor: hand;
  font-size: 12px;
}
.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;
  z-index: 400;
  cursor: pointer;
}
.btn a{
  color: #fff;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #fa8d49;
  border: 1px solid #fa8d49;
  color: #fff;
}
.btn-theme:hover {
  background: #FF5E00;
  border: 1px solid #FF5E00;
  color: #fff;
}
.btn-theme-features{
    border: 1px solid #d1600c;
    color: #fff;
    background: transparent;
}
.btn-theme-features:hover{
    border: 1px solid #d1600c;
    color: #fff;
    background: #352A23;
}
.btn-theme:active,
.btn-theme:focus {
  color: #fff;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #56bc94;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #225742;
}
.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: #d1600c;
  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;
}
.orange-social-icons a i{
   width: 48px;
  height: 48px;
  font-size: 28px;
}
.social-icons a.twitter{
  background: #00acee;
}
.social-icons a.facebook{
  background: #3B5998;
}
.social-icons a.linkedin{
  background: #4875B4;
}
.social-icons a.gplus{
  background: #dd4b39;
}
.social-icons a.insta{
  background: #4E433C;
}
.social-icons a:hover {
 /* background: #D25005;*/
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
  padding: 10px 16px;
  height: 50px;
}
::-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;
}

@media (min-width:970px) {
   /* breite Browserfenster */
   .offset-header {
  padding-top: 90px;
  }
 }
.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: 5px 0;
  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);
  background: -webkit-linear-gradient(left, #ECF3F6, #fff 30%);
  background: -o-linear-gradient(left, #ECF3F6 , #fff 30%);
  background: linear-gradient(to right, #ECF3F6 , #fff 30%);
}

.header div.logo {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  max-height: 50px;
}
.header div.logo a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header div.logo a img {
  margin-right: 5px;
  max-height: 30px;
}
.header div.logo .logo-title {
  vertical-align: middle;
}
.header .main-nav button {
  background: #d1600c;
  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: #d1600c;
  background: none;
}
.nav-item.highlight {
  background-color: #E2E2E2;
  padding: 1px; 
  border-radius: 5px;
}
.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: #d1600c;
  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: #56bc94;
  border-bottom: 3px solid #d1600c;
  transition: all 0.4s ease;
}
.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: #56bc94;
}
/* ======= 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: #56bc94;*/
  background: #d1600c;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #d1600c;
}
.flexslider .slides li {
  position: relative;
}
/* ======= Promo Section ======= */
.promo {
  /*background-color: #56bc94;*/
  color: #fff;
}
.promo .container {
  padding-bottom: 15px;
}

.promo .overview {
  margin-top: 8%;
  padding-left: 30px;
  padding-right: 30px;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  border-radius: 5px;

}
#promo .iphone{
  padding-top:5%;
}
.promo .overview h3.title{
  color: #555555;
  font-size: 14px;
}
.bgcontent{
    position: fixed;
    margin-top: -150px; 
    z-index:-1000; 
    height:1000px;
    width:100%;
    background-position: center center;
    /*background:-webkit-linear-gradient(left, transparent, #fff 34%), url(../images/VerlaufHiker.png) no-repeat;
    background:-o-linear-gradient(left, transparent, #fff 34%), url(../images/VerlaufHiker.png) no-repeat;
    background:linear-gradient(to right, transparent, #fff 34%), url(../images/VerlaufHiker.png) no-repeat;*/
  }
@media (min-width: 992px) {

   /* VIDEO */
  /* #videocontainer {
  position: relative;
  overflow: hidden;
  }

  #videocontainer .content {
    position: absolute;
    top: 0;
    left: 0;
  }*/

  video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background: url('/assets/images/poster_travelgap.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
#contact form{
  margin-top:10px;
}
#contact .row {
  margin-right:0px;
}

  

  .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;
  }
  .modal-lg {
    width: 780px;
  }
  .promo-landscape .overview {
    text-align: center;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Large devices (large desktops, 1200px and up) */


@media (max-width:970px) {
  .promo .overview {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
  }
}


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

.how li {
  margin-bottom: 15px;
  margin-left: 15px;
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  background: url('../images/bullet.png') no-repeat left center;
}

.promo .overview .vision{
  font-size: 16px;
}
.promo .overview .download-area {
  display: inline-block;
  margin-top:10px;
}
.promo .overview .btn-group {
  margin-left: 0px;
}
.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.promo .overview .btn-group li a {
  background-color: #317b5e;
  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: #225742;
}
.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: #317b5e;
}
.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 h1{
  color: black;
}

.promo h2{
  color: #AAAAAA;
}

.promo span{
  color: #BBBBBB;
}

.iphone {
  position: relative;
}
 .iphone .iphone-holder {
  position: relative;
  width: 375px;
  height: 667px;
  background-repeat: no-repeat;
  background-position: center top;
}
 .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black.png');
}
 .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}

 .iphone.iphone6 .iphone-holder{
  background-image: url('../images/iphone/iphone6_silver.png');
}

 .iphone .iphone-holder-inner {
  position: absolute;
  width: 256px;
  height: 500px;
  left: 50px;
  top: 133px;
}
 .iphone .flexslider .flex-control-nav {
  bottom: -50px;
}
 .iphone:before {
  content: "";
  display: block;
  
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
 .android {
  position: relative;
}
.promo .android .android-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-image: url('../images/android/android-black.png');
  background-repeat: no-repeat;
  background-position: center 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: center 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;
}

/* ======= promo (Landscape view) ======= */
.promo-landscape {
  padding-bottom: 60px;
}
.promo-landscape .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.promo-landscape .flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.3);
}
.promo-landscape .overview h2 {
  margin-bottom: 0;
}
.promo-landscape .overview .summary {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 0;
}
.promo-landscape .overview .summary li {
  text-align: left;
  background-image: none;
  padding-left: 0;
}
.promo-landscape .overview .summary li .fa {
  color: rgba(0, 0, 0, 0.2);
  margin-right: 5px;
}
.promo-landscape .overview .download-area {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.promo-landscape .overview .btn-group {
  margin-left: 0;
}
.promo-landscape .overview .btn-group li:last-child a {
  margin-right: 0;
}
.promo-landscape .phone {
  padding-top: 45px;
}
.promo-landscape .iphone {
  position: relative;
  margin-bottom: 60px;
}
.promo-landscape .iphone .iphone-holder {
  position: relative;
  width: 570px;
  height: 275px;
  background-repeat: no-repeat;
  background-position: center top;
}
.promo-landscape .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black-landscape.png');
}
.promo-landscape .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}
.promo-landscape .iphone .iphone-holder-inner {
  position: absolute;
  width: 394px;
  height: 222px;
  top: 23px;
  left: 90px;
}
.promo-landscape .iphone .flexslider .flex-control-nav {
  bottom: -60px;
}
.promo-landscape .iphone:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  top: -60px;
  left: 0;
  position: absolute;
}
.promo-landscape .android {
  position: relative;
  margin-bottom: 60px;
}
.promo-landscape .android .android-holder {
  position: relative;
  width: 570px;
  height: 290px;
  background-image: url('../images/android/android-black-landscape.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.promo-landscape .android .android-holder-inner {
  position: absolute;
  width: 451px;
  height: 254px;
  left: 66px;
  top: 15px;
}
.promo-landscape .android .flexslider .flex-control-nav {
  bottom: -60px;
}
.promo-landscape .android:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  top: -60px;
  left: 0;
  position: absolute;
}

.promo .icon{
  color: #E2E2E2;
  font-size:24px;
}
/* ======= Features Section ======= */
.features {
  padding: 80px 0;
  background-color: white;
}

.bluegrad{
background: url(../images/features/bg1.jpg);/* fallback for old browsers */
background: -webkit-linear-gradient(left, #fff , rgba(255,255,255,.5)), url(../images/features/bg1.jpg); /* Chrome 10-25, Safari 5.1-6 */
background:linear-gradient(to left, #fff , rgba(255,255,255,.5)) , url(../images/features/bg1.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        /*
  background: #bdc3c7; /* fallback for old browsers 
background: -webkit-linear-gradient(to left, #bdc3e7 , #2c3e50); /* Chrome 10-25, Safari 5.1-6 
background: linear-gradient(to left, #bdc3c7 , #2a3a50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-size: 100% 100%;
background-position: cover;
}
.bluegrad.bluegradn{
background: url(../images/features/bg5.jpg);/* fallback for old browsers */
background: -webkit-linear-gradient(left, #fff , rgba(255,255,255,.5)), url(../images/features/bg5.jpg); /* Chrome 10-25, Safari 5.1-6 */
background:linear-gradient(to left, #fff , rgba(255,255,255,.5)) , url(../images/features/bg5.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        /*
  background: #bdc3c7; /* fallback for old browsers 
background: -webkit-linear-gradient(to left, #bdc3e7 , #2c3e50); /* Chrome 10-25, Safari 5.1-6 
background: linear-gradient(to left, #bdc3c7 , #2a3a50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-size: 100% 100%;
background-position: cover;
}
.bluegradInverted {
background: url(../images/features/bg4.jpg);/* fallback for old browsers */
background: -webkit-linear-gradient(left, #fff , rgba(255,255,255,.5)), url(../images/features/bg4.jpg); /* Chrome 10-25, Safari 5.1-6 */
background:linear-gradient(to left, #fff , rgba(255,255,255,.5)) , url(../images/features/bg4.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        /*
  background: #bdc3c7; /* fallback for old browsers 
background: -webkit-linear-gradient(to left, #bdc3e7 , #2c3e50); /* Chrome 10-25, Safari 5.1-6 
background: linear-gradient(to left, #bdc3c7 , #2a3a50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-size: 100% 100%;
background-position: cover;
}
.signup{
  width:40%;
  margin-bottom: 30px;
  background: #D1600C;
  border-radius: 3px;
  margin:0 auto; 
  cursor:pointer;
  display: none;
  padding: 0px 0px;
  color:#fff;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
}
#download-area1{
  display: none;
}
#download-area h3{
  font-size: 16px;
  padding:0px 30px;
}
.content-center{
  margin-top:20%;
}
.features .icon{
  position: relative;
  text-align: center;
  width: 90px;
  height: 90px;
  -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;
}
.more-btn{
  width:20%;
  margin:0 auto;
}
.features .icon .standard {
  border: 1px solid #d1600c;
    -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

  .features .icon .premium{
      border: 2px solid #1c86ee;
      -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: #d1600c;
  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:hover .pe-icon {
  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: #d1600c;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
  .features .icon .premium{
    color: #1c86ee;
  }

.features .icon .pe-icon {
  color: #56bc94;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 30px;
}
.features .content .title {
  color: #d1600c;
  font-size: 18px;
  margin-top: 0;
}
.team .name {
  font-size: 18px;
  margin-top: 10px;

}
.features .content p {
  font-weight: 300;
  color: black;
  font-size: 16px;
}
.about-content{
  font-size: 16px;
  margin-top:40px;
}
.features .feature-row-last {
  margin-top: 30px;
}
.features .btn-link {
  color: #56bc94;
}
.features .btn-link:hover {
  color: #3fa07a;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.how .content {
  padding: 0 60px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 50px;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.radio-controls{
  width:100%;
  padding-left: 0px;
}
.content .radio-controls li{
  float:left;
  width:33.333%;
  margin-left: 0px;
  margin-right:0px;
  text-align: center;
  padding-left: 0px;
  background: none;
  list-style:none;
  position: relative;
  z-index: 2;
}
.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;
  background-color: white;
}
.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 #c4e7d9;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #7bcaab;
}
.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: #838383;*/
  color: #fff;
  padding: 80px 0;
     background: rgba(252,192,119,1);
background: -moz-linear-gradient(-45deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,192,119,1)), color-stop(100%, rgba(209,98,12,1)));
background: -webkit-linear-gradient(-45deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
background: -o-linear-gradient(-45deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
background: linear-gradient(135deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc077', endColorstr='#d1620c', GradientType=1 );
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #804A0D;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #c4e7d9;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #804A0D;
}
.story .team .connect a:hover {
  color: #d1600c;
}
/* ======= Testimonials Section ======= */
.testimonials {
  padding: 80px 0;
   background-color: white;
 
}
.testimonials .title {
  margin-bottom: 60px;
}
.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 #d1600c;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #d1600c;
  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: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.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: #222222;
}
.testimonials .press .note {
  color: #d1600c;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .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;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Pricing ======= */
.pricing {
  background-color: #fa8d49;
  padding: 80px 0;
}
.pricing .title {
  margin-top: 0;
  color: #d1600c;
}
.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: rgb(252,192,119);
  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: #d1600c;
  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: rgb(252,192,119);
  color: #fff;
  padding-top: 25px;
  border: 5px solid #d1600c;
  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: 'Helvetica Neue', '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: #3fa07a;
  -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 #225742;
  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: #56bc94;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}
/* ======= Contact Section ======= */
.contact {
  /*background-color: #56bc94;*/
  color: #fff;
  padding: 80px 0;
  background: rgba(252,192,119,1);
  background: -moz-linear-gradient(-45deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,192,119,1)), color-stop(100%, rgba(209,98,12,1)));
  background: -webkit-linear-gradient(-45deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
  background: linear-gradient(135deg, rgba(252,192,119,1) 0%, rgba(209,98,12,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc077', endColorstr='#d1620c', GradientType=1 );
  }

.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: #d1600c;
  font-size: 16px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #d1600c;
}
.contact .intro li a:hover {
  color: #D25005;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
}
.contact .contact-form .btn-theme {
  background-color: #d1600c;
  border: 1px solid #D25005;
  margin-top: 15px;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
}
/* ======= 404 page ======= */
.section-404 {
  background-color: #56bc94;
  padding-top: 80px;
  padding-bottom: 200px;
  color: #fff;
}
.section-404 .title-404 {
  font-size: 120px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.section-404 .intro {
  font-size: 20px;
  color: #fff;
}
.section-404 .guide {
  font-size: 16px;
}
.section-404 .btn-theme {
  background-color: #317b5e;
  margin-top: 30px;
}
/* ======= Modal ======= */
.modal {
  z-index: 10050;
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 30px;
}
.modal .modal-title {
  color: #56bc94;
}
.modal .modal-body {
  padding: 30px;
  padding-top: 0;
}
.modal .modal-footer {
  border-top-color: #efefef;
}
.modal .figure {
  text-align: center;
  margin-bottom: 30px;
}
.modal .figure img {
  margin: 0 auto;
}
.modal .figure .caption {
  color: #999999;
  font-style: italic;
  padding: 10px;
}
.modal .content ul {
  margin-left: 30px;
}
.modal .content ul .fa {
  margin-right: 5px;
  color: #56bc94;
}
.modal .quote {
  margin: 15px 0;
  border-color: #9fd9c2;
}
.modal .quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
  font-style: italic;
}
.modal .quote .fa {
  color: #56bc94;
  margin-right: 10px;
}
.modal .quote .people {
  margin-top: 10px;
  font-size: 13px;
  color: #444444;
  font-style: normal;
}
.modal .quote .people .name {
  color: #56bc94;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 20;
}
.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: #56bc94;
}
.config-panel #device-options li.active a {
  color: #8dd2b7;
}
.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;
}
#topmail .firstname, #topmail .email{
  padding-left: 5px;
  padding-right: 5px;
}
#topmail .apply-btn{
  padding-left:0px;
  position: relative;
  top:1px;
}
@media screen and (max-width: 1024px){
  
.bluegrad{
background-size: 100% 100%;
}
.bluegrad.bluegradn{

background-size: 100% 100%;
}
.bluegradInverted {

background-size: 100% 100%;
}
   .iphone.iphone6 .iphone-holder{
    background: none;
  }
   .iphone .iphone-holder-inner {
    position: relative;
    top: 0;
    right: 0;
    min-width: 190px;
    min-height: 340px;
    height: auto;
    border-style: solid;
    width: 300px;
    border-width: 76px 19px 72px 17px;
    -moz-border-image: url(../images/iphone.png) 76 19 72 17;
    -webkit-border-image: url(../images/iphone.png) 76 19 72 17;
    -o-border-image: url(../images/iphone.png) 76 19 72 17;
    border-image: url(../images/iphone.png) 76 19 72 17 fill;
  }
  .flexslider{
    margin:0px;
  }
}
.scr-2{
  display: block;
}
.team.m-2{
  display: none;
}
@media screen and (max-width: 800px){
  .promo .overview h2{
        color: #212121;
  }
  .promo .vision span{
        color: #212121;
  }
  .tablet-item{
    width:100%;
  }
  #promo{
    margin-top: 65px;
  }
  #promo .flexslider .slides img {
    height: 390px;
  }
  #promo .download-area{
    width:100%!important;
  }
  .mobile-br{
    display: none;
  }
  .bgcontent{
    position: fixed;
    margin-top: -150px; 
    z-index:-1000; 
    height:1000px;
    width:100%;
    background-position: center center;
    background:-webkit-linear-gradient(left, rgba(255,255,255,.5), #fff), url(../images/VerlaufHiker.png) no-repeat;
    background:-o-linear-gradient(left, rgba(255,255,255,.5), #fff), url(../images/VerlaufHiker.png) no-repeat;
    background:linear-gradient(to right, rgba(255,255,255,.5), #fff), url(../images/VerlaufHiker.png) no-repeat;
  }
  #promo .iphone .iphone-holder{
    width:initial;
  }
  #promo .iphone-holder-inner{
    left:0px;
  }
  .promo h1{
    font-size: 300%!important;
  }
  .more-btn {
    width: 40%;
    margin: 0 auto;
  }
  .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .item{
    overflow: hidden;
  }
  .mobile-f{
    margin-top:65px;
  }
  .team.m-2{
    display:block;
  }
  .scr-2{
    display: none;
  }
  .about-content{
    font-size:14px;
  }
  .iphone .iphone-holder-inner{
    height:540px;
    width:280px;
    margin-top: 10%;
    overflow: hidden;
  }
  .flexslider .slides img{
    height: 430px;
  }
  .iphone .iphone-holder{
    height: 580px;
  }
  .features{
    padding:0px 0px;
  }

}
.cont-label{
  font-size:120%;
}
/* Extra small devices (phones, less than 768px) */
@media screen and (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
  .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;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
  .iphone.iphone6 .iphone-holder{
    background: none;
  }
   .iphone .iphone-holder {
    width: 260px;
    height: 300px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 50px;
  }
  .iphone .iphone-holder-inner {
    height: 240px;
    width: 280px;
    margin-top: 10%;
    overflow: hidden;
    }
   .iphone .iphone-holder-inner {
    position: relative;
    top: 0;
    right: 0;
    min-width: 190px;
    height: 240px;
    border-style: solid;
    width: 200px;
    border-width: 35px 12px 46px 11px;
    -moz-border-image: url(../images/iphone.png) 48 15 71 19;
    -webkit-border-image: url(../images/iphone.png) 48 15 71 19;
    -o-border-image: url(../images/iphone.png) 48 15 71 19;
    border-image: url(../images/iphone.png) 48 15 71 19 fill;
  }
  .flexslider .slides img {
    height: 300px;
}
.cont-label {
    padding-left: 0px;
    text-align: center;
    display: block;
    font-size: 110%!important;
}
.contact{
    padding:50px 0px;
}

.apply-btn button{
    width: 30%;
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 50px;
}
#topmail .firstname, #topmail .email {
    padding-left: 25px;
    padding-right: 25px;
}
.mobile-phone-left, .mobile-phone-right{
  width:50%;
}
.mobile-text-left, .mobile-text-right{
  width:50%;
  margin-top:10%;
}
  .iphone .flexslider .flex-control-nav {
    bottom: -43px;
  }
  .android .android-holder {
    width: 260px;
    height: 488px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
  }
  .promo .android .android-holder-inner {
    width: 207px;
    height: auto;
    left: 28px;
    top: 58px;
  }
  .promo .android .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .ipad .ipad-holder {
    width: 260px;
    height: 420px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .ipad .ipad-holder-inner {
    width: 199px;
    height: auto;
    left: 31px;
    top: 50px;
  }
  .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;
  }
  .promo-landscape .iphone .iphone-holder {
    width: 260px;
    height: 125px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .iphone .iphone-holder-inner {
    width: 180px;
    height: 394px;
    left: 41px;
    top: 10px;
  }
  .promo-landscape .iphone:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .android .android-holder {
    width: 260px;
    height: 132px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .android .android-holder-inner {
    width: 207px;
    height: 117px;
    left: 29px;
    top: 6px;
  }
  .promo-landscape .android .flexslider .flex-control-nav {
    bottom: -45px;
  }
  .promo-landscape .android:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .overview .btn-group li {
    display: block;
  }
  .promo-landscape .overview .btn-group li a {
    margin-right: 0;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* 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;
    margin-top:10px;
  }
  .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;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Medium devices (desktops, 992px and up) */


#tab_c1:focus, #tab_c2:focus, #tab_c3:focus{
  outline: none!important;
}
#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3 {
  background: #fff;
  border-color: #fff;
  top: 0;
  z-index: 3;
  box-shadow: 0px 3px 0px #D1600C;
  border-radius: 5px;
  color:#D1600C;
}
.big-num span{
  border-radius: 50%;
  border:1px solid #D1600C;
  padding:10px 20px;
}
#how h2{
  text-align: center;
}
.big-num{
  cursor:pointer;
  font-weight: 300;
  font-size:20px;
  width:33.333%;
  float:left;
  padding:10px 15px;
  text-align: center;
}

.more-btn a{
  text-transform: uppercase;
  border-radius: 8px;
}
.tabs_cont {
  background: #fff;
  position: relative;
  z-index: 2;
  height: 230px;
  border-radius: 5px;
  margin-top: 5px;
  padding: 40px 20px 20px 20px;
  font-size: 16px;
  font-weight: 300;
}
#tab_c3 .big-num{
  width:50%;
}
.tabs_cont > div {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3 {
  position: static;
  left: 0;
  opacity: 1;
}
.radio-controls h3{
  cursor: pointer;
  margin:0 auto;
  padding-bottom: 40px;
  margin-bottom:20px;
  text-align: center;
  border-bottom:4px solid #D1600C;
}
.slick-dots{
  display: block;
  position: absolute;
  z-index: 1;
  top:-11px;
  width:100%;
  margin:0px;
  padding: 0px;
  left:0px;
}
.slick-dots li button{
  display: none;
}
.slick-dots li{
  height:50px;
  border-radius: 5px;
}
.radio-controls{
  position: relative;
}
.slick-dots li.slick-active{
  background: #fff;
  transition: background 0.5s ease-out;
}
@media screen and (max-width: 710px){
  .signup{
    display: block;
  }
  .iphone {
    position: absolute;
    top: 55px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 390px;
  }
}
.mobile-only{
  display: none;
}
@media screen and (max-width:680px){
  .radio-controls h3{
    border-bottom: none;
  }
    .content .radio-controls .slick-dots li{
    margin-bottom: 8px;
  }
.content .radio-controls .slick-dots li.slick-active{
      border:3px solid #D1600C;
}
  .mobile-phone-right .iphone{
    left:-95px;
  }
  #promo .flexslider .slides img {
    height: 240px;
  }
  .mobile-only{
    display: block;
  }
  .how .content{
    padding: 0px 0px;
  }
   .promo .iphone .iphone-holder{
    position: static;
  }
  .promo .overview {
    margin-top: 0px;
    padding-left: 0px;
    border-radius: 5px;
  }
  .promo .overview .download-area{
   /* display: none; */
  }
  #promo .iphone .iphone-holder-inner {
    top: -100px;
    position: absolute;
    left: 64%;
    right: 0px;
}
  .mobile-sp{
    display: none;
  }
}
@media screen and (max-width: 580px){
  .mobile-phone-left .iphone{
    left:-70px;
  }
  .user-pic{
    width:100%;
  }
  .member{
    padding-left: 0px;
    padding-right:0px;
  }

  .testimonials {
    margin-top:50px;
    padding: 15px 0;
    background-color: white;
  }
  #promo .iphone .iphone-holder-inner {
    top: 42px;
    position: absolute;
    left: 61%;
    right: 0px;
  }
  .big-num{
    font-size:16px;
  }
  .item h1{
    font-size:26px;
  }
  .features .content p{
    font-size: 13px;
    line-height: 1.1;
  }
  .mobile-phone-right .iphone{
    left:-185px;
  }
  .radio-controls h3{
    font-size: 19px;
  }
  .features .content{
    padding: 0px 0px;
  }
}
@media screen and (max-width: 490px){
  #promo .iphone .iphone-holder-inner {
    top: -30px;
    position: absolute;
    left: 53%;
    right: 0px;
  }
  .content .radio-controls li {
    float: none;
    width: 100%;
  }
  #slick-slide00{
    bottom:5px;
  }
  #slick-slide01{
    bottom:2px;
  }
  .radio-controls h3{
    padding-bottom: 20px;
  }
  .promo .overview .vision {
    font-size: 13px;
  }
  .iphone .iphone-holder-inner{
    width:180px;
  }
  .iphone .iphone-holder{
    width:150px;
  }
}
@media screen and (max-width: 460px){
  .promo .overview {
    padding-right: 0px;
  }
  .promo .overview h1, .promo .overview h2{
    text-align: center;
  }
  .promo .overview span{
    text-align: right;
    float: left;
    padding-top: 70px;
    padding-right: 50%;
    padding-bottom: 60px;
  }
  .how {
    background-color: #f5f5f5;
    padding: 40px 0;
  }
}

@media screen and (max-width: 400px){

  .item h1 {
    font-size: 22px;
    font-weight: 700;
  }
  .item.myblock{
    margin-top: 0px;
    margin-bottom: 45px;
  }
  #promo .iphone .iphone-holder-inner {
    top: 50px;
    position: absolute;
    left: 56%;
    right: 0px;
  }
  .big-num {
    font-size: 13px;
  }
  .big-num span{
      padding: 0px 4px;
  }

  .apply-btn button{
    width:50%;
  }
  .iphone .iphone-holder-inner{
    min-width: auto;
    min-height: auto;
    height:280px;
    width: 140px;
    border-width: 31px 9px 34px 9px;
    -moz-border-image: url(../images/iphone.png) 48 15 71 19;
    -webkit-border-image: url(../images/iphone.png) 48 15 71 19;
    -o-border-image: url(../images/iphone.png) 48 15 71 19;
    border-image: url(../images/iphone.png) 48 15 71 19 fill;
  }
  .flexslider .slides img {
    height: 250px;
    border-radius: 2px;
  }

}
@media screen and (max-width: 350px){
  .big-num{
    padding: 10px 5px;
  }
  #testimonials .item{
    padding:0px;
  }
}
@media screen and (max-width: 320px){
    #promo .iphone .iphone-holder-inner {
    top: 145px;
    position: absolute;
    left: 53%;
    right: 0px;
  }
  .promo h1 {
    font-size: 260%!important;
    margin-top:30px;
  }
  .testimonials .item .quote{
    font-size:14px;
  }
  .item .people img{
    float:left;
  }
  .item .people > p{
    float:right!important;
    width:70%;
  }
  .social-icons a{
    width:38px;
    height:38px;
    position: relative;
  }
  .social-icons a i{
    position: absolute;
    top:6px;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
  }
  .mobile-phone-left .iphone {
    left: -125px;
  }
}
/*@media only screen 
and (max-device-width : 340px){ 

 #promo .flexslider .slides img,   .flexslider .slides img{
  height: 280px;

  } 
  #promo .iphone .iphone-holder-inner{
  top:180px;
  width:45%;
  min-width: 0px;
  min-height: 0px;
  }
  .iphone .iphone-holder-inner{
  top:10px;
  width:95%;
  min-width: 0px;
  min-height: 0px;
  }

}
@media only screen and (max-device-width : 375px) { 

 #promo .flexslider .slides img,   .flexslider .slides img{
  height: 280px;

  } 
  #promo .iphone .iphone-holder-inner{
  top:40px;
  width:150px;
  height:280px;
  min-width: 0px;
  min-height: 0px;
  }
  .iphone .iphone-holder-inner{
  top:10px;
  width:95%;
  min-width: 0px;
  min-height: 0px;
  }

}

@media only screen and (max-device-width : 420px) { 

 #promo .flexslider .slides img,   .flexslider .slides img{
 height: 218px;

  } 
  #promo .iphone .iphone-holder-inner{
  top:50px;
  width:150px;
  height:280px;
  min-width: 0px;
  min-height: 0px;
  border-width: 27px 12px 37px 11px;
    -moz-border-image: url(../images/iphone.png) 57 15 71 19;
    -webkit-border-image: url(../images/iphone.png) 57 15 71 19;
    -o-border-image: url(../images/iphone.png) 57 15 71 19;
    border-image: url(../images/iphone.png) 57 15 71 19 fill;
  }
  .iphone .iphone-holder-inner{
  top:10px;
  width:95%;
  min-width: 0px;
  min-height: 0px;
  }

}*/


.my-fine-iphone, .myiphone{
  display: none;
}

#welcometext{
  text-align: right;
  color: black;
}

@media screen and (max-width:767px){
  .my-fine-iphone, .myiphone{
  display: block;
}
.item .myiphone{
      width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    padding: 0px 10%;
}
  .hidding-sh-f{
    display:none;
  }
  .promo .overview .download-area{
   /* display: none;*/
  }
  .promo h1, .promo .overview h2{
    text-align: center;
  }
  .my-fine-iphone{
    width:100%;
  }
  .description{
    width:50%;
    float:left;
    padding: 0px 20px;
  }
  .description p{
    text-align: right;
    color:#212121;
    padding-top:40%;
    font-size: 16px;
  }
  .myiphone{
    width:50%;
    margin-bottom: 20px;
    float:right;
    padding:0px 10%;
  }
  .iphone-wrapper{
        position: relative;
    top: 0;
    right: 0;
    min-width: 0px;
    min-height: 0px;
    height: auto;
    border-style: solid;
    width: 100%;
    border-width: 64px 17px 58px 17px;
    -moz-border-image: url(../images/iphone.png) 76 19 72 17;
    -webkit-border-image: url(../images/iphone.png) 76 19 72 17;
    -o-border-image: url(../images/iphone.png) 76 19 72 17;
    border-image: url(../images/iphone.png) 76 19 72 17 fill;
  }
  .iphone-wrapper img{
    width:100%;
  }
}
@media screen and (max-width:680px){
  .iphone-wrapper{
    border-width: 53px 11px 58px 11px;
  }
}
@media screen and (max-width:600px){
  .myiphone{
    padding:0px 20% 0px 5%;
  }
  .iphone-wrapper {
    border-width: 40px 11px 42px 11px;
  }
}
@media screen and (max-width:540px){
  .myiphone {
    padding: 0px 15% 0px 5%;
  }
}
@media screen and (max-width:480px){
    .item .myiphone {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    padding: 0px 0%;
  }
  .myiphone {
    padding: 0px 9% 0px 2%;
  }
}
@media screen and (max-width:370px){
  .description{
    padding:0 7px;
  }
  .description p{
    font-size:15px;
  }
  .iphone-wrapper {
    border-width: 36px 11px 35px 11px;
  }
  .myiphone {
    padding: 0px 5% 0px 2%;
  }
  .promo .overview h2{
    margin-bottom: 5px;
  }
}