/* ======================================== */
/* apps.fastlogistics.com.ph [12-27-2017] */
/* Developer: Jydon M. */
/* ======================================== */
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:400,500,600,700|Varela+Round:400";
/* CSS Document */
a, *:hover {
  text-decoration: none !important;
}

body {
  font-size: 10px;
}

.fixed-IE-padding {
  clear: both;
  line-height: 0;
  overflow: hidden;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

::selection {
  color: #FFF;
  background: #777777;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
}

/* ======================================== */
/* = LAYOUT
/* ======================================== */
#layoutContainer {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================== */
/* = HEADER
/* ======================================== */
#headerArea {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
#headerArea .centerstage {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  display: block;
  padding: 10px 0 10px 0;
  position: relative;
}
#headerArea .centerstage a.logo-link {
  width: auto;
  display: table;
  float: left;
  padding: 0;
}
#headerArea .centerstage a.logo-link .mobile-logo {
  width: auto;
  max-width: none;
  margin: 0 auto;
  display: block;
  font-size: 0;
  background-size: 100%;
}
#headerArea .centerstage a.logo-link .mobile-logo img {
  width: auto;
  max-width: none;
  display: block;
  height: 60px;
}
#headerArea .centerstage .navArea .navbar {
  float: right;
  display: inline-block;
  margin: 15px 0 0 0;
  border: none;
  min-height: auto;
}
#headerArea .centerstage .navArea .navbar ul {
  width: auto;
  display: table;
  padding: 0;
  margin: 0;
}
#headerArea .centerstage .navArea .navbar ul li {
  float: left;
  display: inline-block;
  word-spacing: 1px;
  margin: 0 15px;
}
#headerArea .centerstage .navArea .navbar ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #555;
  padding: 0 10px;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  display: block;
  letter-spacing: 0.5px;
}
#headerArea .centerstage .navArea .navbar ul li a:hover {
  box-shadow: 0 0 0 1px #000;
}

/* ======================================== */
/* = NAVIGATION
/* ======================================== */
#navArea {
  width: auto;
  min-height: inherit;
  z-index: 9999;
  float: left;
  margin-top: 50px;
}

#navigation {
  width: auto;
  max-width: inherit;
  display: inline-block;
  margin: 0;
  position: relative;
}

.navbar-default {
  background: none !important;
}

.mobile-nav {
  width: 30px;
  display: none;
  position: absolute;
  top: 32%;
  right: 10px;
  cursor: pointer;
}
.mobile-nav span {
  width: 100%;
  height: 3px;
  background: #111;
  display: block;
  margin-bottom: 5px;
}
.mobile-nav span:last-child {
  margin-bottom: 0;
}

/* ======================================== */
/* = OFFSET NAVIGATION
/* ======================================== */
.offsetNav {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 999 !important;
  text-align: center;
}
.offsetNav a.logo-link {
  display: block;
  background: #fff;
  border-bottom: 1px solid #777;
}
.offsetNav a.logo-link .mobile-logo img {
  height: 80px;
}
.offsetNav span {
  font-family: "Varela Round", sans-serif;
  font-size: 3em;
  font-weight: 400;
  color: #777;
  cursor: pointer;
  display: block;
  margin: 15px 0 10px 0;
}
.offsetNav span:hover {
  color: #df5a48;
}
.offsetNav ul.nav li {
  font-family: "Varela Round", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 1px;
}
.offsetNav ul.nav li a {
  padding: 5px;
  color: #777;
}
.offsetNav ul.nav li a:hover {
  background: #df5a48;
  color: #fff;
}

/* ======================================== */
/* = INDEX CONTENT
/* ======================================== */
#sectionOne {
  padding: 80px 0 0 0;
}
#sectionOne #sliderSection {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fdfdfd;
  padding: 0 15px;
  background: url("../images/background-image.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#sectionOne #sliderSection:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 38, 38, 0.45);
}
#sectionOne #sliderSection .owl-carousel {
  position: relative;
  height: 100%;
}
#sectionOne .slides .centerstage {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 0;
}
#sectionOne .slides .centerstage .aquila-container .aquila-content {
  width: 55%;
  float: left;
  display: inline-block;
  color: #fff;
  padding: 0 25px 0 0;
}
#sectionOne .slides .centerstage .aquila-container .aquila-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -3px;
  color: #111;
  color: #fff;
  margin: 0 0 5px 0;
}
#sectionOne .slides .centerstage .aquila-container .aquila-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  display: block;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  color: #111;
  color: #fff;
}
#sectionOne .slides .centerstage .aquila-container .aquila-content p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #111;
  color: #fff;
}
#sectionOne .slides .centerstage .aquila-container .aquila-content .visit-app {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  width: 200px;
  text-align: center;
}
#sectionOne .slides .centerstage .aquila-container .aquila-content .visit-app a {
  height: 40px;
  line-height: 40px;
  background: #df5a48;
  display: block;
  border-radius: 2px;
  letter-spacing: 2px;
  color: #fff;
}
#sectionOne .slides .centerstage .aquila-container .aquila-content .visit-app a:hover {
  background: #bf4b3d;
}
#sectionOne .slides .centerstage .aquila-container .aquila-content .download-app {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  width: 180px;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image {
  width: 45%;
  height: auto;
  float: left;
  display: inline-block;
  position: relative;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image .rfid {
  width: 100%;
  display: block;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image .rfid img {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image .macbook {
  width: 100%;
  display: block;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image .macbook img {
  width: 100%;
  max-width: 100%;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image .ipad {
  position: absolute;
  bottom: 0;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image .ipad img {
  width: 100%;
  max-width: 180px;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image .iphone {
  position: absolute;
  bottom: 0;
}
#sectionOne .slides .centerstage .aquila-container .aquila-image .iphone img {
  width: 100%;
  max-width: 100px;
}

#sectionTwo {
  width: 100%;
  background: #fff;
}
#sectionTwo .centerstage {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 15px;
  display: block;
  border-bottom: 1px solid #999;
}
#sectionTwo .centerstage .wingz {
  text-align: center;
}
#sectionTwo .centerstage .wingz h2 {
  margin: 0 0 40px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -3px;
  color: #212121;
}
#sectionTwo .centerstage .wingz h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  display: block;
  margin: 0;
}
#sectionTwo .centerstage .wingz .box-holder {
  width: 100%;
  display: block;
  text-align: center;
}
#sectionTwo .centerstage .wingz .box-holder .box {
  width: 100%;
  max-width: 16%;
  float: left;
  display: inline-block;
  padding: 0 20px;
  margin: 0 0 20px 0;
}
#sectionTwo .centerstage .wingz .box-holder .box .box-img {
  width: 100%;
  max-width: 180px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}
#sectionTwo .centerstage .wingz .box-holder .box .box-img img {
  width: 100%;
  display: block;
}
#sectionTwo .centerstage .wingz .box-holder .box a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background: #df5a48;
  display: inline-block;
  border: #f9f9f9;
  border-radius: 2px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
}
#sectionTwo .centerstage .wingz .box-holder .box a:hover {
  background: #bf4b3d;
}
#sectionTwo .centerstage .wingz .box-holder .box p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #616161;
  display: block;
}

#sectionThree {
  width: 100%;
  display: block;
}
#sectionThree .centerstage {
  width: 100%;
  max-width: 1100px;
  display: block;
  padding: 60px 15px;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}
#sectionThree .centerstage .app-image {
  width: 55%;
  float: left;
  display: inline-block;
}
#sectionThree .centerstage .app-image img {
  width: 100%;
}
#sectionThree .centerstage .app-content {
  width: 45%;
  float: left;
  display: inline-block;
  padding: 0 0 0 30px;
}
#sectionThree .centerstage .app-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  font-weight: 700;
  color: #111;
}
#sectionThree .centerstage .app-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin: 0 0 15px 0;
}
#sectionThree .centerstage .app-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #999;
  letter-spacing: .5px;
  line-height: 1.1;
  margin: 0 0 25px 0;
}
#sectionThree .centerstage .app-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  color: #6f6f6f;
  letter-spacing: .5px;
  line-height: 2;
  word-spacing: 2px;
  margin: 0 0 25px 0;
}
#sectionThree .centerstage .app-content ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
}
#sectionThree .centerstage .app-content ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: .5px;
  color: #6f6f6f;
  line-height: 2;
}
#sectionThree .centerstage .app-content .btn-live, #sectionThree .centerstage .app-content .btn-demo {
  width: 100%;
  max-width: 50%;
  float: left;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0;
}
#sectionThree .centerstage .app-content .btn-live a, #sectionThree .centerstage .app-content .btn-demo a {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background: #df5a48;
  display: block;
  border: #f9f9f9;
  border-radius: 2px;
  font-size: 1.4em;
  letter-spacing: 1px;
  color: #fff;
}
#sectionThree .centerstage .app-content .btn-live a:hover, #sectionThree .centerstage .app-content .btn-demo a:hover {
  background: #bf4b3d;
}

#sectionFour {
  width: 100%;
}
#sectionFour .centerstage {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 15px;
  display: block;
  text-align: center;
}
#sectionFour .centerstage h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  display: block;
  margin: 0;
}
#sectionFour .centerstage h2 {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -3px;
  color: #212121;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box {
  width: 100%;
  max-width: 33.33%;
  float: left;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 20px 0;
  position: relative;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box:hover h4 {
  color: #F53119;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box:hover .coreapps-img-holder .bg-darker {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box:hover .coreapps-img-holder .details {
  opacity: 1;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box:hover .coreapps-img-holder .details a {
  margin: 0;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box.c-b-five .coreapps-img-holder, #sectionFour .centerstage .coreapps-box-container .coreapps-box.c-b-six .coreapps-img-holder {
  background: #fff;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box .coreapps-img-holder {
  width: auto;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box .coreapps-img-holder .bg-darker {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box .coreapps-img-holder img {
  width: 100%;
  max-width: 100%;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box .coreapps-img-holder .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box .coreapps-img-holder .details a {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 300;
  display: block;
  color: #fff;
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -50px;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #111;
}
#sectionFour .centerstage .coreapps-box-container .coreapps-box span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
}

#sectionFive .centerstage {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 15px;
  display: block;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
#sectionFive .centerstage .team-members h2 {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -3px;
  color: #212121;
}
#sectionFive .centerstage .team-members h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  display: block;
  margin: 0;
}
#sectionFive .centerstage .team-members .team-member-holder img {
  width: 100%;
}

/* ======================================== */
/* = COREAPPS CONTENT
/* ======================================== */
#sectionCoreApps {
  width: 100%;
  display: block;
  padding: 80px 0 0 0;
}
#sectionCoreApps .centerstage {
  width: 100%;
  display: block;
  padding: 40px 0;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}
#sectionCoreApps .centerstage .app-image {
  width: 50%;
  float: left;
  display: inline-block;
}
#sectionCoreApps .centerstage .app-image img {
  width: 100%;
}
#sectionCoreApps .centerstage .app-content {
  width: 50%;
  padding: 0 30px;
  float: left;
  display: inline-block;
  padding: 0 15px;
}
#sectionCoreApps .centerstage .app-content .app-content-holder {
  margin: 0 20px;
  padding-bottom: 60px;
  border-bottom: 4px solid #ececec;
}
#sectionCoreApps .centerstage .app-content .app-content-holder h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  font-weight: 700;
  color: #212121;
}
#sectionCoreApps .centerstage .app-content .app-content-holder h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  color: #212121;
  letter-spacing: 3px;
  line-height: 1.1;
  margin: 0 0 15px 0;
}
#sectionCoreApps .centerstage .app-content .app-content-holder h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #999;
  letter-spacing: .5px;
  line-height: 1.1;
  margin: 0 0 30px 0;
}
#sectionCoreApps .centerstage .app-content .app-content-holder p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8em;
  color: #6f6f6f;
  letter-spacing: .5px;
  line-height: 2;
  word-spacing: 2px;
  margin: 0 0 40px 0;
}
#sectionCoreApps .centerstage .app-content .app-content-holder ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
}
#sectionCoreApps .centerstage .app-content .app-content-holder ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: .5px;
  color: #6f6f6f;
  line-height: 2.2;
}
#sectionCoreApps .centerstage .app-content .app-content-holder .btn-live {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0;
}
#sectionCoreApps .centerstage .app-content .app-content-holder .btn-live a {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background: #df5a48;
  display: block;
  border: #f9f9f9;
  border-radius: 2px;
  font-size: 1.4em;
  letter-spacing: 2px;
  color: #fff;
}
#sectionCoreApps .centerstage .app-content .app-content-holder .btn-live a:hover {
  background: #bf4b3d;
}
#sectionCoreApps .centerstage .app-content .related-app {
  padding: 60px 0 0 0;
  text-align: center;
}
#sectionCoreApps .centerstage .app-content .related-app h3 {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 3px;
  color: #212121;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box {
  width: 100%;
  max-width: 50%;
  float: left;
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 20px 0;
  position: relative;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box:hover h4 {
  color: #F53119;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box:hover .coreapps-img-holder .bg-darker {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box:hover .coreapps-img-holder .details {
  opacity: 1;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box:hover .coreapps-img-holder .details a {
  margin: 0;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box.c-b-five .coreapps-img-holder, #sectionCoreApps .centerstage .app-content .related-app .coreapps-box.c-b-six .coreapps-img-holder {
  background: #fff;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box .coreapps-img-holder {
  width: auto;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box .coreapps-img-holder .bg-darker {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box .coreapps-img-holder img {
  width: 100%;
  max-width: 100%;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box .coreapps-img-holder .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box .coreapps-img-holder .details a {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 300;
  display: block;
  color: #fff;
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -50px;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #111;
}
#sectionCoreApps .centerstage .app-content .related-app .coreapps-box span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
}

/* ======================================== */
/* = ANIMATION
/* ======================================== */
#headerArea .centerstage, .navbar, .mobile-logo img, .btnWingz, .coreapps-box h4, .coreapps-img-holder, .bg-darker, .details, .download-amoa a, .offsetNav {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navArea .navbar ul li a, .details a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#headerArea .centerstage.shrink-nav {
  padding: 0;
}
#headerArea .centerstage a.logo-link .mobile-logo img.img-height {
  height: 40px;
}

.headerArea-opacity {
  background: rgba(255, 255, 255, 0.9) !important;
}

/* ======================================== */
/* = ANIMATE CSS OVERRIDE
/* ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
/* ======================================== */
/* = FOOTER
/* ======================================== */
#sectionFooter {
  width: 100%;
  height: auto;
  display: block;
  background: #212121;
  padding: 10px 0 10px 0;
}
#sectionFooter .footerInfo {
  width: 100%;
  max-width: 1040px;
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
}
#sectionFooter .footerInfo .fcopyright {
  width: 100%;
  display: inline-block;
}

/* ================================================================== */
/* MEDIA QUERIES SETTINGS */
/* ================================================================== */
/*IPAD LANDSCAPE */
/*IPAD PORTRAIT*/
@media (max-width: 768px) {
  #sectionOne .slides .centerstage .aquila-container .aquila-content {
    width: 55%;
    float: none;
    padding: 0 15px 0 0;
  }
  #sectionOne .slides .centerstage .aquila-container .aquila-content h2 {
    font-size: 3em;
  }
  #sectionOne .slides .centerstage .aquila-container .aquila-content h4 {
    font-size: 1.2em;
  }
  #sectionOne .slides .centerstage .aquila-container .aquila-content p {
    font-size: 1.5em;
    line-height: 22px;
  }
  #sectionOne .slides .centerstage .aquila-container .aquila-image {
    width: 44%;
    float: none;
  }

  #sectionTwo .centerstage .wingz h2 {
    margin: 0 0 25px 0;
    font-size: 4.5em;
  }
  #sectionTwo .centerstage .wingz .box-holder .box {
    padding: 0 8px;
  }
  #sectionTwo .centerstage .wingz .box-holder .box .box-img {
    height: 50px;
  }
  #sectionTwo .centerstage .wingz .box-holder .box a {
    font-size: 1.2em;
    padding: 0 5px;
  }

  #sectionThree .centerstage .app-content h2 {
    font-size: 2.6em;
  }
  #sectionThree .centerstage .app-content h3 {
    font-size: 1.8em;
  }
  #sectionThree .centerstage .app-content p {
    font-size: 1.5em;
    line-height: 1.8em;
  }
  #sectionThree .centerstage .app-content ul li {
    line-height: 1.8em;
  }
  #sectionThree .centerstage .app-content .btn-live, #sectionThree .centerstage .app-content .btn-demo {
    max-width: 100%;
    display: block;
  }

  #sectionFour .centerstage h2 {
    font-size: 4em;
  }
  #sectionFour .centerstage .coreapps-box-container .coreapps-box .coreapps-img-holder .details a {
    padding: 0;
  }
}
/*IPHONE 6+ LANDSCAPE*/
/*IPHONE 6 LANDSCAPE*/
@media (max-width: 600px) {
  #headerArea .centerstage .mobile-nav {
    display: block;
  }
  #headerArea .centerstage .navArea .navbar {
    display: none;
  }
}
/*MOBILE LANDSCAPE (NEXUS) */
/*MOBILE PORTRAIT*/
@media (max-width: 480px) {
  #sectionOne .slides .centerstage {
    padding: 60px 15px;
  }
  #sectionOne .slides .centerstage .aquila-container .aquila-content {
    width: 100%;
    padding: 0;
  }
  #sectionOne .slides .centerstage .aquila-container .aquila-content .download-app {
    width: 130px;
  }
  #sectionOne .slides .centerstage .aquila-container .aquila-image {
    display: none;
  }

  #sectionTwo .centerstage {
    padding: 60px 15px;
  }
  #sectionTwo .centerstage .wingz .box-holder .box {
    max-width: 50%;
  }
  #sectionTwo .centerstage .wingz .box-holder .box .box-img img {
    max-width: 150px;
    height: 100%;
    margin: 0 auto;
  }
  #sectionTwo .centerstage .wingz .box-holder .box a {
    margin-top: 20px;
    padding: 0 20px;
  }

  #sectionThree .centerstage {
    padding: 60px 15px;
  }
  #sectionThree .centerstage .app-content {
    width: 100%;
    float: none;
    padding: 0;
  }
  #sectionThree .centerstage .app-image {
    width: 100%;
    float: none;
  }

  #sectionFour .centerstage {
    padding: 60px 15px;
  }
  #sectionFour .centerstage h2 {
    font-size: 3.8em;
  }
  #sectionFour .centerstage .coreapps-box-container .coreapps-box {
    max-width: 100%;
  }

  #sectionFive .centerstage .team-members h2 {
    font-size: 3.8em;
  }

  #sectionCoreApps .centerstage .app-image, #sectionCoreApps .centerstage .app-content {
    width: 100%;
    float: none;
    display: block;
  }
  #sectionCoreApps .centerstage .app-content {
    padding: 0 20px;
  }
  #sectionCoreApps .centerstage .app-content .app-content-holder {
    margin: 0;
  }
  #sectionCoreApps .centerstage .app-content .app-content-holder p {
    font-size: 1.6em;
  }
  #sectionCoreApps .centerstage .app-content .app-content-holder ul li {
    font-size: 1.4em;
  }
}
/*MOBILE LANDSCAPE*/
/*SMALLER DEVICE*/
