/* 
    Edit on : 2017/7/27
    Author     : ALTsai
*/
/* --------------------------------------------------
COLOR
-------------------------------------------------- */
@media (max-width: 768px) {
  .row {
    margin: 0;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: black;
  }
}
@media (min-width: 769px) {
  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: black;
  }
}
.banner {
  height: 928px;
  background: url("../../img/index/banner1.jpg") no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .banner {
    height: 300px;
    background-position: center;
  }
}
.banner div {
  padding-top: calc(928px / 2 - 140px );
}
@media (max-width: 768px) {
  .banner div {
    padding-top: calc(300px / 2 - 80px );
  }
}
.banner h1 {
  font-size: 4em;
  font-weight: 600;
  letter-spacing: .1rem;
}
@media (max-width: 768px) {
  .banner h1 {
    font-size: 3em;
  }
}
.banner span {
  font-size: 2.6em;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  line-height: 4rem;
}
@media (max-width: 768px) {
  .banner span {
    font-size: 1.5em;
    line-height: 2rem;
  }
}

.step h2 {
  color: #004180;
}
.step1, .step2, .step3 {
  border-bottom: 10px solid;
}
@media (max-width: 768px) {
  .step1, .step2, .step3 {
    margin-bottom: 30px;
  }
}
.step1 > div, .step2 > div, .step3 > div {
  height: 280px;
  background-size: cover;
}
@media (max-width: 768px) {
  .step1 > div, .step2 > div, .step3 > div {
    height: 200px;
    background-size: cover;
  }
}
.step1 {
  border-color: #004180;
}
.step1 > div {
  background: url("../../img/index/step1.jpg") right center no-repeat;
  background-size: 137% 100%;
}
.step2 {
  border-color: #0285d9;
}
.step2 > div {
  background-image: url("../../img/index/step2.jpg");
}
.step3 {
  border-color: #076ad6;
}
.step3 > div {
  background-image: url("../../img/index/step3.jpg");
}

/*HEROBANNER*/
.herobanner {
  height: 1000px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .herobanner {
    height: 150px;
  }
}
.herobanner-1 {
  background-image: url("../../img/index/banner2.jpg");
}

.devices {
  width: 585px;
  margin: 50px 0 100px;
}
@media (max-width: 768px) {
  .devices {
    width: 100%;
    margin: 50px 0;
  }
}

.icon > div {
  height: 88px;
  width: 88px;
  margin: 0 auto 30px;
  background: url("../../img/index/icon.png");
}

/*FEATURES BANNER*/
.features-list {
  height: 600px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .features-list {
    height: 200px;
    margin: 0;
  }
}

.features-banner1 {
  background-image: url("../../img/index/cloud1.jpg");
}

.features-banner2 {
  background-image: url("../../img/index/cloud2.jpg");
}

.features-banner3 {
  background-image: url("../../img/index/cloud3.jpg");
}

.features-banner4 {
  background-image: url("../../img/index/step2.jpg");
}

.features-list-text {
  background: #1f5987;
  font-size: 30px;
  padding: 5%;
  color: #fff;
  height: 600px;
  line-height: 50px;
  font-weight: lighter;
}
@media (max-width: 768px) {
  .features-list-text {
    font-size: 16px;
    padding: 50px 30px;
    height: auto;
    line-height: 30px;
  }
}

.features-list-title {
  font-size: 30px;
  padding: 5%;
  height: auto;
}
@media (max-width: 768px) {
  .features-list-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }
}
.features-list-title > h1::before {
  content: "";
  height: 83px;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/index/icon.png");
  background-position: -100px 0px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .features-list-title > h1::before {
    height: 40px;
    width: 30px;
    background-position: -195px 0px;
    margin-right: 10px;
    background-size: 150px;
  }
}
.features-list-title > h1 {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .features-list-title > h1 {
    font-size: 23px;
  }
}

button {
  border: 1px solid #004180;
  color: #004180;
  background: #fff;
  padding: 15px;
  font-size: 2rem;
  border-radius: 100px;
  width: 300px;
  margin: 0 auto;
}

.apple {
  width: 226px;
}
@media (min-width: 768px) and (max-width: 1367px) {
  .apple {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .apple {
    width: 120px;
  }
}

.google {
  width: 263px;
}
@media (min-width: 768px) and (max-width: 1367px) {
  .google {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .google {
    width: 135px;
  }
}

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