﻿@charset "UTF-8";
/* CENTER BLOCK */
.center-block {
  position: relative;
}
.center-block .image {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.center-block.blue-pale {
  background: #bfcadc;
}
.center-block.blue-pale .color-block {
  background: #4c6c9d;
}
.center-block .block {
  height: 527px;
  position: absolute;
  top: 0;
  width: 100%;
}
.center-block .block .text-center-block {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 750px;
  padding: 40px 0;
}
.center-block .block .text-center-block .title-center {
  color: #fff;
  font-size: 4.5em;
  padding-top: 175px;
}
.center-block .block .text-center-block .subtitle-center {
  color: #fff;
  font-size: 1.8em;
  padding-top: 30px;
  font-weight: 400;
}
.center-block .block .text-center-block .image {
  width: 100px;
  overflow: hidden;
  text-align: center;
}
.center-block .color-block {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 70px;
  margin-bottom: 40px;
}
.center-block .color-block .text-color-block {
  width: 750px;
  text-align: center;
  margin: 0 auto;
}
.center-block .color-block .text-color-block .image {
  padding-top: 65px;
}
.center-block .color-block .text-color-block .title-color-block {
  color: #fff;
  font-size: 3em;
  padding-top: 30px;
}
.center-block .color-block .text-color-block .subtitle-color-block {
  color: #fff;
  font-size: 1.8em;
  padding-top: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

/* APPS BLOCK */
.apps {
  padding-bottom: 60px;
  width: 100%;
  background: #fff;
}
.apps .left-content {
  margin: 0 70px 0 60px;
  width: 350px;
  float: left;
  color: #7f96b9;
  height: 490px;
}
.apps .left-content .bx-wrapper .bx-default-pager {
  top: 390px;
}
.apps .left-content .list {
  width: 300px;
  border: 2px solid #d9e0ea;
  padding: 40px 20px;
  border-radius: 15px;
  margin-left: 20px;
}
.apps .left-content .list .bx-wrapper .bx-controls-direction {
  display: block;
}
.apps .left-content .list .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  color: #a6b6ce;
  width: 32px;
  height: 42px;
  overflow: hidden;
  display: block;
  font-size: 6em;
  position: absolute;
  left: -70px;
  top: 30%;
}
.apps .left-content .list .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  color: #a6b6ce;
  width: 32px;
  height: 42px;
  overflow: hidden;
  display: block;
  font-size: 6em;
  position: absolute;
  right: -70px;
  top: 30%;
}
.apps .left-content .list .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
  content: '\e606';
  font-family: 'icomoon';
  display: block;
  margin-left: -10px;
}
.apps .left-content .list .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  content: '\e607';
  font-family: 'icomoon';
  display: block;
  margin-left: -10px;
}
.apps .right-content {
  float: left;
  margin: 0;
  width: 505px;
  line-height: 1.5em;
  position: relative;
}
.apps .right-content .title-apps {
  font-size: 4.5em;
  color: #4c6c9d;
  margin-bottom: 25px;
  line-height: 1em;
}
.apps .right-content .subtitle-apps {
  font-size: 1.8em;
  color: #4c6c9d;
  margin-bottom: 25px;
  line-height: 1.5em;
  font-weight: 400;
}
.apps .right-content .available {
  color: #7f96b9;
}
.apps .right-content .available p {
  font-size: 1.4em;
}
.apps .right-content .available span {
  font-size: 2.4em;
  display: inline-block;
}
.apps .right-content .available span:before {
  content: '\e650';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 1em;
  margin-left: 0;
  padding: 20px 20px 0 0;
}
.apps .right-content .apps-btn a {
  margin: 20px 10px 20px 0;
  height: 47px;
  display: inline-block;
}
.apps .right-content .footer .knowmore {
  font-size: 2.2em;
  color: #4c6c9d;
  text-decoration: none;
  vertical-align: middle;
  line-height: 2em;
  float: left;
  margin-right: 25px;
}
.apps .right-content .footer .knowmore:hover {
  color: #002d74;
}
.apps .right-content .footer .knowmore.icon-icon16:before {
  font-size: 1.45em;
  margin-left: 15px;
  top: 0px;
  position: relative;
  color: #a6b6ce;
  float: right;
}
.apps .right-content .footer .knowmore.icon-icon16:hover:before {
  color: #002d74;
}
.apps .right-content .footer .join {
  font-size: 2.2em;
  color: #4c6c9d;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.4em;
}
.apps .right-content .footer .join:after {
  content: "\e611";
  font-family: 'icomoon';
  padding-top: 1em;
  font-size: 1.45em;
  margin-left: 15px;
  top: 4px;
  position: relative;
  color: #a6b6ce;
}
.apps .right-content .footer .join:hover:after {
  color: #002d74;
}
.apps .right-content .footer .join:hover {
  color: #002d74;
}

@media (max-width: 1260px) {
  .center-block .block .text-center-block .title-center {
    font-size: 3.8em;
    padding-top: 140px;
  }
  .center-block .text-center-block .image {
    width: 1280px;
  }

  .subtitle {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 1004px) {
  .center-block.blue-pale .block {
    position: relative;
    height: auto;
    padding-bottom: 20px;
  }
  .center-block .block .text-center-block .title-center {
    font-size: 3.8em;
    padding-top: 30px;
    color: #4c6c9d;
  }
  .center-block .block .text-center-block .subtitle-center {
    color: #4c6c9d;
  }

  .apps .left-content {
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .apps .right-content {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .center-block {
    min-width: 80%;
  }
  .center-block .image {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  .center-block .block .text-center-block {
    width: 90%;
  }
  .center-block .block .text-center-block .title-center {
    font-size: 2.8em;
  }
  .center-block .block .text-center-block .subtitle-center {
    width: 90%;
    margin: 0 auto;
  }
  .center-block .color-block {
    min-width: 80%;
    height: auto;
  }
  .center-block .color-block .image img {
    width: auto;
    min-height: 50px;
  }
  .center-block .color-block .text-color-block {
    width: 90%;
  }
  .center-block .color-block .text-color-block .image {
    padding-top: 35px;
    margin: 0 auto;
    left: 0;
  }
  .center-block .color-block .text-color-block .title-color-block {
    font-size: 2.8em;
  }

  .apps .left-content {
    height: 450px;
  }
  .apps .left-content .list {
    width: 232px;
    margin: 0 24px 0 60px;
  }

  .apps .left-content .bx-wrapper .bx-default-pager {
    top: 340px;
  }

  .apps .left-content .list .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -60px;
  }

  .apps .left-content .list .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -60px;
  }

  .apps .right-content {
    width: 300px;
    padding: 0 20px;
  }
  .apps .right-content .footer {
    margin: 0 auto;
    text-align: center;
  }
  .apps .right-content .footer .knowmore {
    display: block;
    float: none;
    margin-right: 0;
  }
  .apps .right-content .footer .knowmore.icon-icon16:before {
    right: 50px;
  }
}