body {
  color: #888888;
}

section#landing {
  /*background: rgba(0, 0, 0, 0) url("../../img/bg.jpg") repeat scroll center center / cover ;*/
  background-color: #2B343B;
  background-attachment: scroll;
  background-image: url("img/bg_hight.jpg");
  /*background-position: left top;*/
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
}

.app-availability {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .app-availability {
    margin-top: 20px;
  }
}

.txt-md {
  font-size: 26px;
}

.landing-heading {
  color: #eeeeee;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.margin-tp {
  margin: 80px 0px 30px 0px;
}
.margin-bt {
  margin: 30px 0px 80px 0px;
}
.margin-mid {
  margin: 00px 0px 60px 0px;
}

.push-menu-title span {
  color: #eeeeee;
}
li.push-menu-social-item i.fa, li.footer-social-item i.fa {
  border-radius: 50%;
  height: auto;
  line-height: 2.2;
  width: auto;
}

.app-feature-box h3 {
  color: #888888;
}

.navy-line {
  border-bottom: 2px solid #10C1E2;
  height: 1px;
  margin: 00px auto 0;
  width: 60px;
}

.app-feature-box div.tracker_img {
  background: url("img/devices/tracker_green.png") no-repeat center center;
}
.app-feature-box div.tracker_img_hover {
  background: url("img/devices/tracker.png") no-repeat center center;
}
.app-feature-box div.constructor_img {
  background: url("img/devices/constructor_green.png") no-repeat center center;
}
.app-feature-box div.constructor_img_hover {
  background: url("img/devices/constructor.png") no-repeat center center;
}
.app-feature-box div.inside-box {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: transform 0.5s, opacity 0.5s;
  position: absolute;
}
.app-feature-box div.hover-box {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: transform 0.5s, opacity 0.5s;
  position: absolute;
}
.app-feature-box:hover div.hover-box {
  opacity: 1;
}

.testimonial-box {
  background-color: #adadad;
  max-width: 400px;
}

.company {
  color: #333333;
}
.img-responsive {
  border-color: #333333;
  color: #333333;
}

#cover_alpha {
  display: none;
  position:absolute;
  width:100%; height: 100%;
  opacity:0;
  background: #CCCCCC;
  z-index: 999;
}
#download_container {
  width:100%; height: 100%;
  display: none;
  position: absolute;
  z-index: 1000;
}
#ios_container, #android_container {
  position: relative;
  display: none;
  max-width: 500px;
  background-color: #adadad;
  border-radius: 5px;
  margin: 30px auto;
  padding: 10px;
  color: #ffffff;
}
#ios_container h3, #android_container h3{
  font-size: larger;
  text-align: center;
  margin: 15px 0px 10px 0px;
}
#ios_container img, #android_container img {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
div.ios-tip, div.android-tip {
  font-size: larger;
  border: 1px solid #ffffff;
  margin: 10px;
  padding: 10px 10px 10px 50px;
  background: url("img/icon_info.png") no-repeat 10px 10px;
}
div.android-tip {
  background: url("img/devices/android.png") no-repeat 10px 10px;
}

div.ios-tip a, div.android-tip a {
  text-decoration: underline;
}

div.download_btn {
  text-align: center;
}
div.download_btn button, div.download_btn button:hover {
  background-color: #e5e5e5;
  border-radius: 3px;
  border: 2px solid #ffffff;
  color: #333333;
  padding: 5px 10px;
  font-size: 18px;
  text-align: center;
  margin: 0px auto;
}
div.download_btn button:hover {
  background-color: #cccccc;
}
