body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #0a081e;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.hero-slider {
  position: static;
  width: 100%;
  height: 75vh;
}

.hero-slider.logo-watermark {
  position: relative;
  background-image: url('../images/Globe-Alone_watermark.png');
  background-position: 0px 50%;
  background-size: 749px;
  background-repeat: no-repeat;
}

.hero-slide {
  text-decoration: line-through;
}

.hero-section {
  position: relative;
}

.nav-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: 9px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 95%, .5);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #413d3d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #ffc900;
  color: #000;
}

.flyja-brand {
  position: static;
  left: 0px;
  top: -180px;
  right: 0px;
  z-index: 15;
  display: inline-block;
  padding: 12px 12px 5px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}

.gl-menu-link {
  display: block;
  padding: 16px 15px 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #1a3f07;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.gl-menu-link:hover {
  border-right-color: #ffc900;
  background-color: #eee0ae;
  color: #18330a;
}

.gl-menu-link.w--current {
  padding-top: 11px;
  border-top: 5px solid #ffc900;
  color: #461220;
}

.gl-menu-link.scroll {
  display: inline-block;
  height: 60px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-left-color: #6c6c6c;
  color: #fff;
}

.gl-menu-link.scroll:hover {
  background-color: #119334;
}

.gl-menu-link.in-dropdown {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.gl-menu-link.is-submenu-link {
  padding-left: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: #fff;
  text-align: left;
}

.gl-menu-link.is-submenu-link:hover {
  background-color: #eee0ae;
}

.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #ffc900;
  background-color: #fefffe;
}

.top-nav.gl-menu {
  position: static;
}

.promotions-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #1d1d1d;
}

.promotions-section.gl-inner-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promotions-section.dark-colour {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #413d3d;
}

.book-form-wrapper {
  display: block;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.book-form-wrapper.al-container {
  left: 50%;
  top: 25vh;
}

.book-form-wrapper.al-container.abs-width {
  top: 32vh;
  z-index: 10;
}

.book-text {
  display: block;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 1px;
  padding: 10px 25px 10px 45px;
  float: none;
  clear: none;
  border: 0px solid #000;
  background-color: #fefffe;
  background-image: url('http://www.fly-jamaica.com/%2B%2Btheme%2B%2Bflyj-2017/images/_DepartIcon_grn.png');
  background-position: 10px 50%;
  background-size: 42px;
  background-repeat: no-repeat;
  color: #119334;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  text-transform: capitalize;
}

.book-text.calendar {
  display: block;
  width: 100%;
  background-image: url('http://www.fly-jamaica.com/%2B%2Btheme%2B%2Bflyj-2017/images/_grnCalender.png');
  background-position: 2px 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.book-text.going {
  background-image: url('http://www.fly-jamaica.com/%2B%2Btheme%2B%2Bflyj-2017/images/_ArriveIcon_grn.png');
  background-position: 8px 50%;
  background-size: 42px;
}

.book-submit {
  display: none;
  width: 210px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(254, 255, 254, .8);
  border-radius: 10px;
  background-color: rgba(254, 255, 254, .9);
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  color: #0fa3b1;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.book-submit:hover {
  border-color: #d31962;
  background-color: #d31962;
  background-image: -webkit-linear-gradient(305deg, rgba(15, 163, 177, .05), rgba(0, 21, 20, .05) 67%);
  background-image: linear-gradient(145deg, rgba(15, 163, 177, .05), rgba(0, 21, 20, .05) 67%);
  color: #fefffe;
}

.scroll-button {
  position: relative;
  left: 50%;
  z-index: 2;
  display: none;
  overflow: visible;
  width: 160px;
  margin-top: -12px;
  margin-right: auto;
  margin-left: -80px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #d31962;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fdfbf5;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.scroll-button:hover {
  background-color: #461220;
  color: #fff;
}

.scroll-button.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #5f4d08;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fefffe;
}

.footer {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #1d1d1d;
  background-image: url('../images/FLy-Ja-Logo_Watermark_.png');
  background-position: -72px 50%;
  background-size: 480px;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.hero-text {
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 2;
  display: inline-block;
  width: 350px;
  padding: 6px 20px;
  float: right;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #d31962;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-text.sub {
  width: 325px;
  margin-top: 38px;
  background-color: #d31962;
}

.book-row {
  margin-top: 40px;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, .7);
  font-family: Lato, sans-serif;
  line-height: 20px;
  text-align: left;
}

.calendar-text {
  margin-top: 5px;
}

.calendar-lightbox.w--open {
  position: absolute;
  top: 54px;
  right: 0%;
  display: inline-block;
  width: 820px;
  float: left;
  clear: none;
  background-color: #fefffe;
}

.notification-text-slider {
  display: block;
  overflow: visible;
  margin-top: 10px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40px;
  -ms-flex: 0 40px;
  flex: 0 40px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  font-weight: 400;
  text-align: left;
}

.notification-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 2px;
  background-color: #ffc900;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.calendar-dropdown {
  width: 100%;
  margin-top: 17px;
}

.book-header {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.reasons-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Lato, sans-serif;
  color: #413300;
  font-weight: 300;
}

.red {
  background-color: #d31962;
}

.booking-area-style-guide-section {
  padding-bottom: 46px;
  background-image: url('../images/attendandts.png');
  background-position: 0px 0px;
  background-size: cover;
}

.alert-icon {
  margin-right: 5px;
  float: left;
  cursor: pointer;
}

.advisory-text-link {
  margin-left: 21px;
  text-decoration: none;
}

.advisory-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.header-section {
  display: inline;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-section.dropdown-txt {
  position: relative;
  border-left-style: none;
}

.col-img {
  padding: 70px 60px 60px;
  background-image: url('../images/Globe-Alone_watermark.png');
  background-position: -122px 49px;
  background-size: 250px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'PT Sans', sans-serif;
  color: #253d18;
  font-size: 65px;
  line-height: 75px;
  text-align: center;
  text-transform: none;
}

.col-img.travel {
  height: 551px;
  border-bottom: 7px solid #ffc900;
  background-image: url('../images/Globe-Alone_watermark.png'), url('../images/RaEArafaadf.jpg');
  background-position: -122px 49px, -149px 50%;
  background-size: 250px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
}

.col-img.destinations {
  background-image: none;
}

.page-row {
  position: static;
  background-color: #1d1d1d;
  background-image: url('../images/plane-1.jpg');
  background-position: -637px -45px;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-txt {
  display: block;
  padding: 25px 80px 35px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.col-txt.travel {
  min-height: 100vh;
  padding-right: 30px;
  padding-left: 30px;
}

.form-button {
  display: block;
  padding: 10px 15px;
  background-color: #d31962;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
}

.form-button:hover {
  background-color: #fff;
  color: #d31962;
}

.form-module {
  display: block;
  overflow: visible;
  padding: 31px 30px 30px;
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-transform: capitalize;
}

.button-wrapper {
  position: absolute;
  top: 178px;
  right: -44px;
  z-index: 6;
  padding: 8px 10px;
  background-color: #fff;
}

.overlay-title {
  color: #fff;
  font-size: 53px;
  font-weight: 700;
}

.overlay-thin {
  font-size: 60px;
  font-weight: 400;
}

.al-container {
  position: relative;
  display: block;
  width: 1006px;
  margin-right: auto;
  margin-left: auto;
}

.al-container.reasons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.al-container.style-guide {
  margin-top: 34px;
}

.al-container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.al-container.baggage-free {
  margin-bottom: 122px;
}

.abs-width {
  position: absolute;
  margin-left: -503px;
}

.down-arrow {
  font-size: 10px;
  line-height: 21px;
}

.logo-image {
  display: block;
  width: 112px;
}

.logo-image.scroll {
  display: inline;
  width: 60px;
  height: 60px;
  padding: 8px;
}

.header-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 87%;
  -ms-flex: 0 87%;
  flex: 0 87%;
}

.article-text {
  padding: 32px 50px;
  background-color: transparent;
  font-size: 17px;
  font-weight: 400;
}

.article-text.info {
  padding-top: 25px;
  padding-bottom: 26px;
  font-family: Lato, sans-serif;
  color: #413300;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
}

.promo-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 18px;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 29, 29, .86), transparent), url('../images/13926358177_ab7b9ba8c0_k.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, .86), transparent), url('../images/13926358177_ab7b9ba8c0_k.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.baggage-section {
  position: relative;
  padding-bottom: 2%;
  background-image: url('../images/girl-on-bags.png'), -webkit-radial-gradient(circle farthest-corner at 67% 44%, rgba(19, 91, 39, 0), rgba(9, 9, 9, .4) 87%), -webkit-radial-gradient(circle farthest-corner at 92% 43%, #ffc900, #135b27 78%);
  background-image: url('../images/girl-on-bags.png'), radial-gradient(circle farthest-corner at 67% 44%, rgba(19, 91, 39, 0), rgba(9, 9, 9, .4) 87%), radial-gradient(circle farthest-corner at 92% 43%, #ffc900, #135b27 78%);
  background-position: 100% 50%, 0px 0px, 0px 0px;
  background-size: 860px, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: fixed, scroll, scroll;
  font-family: Lato, sans-serif;
}

.baggage-section.gl-inner-drop {
  padding-top: 40px;
  background-color: #135b27;
}

.baggage-txt {
  position: relative;
  z-index: 5;
  display: block;
  width: 46%;
  margin-bottom: -2px;
  padding: 38px 35px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.three-bags-alert-div {
  position: absolute;
  left: 42%;
  top: 47px;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 216px;
  height: 213px;
  padding: 44px 67px 102px 24px;
  float: right;
  clear: none;
  border-radius: 100%;
  background-image: url('../images/flyj-globe-watermark.png');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Oswald, sans-serif;
  color: #d31962;
  font-size: 45px;
  line-height: 70px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -2px 1px 0 #2b2929;
}

.promo-heading {
  display: inline-block;
  width: 412px;
  margin-top: 0px;
  margin-bottom: 8px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.small-feature-slider {
  display: block;
  width: 647px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  background-color: hsla(0, 0%, 87%, 0);
}

.small-feature-slider.passenger-feedback {
  width: 813px;
  margin-top: 20px;
  margin-bottom: 29px;
  padding-top: 21px;
}

.dutyfree-section {
  display: block;
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(270deg, rgba(19, 91, 39, .9), rgba(19, 91, 39, .9)), url('../images/Screen-Shot-2017-01-13-at-10.47.44-AM.png');
  background-image: linear-gradient(180deg, rgba(19, 91, 39, .9), rgba(19, 91, 39, .9)), url('../images/Screen-Shot-2017-01-13-at-10.47.44-AM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dutyfree-section.gl-inner-drop {
  background-color: #413d3d;
}

.duty-item {
  margin-left: 58px;
  border-radius: 100%;
  background-image: url('../images/Globe-Alone_watermark_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.duty-txt {
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.socialproof-txt {
  display: inline-block;
  margin-top: 23px;
  margin-right: 42px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-left-width: 2px;
  border-left-color: #1d1d1d;
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
}

.white-button {
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 3px solid #fff;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, color 400ms ease;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.white-button:hover {
  border-color: #ffc900;
  background-color: #ffc900;
  color: #000;
}

.socialproof-section {
  padding-top: 30px;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/1island-of-beautiful-beaches-jamaica-spring-outdoor-adventure-anniversary-tourism0-37.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/1island-of-beautiful-beaches-jamaica-spring-outdoor-adventure-anniversary-tourism0-37.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 60px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.socialproof-section.gl-inner-drop {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/social-proof-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/social-proof-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.signup-header {
  display: inline;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #1d1d1d;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.signup-sub {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1d1d1d;
  font-size: 17px;
  line-height: 22px;
}

.signup-section {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 5%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/1013111_409885195795603_685702991_n_zpsfacf87b8-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/1013111_409885195795603_685702991_n_zpsfacf87b8-2.jpg');
  background-position: 0px 0px, 50% 52%;
  background-size: auto, cover;
  font-family: Lato, sans-serif;
  color: #413300;
  font-weight: 300;
}

.signup-field {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  border-style: none;
  background-color: rgba(0, 0, 0, .68);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.signup-button {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 32px;
  border-radius: 2px;
  background-color: #d31962;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.signup-button:hover {
  background-color: #413d3d;
  color: #fff;
}

.social-img {
  width: 220px;
  height: 200px;
  margin-left: 64px;
  border-style: solid solid none;
  border-width: 5px;
  border-color: #ffc900;
  border-radius: 100%;
}

.nav-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10000;
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, .9);
}

.hero-header {
  margin-top: 10px;
  font-size: 70px;
  line-height: 50px;
  font-weight: 700;
}

.info-img {
  display: block;
  width: 100%;
}

.info-img.left {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.info-img.right {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.info-col {
  padding-right: 0px;
  padding-left: 0px;
}

.top-nav-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid #ffc900;
}

.hero-slide-image {
  position: relative;
  width: 100vw;
}

.airline-icon {
  display: inline;
  font-family: 'FlyJ Airways Icons', sans-serif;
  font-size: 25px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}

.airline-icon.red {
  background-color: transparent;
  color: #b81313;
}

.airline-icon.large {
  font-size: 80px;
  line-height: 95px;
}

.airline-icon.medium {
  font-size: 23px;
  line-height: 30px;
}

.airline-icon.medium.advisory {
  position: relative;
  top: 2px;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'FlyJ Airways Icons', sans-serif;
}

.airline-icon.transparent {
  color: transparent;
}

.airline-icon.booking-extra-icon {
  font-size: 17px;
}

.baggage-title {
  display: block;
  width: 528px;
  margin-top: -25px;
  margin-left: 7px;
  padding-left: 25px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.passenger-slider-arrow {
  color: #1d1d1d;
  text-shadow: 0 1px 0 #fbf4d9;
}

.what-our-passenger-say {
  color: #1d1d1d;
  text-align: center;
  text-shadow: none;
}

.notification-text {
  margin-left: 9px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 19px;
  font-weight: 400;
}

.duty-subtxt {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.promotions-hdr {
  display: block;
  margin: 0px auto;
  padding-right: 9px;
  padding-left: 9px;
  color: #413d3d;
  font-size: 20px;
  line-height: 41px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.promotions-hdr.dark-colour {
  background-color: transparent;
  color: #eee0ae;
}

.promotion-txt {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px 10px;
  float: right;
  clear: none;
  color: #413d3d;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}

.promotion-txt.dark-colour {
  background-color: transparent;
  color: #fff;
}

.promotions-price {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  font-family: Oswald, sans-serif;
  color: #135b27;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  text-align: right;
}

.promotions-price.dark-colour {
  background-color: transparent;
  color: #ffc900;
}

.promotion-image {
  position: absolute;
  overflow: hidden;
  -webkit-filter: brightness(80%) contrast(180%);
  filter: brightness(80%) contrast(180%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.promotion-image:hover {
  -webkit-filter: contrast(180%);
  filter: contrast(180%);
}

.business-section {
  min-height: 400px;
  background-image: url('../images/Globe-Alone_watermark_1.png'), -webkit-radial-gradient(circle farthest-corner at 11% 211%, #ffadcd, rgba(255, 173, 205, 0) 66%), -webkit-radial-gradient(circle farthest-corner at 109% 163%, #eee0ae, hsla(47, 65%, 81%, 0) 92%), -webkit-radial-gradient(circle farthest-corner at -6% -16%, rgba(211, 25, 98, .7), rgba(255, 201, 0, .93));
  background-image: url('../images/Globe-Alone_watermark_1.png'), radial-gradient(circle farthest-corner at 11% 211%, #ffadcd, rgba(255, 173, 205, 0) 66%), radial-gradient(circle farthest-corner at 109% 163%, #eee0ae, hsla(47, 65%, 81%, 0) 92%), radial-gradient(circle farthest-corner at -6% -16%, rgba(211, 25, 98, .7), rgba(255, 201, 0, .93));
  background-position: 105% 194%, 0px 0px, 0px 0px, 0px 0px;
  background-size: 400px, auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat, repeat;
}

.business-txt {
  position: absolute;
  top: 59px;
  right: auto;
  z-index: 2;
  display: inline-block;
  padding: 0px 25px 30px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, .76);
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 55px;
  font-weight: 300;
}

.bg-vid {
  position: relative;
  opacity: 0.15;
}

.business-hdr {
  display: inline-block;
  margin-bottom: 5px;
  color: #000;
  font-size: 32px;
  line-height: 39px;
  font-weight: 400;
  text-transform: uppercase;
}

.business-icon {
  display: block;
  font-family: 'FlyJ Airways Icons', sans-serif;
  font-size: 30px;
}

.footer-nav {
  background-color: transparent;
}

.footer-navlink {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 10px 12px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: none;
}

.footer-navlink:hover {
  color: #ffc900;
}

.video {
  margin-top: 10px;
}

.social-icon {
  font-family: 'FlyJ Airline Icons';
  font-size: 36px;
  letter-spacing: 10px;
}

.social-link {
  font-family: 'FlyJ Airways Icons', sans-serif;
  color: #fff;
  text-decoration: none;
}

.social-link:hover {
  color: #ffc900;
}

.social-link:active {
  color: #eee0ae;
}

.notification-mask {
  height: 41px;
}

.menu-contents {
  position: fixed;
  left: 0px;
  top: 54px;
  right: 0px;
  display: none;
  padding: 10px 10% 40px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  text-align: left;
  text-decoration: none;
}

.submenu-heading {
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}

.dropdown-txt {
  display: block;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  border-left: 2px solid #ffc900;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #413d3d;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-txt:hover {
  color: #135b27;
}

.drop-list {
  position: relative;
  top: -60px;
  z-index: 1;
  background-color: #fff;
}

.drop-list.menu-contents {
  position: absolute;
  left: 0px;
  top: -265px;
  z-index: 2;
  display: block;
  padding-bottom: 15px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent 20%, #fff 28%), -webkit-linear-gradient(0deg, transparent 7%, #fff 8%);
  background-image: linear-gradient(180deg, transparent 20%, #fff 28%), linear-gradient(90deg, transparent 7%, #fff 8%);
}

.travel-row {
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url('../images/RaEArafaadf.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url('../images/RaEArafaadf.jpg');
  background-position: 0px 0px, 44% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.travel-row.destinations {
  background-image: -webkit-radial-gradient(circle farthest-corner at 109% -6%, #000, transparent), url('../images/Pull-Up-Banner-upload-copy.jpg');
  background-image: radial-gradient(circle farthest-corner at 109% -6%, #000, transparent), url('../images/Pull-Up-Banner-upload-copy.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 560px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.tab-link {
  margin-right: 1px;
  padding-right: 20px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 4px solid #fff;
  background-color: #fff;
  color: #fff;
  font-weight: 300;
}

.tab-link.w--current {
  margin-right: 1px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 4px solid #119334;
  background-color: transparent;
  color: #fff;
}

.travel-info-content {
  padding: 0px 10px 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f5f5f5;
  background-image: url('../images/Globe-Alone_watermark_1.png');
  background-position: 105% 146%;
  background-size: 400px;
  background-repeat: no-repeat;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.col-hdr {
  padding: 2px 5px;
  border-right: 1px solid #eee0ae;
  background-color: #ffc900;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.col-info {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  color: #135b27;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.travel-info-details {
  padding-left: 25px;
}

.inner-page-content {
  margin-top: 14px;
}

.notification-nav {
  color: #000;
  font-size: 15px;
  text-shadow: 1px 1px 3px #fff;
}

.hide {
  display: none;
}

.testimonial-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 197px;
}

.promotion-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  height: 210px;
  margin-bottom: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.promo-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50vw;
  height: 14vw;
  margin-right: auto;
  margin-left: auto;
}

.emergency {
  background-color: #e5412c;
  color: #fff;
}

.warning {
  background-color: #f29010;
  color: #fff;
}

.dark-colour {
  background-color: #000;
}

.medium-colour {
  background-color: #1d1d1d;
}

.main-colour {
  background-color: #135b27;
}

.main-colour-2 {
  background-color: #119334;
}

.highlight-colour {
  background-color: #d31962;
}

.style-guide-text {
  min-height: 57px;
  margin: 15px;
}

.highlight-colour-2 {
  background-color: #ffc900;
}

.style-guide-light-text {
  margin-left: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.style-guide-dark-text {
  margin-left: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.style-guide-spacer {
  height: 50px;
}

.footer-copyright-social-icon-wrapper {
  -webkit-flex-basis: 358px;
  -ms-flex-preferred-size: 358px;
  flex-basis: 358px;
}

.style-guide-annotation {
  margin-top: 11px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.three-bags-free {
  -webkit-perspective: 1001px;
  perspective: 1001px;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  font-size: 44px;
  line-height: 43px;
  font-style: italic;
  text-transform: none;
}

.special-three {
  position: absolute;
  left: -32px;
  top: 26px;
  overflow: visible;
  font-size: 111px;
}

.three-bags-bottom-line {
  position: absolute;
  left: -33px;
  top: -97px;
  -webkit-transform: translate3d(61px, 149px, -143px);
  transform: translate3d(61px, 149px, -143px);
  font-weight: 700;
}

.bags-by-itself {
  position: absolute;
  left: 71px;
  top: -23px;
  font-size: 41px;
  font-style: italic;
  font-weight: 400;
}

.bags-reason-paragraph {
  margin-left: 36px;
}

.gl-menu-dropdown {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.gl-menu-dropdown.travel-info-dropdown {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.axvtkvx {
  position: absolute;
  height: 8px;
}

.booking-extra {
  left: 50%;
  top: 350px;
  width: 66vw;
  margin-top: 5px;
  margin-left: 0px;
}

.booking-extra-btns {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 10px;
  float: none;
  clear: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.booking-extra-btns:hover {
  background-color: #fff;
  color: #135b27;
  font-weight: 400;
  text-align: left;
}

.booking-extra-txt {
  display: inline-block;
  margin-left: 7px;
}

.destinations-link {
  width: 100%;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  color: #1d1d1d;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.destinations-selections {
  margin-top: 20px;
}

.destinations-title {
  position: absolute;
  top: 130px;
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: hsla(0, 0%, 100%, .95);
  color: #135b27;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.reservations {
  margin-top: 12px;
  padding-top: 2px;
}

.reservation-block {
  margin-bottom: 4px;
  color: #343434;
  line-height: 28px;
}

.reservation-contact-holder {
  width: 1006px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-weight: 300;
  text-transform: uppercase;
}

.reservation-title-holder {
  padding-right: 0px;
  padding-left: 9px;
}

.reservation-tel {
  text-decoration: none;
  text-transform: uppercase;
}

.reservation-tel:hover {
  color: #ffc900;
}

.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 230px;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub-menu-item {
  width: 48%;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 20px;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  color: #413d3d;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-menu-item:hover {
  background-color: #eee0ae;
}

.emergency-alert {
  background-color: #d9311b;
}

.info-alert {
  background-color: #f29010;
}

.blurrable {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 8px 13px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(47, 65%, 81%, .72);
  font-family: 'PT Sans', sans-serif;
}

.required {
  width: 10px;
  height: 10px;
  background-color: #d3194a;
}

.dropbox-link-text {
  display: inline;
  width: 143px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-list.w--open {
  left: -29vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-list.travel-info-droplist.w--open {
  left: 0vw;
  top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flyj-watermark {
  position: absolute;
  top: 0px;
  z-index: 1;
  overflow: visible;
  width: 557px;
  height: 874px;
  background-color: transparent;
  background-image: url('../images/Globe-Alone_watermark.png');
  background-position: -175px 197px;
  background-size: 546px;
  background-repeat: no-repeat;
}

.promo-price-row {
  margin-bottom: 11px;
}

.promotion-container {
  width: 50%;
}

.promotion-link {
  display: block;
}

html.w-mod-js *[data-ix="heroslide"] {
  -webkit-transform: translate(350px, 0px);
  -ms-transform: translate(350px, 0px);
  transform: translate(350px, 0px);
}

html.w-mod-js *[data-ix="slidefromtop"] {
  width: 150px;
  height: 0px;
}

html.w-mod-js *[data-ix="bookload"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="promoslide"] {
  opacity: 0;
  -webkit-transform: translate(-490px, 0px);
  -ms-transform: translate(-490px, 0px);
  transform: translate(-490px, 0px);
}

html.w-mod-js *[data-ix="popup"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="hidenav"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="mobile-hide"] {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

@media (max-width: 991px) {
  .flyja-brand {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gl-menu-link {
    padding: 17px 8px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 13px;
  }
  .gl-menu-link.in-dropdown {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1005%;
    -ms-flex: 1 0 1005%;
    flex: 1 0 1005%;
  }
  .gl-menu-link.is-submenu-link {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .promotions-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .book-form-wrapper {
    left: 190px;
    top: 63px;
  }
  .book-form-wrapper.al-container {
    width: 650px;
    margin-left: -325px;
  }
  .book-form-wrapper.al-container.abs-width {
    top: 17vh;
  }
  .scroll-button {
    left: 50%;
    margin-left: -80px;
  }
  .header-section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-module {
    display: none;
  }
  .overlay-title {
    font-size: 45px;
  }
  .overlay-thin {
    font-size: 87%;
  }
  .al-container {
    width: 740px;
  }
  .logo-image {
    width: 92px;
  }
  .header-nav-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .baggage-section.gl-inner-drop {
    background-position: 139px 0px, 0px 0px, 0px 0px;
  }
  .small-feature-slider.passenger-feedback {
    width: 91%;
    height: auto;
  }
  .socialproof-txt {
    display: block;
    width: 475px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-top: 1px solid #000;
    border-left-style: none;
  }
  .signup-header {
    display: block;
  }
  .signup-section {
    padding-left: 0%;
  }
  .social-img {
    display: block;
    width: 152px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .top-nav-wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: transparent;
  }
  .hero-slide-image {
    width: auto;
    height: 100vh;
    max-width: none;
  }
  .airline-icon.booking-extra-icon {
    font-size: 15px;
    line-height: 20px;
  }
  .what-our-passenger-say {
    font-size: 30px;
    line-height: 35px;
  }
  .notification-text {
    margin-right: 59px;
  }
  .promotions-hdr {
    line-height: 33px;
  }
  .promotion-txt {
    font-size: 13px;
  }
  .promotions-price {
    font-size: 33px;
  }
  .notification-mask {
    height: 46px;
  }
  .notification-slide-nav {
    display: none;
  }
  .testimonial-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .promotion-image-container {
    height: 144px;
  }
  .booking-extra-txt {
    margin-left: 0px;
    padding-left: 2px;
    font-size: 12px;
  }
  .dropdown-list.w--open {
    width: 100%;
  }
  .dropdown-list.travel-info-droplist.w--open {
    display: block;
    width: 100%;
  }
  .menu-icon {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 210px;
  }
  .flyja-brand {
    display: block;
    width: 115px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .gl-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gl-menu-link.in-dropdown.w--open {
    background-color: #eee0ae;
  }
  .gl-menu-link.is-submenu-link {
    background-color: #e9e9e9;
  }
  .scroll-button {
    left: 35%;
  }
  .notification-text-slider {
    display: block;
    float: none;
  }
  .header-section {
    display: block;
  }
  .header-section.dropdown-txt {
    padding-left: 0px;
  }
  .col-img {
    height: 50vh;
  }
  .page-row {
    background-position: 50% 50%;
  }
  .button-wrapper {
    left: -44px;
    top: auto;
    right: -44px;
    bottom: -42px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .al-container {
    width: 540px;
  }
  .logo-image {
    width: 91px;
  }
  .header-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .article-text.info {
    border-top: 4px solid #119334;
  }
  .baggage-section {
    background-position: 102% 129%, 0px 0px, 0px 0px;
    background-size: 400px, auto, auto;
    background-attachment: scroll, scroll, scroll;
  }
  .baggage-section.gl-inner-drop {
    background-position: 149% 50%, 0px 0px, 0px 0px;
  }
  .baggage-txt {
    width: 75%;
    padding: 24px;
    background-color: rgba(0, 0, 0, .3);
  }
  .three-bags-alert-div {
    position: absolute;
    left: 55%;
    top: 253px;
    z-index: 2000;
    display: block;
  }
  .small-feature-slider {
    width: 520px;
  }
  .small-feature-slider.passenger-feedback {
    width: 100%;
    height: auto;
  }
  .duty-txt {
    font-size: 22px;
    line-height: 30px;
  }
  .socialproof-txt {
    display: block;
    width: 75%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 11px;
    padding-left: 11px;
    float: none;
    font-size: 18px;
  }
  .white-button {
    font-size: 11px;
    line-height: 19px;
  }
  .socialproof-section {
    line-height: 40px;
  }
  .social-img {
    display: block;
    width: 150px;
    height: 150px;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-alert {
    position: fixed;
    top: 105px;
    right: 0px;
    z-index: 2000;
    padding: 10px 15px 10px 5px;
    background-color: #ffc900;
    font-size: 17px;
    text-align: center;
  }
  .hero-slide-image {
    left: 0%;
    width: 100vw;
    height: auto;
  }
  .baggage-title {
    width: 323px;
    margin-top: -17px;
    font-size: 16px;
    line-height: 11px;
  }
  .duty-subtxt {
    font-size: 12px;
    line-height: 19px;
  }
  .promotions-hdr {
    font-size: 15px;
    line-height: 22px;
  }
  .promotion-txt {
    display: block;
    width: 90%;
    line-height: 9px;
    text-align: center;
  }
  .promotions-price {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
  }
  .promotion-image {
    display: block;
    height: auto;
  }
  .business-icon {
    float: left;
  }
  .promotion-image-container {
    width: 100vw;
    height: 159px;
    min-height: 127px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .promo-image-container {
    width: 100vw;
    height: auto;
    min-height: 145px;
  }
  .bags-reason-paragraph {
    line-height: 24px;
  }
  .three-bags-sidebar-font {
    font-family: Oswald, sans-serif;
    font-weight: 400;
  }
  .top-nav-menu {
    position: relative;
    left: 22px;
    top: 12px;
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    color: #413d3d;
    font-size: 25px;
  }
  .book-now-button {
    background-color: #ffc900;
    color: #1d1d1d;
    text-align: center;
    text-transform: uppercase;
  }
  .book-now-button:hover {
    background-color: #413d3d;
    color: #eee0ae;
  }
  .book-now-button.flight-status-button {
    margin-top: 11px;
  }
  .promotion-container {
    display: block;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .hero-slider {
    height: 180px;
  }
  .hero-slide {
    background-position: 50% 0px;
  }
  .nav-link {
    height: 140px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .flyja-brand {
    position: absolute;
    left: -120px;
    top: 0px;
  }
  .flyja-brand.gl-logo {
    position: relative;
    left: -73px;
  }
  .gl-menu-link {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fefffe;
  }
  .gl-menu-link.scroll {
    display: block;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }
  .gl-menu-link.is-submenu-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-nav {
    display: none;
  }
  .promotions-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .promotions-section.gl-inner-drop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .scroll-button {
    left: 30%;
    font-size: 17px;
  }
  .scroll-button.w--current {
    position: relative;
    left: 0%;
    top: 0px;
    display: none;
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #0fa3b1;
    font-size: 12px;
    line-height: 15px;
  }
  .footer {
    height: 213px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 22px;
    font-size: 10px;
    line-height: 21px;
  }
  .notification-text-slider {
    position: relative;
    left: 0px;
    top: -42px;
    right: 0px;
    display: block;
    width: 100%;
    height: 45px;
    margin-top: 4px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #ffc900;
  }
  .notification-bar {
    width: auto;
    height: auto;
    border-style: none;
    border-color: #000;
    background-color: #ffc900;
    font-size: 7px;
    line-height: 8px;
    text-align: left;
  }
  .reasons-section {
    height: 140px;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reasons-section.gl-inner-drop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-txt {
    height: auto;
    padding: 45px 30px 25px;
  }
  .al-container {
    overflow: visible;
    width: auto;
    margin-right: 3px;
    margin-left: 3px;
  }
  .al-container.reasons-wrapper {
    height: 140px;
  }
  .al-container.footer-container {
    display: block;
  }
  .header-nav-wrapper {
    position: relative;
    top: 3px;
    margin-top: 39px;
  }
  .article-text.info {
    padding: 5px 18px 18px;
    font-size: 13px;
    line-height: 25px;
  }
  .baggage-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .baggage-txt {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, .2);
    font-size: 13px;
    line-height: 21px;
  }
  .three-bags-alert-div {
    display: none;
  }
  .promo-heading {
    width: 200px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .small-feature-slider {
    width: 95%;
    height: 280px;
    padding-right: 0px;
    font-size: 16px;
  }
  .small-feature-slider.passenger-feedback {
    width: 100%;
  }
  .dutyfree-section {
    padding-bottom: 40px;
  }
  .duty-item {
    display: block;
    width: 140px;
    margin-right: auto;
    margin-left: auto;
  }
  .duty-txt {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .socialproof-txt {
    display: block;
    width: 66%;
    margin: 15px auto 0px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .white-button {
    display: block;
    width: 80%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
  }
  .socialproof-section {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }
  .signup-header {
    font-size: 30px;
  }
  .signup-section {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .signup-field {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .signup-button {
    margin-top: 10px;
  }
  .social-img {
    display: block;
    width: 60%;
    height: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-scroll {
    display: none;
    padding-right: 1px;
    padding-left: 1px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  .mobile-alert {
    position: fixed;
    right: 0px;
    z-index: 10000;
    height: 160px;
    margin-top: 100px;
    padding: 8px 10px 8px 8px;
    background-color: #ffc900;
    color: #000;
    font-size: 15px;
  }
  .mobile-alert-img {
    width: 82px;
    margin-top: auto;
    opacity: 0.8;
  }
  .top-nav-wrapper {
    position: absolute;
    left: 0px;
    top: -135px;
    right: 0px;
  }
  .airline-icon.large {
    font-size: 50px;
    line-height: 75px;
  }
  .baggage-title {
    position: relative;
    top: -10px;
    width: 237px;
    font-size: 15px;
    line-height: 19px;
  }
  .what-our-passenger-say {
    font-size: 24px;
  }
  .notification-text {
    width: 100%;
    font-size: 9px;
  }
  .duty-subtxt {
    text-align: center;
  }
  .promotions-hdr {
    margin-top: 19px;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 16px;
  }
  .promotion-txt {
    font-size: 12px;
    line-height: 5px;
  }
  .promotions-price {
    margin-bottom: 10px;
  }
  .promotion-image {
    display: none;
    width: 100vw;
  }
  .business-section {
    background-image: -webkit-radial-gradient(circle farthest-corner at 11% 211%, #ffadcd, rgba(255, 173, 205, 0) 66%), -webkit-radial-gradient(circle farthest-corner at 109% 163%, #eee0ae, hsla(47, 65%, 81%, 0) 92%), -webkit-radial-gradient(circle farthest-corner at -6% -16%, rgba(211, 25, 98, .7), rgba(255, 201, 0, .93));
    background-image: radial-gradient(circle farthest-corner at 11% 211%, #ffadcd, rgba(255, 173, 205, 0) 66%), radial-gradient(circle farthest-corner at 109% 163%, #eee0ae, hsla(47, 65%, 81%, 0) 92%), radial-gradient(circle farthest-corner at -6% -16%, rgba(211, 25, 98, .7), rgba(255, 201, 0, .93));
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: repeat, repeat, repeat;
  }
  .business-txt {
    margin-top: 85px;
    font-size: 18px;
    line-height: 45px;
  }
  .business-icon {
    display: none;
  }
  .footer-navlink {
    margin-top: 5px;
    padding: 4px 5px;
    float: right;
    font-size: 12px;
    line-height: 18px;
  }
  .social-icon {
    margin-top: 15px;
    margin-bottom: 44px;
  }
  .notification-mask {
    width: 110%;
    height: 79px;
  }
  .mobile-navmenu {
    background-color: rgba(0, 0, 0, .9);
  }
  .drop-list.menu-contents {
    top: -435px;
  }
  .promotion-image-container {
    display: none;
    margin-bottom: 47px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .above-fold {
    width: 100%;
  }
  .promo-image-container {
    display: none;
    min-height: 122px;
  }
  .footer-copyright-social-icon-wrapper {
    -webkit-flex-basis: 241px;
    -ms-flex-preferred-size: 241px;
    flex-basis: 241px;
  }
  .menu-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .menu-button.w--open {
    position: relative;
  }
  .mobile-book-now-section {
    margin-top: 14px;
  }
  .promotion-container {
    display: block;
  }
}

@font-face {
  font-family: 'FlyJ Airways Icons';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}