body{
  background-color: #f1f1f1;
  font-family: 'Oxanium', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  /**min-width: 850px;**/
}
.header{
  position: relative;
  z-index: 10;
}
.floater{
  display: flex;
  position: fixed;
  height: 70px;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  align-items: center;
}

/* structures */
.wht-logo{
  display: inline-block;
  position: relative;
  height: 20px;
  top: 2px;
  padding-left: 20px;
}
.main-logo{
  margin: 0 auto;
  display: block;
  width: 300px;
}
.webface{
  height: 75vh;
  min-height: 700px;
  background-color: #eaeaea;
  overflow: hidden;
  background-image: url("../images/airtac_philippines_faded.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
.forehead{
  display: flex;
  height: 30%;
  justify-content: center;
  align-items: center;
}
.upperjaw{
  display: block;
  min-height: 50px;
  overflow: hidden;
  padding-bottom: 30px;
}
.upperjaw-mobile{
  display: none;
  min-height: 50px;
  overflow: hidden;
  padding-bottom: 30px;
}
.lowerjaw{
  display: block;
  min-height: 200px;
  text-align: center;
  overflow: hidden;
}
.lowerjaw ul{
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.lowerjaw ul li{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 15px;
}
.lowerjaw ul li img{
  position: relative;
  margin: 0 auto;
  max-width: 200px;
  border-bottom: 2px solid #0067b1;
}
.webneck{
  height: 10vh;
  max-height: 150px;
  min-height: 80px;
}
.body-main, .floater-wr, .footer{
  width: 70%;
  /**min-width: 850px;**/
  margin: 0 auto;
}
.gen-hdr{
  padding: 50px 0 0 0;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 0 5px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #7d94a5;
}

.panelflex{
  display: flex;
  width: 100%;
}
.panelflex > div{
  background-color: #fff;
}
.panelflex > div:first-of-type{
  width: 33%;
}
.panelflex > div:nth-of-type(2){
  width: 34%;
}
.panelflex > div:nth-of-type(3){
  width: 33%;
}

.footer{
  background-color: #d1d1d1;
  padding: 15px 0;
}
.li-wrap{
  display: block;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}
.cinema{
  background-color: #fff;
  padding: 35px 0;
}
.cinema iframe{
  margin: 0 auto;
  display: block;
}

/**start responsive style**/

@media only screen and (max-width: 1100px){
  .wht-logo{
    display: block;
    top: 0;
    padding: 5px;
    margin: 0 auto;
    height: 15px;
  }
}
@media only screen and (max-width: 910px) {
  /* For mobile phones: */
  .panelflex{
    display: block;
  }
  .panelflex div{
    width: 100% !important;
  }
  .body-main, .floater-wr, .footer{
    width: 100%;
  }
  .webface{
    height: auto;
    padding: 50px 0;
  }
  .forehead{
    height: auto;
  }
  .main-logo{
    width: 200px;
    padding: 0 0 20px 0;
  }
  .upperjaw{
    display: none;
  }
  .upperjaw-mobile{
    display: block;
  }
  .lowerjaw ul li{
    width: 100%;
    display: block;
  }
  .cinema{
    padding: 35px 0 0 0;
  }
  .cinema iframe{
    width: 100%;
  }
}
/* snippets */
.txtwrap{
  word-break: break-all;
}
.ul-global{
  margin: 0;
  padding: 0;
}
.li-global{
  padding:5px;
  margin: 0;
}
.sub-headings{
  font-size: 20px;
  margin: 0;
  padding: 5px;
}
.wr{
  width: 95%;
  margin: 0 auto;
  /**min-width: 900px;**/
}
.dis{
  display: block;
}
.atc-clr{
  background-color: #0067b1;
}
/* font styles */
.hdr2 h2{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 26px;
  line-height: 26pt;
  font-weight: 300;
}
.hdr2 h2 span{
  color: #0067b1;
  font-weight: 600;
}
.hdr2B h2{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 26px;
  line-height: 26pt;
}
.hdr2C h2{
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 22px;
  float: right;
  padding-right: 20px;
}
.hdr2C h2 .light{
  font-weight: 300;
}
.hdr2C h2::before{
  background: url("../images/call.png");
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  float: left;
  top: -10px;
  left: -60px;
}
.hdr1 h1{
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.hdr3 h3{
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 35px;
  color: #0067b1;
  font-size: 22px;
  justify-content: center;
  align-items: center;
}
.hdr4 h4{
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #000;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}
.hdr4 h4 span{
  font-weight: 600;
}
.par-main p{
  width: 70%;
  /**min-width: 850px;**/
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: block;
  padding-top: 30px;
  font-weight: 300;
  font-size: 24px;
  box-sizing: border-box;
}
.lowerjaw p{
  line-height: 25pt;
  font-weight: 400;
}
.li-wrap ul{
  display: table;
  margin: 0 auto;
  padding: 35px 20px;
  list-style-type: none;
}
.li-wrap ul li{
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width:1275px){
  .par-main p{
    width: 95%;
    font-size: 20px;
  }
  .hdr2 h2{
    font-size: 20px;
  }
}
@media only screen and (max-width:1100px){
  .hdr2C h2::before{
    display: none;
  }
  .hdr2C h2{
    font-size: 17px;
    float: none;
    margin: 0 auto;
    display: block;
    padding: 5px 0 0 0;
    width: max-content;
  }
}
