.InputStyles {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.InputStyles:focus {
  outline: none;
}
.SelectStyles {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none\9;
  border-radius: 0;
}
.SelectStyles:focus {
  outline: none;
}
.SelectStyles::-ms-expand {
  display: none;
}
.TextareaStyles {
  height: 88px;
  resize: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.TextareaStyles::-webkit-input-placeholder {
  color: transparent;
}
.TextareaStyles:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.TextareaStyles::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.TextareaStyles:-ms-input-placeholder {
  color: transparent;
}
.TextareaStyles:focus {
  outline: none;
}
.FormGroupStyles {
  /* Put this inside of a .bgt-form-group{} selector */
}
.FormGroupStyles .bgt-form-field input,
.FormGroupStyles .bgt-form-field select {
  width: 100%;
}
.FormLabelStyles {
  /* Put this inside of a .bgt-form-label{} selector */
}
.FormFieldStyles {
  /* Put this inside of a .bgt-form-field{} selector */
  /* Form field error block */
}
.H3Styles {
  color: #666666;
  font-size: 12px;
}
@media (max-width: 767px) {
  .FormButtonStyles {
    width: 100%;
  }
}
/* IMAGE MIXIN */
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.main .wrapper {
  max-width: 936px;
  margin: 67px auto 122px;
}
@media (max-width: 1024px) {
  .main .wrapper {
    padding: 0 2vw;
    margin: 27px auto 82px;
  }
}
@media (max-width: 767px) {
  .main .wrapper {
    margin: 4vw auto;
  }
}
.main .wrapper img {
  width: 100%;
  vertical-align: top;
}
.main .wrapper .banner {
  position: relative;
}
@media (max-width: 767px) {
  .main .wrapper .banner {
    background-color: #0067a0;
  }
}
@media (max-width: 767px) {
  .main .wrapper .banner img {
    display: none;
  }
}
.main .wrapper .banner .copy-con {
  font-family: "Maison Neue Light", sans-serif;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: 1px 1px 4px #174C7E;
  text-align: center;
}
@media (max-width: 767px) {
  .main .wrapper .banner .copy-con {
    position: relative;
    top: auto;
    left: auto;
    padding: 30px 20px;
  }
}
.main .wrapper .banner .title {
  font-size: 4.5vw;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  .main .wrapper .banner .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .main .wrapper .banner .title {
    font-size: 22px;
  }
}
.main .wrapper .banner .text {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 1.6vw;
}
@media (min-width: 1024px) {
  .main .wrapper .banner .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main .wrapper .banner .text {
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
  }
}
.main .wrapper .cta-con {
  margin-top: 2.675%;
}
@media (max-width: 767px) {
  .main .wrapper .cta-con {
    margin-top: 4vw;
  }
}
.main .wrapper .cta {
  font-family: "Maison Neue Light", sans-serif;
  display: inline-block;
  margin-right: -3px;
  margin-left: 2.675%;
  vertical-align: top;
  width: 48.9%;
  text-decoration: none;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: table;
  float: left;
}
.main .wrapper .cta:first-of-type {
  margin-left: 0;
}
.main .wrapper .cta:hover .title:after {
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 100%;
  left: 0;
  bottom: -5px;
}
@media (max-width: 767px) {
  .main .wrapper .cta:hover .title:after {
    border-color: transparent;
  }
}
@media (max-width: 767px) {
  .main .wrapper .cta {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 4vw;
  }
}
.main .wrapper .cta-img-con {
  padding-bottom: 30.5%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40%;
  display: table-cell;
}
@media (max-width: 767px) {
  .main .wrapper .cta-img-con {
    padding-bottom: 39%;
    display: block;
    width: 100%;
  }
}
.main .wrapper .buy-link .cta-img-con {
  background-image: url('../images/buy_miles_cta.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main .wrapper .buy-link .cta-img-con {
    background-image: url('../images/buy_miles_cta@2x.png');
  }
}
@media (max-width: 767px) {
  .main .wrapper .buy-link .cta-img-con {
    background-image: url('../images/buy_miles_cta_orig.png');
  }
}
.main .wrapper .transfer-link .cta-img-con {
  background-image: url('../images/transfer_miles_cta.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main .wrapper .transfer-link .cta-img-con {
    background-image: url('../images/transfer_miles_cta@2x.png');
  }
}
@media (max-width: 767px) {
  .main .wrapper .transfer-link .cta-img-con {
    background-image: url('../images/transfer_miles_cta_orig.png');
  }
}
.main .wrapper .gift-link .cta-img-con {
  background-image: url('../images/gift_miles_cta.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main .wrapper .gift-link .cta-img-con {
    background-image: url('../images/gift_miles_cta@2x.png');
  }
}
@media (max-width: 767px) {
  .main .wrapper .gift-link .cta-img-con {
    background-image: url('../images/gift_miles_cta_orig.png');
  }
}
.main .wrapper .cta-text-con {
  background-color: #0067A0;
  width: 60%;
  box-sizing: border-box;
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .main .wrapper .cta-text-con {
    display: block;
    padding: 25px 20px;
    width: 100%;
  }
}
.main .wrapper .cta-text-con .title {
  font-size: 3vw;
  margin-bottom: 17px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .main .wrapper .cta-text-con .title {
    font-size: 22px;
  }
}
.main .wrapper .cta-text-con .title:after {
  content: "";
  border-bottom: 1px solid transparent;
  width: 0px;
  transition: 0.5s ease;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main .wrapper .cta-text-con .title:after {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #fff;
    bottom: -5px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .main .wrapper .cta-text-con .title {
    font-size: 30px;
  }
}
.main .wrapper .cta-text-con .text {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
}
header {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
header .header-top {
  background-color: #0072CE;
  padding: 15px 30px 45px 37px;
}
@media (max-width: 767px) {
  header .header-top {
    border-top: 6px solid #39A9DC;
    height: 50px;
    padding: 0 10px;
  }
}
header .header-top.hide {
  position: fixed;
  top: -100%;
}
header .header-top.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10;
}
header .header-top.show .logo-con {
  display: none;
}
header .header-top.show .header-nav-con {
  width: 100%;
}
header .header-top.show .header-user-info {
  margin-bottom: 0;
}
header .header-top a,
header .header-top a:visited {
  color: #fff;
}
header .header-top .logo-con,
header .header-top .header-nav-con {
  display: inline-block;
  margin-right: -4px;
}
header .header-top .logo-con {
  position: relative;
  bottom: -10px;
  width: 40%;
  vertical-align: top;
}
@media (max-width: 767px) {
  header .header-top .logo-con {
    width: 30%;
    margin-left: 25%;
    bottom: initial;
    vertical-align: middle;
  }
}
header .header-top .logo-con a {
  display: inline-block;
  margin-right: -4px;
}
header .header-top .header-nav-con {
  width: 60%;
}
@media (max-width: 767px) {
  header .header-top .header-nav-con {
    width: 45%;
    vertical-align: middle;
  }
}
header .header-top .ae-logo {
  background-image: url('../images/logo_aireuropa.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 176px;
  height: 42px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  header .header-top .ae-logo {
    width: 80%;
  }
}
header .header-top .sky-logo {
  background-image: url('../images/logo_skyteam.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 35px;
  margin-left: 2.5%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  header .header-top .sky-logo {
    width: 15%;
    margin-left: 5%;
  }
}
header .header-top .home-logo {
  text-decoration: none;
}
header .header-top .home-logo:before {
  content: "";
  display: inline-block;
  margin-right: -4px;
  background-image: url('../images/home_logo.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 19px;
  margin-right: 7px;
  vertical-align: bottom;
}
header .header-top .home-logo span.hide {
  display: none;
}
header .header-top .header-nav-con {
  text-align: right;
}
header .header-top .header-user-info,
header .header-top .header-user-info .home-logo {
  color: #6fdbff;
  font-size: 13px;
}
header .header-top .header-user-info {
  margin-bottom: 10px;
  margin-right: -4px;
}
@media (max-width: 767px) {
  header .header-top .header-user-info {
    display: none;
  }
}
header .header-top .header-user-info-copy.hide {
  display: none;
}
header .header-top .header-nav {
  font-family: "Source Sans Pro Light", sans-serif;
  color: #fff;
}
header .header-top .header-nav li {
  display: inline-block;
  margin-right: -4px;
  margin-left: 20px;
}
header .header-top .header-nav li.logout-con {
  display: none;
}
header .header-top .header-nav li.logout-con.show {
  display: inline-block;
}
header .header-top .header-nav a,
header .header-top .header-nav .bgt-logout {
  color: #fff;
  position: relative;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  cursor: pointer;
}
header .header-top .header-nav a:hover,
header .header-top .header-nav .bgt-logout:hover {
  color: #6fdbff;
}
header .header-top .header-nav a:hover:after,
header .header-top .header-nav .bgt-logout:hover:after {
  position: absolute;
  color: #6fdbff;
  border-bottom: 1px solid #6fdbff;
  width: 100%;
  left: 0;
  bottom: -5px;
}
header .header-top .header-nav a:after,
header .header-top .header-nav .bgt-logout:after {
  content: "";
  border-bottom: 1px solid transparent;
  width: 0px;
  transition: 0.5s ease;
  white-space: nowrap;
}
header .header-top .header-nav .lang-select-butt,
header .header-top .header-nav #language-selector {
  cursor: pointer;
}
header .header-top .header-nav .lang-select-butt {
  position: relative;
  display: inline-block;
}
header .header-top .header-nav .lang-select-butt:hover #language-selector {
  display: block;
}
header .header-top .header-nav .lang-select-butt .lang-select-text {
  position: relative;
  z-index: 20;
  width: 15px;
  height: 21px;
  background-image: url('../images/icon_world.png');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 0 -27px;
  padding-left: 19px;
}
header .header-top .header-nav .lang-select-butt .lang-select {
  display: none;
}
header .header-top .header-nav #language-selector {
  display: none;
  position: absolute;
  width: 160px;
  z-index: 15;
  right: -18px;
  margin-top: -30px;
  background-color: #000;
  padding: 45px 0 16px;
}
header .header-top .header-nav #language-selector li {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
header .header-top .header-nav #language-selector li a {
  display: block;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  width: 100%;
}
header .header-top .header-nav #language-selector li a:after {
  transition-property: none;
}
header .header-top .header-nav #language-selector li a:hover:after {
  border: none;
  left: inherit;
  bottom: inherit;
}
header .header-top .header-nav #language-selector li a.active {
  color: #00beff;
}
header .header-top .header-nav #language-selector li a.active:after {
  display: inline-block;
  width: 13px;
  height: 11px;
  content: '';
  position: absolute;
  right: 30px;
  background-image: url('../images/check_mark.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-title-con {
  position: relative;
  padding: 6%;
  background-image: url('../images/suma1500x180.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  header .header-title-con {
    background-image: none;
    background-color: #40AADA;
  }
}
header .header-title-con.show {
  margin-top: 109px;
}
header .header-title-text,
header .header-title-text-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: none;
  color: #fff;
  font-family: "Maison Neue Light", sans-serif;
  text-align: center;
}
header .header-title-text {
  font-size: 5vw;
  padding-bottom: 5px;
  border-bottom: 1px solid #4ed2ff;
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  header .header-title-text {
    display: none;
  }
}
@media (min-width: 1024px) {
  header .header-title-text {
    font-size: 64px;
  }
}
header .header-title-text-mobile {
  display: none;
}
@media (max-width: 767px) {
  header .header-title-text-mobile {
    display: block;
    font-size: 18px;
  }
}
header .header-bottom {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
@media (max-width: 767px) {
  header .header-bottom {
    display: none;
  }
}
header .header-bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
}
header .hamburger,
header .breadcrumb {
  display: inline-block;
  margin-right: -4px;
}
header .hamburger {
  background-image: url('../images/hamburger_icon.png');
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 23px;
  margin-left: 38px;
  font-size: 14px;
  width: 22%;
}
header .hamburger span.hide {
  display: none;
}
header .hamburger .menu-text {
  padding-bottom: 2px;
  border-bottom: 1px solid #e8e8e8;
}
header .breadcrumb {
  width: 50%;
}
header .breadcrumb ul {
  padding-left: 23px;
  background-image: url('../images/plane_icon.png');
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left;
}
header .breadcrumb li {
  display: inline-block;
  margin-right: -4px;
  padding-right: 6px;
  margin-right: 4px;
  background-image: url('../images/dark_point.png');
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
header .breadcrumb li:last-of-type {
  background: none;
  color: #00beff;
}
header .back-to-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 55px;
  background-image: url('../images/back_to_top.png');
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-left: 1px solid #e8e8e8;
  cursor: pointer;
}
header .back-to-top:hover {
  border-color: #00beff;
  background-color: #00beff;
  background-position: 0 -54px;
}
footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 114, 206, 0.94);
  height: 55px;
  padding: 18px 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  footer {
    display: none;
  }
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
}
footer a {
  padding-left: 20px;
  background: transparent url(../images/luggage_icon.png) 0 -28px no-repeat;
  color: #fff;
  font-size: 14px;
  font-family: "Source Sans Pro Light", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
footer a:hover {
  color: #6fdbff;
  background-position: 0 2px;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
}
@font-face {
  font-family: "Source Sans Pro Light";
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf');
}
@font-face {
  font-family: "Source Sans Pro Bold";
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf');
}
@font-face {
  font-family: "Maison Neue Light";
  src: url("../fonts/Maison_Neue/MaisonNeueWeb-Light.eot");
  src: url("../fonts/Maison_Neue/MaisonNeueWeb-Light.woff") format("woff"), url("../fonts/Maison_Neue/MaisonNeueWeb-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Italic";
  src: url('../fonts/opensans-italic-webfont.eot');
  src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url('../fonts/opensans-light-webfont.eot');
  src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.text-hide {
  position: absolute;
  text-indent: -999px;
  width: 0;
  overflow: hidden;
}
.display-inline {
  display: inline-block;
  margin-right: -4px;
}
.clear {
  clear: both;
}
