/* AIRPORT LANDING PAGE */



.btn-wrapper .btn--default {
	border-radius: 0;
	padding-left: 30px;
    padding-right: 30px;
}


.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-padding-half-top {
  padding-top: 40px;
}



#airport-header {
  margin-top: -133px; }
  #airport-header .back {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; }
  #airport-header .airport-top {
    padding-top: 200px;
    padding-bottom: 0px; }
    @media (min-width: 576px) {
      #airport-header .airport-top {
        /*padding-top: 200px;*/
      }
    }
    @media (min-width: 768px) {
      #airport-header .airport-top {
        padding-top: 200px;
      }
    }
    @media (min-width: 992px) {
      #airport-header .airport-top {
        padding-top: 333px;
      }
    }
  #airport-header #airport-video {
    position: absolute;
    /*right: 0;
    top: 0;
    margin-top: -133px;*/
    /*min-width: 100%;
    min-height: 100%;*/

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;

    z-index: 0;
    overflow: hidden; }
  @media (max-width: 992px) {
    #airport-header #airport-video {
      height: 100%;
    }
  }
  #airport-header h1 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #111F29; }
  #airport-header h3 {
    margin-bottom: 20px;
  	font-weight: normal;
    font-size: 1.3rem;
    color: #ffffff; }
    @media (min-width: 576px) {
      #airport-header h1 {
        /*font-size: 3rem; */
      } 
      #airport-header h3 {
        font-size: 1.2rem; 
      } 
    }
    @media (min-width: 768px) {
      #airport-header h1 {
        font-size: 2.2rem; 
      } 
      #airport-header h3 {
        font-size: 1.7rem; 
      } 
    }
    @media (min-width: 992px) {
      #airport-header h1 {
        font-size: 3rem; 
      } 
      /*#airport-header h3 {
        font-size: 3rem; 
      } */
    }
  #airport-header .highlight {
    background-color: #111f29;
    padding: 10px; }
  #airport-header  .icons-app-stores {
    margin-bottom: 30px;
  }
  #airport-header  .icons-app-stores a {
    /*padding: 0 10px;*/
  }
  @media (max-width: 576px) {
    #airport-header  .icons-app-stores {
      margin-bottom: 60px;
    }
  }
  #airport-header #airport-cases {
  	 text-align: center;
  	 width: 100%;
     position: relative;
  }
  #airport-header #airport-cases .road {
    background-image: url(../images/road.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 129px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  #airport-header #airport-cases img {
  	height: 310px;
    max-width: 100%;
  }
@media (max-width: 576px) {
  #airport-header #airport-cases img {
    height: auto;
  }
}





#airport-call-options .row.icons-container img {
	margin-bottom: 40px;
}
@media (max-width: 576px) {
  #airport-call-options .row.icons-container img {
    height: 60px;
    width: auto;
  }
  #airport-call-options .row.icons-container h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

#airport-call-options .row.icons-container .col:not(.last) {
  margin-bottom: 40px;
}

#airport-call-options h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}
#airport-call-options h3 {
    margin-bottom: 80px;
    font-weight: normal;
    color: #ffffff;
    font-size: 1.3rem;
}
@media (min-width: 576px) {
  #airport-call-options h2 {
    /*font-size: 1.2rem;*/
  }
  #airport-call-options h3 {
    /*font-size: 1.3rem;*/
  }
}
@media (min-width: 768px) {
  #airport-call-options h2 {
    font-size: 2rem;
  }
  #airport-call-options h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  #airport-call-options h2 {
    font-size: 2.5rem;
  }
  #airport-call-options h3 {
    font-size: 1.8rem;
  }
}

#airport-call-options .back {
	background-color: #222222;
  color: #ffdd00;
}






#airport-benefits {

}
#airport-benefits .text {
  padding: 80px 0;
}
#airport-benefits .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  /*height: 100%;*/
}
#airport-benefits .image-one {
  background-image: url(../images/col-img1.jpg);
  background-position: left center;
}
#airport-benefits .image-two {
  background-image: url(../images/col-img2c.jpg);
}
#airport-benefits .image-three {
  background-image: url(../images/col-img3.jpg);
}
@media screen and (max-width: 1100px) {
  .desktop-only {
    display: none !important;
  }
  #airport-benefits .col {
    padding: 30px;
  }
  #airport-benefits .image{
    height: 200px;
  }
  #airport-benefits .image.deskop{
    display: none;
  }
   #airport-benefits .text{
    /*padding: unset;*/
  }
}
@media screen and (min-width: 1101px) {
  .mobile-only {
    display: none !important;
  }
  #airport-benefits .image.mobile{
    display: none;
  }
}





