*.focus, *:focus {
  outline: 2px solid blue;
  outline: 2px auto Highlight;
  outline: 2px auto -moz-mac-focusring;
  outline: 5px auto -webkit-focus-ring-color; }

html {
  font-size: 0.625em; }

body {
  color: #646469;
  width: 100%;
  font-family: 'Ubuntu', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  background: #F0F1F3;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6153846154; }

h1, .h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25; }

h2, .h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4; }

h3, .h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375; }

.image.lazy-loading {
  background: #ccc url(/_assets/images/site/loading.gif) center no-repeat;
  min-height: 100px;
  min-height: 10rem; }

b, strong {
  font-weight: 800; }

a.image {
  background: #262161; }
  a.image img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  a.image:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6; }

[class*=title], .h1, .h2 {
  display: block; }

h1, h2, h3, h4, .h1, .h2, .h3 {
  font-weight: 100;
  position: relative;
  color: #646469;
  font-family: 'Ubuntu', Arial, sans-serif; }
  .content_wrap h1, .content_wrap h2, .content_wrap h3, .content_wrap h4, .content_wrap .h1, .content_wrap .h2, .content_wrap .h3 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }

.section_title.dest {
  padding-bottom: 20px;
  padding-bottom: 2rem; }

.section_title, .attraction_title, .wrap_airport h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  border-bottom: 1px solid #646469;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  padding-bottom: 1rem; }

.attraction_title, .wrap_airport h2 {
  margin-top: 10px;
  margin-top: 1rem; }

/*
h1.section_title{
    color: $grey;
    border-width: 1px;
    border-color: $grey;
    font-weight: 100;
}*/
a {
  word-wrap: break-word; }

.video_wrap, .video_wrap iframe, .video_wrap object {
  width: 100%; }

.content_wrap + .content_wrap {
  marign-top: 40px;
  marign-top: 4rem; }
.content_wrap li {
  margin-left: 2.25em; }
.content_wrap ul li {
  list-style: disc; }
.content_wrap ol li {
  list-style: decimal; }
.content_wrap ol ol li {
  list-style: lower-alpha; }
.content_wrap ul ul li {
  list-style: circle; }
.content_wrap p + p, .content_wrap p + ul, .content_wrap p + ol, .content_wrap p + blockquote,
.content_wrap ul + ul, .content_wrap ul + p, .content_wrap ul + ol, .content_wrap ul + blockquote,
.content_wrap ol + ol, .content_wrap ol + ul, .content_wrap ol + p, .content_wrap ol + blockquote,
.content_wrap blockquote + blockquote, .content_wrap blockquote + ol,
.content_wrap blockquote + ul, .content_wrap blockquote + p {
  margin-top: 20px;
  margin-top: 2rem; }
.content_wrap a {
  border-bottom: 1px solid transparent;
  color: #DD3228; }
  .content_wrap a:hover {
    border-color: #262161;
    color: #262161; }
.content_wrap table {
  width: 100%;
  border-collapse: collapse; }
  .content_wrap table td {
    vertical-align: top;
    border: 1px solid #333;
    padding: 5px;
    padding: 0.5rem; }
.content_wrap table + table {
  margin-top: 10px;
  margin-top: 1rem; }
.content_wrap blockquote {
  font-style: italic;
  padding: 0 20px;
  padding: 0 2rem; }
.content_wrap.arial {
  font-family: Arial, sans-serif; }
  .content_wrap.arial strong, .content_wrap.arial b {
    font-weight: bold; }
  .content_wrap.arial h1, .content_wrap.arial h2, .content_wrap.arial h3, .content_wrap.arial h4 {
    font-family: 'Ubuntu', Arial, sans-serif; }

.bgcover {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-behavior: url(/_assets/scripts/backgroundsize.min.htc);
  behavior: url(/_assets/scripts/backgroundsize.min.htc); }
  .bgcover.lazyLoad {
    background-color: #ccc;
    background-image: url(/_assets/images/site/loading.gif);
    background-size: auto; }

.emailmepanel a {
  padding: 7px 10px;
  padding: 0.7rem 1rem;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  word-break: normal;
  background-color: #090538;
  color: #fff;
  line-height: 40px;
  height: 40px;
  border: none; }
  .emailmepanel a:hover {
    background: #262161;
    border: none;
    color: #fff; }

.emailmepanel input {
  border: 1px solid #090538;
  height: 29px; }

.logo {
  float: right;
  display: block; }

.header_award {
  float: left; }
  .header_award img {
    width: 100%; }
  .header_award img, .header_award span {
    display: inline-block;
    vertical-align: middle;
    max-width: 190px;
    max-width: 19rem; }

.tt-select {
  width: 100%; }
  .tt-select + .tt-select {
    margin-top: 20px; }

.print_hide {
  margin: 2rem 0; }

[class*=tt-right-] + h2 {
  margin-top: 20px; }

.tagline {
  color: #262161;
  color: #262161;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  float: left; }
  .tagline span {
    color: #DD3228; }
  .tagline:hover {
    color: #DD3228; }
  .tagline:hover span {
    color: #262161; }
  .tagline .image {
    height: 15px;
    margin-left: -10px; }

header {
  position: relative; }
  header nav {
    background: #fff; }

.content_header {
  font-size: 20px;
  padding-bottom: 30px; }

.header_top {
  background: #F0F1F3;
  position: relative;
  padding: 10px 0;
  padding: 1rem 0; }

.header_main {
  background: #fff; }
  .header_main > .container {
    padding: 10px 0 50px;
    padding: 1rem 0 5rem; }

.header_tgl {
  background: #fff;
  position: absolute;
  top: 40px;
  top: 4rem;
  z-index: 2501; }

.nav_tgl {
  left: 10px;
  left: 1rem;
  background: #090538;
  z-index: 2501;
  padding: 10px 10px 12px;
  padding: 1rem 1rem 1.2rem;
  position: fixed;
  top: 10px;
  top: 1rem; }
  .nav_tgl > span {
    display: block;
    position: relative;
    height: 18px;
    height: 1.8rem;
    width: 18px;
    width: 1.8rem; }
    .nav_tgl > span span, .nav_tgl > span:before, .nav_tgl > span:after {
      position: absolute;
      height: 2px;
      height: 0.2rem;
      background-color: #fff;
      width: 100%;
      left: 0; }
    .nav_tgl > span span {
      top: 50%; }
    .nav_tgl > span.active:before, .nav_tgl > span.active:after {
      top: 50%; }
    .nav_tgl > span:before, .nav_tgl > span:after {
      content: '';
      -webkit-transition-property: top;
      -moz-transition-property: top;
      -o-transition-property: top;
      transition-property: top;
      -webkit-transition-duration: 200ms;
      -moz-transition-duration: 200ms;
      -o-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .nav_tgl > span:before {
      top: 0%; }
    .nav_tgl > span:after {
      top: 100%; }

.nav_sub_tgl {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 4rem; }
  .nav_sub_tgl:before {
    width: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: '';
    background: url(/_assets/images/site/SVG/arr-d_dark.svg) 50% no-repeat; }
  .no-svg .nav_sub_tgl:before {
    background: url(/_assets/images/site/SVG/arr-d_dark.png) 50% no-repeat; }
  li.active > .nav_sub_tgl:before {
    background: url(/_assets/images/site/SVG/arr-d_white.svg) 50% no-repeat; }
  .no-svg li.active > .nav_sub_tgl:before {
    background: url(/_assets/images/site/SVG/arr-d_white.png) 50% no-repeat; }

nav {
  color: #090538; }
  nav > ul > li {
    padding: 10px 20px;
    padding: 1rem 2rem;
    position: relative; }

.header_nav {
  position: absolute;
  right: 0;
  bottom: 0; }
  .header_nav > a {
    background: #262161;
    float: left;
    position: relative;
    z-index: 1601;
    padding: 10px 20px;
    padding: 1rem 2rem; }
  .header_nav a {
    color: white;
    text-transform: uppercase; }

.sub_nav_hover a {
  background: #83838B;
  padding: 10px 20px;
  padding: 1rem 2rem;
  display: block; }
  .sub_nav_hover a:hover {
    background: white;
    color: #83838B; }
.sub_nav_hover a[href*="special-assistance"] {
  position: relative;
  padding-left: 40px;
  padding-left: 4rem; }
  .sub_nav_hover a[href*="special-assistance"]:before {
    content: '';
    position: absolute;
    width: 20px;
    width: 2rem;
    left: 20px;
    left: 2rem;
    height: 100%;
    top: 0;
    /*wheelchair icon by Alex Quinto*/
    background-image: url(/_assets/images/site/SVG/wheelchair-white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.2rem 1.5rem; }
  .no-svg .sub_nav_hover a[href*="special-assistance"]:before, .no-smil .sub_nav_hover a[href*="special-assistance"]:before {
    background-image: url(/_assets/images/site/SVG/wheelchair-white.png); }
  .sub_nav_hover a[href*="special-assistance"]:hover:before {
    background-image: url(/_assets/images/site/SVG/wheelchair-grey.svg); }
  .no-svg .sub_nav_hover a[href*="special-assistance"]:hover:before, .no-smil .sub_nav_hover a[href*="special-assistance"]:hover:before {
    background-image: url(/_assets/images/site/SVG/wheelchair-grey.png); }

.header_tabs a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  font-size: 11px;
  line-height: 1;
  text-align: center; }

.header_tabs {
  clear: both;
  position: absolute;
  width: 100%;
  min-height: 30px;
  bottom: 0;
  left: 0; }
  .header_tabs a {
    background: #8E8E90;
    color: #fff;
    display: block;
    float: left;
    width: 33.333%;
    position: relative; }
    .header_tabs a:hover, .header_tabs a.active {
      background: #fff;
      color: #DD3228; }
    .header_tabs a.active:after {
      content: '';
      background: #fff;
      position: absolute;
      height: 15px;
      width: 100%;
      bottom: -12px;
      left: 0;
      z-index: 10; }

.ea_lang {
  color: #262161;
  float: right;
  position: relative; }
  .ea_lang:hover {
    color: #DD3228; }
  .ea_lang:before {
    content: '';
    border-radius: 50%;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    position: absolute;
    left: -25px;
    left: -2.5rem;
    top: 50%;
    margin-top: -10px;
    margin-top: -1rem;
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/_assets/images/site/SVG/Flag_of_France.svg); }
  .no-svg .ea_lang:before {
    background-image: url(/_assets/images/site/flag_france.png); }

.container {
  position: relative;
  clear: both;
  min-width: 300px;
  max-width: 980px;
  margin: auto;
  width: auto; }

[class*=col_] {
  display: block;
  float: left;
  width: 100%; }

.col_inner {
  width: auto;
  float: none;
  margin-bottom: auto; }

.block_section {
  position: relative;
  clear: left;
  margin-top: 40px;
  margin-top: 4rem; }

.home_book {
  background: white;
  padding: 10px;
  padding: 1rem;
  z-index: 1501; }
  .home_book h2 {
    color: #22313f;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
  .home_book .input_check .radio, .home_book .input_check .check {
    margin-left: 8px; }
  .home_book label {
    float: left;
    color: #000;
    font-size: 10px;
    font-size: 1rem; }
  .home_book .input_wrap, .home_book .select_wrap {
    margin-left: 100px;
    margin-left: 10rem; }
  .home_book .grid_tb {
    margin-top: 5px;
    margin-top: 0.5rem;
    position: relative;
    padding: 0;
    padding-bottom: 40px;
    padding-bottom: 4rem; }
    .home_book .grid_tb .input_group {
      position: absolute;
      width: 100%;
      bottom: 0; }
      .home_book .grid_tb .input_group .half-col:first-child {
        margin-right: 10px; }
    .home_book .grid_tb label {
      text-align: center;
      float: none; }
    .home_book .grid_tb .select_wrap {
      margin-left: 0; }
  .home_book .half-col {
    width: 46%;
    float: left; }
  .home_book [class*=col_] + [class*=col_] {
    margin-top: 0; }
  .home_book [class*=col_] {
    margin-bottom: 0; }
  .home_book.form [id*=btn] {
    margin-top: 10px;
    margin-top: 1rem; }

.btn-book {
  display: block;
  background: #583F99;
  color: #fff;
  text-align: center;
  padding: 11px 15px;
  min-width: 200px; }
  .btn-book:hover {
    background: #00447C; }
  .btn-book.red {
    background: #DD3228;
    color: white; }
    .btn-book.red:hover {
      background: #C1392B; }
  span + .btn-book {
    margin-top: 6px; }
  .btn-book img {
    height: 20px;
    width: 48px;
    vertical-align: middle; }

.book-special {
  margin-top: 5px;
  margin-top: 0.5rem;
  text-transform: uppercase;
  padding-left: 25px;
  padding-left: 2.5rem;
  position: relative; }
  .book-special label {
    float: none;
    font-size: 10px;
    font-size: 1rem; }
  .book-special a {
    color: #DD3228;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block; }
    .book-special a:hover {
      color: #262161; }
  .book-special:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    width: 1.8rem;
    height: 100%;
    top: 0;
    /*wheelchair icon by Alex Quinto*/
    background: url(/_assets/images/site/SVG/wheelchair.svg) no-repeat center;
    background-size: 1.6rem 2rem; }
  .no-svg .book-special:before, .no-smil .book-special:before {
    background: url(/_assets/images/site/SVG/wheelchair.png) no-repeat center; }

.home-pdf {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.marquee-wrap {
  position: relative;
  margin-top: 40px;
  margin-top: 4rem; }
  .marquee-wrap span.title {
    width: 300px;
    width: 30rem;
    height: 40px;
    height: 4rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem;
    padding: 9px 10px;
    padding: 0.9rem 1rem;
    top: 0;
    left: 0;
    background: #DD3228;
    display: block;
    position: absolute; }

.marquee {
  height: 40px;
  height: 4rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-left: 300px;
  margin-left: 30rem; }
  .marquee > div {
    white-space: nowrap;
    position: absolute;
    height: 40px;
    height: 4rem;
    padding: 10px;
    padding: 1rem; }

.book_tabs {
  margin: 0 -10px;
  margin: 0 -1rem; }
  .book_tabs:after {
    content: '';
    display: table;
    clear: both; }
  .book_tabs a {
    width: 33%;
    text-align: center;
    float: left;
    color: #090538;
    background: #EDEDED;
    padding: 5px 0;
    padding: 0.5rem 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    border-left: 1px solid #d5d7da; }
    .book_tabs a:hover, .book_tabs a.active {
      background: #fff;
      color: inherit;
      border-top: 2px solid #EDEDED; }
      .book_tabs a:hover span, .book_tabs a.active span {
        font-weight: 500; }
  .book_tabs a:first-child {
    border-left: none; }

.airway_experince {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  line-height: 2.5rem; }

.news_left > div {
  background: #e5e7ed;
  padding: 20px;
  padding: 2rem; }
  .news_left > div + div {
    margin-top: 20px;
    margin-top: 2rem; }

.news_left > .news_download {
  background: #213140; }
  .news_left > .news_download, .news_left > .news_download h2 {
    color: #fff; }
  .news_left > .news_download div + div {
    margin-top: 20px;
    margin-top: 2rem; }

.news_links {
  margin-top: 20px;
  margin-top: 2rem; }
  .news_links a {
    color: #DD3228;
    border-bottom: 1px solid transparent;
    line-height: 18px;
    line-height: 1.8rem;
    margin-left: 5px;
    margin-left: 0.5rem; }
    .news_links a:hover {
      color: #262161;
      border-color: #262161; }
  .news_links > div + div {
    margin-top: 10px;
    margin-top: 1rem; }

.intro-banner {
  position: relative; }
  .intro-banner .rightcol {
    background: #fff;
    padding: 20px;
    padding: 2rem;
    font-family: Arial, sans-serif; }
  .intro-banner .bgcover {
    padding-top: 30.6%; }
  .intro-banner.banner443 .leftcol {
    color: #fff; }
  .intro-banner.banner664 .leftcol {
    color: #404041; }
  .intro-banner.banner443 h1, .intro-banner.banner664 h1 {
    line-height: 35px;
    line-height: 3.5rem;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 5px;
    letter-spacing: 0.5rem; }
  .intro-banner.banner443 .txt_mid, .intro-banner.banner664 .txt_mid {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0.18em;
    line-height: 7px 0 23px;
    line-height: 0.7rem 0 2.3rem; }
  .intro-banner.banner443 p, .intro-banner.banner664 p {
    line-height: 22px;
    line-height: 2.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.02em; }
  .intro-banner.banner443 .bgcover, .intro-banner.banner664 .bgcover {
    padding-top: 42%; }
  .intro-banner.banner443 h1 {
    color: #fff; }

.wrap_slideshow {
  position: relative; }

.banner_slideshow .bgcover.slide {
  padding-top: 40%;
  height: auto; }

.cycle-slideshow {
  background: #262161;
  overflow: hidden; }
  .cycle-slideshow .slide {
    display: block;
    float: left;
    width: 100%;
    position: relative; }
  .cycle-slideshow .bgcover.slide {
    padding-top: 30.6%; }
  .cycle-slideshow img {
    width: 100%; }
  .cycle-slideshow a.image {
    background: none;
    min-height: 0;
    border: none;
    position: relative;
    color: inherit;
    padding: 0; }
    .cycle-slideshow a.image:after {
      background: none; }

.slideshow_home .cycle-slideshow {
  height: 400px;
  height: 40rem;
  overflow: hidden; }
.slideshow_home .slide {
  height: 400px;
  height: 40rem; }
.slideshow_home .bgcover.slide {
  padding-top: 0; }

[class*=cycle_prev], [class*=cycle_next] {
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  background-color: #21313E;
  background-color: rgba(33, 49, 62, 0.8);
  display: inline-block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 2rem; }

[class*=cycle_prev] {
  right: 40px;
  right: 4rem;
  background-image: url(/_assets/images/site/SVG/arr-l.svg); }
  .no-svg [class*=cycle_prev] {
    background-image: url(/_assets/images/site/SVG/arr-l_min.png); }

[class*=cycle_next] {
  right: 0;
  background-image: url(/_assets/images/site/SVG/arr-r.svg); }
  .no-svg [class*=cycle_next] {
    background-image: url(/_assets/images/site/SVG/arr-r_min.png); }

.slide_controls {
  text-align: center;
  position: absolute;
  top: 380px;
  top: 38rem;
  right: 20px;
  right: 2rem;
  width: 100%;
  z-index: 1501; }

.slideshow-nav {
  position: absolute;
  text-align: right;
  height: 20px;
  height: 2rem;
  z-index: 1501;
  right: 10px;
  right: 1rem;
  bottom: 10px;
  bottom: 1rem; }
  .slideshow-nav span {
    display: inline-block;
    color: #21313E;
    opacity: 0.8;
    margin: 0 5px;
    margin: 0 0.5rem;
    font-size: 40px;
    font-size: 4rem; }
    .slideshow-nav span:hover {
      cursor: pointer; }
    .slideshow-nav span.cycle-pager-active {
      color: white; }
  .slideshow_home .slideshow-nav {
    right: 80px;
    right: 8rem;
    bottom: 5px;
    bottom: 0.5rem; }

.home_carousel {
  background: transparent;
  margin-left: -10px;
  margin-left: -1rem;
  font-size: 1px; }
  .home_carousel .slide {
    float: none; }
  .home_carousel a.image {
    margin-left: 10px;
    margin-left: 1rem; }

.wrap_offer-home {
  margin-top: 10px;
  margin-top: 1rem; }
  .wrap_offer-home img {
    width: 100%; }
  .wrap_offer-home .cycle-slideshow [class*=col_] {
    margin-top: 10px;
    margin-top: 1rem; }
  .wrap_offer-home .offset {
    margin-left: -10px;
    margin-left: -1rem; }
    .wrap_offer-home .offset > [class*=col_] > .col_inner {
      margin-left: 10px;
      margin-left: 1rem; }

.wrap_offer img {
  width: 100%; }
.wrap_offer .btn_ib {
  text-transform: uppercase;
  top: -20px;
  top: -2rem;
  position: relative; }
.wrap_offer .col_inner {
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
.wrap_offer .select_wrap {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
.wrap_offer .h2, .wrap_offer h2 {
  color: #262161; }

.offer_txt {
  background: #fff;
  padding: 20px 20px 40px;
  padding: 2rem 2rem 4rem;
  text-align: left; }

#book {
  /*float:left;*/
  min-height: 100%;
  width: 274px;
  color: #fff;
  padding: 5px 10px;
  background: url(../../images/site/book-bg.png) repeat-y; }

#book h2, #book h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 0 10px 0;
  border-top: 0;
  border-bottom: 1px solid #fff; }

#route {
  margin-bottom: 20px; }

.route {
  width: 980px;
  height: auto;
  margin: 0 5px 15px 5px;
  background: url(/_assets/images/site/route-pass.png) no-repeat #f8f8f8; }

.route .info {
  width: 790px;
  float: left;
  margin: 0 0 30px 0; }

.route .content-wrapper {
  height: auto;
  margin: 335px 0 0 30px;
  padding-bottom: 35px; }

.route h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal; }

.route h3, .route h4 {
  color: #1a2c5a;
  font-weight: normal;
  font-size: 14px; }

.route h3 {
  margin: 15px 0; }

.route h4 {
  color: #ffffff;
  text-transform: uppercase; }

.route .color-white {
  color: #a4a1a4 !important; }

.route .left-col .f-right {
  width: 295px; }

.box-pass {
  width: 990px;
  height: 382px;
  margin: 10px auto 0 auto;
  float: left;
  position: relative; }

.box-pass img {
  display: block;
  margin: 0 auto; }

.slideshow_dest > div {
  position: relative;
  padding-top: 100%; }
.slideshow_dest .cycle-slideshow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
.slideshow_dest .bgcover.slide {
  padding-top: 0;
  height: 100%;
  width: 100%; }

.destination_txt-list {
  margin-top: 40px;
  margin-top: 4rem; }
  .destination_txt-list h2 {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .destination_txt-list a {
    display: block;
    background: #9e9ea3;
    display: inline-block;
    color: #fff;
    padding: 10px;
    padding: 1rem;
    margin-bottom: 3px;
    margin-bottom: 0.3rem; }
    .destination_txt-list a:hover {
      color: #262161; }

.destination-book {
  clear: both;
  float: right;
  margin-top: 10px; }

.destination-book a {
  display: block;
  height: 21px; }

.wwf_destination {
  margin-top: -25px;
  margin-top: -2.5rem; }
  .wwf_destination .col_inner {
    position: relative;
    margin-top: 25px;
    margin-top: 2.5rem;
    background-color: #262161; }
  .wwf_destination .bgcover {
    background-color: #ccc;
    padding-top: 80%;
    display: block;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .wwf_destination a:hover .bgcover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6; }

.wrap_wwf-txt {
  background: #fff;
  display: block;
  padding: 20px;
  padding: 2rem;
  color: #262161;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  border-top: 2px solid #DD3228;
  text-align: center; }

.jump {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
  .jump .title {
    text-transform: uppercase;
    color: #262161; }

.jump_links a {
  color: #DD3228;
  display: inline-block; }
  .jump_links a:before {
    content: '/';
    color: #bec9db;
    margin: auto 3px;
    margin: auto 0.3rem; }
  .jump_links a:hover {
    color: #F05153; }
  .jump_links a.active {
    padding: 5px;
    padding: 0.5rem; }
  .jump_links a:first-child:before {
    display: none; }

.airport_img {
  text-align: center; }

.airport_tgl-nav {
  color: #fff;
  background: #262161;
  margin-top: 1rem;
  padding: .7rem 1rem;
  position: relative; }
  .airport_tgl-nav:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    height: 100%;
    width: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/_assets/images/site/SVG/arr-d_white.svg);
    background-size: 1.5rem auto; }
  .no-svg .airport_tgl-nav:after {
    background-image: url(/_assets/images/site/SVG/arr-d_white.png); }

.airport_tgl-wrap {
  margin-bottom: 1rem; }
  .airport_tgl-wrap a {
    display: block;
    color: #fff;
    background-color: #BEC9DB;
    border-top: 1px solid #F0F1F3;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    padding: 10px;
    padding: 1rem; }
    .airport_tgl-wrap a:first-child {
      border: none; }
    .airport_tgl-wrap a:hover {
      background-color: #F05153; }
    .airport_tgl-wrap a.active {
      background-color: #DD3228; }

.airport_content-wrap {
  min-height: 320px;
  min-height: 32rem; }

.airport_content > div + div {
  margin-top: 20px;
  margin-top: 2rem; }

.airport_content-head {
  position: relative;
  color: #262161;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem; }

table, table tbody, table tr {
  width: 100%; }

.timetable_left .select_wrap, .timetable_left .select_wrap.dark {
  max-width: 100%;
  height: 35px;
  height: 3.5rem; }
  .timetable_left .select_wrap span, .timetable_left .select_wrap select, .timetable_left .select_wrap.dark span, .timetable_left .select_wrap.dark select {
    line-height: 35px;
    line-height: 3.5rem; }
.timetable_left a, .timetable_left a[href$=pdf] {
  display: block;
  margin-top: 10px;
  margin-top: 1rem; }
.timetable_left a[href$=pdf] {
  background-color: #DD3228; }
  .timetable_left a[href$=pdf]:hover {
    background-color: #F05153; }

.timetable_links a {
  color: #fff;
  background-color: #DD3228;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 10px 50px 10px 10px;
  padding: 1rem 5rem 1rem 1rem;
  position: relative; }
  .timetable_links a:hover {
    background-color: #F05153; }
  .timetable_links a:after {
    content: '';
    background-color: #C1392B;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 2rem auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    width: 4rem; }
.timetable_links .bg-light {
  background-color: #F05153; }
  .timetable_links .bg-light:hover {
    background-color: #DD3228; }
.timetable_links .tt_link-return:after {
  background-image: url(/_assets/images/site/SVG/return.svg); }
.timetable_links .tt_link-location:after {
  background-image: url(/_assets/images/site/SVG/location.svg); }
.no-svg .timetable_links .tt_link-return:after {
  background-image: url(/_assets/images/site/SVG/return.png); }
.no-svg .timetable_links .tt_link-location:after {
  background-image: url(/_assets/images/site/SVG/location.png); }

[class*=tt-right-] {
  margin-top: 20px;
  margin-top: 2rem; }

.wrap_timetable .tt-dot:after {
  top: 0; }

.tt-dot {
  position: relative; }
  .tt-dot:after {
    content: '\02022';
    color: #6bbfeb;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -19px;
    margin-top: -1.9rem;
    width: 100%;
    height: 100%;
    font-size: 40px;
    font-size: 4rem; }

.tt-head, .time_header {
  text-align: center;
  color: #fff; }

.tt-head {
  background-color: #090538;
  padding: 7px 10px;
  padding: 0.7rem 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500; }

.time_header {
  background-color: #262161; }
  .time_header div {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem; }
  .time_header [class*=time_group] div, .time_header .date_group div {
    border-left-color: #F0F1F3; }

.wrap_timetable {
  position: relative;
  border: 1px solid #dddbf3;
  border-top: none; }
  .wrap_timetable.time_header {
    border-color: #262161; }

[class*=time_group], .date_group {
  text-align: center; }
  [class*=time_group] div, .date_group div {
    padding: 2px 4px;
    padding: 0.2rem 0.4rem;
    border-left: 1px solid #dddbf3; }
    [class*=time_group] div:first-child, .date_group div:first-child {
      border-left: none; }

.date_group {
  border-left: 1px solid #dddbf3;
  border-right: 1px solid #dddbf3; }
  .date_group div {
    float: left;
    width: 14.28%;
    height: 100%; }

#join-form {
  float: left;
  width: 100%;
  margin-top: 20px; }

#join-form input {
  border: 0;
  background: #efefef;
  padding: 3px 5px;
  width: 230px; }

#join-form td {
  padding: 5px 0; }

.form_map {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.wrap_map {
  overflow-x: auto;
  overflow-y: hidden; }

#map {
  position: relative;
  line-height: 0;
  min-width: 500px;
  min-width: 50rem; }
  #map > img {
    width: 100%; }

.plane_details {
  float: left;
  padding: 7px 10px;
  padding: 0.7rem 1rem;
  height: 55px;
  height: 5.5rem;
  width: 10%;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  min-width: 140px;
  min-width: 14rem; }

.plane_compare {
  color: #6bbfeb;
  display: block; }

.plane_group {
  margin-top: 20px;
  margin-top: 2rem;
  overflow: hidden; }
  .plane_group .image {
    background: #fff; }

#trip-table {
  margin-top: 23px; }

#trip-table td {
  float: left;
  margin: 2px 0; }

.book-cal-top {
  float: left;
  width: 100%;
  margin-bottom: 6px; }

.book-cal-top a {
  color: #fff;
  text-decoration: none; }

.book-cal {
  width: 100%; }

.book-cal a.inactive {
  cursor: default !important; }

.book-cal a {
  text-decoration: none; }

.book-cal td {
  width: 25px;
  height: 25px;
  text-align: center;
  color: #656469;
  background: url(../../images/site/cal-td.png) no-repeat; }

.cal-popup p:first-child {
  margin-top: 0; }

.book-cal td div a {
  cursor: default !important; }

.book-cal td div {
  width: 25px;
  text-align: center;
  margin: 0 !important;
  font-size: 12px !important;
  display: none;
  float: none !important; }

div#qTip {
  padding: 5px;
  border: 1px solid #DADADA;
  display: none;
  background-color: #929196;
  color: #fff;
  font-size: 14px;
  text-align: left;
  position: absolute;
  z-index: 1000;
  margin: 12px 0 0 0;
  white-space: nowrap; }

.book-cal td.selected {
  color: #fff !important;
  background: url(../../images/site/cal-td-selected.png) no-repeat; }

.book-cal td.selected a {
  color: #fff; }

.route-maps {
  z-index: 2;
  display: none;
  position: absolute;
  left: 0;
  top: 0; }

/* Route Options */
.box-magazine-route {
  height: 216px;
  clear: both;
  margin-top: 8px;
  margin-bottom: 6px;
  padding-left: 32px;
  padding-top: 23px; }

.second-banner-route {
  background: url(../../images/site/route-options/second-banner.png) no-repeat;
  height: 149px;
  margin-top: 4px;
  padding: 420px 34px 22px 35px; }

.third-banner-route {
  background: url(../../images/site/route-options/third-banner.png) no-repeat;
  height: 145px;
  margin-top: 4px;
  padding: 460px 34px 22px 35px; }

.last-banner-route {
  background: url(../../images/site/route-options/last-banner.png) no-repeat;
  height: 146px;
  margin-top: 4px;
  padding: 492px 34px 22px 35px; }

.route-left-wrapper {
  width: 300px;
  float: left; }

.route-left-wrapper li {
  line-height: 18px;
  list-style-image: url(../../images/site/route-options/bullet-point.png); }

.button {
  background: url(../../images/site/route-options/button.png) no-repeat;
  width: 205px;
  height: 32px;
  display: block;
  text-align: center;
  padding-top: 8px;
  float: right;
  margin-top: 110px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none; }

/* Calendar */
.ajax__calendar_container {
  width: 100% !important;
  z-index: 999; }

.ajax__calendar_day {
  text-align: center !important;
  width: 17px !important; }

.ajax__calendar_days td:nth-last-child(2) *, .ajax__calendar_days td:nth-last-child(1) * {
  font-weight: bold; }

.ajax__calendar_footer {
  height: auto !important; }

.ajax__calendar_active {
  font-weight: bold; }

#twitterFeed {
  float: left; }

#twitterFeed .news {
  border: inherit; }

#twitterFeed li:first-child {
  border-bottom: 1px dotted #8e8e90 !important; }

/** Fare Matrix **/
.fare-matrix-wrapper .data-table {
  color: #646469; }

.fare-matrix-wrapper {
  font-family: "aspiraregular", Arial, sans-serif;
  max-width: 650px;
  margin: 15px auto auto; }
  .fare-matrix-wrapper .title-bar {
    background: #646469;
    color: #fff; }

.fare_row {
  border: 1px solid #cacacc;
  display: table;
  width: 100%; }
  .fare_row > div {
    line-height: 1;
    padding: 10px;
    display: table-cell;
    width: 50%;
    font-size: 14px; }
    .fare_row > div:first-child {
      border-right: 1px solid #cacaca; }
  .fare_row:nth-child(2n) {
    background-color: #f6f6f5; }

.tab-top-wrapper {
  text-align: center;
  font-size: 0; }

.fare-tabs, .fare-matrix-wrapper .title-bar {
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  font-size: 12px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.fare-tabs {
  background: #fff;
  color: #000;
  width: 150px;
  display: inline-block;
  margin: auto 5px 5px -1px;
  bordeR: 1px solid #e9e9e9; }
  .fare-tabs:hover, .fare-tabs.active {
    background: #646469;
    color: #fff; }

.accordian.bb {
  border-bottom: 1px solid #2B2664; }

.wrap_accord {
  margin-top: 10px;
  margin-top: 1rem; }
  .wrap_accord .item {
    font-weight: 500;
    display: block;
    border-top: 1px solid #090538;
    padding: 10px 50px 10px 0;
    padding: 1rem 5rem 1rem 0;
    position: relative;
    color: #262161; }
    .wrap_accord .item:first-child {
      border: none; }
    .wrap_accord .item span {
      position: absolute;
      background: #DD3228;
      height: 30px;
      height: 3rem;
      width: 30px;
      width: 3rem;
      right: 5px;
      right: 0.5rem;
      top: 5px;
      top: 0.5rem;
      display: block; }
      .wrap_accord .item span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        content: '';
        background: 50% url(/_assets/images/site/SVG/faq.svg) no-repeat;
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
        .no-svg .wrap_accord .item span:after {
          background: 50% url(/_assets/images/site/SVG/faq.png) no-repeat; }
    .wrap_accord .item.active, .wrap_accord .item:hover {
      color: #DD3228; }
    .wrap_accord .item.active span:after {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .wrap_accord .content_wrap {
    padding-bottom: 20px;
    padding-bottom: 2rem; }

.open-image {
  float: right;
  margin: 3px 5px 0px 0px; }

.disable {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.form [id*=btn] {
  background: #DD3228;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  padding: 0.8rem 0;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  margin: 15px auto 0;
  margin: 1.5rem auto 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  width: 170px;
  width: 17rem; }
  .form [id*=btn]:hover {
    background: #333;
    color: #fff; }
.form .select_wrap, .form input[type="text"], .form textarea, .form input[type="password"] {
  border: 1px solid #8c9ba9; }
.form .btn_dark {
  background: #090538;
  padding: 5px 8px;
  padding: 0.5rem 0.8rem; }
.form.home_book [id*=btn] {
  background: #262161; }
  .form.home_book [id*=btn]:hover {
    background: #333; }

[id*=btnForgotPassword] {
  display: block;
  width: 160px;
  margin: 10px auto 0;
  margin: 1rem auto 0; }

.input_group + .input_group {
  margin-top: 10px;
  margin-top: 1rem; }

.input_group {
  position: relative; }

.input_wrap {
  position: relative; }
  .input_wrap input[type="text"], .input_wrap textarea, .input_wrap input[type="password"] {
    width: 100%; }
  .input_wrap input[type="text"], .input_wrap input[type="password"] {
    height: 25px;
    height: 2.5rem;
    padding: 0 5px;
    padding: 0 0.5rem; }
  .input_wrap textarea {
    max-width: 100%;
    height: 10.5em;
    max-height: 10.5em;
    padding: 3px 5px;
    padding: 0.3rem 0.5rem; }

.select_wrap {
  position: relative;
  height: 25px;
  height: 2.5rem;
  border: solid #262161;
  border-width: 1px;
  border-width: 0.1rem;
  background-color: #fff; }
  .select_wrap select {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 3;
    position: relative;
    background: #fff; }
  .select_wrap select, .select_wrap span {
    width: 100%;
    height: 100%;
    line-height: 25px;
    line-height: 2.5rem; }
  .select_wrap span {
    position: absolute;
    z-index: 1;
    padding: 0 10px;
    padding: 0 1rem;
    left: 0;
    top: 0; }
  .select_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    right: 1rem;
    height: 100%;
    width: 20px;
    width: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/_assets/images/site/SVG/arr-d_dark.svg);
    background-size: 1.5rem auto; }
  .no-svg .select_wrap:after {
    background-image: url(/_assets/images/site/SVG/arr-d_dark.png); }
  .select_wrap.dark {
    border: none;
    color: #fff;
    background: #262161; }
    .select_wrap.dark:after {
      background-image: url(/_assets/images/site/SVG/arr-d_white.svg); }
    .no-svg .select_wrap.dark:after {
      background-image: url(/_assets/images/site/SVG/arr-d_white.png); }

.input_check-wrap {
  margin: 7px auto;
  margin: 0.7rem auto;
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #abb8c3; }

.input_check label, .input_check span {
  line-height: 25px;
  line-height: 2.5rem;
  display: block;
  float: left; }
.input_check input[type="checkbox"], .input_check input[type="radio"] {
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
  z-index: -2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0; }
.input_check .radio, .input_check .check {
  width: 25px;
  width: 2.5rem;
  height: 20px;
  height: 2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  position: relative;
  z-index: 1; }
  .input_check .radio:before, .input_check .radio:after, .input_check .check:before, .input_check .check:after {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    text-align: center; }
  .input_check .radio:after, .input_check .check:after {
    color: white; }
  .input_check .radio:before, .input_check .check:before {
    content: '\02022';
    color: #ccc;
    font-size: 70px;
    font-size: 7rem; }
  .home_book .input_check .radio .radio:after, .home_book .input_check .radio .check:after, .home_book .input_check .check .radio:after, .home_book .input_check .check .check:after {
    top: -1px;
    left: -1px; }
  .input_check .radio.checked:after, .input_check .check.checked:after {
    content: '\02713'; }
.input_check .checked:before {
  color: #1DBC9C; }

.input_date .cal-button {
  position: absolute;
  right: 0;
  height: 100%;
  width: auto;
  top: 0;
  background-color: #090538;
  padding: 4px 7px 5px;
  padding: 0.4rem 0.7rem 0.5rem; }

.book_page-wrap {
  position: relative;
  margin-top: -20px;
  margin-top: -2rem; }
  .book_page-wrap > [class*=col_] {
    margin-top: 20px;
    margin-top: 2rem; }
  .book_page-wrap .form {
    background: #fff;
    position: relative;
    padding: 20px;
    padding: 2rem;
    margin-top: 10px;
    margin-top: 1rem; }
  .book_page-wrap h2 {
    color: #262161; }
  .wrap_conf-body .book_page-wrap label {
    width: 90px;
    width: 9rem;
    font-size: 10px;
    font-size: 1rem;
    float: left; }
  .wrap_conf-body .book_page-wrap .input_wrap, .wrap_conf-body .book_page-wrap .select_wrap {
    margin-left: 100px;
    margin-left: 10rem; }
  .wrap_conf-body .book_page-wrap .select_wrap, .wrap_conf-body .book_page-wrap input[type="text"] {
    border: 1px solid #8c9ba9; }

.promo {
  padding-top: 10px;
  padding-top: 1rem;
  border-top: 1px solid #8c9ba9; }
  .promo.input_group {
    margin-top: 15px;
    margin-top: 1.5rem; }

.calendar_body {
  color: #000;
  width: auto; }
  .calendar_body .disable {
    background: #e9e9e9; }

.cal_controls_row {
  height: 25px;
  height: 2.5rem;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #262161; }
  .cal_controls_row a {
    width: 14.28%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #262161;
    background-repeat: no-repeat;
    background-size: auto 1.8rem;
    background-position: center; }
  .cal_controls_row .prev {
    left: 0;
    background-image: url(/_assets/images/site/SVG/arr-l.svg); }
    .no-svg .cal_controls_row .prev {
      background-image: url(/_assets/images/site/SVG/arr-l_min.png); }
  .cal_controls_row .next {
    right: 0;
    background-image: url(/_assets/images/site/SVG/arr-r.svg); }
    .no-svg .cal_controls_row .next {
      background-image: url(/_assets/images/site/SVG/arr-r_min.png); }
  .cal_controls_row .month {
    margin: auto 14.28%;
    display: block;
    color: #262161;
    text-align: center; }

.cal_body_main {
  clear: both; }
  .cal_body_main .cal_row {
    position: relative;
    clear: both; }
    .cal_body_main .cal_row > * {
      float: left;
      width: 14.28%;
      position: relative;
      text-align: center;
      display: inline-block;
      line-height: 26px;
      line-height: 2.6rem;
      font-size: 12px;
      font-size: 1.2rem;
      height: 25px;
      height: 2.5rem; }
      .cal_body_main .cal_row > *:nth-last-child(2), .cal_body_main .cal_row > *:nth-last-child(1) {
        font-weight: bold; }
    .cal_body_main .cal_row a {
      color: #000;
      background: #DDE0E7; }
      .cal_body_main .cal_row a:hover, .cal_body_main .cal_row a.active {
        background-color: #DD3228;
        color: #fff; }

.wrap_443, .wrap_644 {
  padding: 15px;
  clear: both; }
  .wrap_443 .content_wrap h3, .wrap_644 .content_wrap h3 {
    margin: 1.5rem 0 1rem; }
  .wrap_443 .btn_ib, .wrap_644 .btn_ib {
    margin-bottom: 1.5rem; }

.wrap_443 {
  background: #D0EEFC; }

.wrap_644 {
  background: #FAF6C0; }

.table_route {
  padding: 0 0 15px;
  padding: 0 0 1.5rem;
  font-family: "aspiraregular", Arial, sans-serif; }

[class*=route_] [class*=col_] {
  margin-bottom: 0; }

.route_extra {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 100;
  font-family: "aspiraregular", Arial, sans-serif; }
  .route_extra .text-sml {
    font-size: 12px;
    font-size: 1.2rem; }
  .route_extra .content_wrap a {
    color: #DD3228;
    border-color: transparent; }
    .route_extra .content_wrap a:hover {
      border-color: #DD3228; }

.route_header {
  color: #989898;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "aspiraregular", Arial, sans-serif; }

.route_group {
  font-size: 16px;
  font-size: 1.6rem; }
  .route_group + .route_group {
    margin-top: 20px;
    margin-top: 2rem; }
  .route_group [class*=col_]:before {
    text-transform: uppercase;
    color: #ccc; }
  .route_group [class*=col_]:nth-child(4) {
    color: red; }
  .route_group [class*=col_]:nth-child(3):before {
    content: 'Cost: '; }
  .route_group [class*=col_]:nth-child(4):before {
    content: 'Saving: '; }
  .wrap_443 .route_group [class*=col_]:before {
    color: #63ADCD; }
  .wrap_664 .route_group [class*=col_]:before {
    color: #E5AE35; }

.pop-out-info {
  color: #fff;
  width: auto;
  white-space: nowrap;
  height: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  padding: 20px;
  z-index: 1000;
  background: url(/_assets/images/site/blue-bg.png);
  background: rgba(38, 33, 97, 0.8);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .pop-out-info--book {
    white-space: initial;
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    font-size: 14px;
    left: 0;
    top: 0;
    padding: 12px 15px; }
    .pop-out-info--book a {
      color: white;
      font-weight: bold; }
      .pop-out-info--book a:hover {
        text-decoration: underline; }
  .pop-out-info.show {
    -webkit-animation: blink 0.5s 1;
    animation: blink 0.5s 1; }

.wrap_timetable.time_list {
  height: auto; }

.ajax__calendar_next {
  z-index: 100;
  position: absolute;
  right: 0; }

.ajax__calendar_prev {
  z-index: 100;
  position: absolute;
  left: 0; }

footer {
  background: #213140;
  padding: 25px 0;
  padding: 2.5rem 0;
  margin-top: 40px;
  margin-top: 4rem;
  color: white; }
  footer .bord_shadow {
    background: #FBFBFB; }
  footer h2 {
    color: #fff;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem; }

.footer_top-mid a {
  color: white; }
  .footer_top-mid a:hover {
    text-decoration: underline; }

.footer_btm {
  text-align: center;
  color: #b0b0b0;
  padding-top: 17px;
  padding-top: 1.7rem;
  margin-top: 20px;
  margin-top: 2rem;
  border-top: 1px solid #495661; }
  .footer_btm a {
    color: #b0b0b0;
    margin: 3px;
    margin: 0.3rem; }
    .footer_btm a:hover {
      color: #DD3228; }

.footer_social {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  padding: 0.5rem;
  background-color: #121B24;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  height: 35px;
  height: 3.5rem;
  width: 35px;
  width: 3.5rem;
  position: relative; }
  .footer_social span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 1px; }
    .footer_social span:before {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      margin-right: -1px;
      content: ''; }
    .footer_social span img {
      vertical-align: middle;
      display: inline-block;
      max-width: 20px;
      max-width: 2rem;
      max-height: 20px;
      max-height: 2rem;
      width: inherit;
      height: inherit;
      position: relative; }
  .footer_social:hover {
    background-color: #DD3228; }

.bg_white {
  background: #fff;
  padding: 30px;
  padding: 3rem; }

.txt_hide {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0;
  width: 0;
  position: absolute; }

.blue {
  color: #6bbfeb; }

.txt_right {
  text-align: right; }

*.pb {
  padding-bottom: 20px;
  padding-bottom: 2rem; }

*.mb {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

*.mb-10 {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

*.mt-10 {
  margin-top: 10px;
  margin-top: 1rem; }

.color-red {
  color: #DC3228; }

.color-grey {
  color: #96969B; }

.text-large, larger-txt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 28px;
  line-height: 2.8rem; }

.larger-text {
  color: #090538; }

.caps {
  text-transform: uppercase; }

.no-underline {
  text-decoration: none !important; }

.underline {
  border-bottom: 1px solid #96969B;
  margin-bottom: 5px; }

.btn_ib, .btn_block {
  padding: 7px 10px;
  padding: 0.7rem 1rem;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  word-break: normal; }
  .btn_ib.red, .btn_block.red {
    background-color: #DD3228;
    color: white; }
    .btn_ib.red:hover, .btn_block.red:hover {
      background-color: #F05153; }
  .btn_ib.blue, .btn_block.blue {
    background-color: #090538;
    color: white; }
    .btn_ib.blue:hover, .btn_block.blue:hover {
      background-color: #262161; }
  .btn_ib.grey, .btn_block.grey {
    background-color: #8E8E90;
    color: white; }
    .btn_ib.grey:hover, .btn_block.grey:hover {
      background-color: #7a7a7c; }
  .content_wrap .btn_ib, .content_wrap .btn_block {
    border: none; }
  .content_wrap .btn_ib:hover, .content_wrap .btn_block:hover {
    border: none;
    color: #fff; }

.btn_ib {
  display: inline-block; }

.btn_block {
  display: block;
  text-align: center; }

main .airways_experience a[href$=pdf] {
  padding: 7px 50px 7px 10px;
  padding: 0.7rem 5rem 0.7rem 1rem; }

main a[href$=pdf], .news_download a, .btn_drop, .header_nav > a.nav-pdf {
  border: none;
  position: relative;
  color: white !important;
  padding: 10px 50px 10px 10px;
  padding: 1rem 5rem 1rem 1rem;
  background-color: #E14A41;
  display: inline-block;
  min-height: 40px;
  min-height: 4rem;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  main a[href$=pdf]:after, .news_download a:after, .btn_drop:after, .header_nav > a.nav-pdf:after {
    content: '';
    background-color: #C1392B;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 2rem auto;
    background-image: url(/_assets/images/site/SVG/document.svg);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    width: 4rem; }
  main a[href$=pdf] span, .news_download a span, .btn_drop span, .header_nav > a.nav-pdf span {
    color: white !important;
    font-weight: 100 !important; }
  main a[href$=pdf]:hover, .news_download a:hover, .btn_drop:hover, .header_nav > a.nav-pdf:hover {
    background-color: #C1392B; }
  .no-svg main a[href$=pdf]:after, .no-svg .news_download a:after, .no-svg .btn_drop:after, .no-svg .header_nav > a.nav-pdf:after {
    background-image: url(/_assets/images/site/SVG/document.png); }

main a[href$=pdf].gold, .news_download a.gold {
  background-color: #cc9900; }
  main a[href$=pdf].gold:after, main a[href$=pdf].gold:hover, .news_download a.gold:after, .news_download a.gold:hover {
    background-color: #997300; }

.home-slide {
  margin: 1rem 0; }

main .btn_drop {
  padding: 0.7rem 5rem 0.6rem 1rem !important;
  min-height: 3rem;
  background-color: #DD3228;
  color: #fff; }
  main .btn_drop:after {
    background-color: #C1392B;
    background-image: url(/_assets/images/site/SVG/arr-d_white.svg); }
  .no-svg main .btn_drop:after {
    background-image: url(/_assets/images/site/SVG/arr-d_white.png); }
  main .btn_drop:hover {
    background-color: #C1392B;
    color: #fff; }
  main .btn_drop.active {
    background-color: #f0f1f3;
    color: #262161; }
    main .btn_drop.active:after {
      background-color: #dcdee3;
      background-image: url(/_assets/images/site/SVG/arr-u_white.svg); }
    .no-svg main .btn_drop.active:after {
      background-image: url(/_assets/images/site/SVG/arr-u_white.png); }
    main .btn_drop.active:hover {
      background-color: #dcdee3;
      color: #262161; }

.loaderDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 1; }

.fancybox-close {
  background: #DD3228;
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  right: -15px;
  right: -1.5rem;
  top: -15px;
  top: -1.5rem;
  display: block; }
  .fancybox-close:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: 50% url(/_assets/images/site/SVG/cross.svg) no-repeat;
    background-size: 2rem 2rem; }
    .no-svg .fancybox-close:after {
      background: 50% url(/_assets/images/site/SVG/cross.png) no-repeat; }

#popupNoticeBox {
  z-index: 1000; }

#popupnotice {
  width: 100%;
  padding: 30px;
  padding: 3rem; }

.ico__assisstance {
  position: relative; }
  .ico__assisstance:before {
    content: '';
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    margin-right: 3px;
    margin-right: 0.3rem;
    display: inline-block;
    /*wheelchair icon by Alex Quinto*/
    background: url(/_assets/images/site/SVG/wheelchair.svg) no-repeat left center;
    background-size: 1.6rem 2rem; }
  .no-svg .ico__assisstance:before, .no-smil .ico__assisstance:before {
    background: url(/_assets/images/site/SVG/wheelchair.png) no-repeat center; }

#pChildNotice {
  color: Red;
  display: none;
  font-size: 11px;
  line-height: 16px;
  padding-top: 5px; }

.form.home_book #ctl00_cphTopBoxNoContain_btnFindFlights {
  margin-top: 8px;
  margin-top: 0.8rem; }

[class*=page__prompt] {
  background: rgba(38, 33, 97, 0.95);
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4; }
  [class*=page__prompt] .content_wrap a {
    color: #FBC431;
    text-decoration: underline;
    border: none;
    margin-top: 7px;
    display: inline-block;
    font-weight: 700; }
    [class*=page__prompt] .content_wrap a:hover {
      color: white; }

.page__prompt-close {
  float: right;
  text-transform: uppercase;
  position: relative;
  z-index: 101;
  font-size: 16px; }
  .page__prompt-close:hover {
    color: #DD3228; }

.page__prompt--page_body {
  padding: 10px 20px 20px;
  margin-bottom: 40px; }
  .page__prompt--page_body .content_wrap {
    padding-top: 10px;
    font-weight: 400; }
  .page__prompt--page_body .txt--lge {
    font-weight: 700; }

#flybedates {
  margin-top: -20px;
  margin-bottom: 20px; }

.wrap-prompt--book_page {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: rgba(240, 241, 243, 0.7); }

.page__prompt--home_book {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  padding: 20px 30px 20px 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .page__prompt--home_book .booking_cta-wrap {
    font-size: 14px; }
  .page__prompt--home_book .btn-book {
    font-size: 16px; }
  .page__prompt--home_book .content_wrap {
    margin-bottom: 5px; }
  .page__prompt--home_book.show {
    display: flex; }
  .page__prompt--home_book > * {
    width: 100%; }
  .page__prompt--home_book > * + * {
    margin-top: 20px; }

.booking_cta-wrap {
  margin-top: 15px;
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  position: relative; }

.page__prompt--book_page {
  padding: 20px;
  padding-right: 0; }
  .page__prompt--book_page .booking_cta-wrap, .page__prompt--book_page .content_wrap {
    padding-right: 15px; }

.page__prompt--date_reminder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 101;
  font-weight: 700; }

.page__prompt-interrupt {
  padding: 30px 20px;
  padding-right: 5px;
  text-align: left;
  background: url("/_assets/images/site/bg-plane-purple.jpg") no-repeat center;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  overflow-y: auto;
  font-size: 16px;
  max-height: calc(100vh - 30px); }
  .page__prompt-interrupt .booking_cta-wrap, .page__prompt-interrupt .content_wrap {
    padding-right: 15px; }
  .page__prompt-interrupt h2 {
    color: #FBC431;
    font-size: 24px;
    margin-bottom: 20px; }
  .page__prompt-interrupt .content_wrap {
    margin-bottom: 25px;
    z-index: 1;
    position: relative; }

.wrapper-prompt-interrupt {
  position: fixed;
  z-index: 3501;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(240, 241, 243, 0.95); }
  .wrapper-prompt-interrupt:before {
    height: 100%;
    content: ''; }
  .wrapper-prompt-interrupt:before, .wrapper-prompt-interrupt > * {
    margin-left: -2px;
    margin-right: -2px;
    display: inline-block;
    vertical-align: middle; }
  .wrapper-prompt-interrupt > * {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: relative; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.page__prompt-redirect {
  position: fixed;
  z-index: 3501;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow-y: auto;
  padding: 40px 20px; }
  .page__prompt-redirect h2 {
    color: #FBC431;
    font-size: 26px;
    font-weight: 500; }
  .page__prompt-redirect .content_wrap {
    max-width: 540px;
    margin: 30px auto 20px; }
  .page__prompt-redirect .preloader {
    width: 138px;
    height: 131px;
    display: inline-block;
    background: url(/_assets/images/site/pre-loader.png) no-repeat center;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite; }

.redirect-img {
  display: inline-block;
  vertical-align: middle;
  background: white;
  margin: 10px;
  height: 55px; }
  .redirect-img:before {
    height: 100%;
    content: ''; }
  .redirect-img:before, .redirect-img > * {
    margin-left: -2px;
    margin-right: -2px;
    display: inline-block;
    vertical-align: middle; }
  .redirect-img > * {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: relative; }

.news_details h2 {
  font-size: 12px; }
.news_details h3 {
  font-size: 20px; }

.clr--yellow {
  color: #FBC431; }

.txt--lge {
  font-size: 18px;
  line-height: 1.3; }

.hide-overflow {
  overflow: hidden; }

.shown-prompt {
  -webkit-animation: blink 0.5s 1;
  animation: blink 0.5s 1; }

.content--gdpr {
  color: #333;
  margin-top: -30.6%;
  position: relative;
  z-index: 100;
  border-top: 2rem solid #F0F1F3; }
  .content--gdpr .intro {
    font-size: 1.6rem;
    line-height: 1.5; }
  .content--gdpr h2 {
    text-align: center;
    font-size: 2.5rem; }
  .content--gdpr h3 {
    font-weight: bold; }
  .content--gdpr h2, .content--gdpr h3, .content--gdpr h4, .content--gdpr strong {
    color: black; }
  .content--gdpr h3, .content--gdpr h4 {
    margin-bottom: .5rem; }
  .content--gdpr li + li {
    margin-top: .5em; }

.gdpr__btn {
  text-align: center;
  margin-top: 2rem; }
  .gdpr__btn a {
    font-size: 1.6rem;
    padding: 1rem 2rem .9rem;
    text-transform: uppercase; }

@-webkit-keyframes blink {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes blink {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.offset {
  margin-left: -25px;
  margin-left: -2.5rem; }
  .offset > [class*=col_] > .col_inner {
    margin-left: 25px;
    margin-left: 2.5rem; }

.col_1 {
  width: 8.333%; }

.col_2 {
  width: 16.666%; }

.col_3 {
  width: 25%; }

.col_4 {
  width: 33.333%; }

.col_5 {
  width: 41.666%; }

.col_6 {
  width: 50%; }

.col_7 {
  width: 58.333%; }

.col_8 {
  width: 66.666%; }

.col_9 {
  width: 75%; }

.col_10 {
  width: 83.333%; }

.col_11 {
  width: 91.667%; }

.col_12 {
  width: 100%; }

.col_13 {
  width: 20%; }

.col_14 {
  width: 14.28%; }

.grid > [class*=col_] {
  margin-bottom: 2.5%; }

.wrap_ib {
  font-size: 1px; }
  .wrap_ib > [class*=col_] {
    display: inline-block;
    vertical-align: top;
    margin-right: -1px;
    float: none;
    font-size: 13px; }

*.hide {
  display: none; }

*.show {
  display: block; }

@media all and (min-width: 33.75em) {
  .offset_mb {
    margin-left: -25px;
    margin-left: -2.5rem; }
    .offset_mb > [class*=col_mb] > .col_inner {
      margin-left: 25px;
      margin-left: 2.5rem; }

  .col_mb_1 {
    width: 8.333%; }

  .col_mb_2 {
    width: 16.666%; }

  .col_mb_3 {
    width: 25%; }

  .col_mb_4 {
    width: 33.333%; }

  .col_mb_5 {
    width: 41.666%; }

  .col_mb_6 {
    width: 50%; }

  .col_mb_7 {
    width: 58.333%; }

  .col_mb_8 {
    width: 66.666%; }

  .col_mb_9 {
    width: 75%; }

  .col_mb_10 {
    width: 83.333%; }

  .col_mb_11 {
    width: 91.667%; }

  .col_mb_12 {
    width: 100%; }

  .col_mb_13 {
    width: 20%; }

  .col_mb_14 {
    width: 14.28%; }

  .offer_grid, header nav .wrap_ib {
    margin-bottom: -2.5%; }

  *.mb_hide {
    display: none; } }
@media all and (max-width: 47.99em) {
  .nav_page_overlay {
    background: url(/_assets/images/site/blue-bg.png);
    background: rgba(17, 9, 103, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2201;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0; }
    .nav_page_overlay.show {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }

  .home_book label {
    margin-top: .9rem; }
  .home_book .input_check-wrap label {
    margin-top: auto; }
  .home_book .grid_tb {
    padding-bottom: 4rem; }

  .home-pdf {
    float: none;
    margin-bottom: 0; }

  .marquee-wrap {
    margin: 4rem 2rem auto; }
    .marquee-wrap span.title {
      position: relative;
      width: 100%; }

  .marquee {
    overflow: visible;
    height: auto;
    margin-left: auto; }
    .marquee > div {
      white-space: normal;
      position: relative;
      height: auto; }

  .slideshow_book {
    margin: -20px -20px 20px;
    width: auto;
    float: none; }

  .header_top > .tagline {
    display: none; }

  .header_main .container {
    padding: 1rem 2rem 14rem; }

  header {
    padding-top: 6.5rem; }

  .header_top {
    padding: 0;
    height: 0; }

  header:before {
    content: '';
    background: #fff;
    border-bottom: 0.5rem solid #F0F1F3;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 6.5rem;
    z-index: 1701; }

  .header_nav {
    width: 100%;
    padding: 0 1rem; }
    .header_nav > a {
      padding: 1rem 2rem; }

  .header_award {
    margin-left: -1rem; }

  .header_tgl {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 75%;
    overflow: auto; }
    .header_tgl:hover li:hover {
      background: #F0F1F3; }
    .header_tgl > ul > li {
      padding: 0;
      position: relative; }
      .header_tgl > ul > li > span {
        display: block;
        padding: 1rem 2rem; }

  .book-special {
    margin: 2rem auto; }

  .header_tabs .route_map, .header_tabs .head_book {
    margin-bottom: 12px;
    position: absolute;
    bottom: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

  .header_tabs .head_book {
    background: #DD3228; }

  .header_tabs .route_map {
    right: 0;
    color: #fff;
    background: #282362; }
    .header_tabs .route_map:hover {
      backgorund: #fff;
      color: #282362; }

  .tagline {
    margin-right: 150px;
    float: none;
    margin-bottom: 5px; }

  .logo {
    display: block;
    width: 14rem;
    float: none;
    position: fixed;
    top: 0;
    right: 1rem;
    z-index: 2001; }

  .ea_lang {
    float: none;
    position: absolute;
    top: 3rem;
    right: 1rem;
    z-index: 10; }

  .nav_hover ~ a {
    display: block;
    width: 50%;
    text-align: center;
    border-top: 0.1rem solid #110967;
    border-left: 0.1rem solid #110967; }
    .nav_hover ~ a.nav-pdf {
      width: 100%; }

  .header_tgl > ul > li.active > span {
    background: #262161;
    color: #fff; }

  .input_wrap input[type="text"], .input_wrap input[type="password"] {
    height: 3.5rem;
    padding: 0 1rem; }
  .input_wrap textarea {
    padding: 1rem; }

  .select_wrap {
    height: 3.5rem; }
    .select_wrap span, .select_wrap select {
      line-height: 3.5rem; }

  .wrap_conf-body {
    margin-top: -2rem; }
    .wrap_conf-body > [class*=col_] {
      margin-top: 2rem; }

  .wrap_offers-conf div {
    width: 50% !important; }

  .intro-banner {
    margin: 4rem 2rem auto; }
    .intro-banner .bgcover {
      padding-top: 60%;
      background-position: 0 50%; }
      .intro-banner .bgcover.lazyLoad {
        background-position: 50%; }
    .intro-banner.banner664 .bgcover, .intro-banner.banner443 .bgcover {
      padding-top: 80%;
      background-position: 100% 50%; }

  .bg_white {
    padding: 2rem; }

  .slideshow_head .bg_white {
    padding-top: 10rem;
    margin-top: -8rem; }

  .table_scroll {
    overflow: auto; }

  .slideshow_dest > div {
    padding-top: 77.77%;
    height: auto !important; }

  .slideshow_book ~ .content_wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }

  .route_group {
    font-size: 14px; }
    .route_group [class*=col_]:before {
      font-size: 12px; }

  .plane_group {
    position: relative;
    padding-bottom: 5.5rem;
    background: #F0F1F3; }
    .plane_group .plane_details {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #6bbfeb;
      color: #fff; }
      .plane_group .plane_details:after {
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        border-style: solid;
        border-width: 55px 55px 0 0;
        border-width: 5.5rem 5.5rem 0 0;
        border-color: #6bbfeb transparent transparent transparent; }
    .plane_group .plane_compare {
      color: #fff; }

  .tt-order {
    padding-top: 3.5rem;
    position: relative; }

  .tt-wrapper.tt-view {
    padding-top: 0; }
    .tt-wrapper.tt-view > p {
      display: none; }

  .tt-select {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

  .tt-dot:after {
    margin-top: 0; }

  .time_list + .time_list,
  .tt-wrapper .content_wrap {
    border-top: 2rem solid #F0F1F3; }

  .tt-wrapper .content_wrap {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem; }

  .time_list [class*=time_group_] {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .time_list [class*=time_group_] div {
      display: table-cell; }
      .time_list [class*=time_group_] div:before {
        display: block;
        color: #262161; }

  [class*=time_group] div, .date_group div {
    padding: .5rem .7rem; }

  .time_list [class*=_group] div:before {
    text-transform: uppercase;
    font-weight: 500; }

  .date_group, .time_group_right {
    border-top: 1px solid #dddbf3; }

  .time_group_left {
    border-top: 1px solid #dddbf3; }
    .time_group_left div:nth-child(1):before {
      content: 'Dates:'; }
    .time_group_left div:nth-child(2):before {
      content: 'Departs:'; }
    .time_group_left div:nth-child(3):before {
      content: 'Arrives:'; }

  .time_group_right div:nth-child(1):before {
    content: 'Flight No:'; }
  .time_group_right div:nth-child(2):before {
    content: 'Via:'; }
  .time_group_right div:nth-child(3):before {
    content: 'Stops:'; }

  .date_group {
    border-left: none;
    border-right: none; }
    .date_group div:nth-child(1):before {
      content: 'Mon:'; }
    .date_group div:nth-child(2):before {
      content: 'Tue:'; }
    .date_group div:nth-child(3):before {
      content: 'Wed:'; }
    .date_group div:nth-child(4):before {
      content: 'Thu:'; }
    .date_group div:nth-child(5):before {
      content: 'Fri:'; }
    .date_group div:nth-child(6):before {
      content: 'Sat:'; }
    .date_group div:nth-child(7):before {
      content: 'Sun:'; }

  .wrap_timetable {
    border: none; }

  .time_list {
    border-bottom: 1px solid #dddbf3; }
    .time_list > div {
      border-left: 1px solid #dddbf3;
      border-right: 1px solid #dddbf3; }

  [class*=tt-right-] {
    width: auto;
    float: none;
    clear: both;
    margin: 2rem -2rem auto; }

  .banner443 .leftcol, .banner443 .rightcol, .banner664 .leftcol, .banner664 .rightcol {
    float: none;
    padding: 2rem;
    width: auto;
    margin: auto 2rem; }

  .banner443 {
    background: #00B2EC; }

  .banner664 {
    background: #F9D409; }

  .feedback_txt {
    margin-bottom: 2rem; }
    .feedback_txt input[type="checkbox"] {
      height: 2rem;
      width: 2rem; }

  footer {
    padding: 2rem;
    margin-top: 2rem; }

  .footer_top-mid .offset_tb > [class*=col_] {
    margin-top: 2rem; }
    .footer_top-mid .offset_tb > [class*=col_] + div {
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      padding-top: 2rem; }

  .footer_top-right {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }

  .fare_content_table .offset_tb h2 {
    margin-bottom: 1rem; }
  .fare_content_table .col_tb_4 + .col_tb_4 {
    margin-top: 2rem; }
  .fare_content_table table {
    height: auto !important; }

  .block_section, .wrap_443, .wrap_664 {
    margin-left: 2rem;
    margin-right: 2rem; }

  .airway_experince {
    font-size: 1.3rem;
    line-height: 2.1rem; } }
@media all and (max-width: 33.74em) {
  .header_award {
    width: 10rem;
    margin-top: 1rem; }

  a[class^="lang_"] {
    top: 2.5rem; } }
@media all and (max-width: 57.54em) {
  .wrap_offers-conf {
    width: auto;
    padding-top: 4rem;
    overflow: hidden;
    float: none;
    clear: both;
    margin-left: -2rem; }
    .wrap_offers-conf h2, .wrap_offers-conf .h2 {
      margin-left: 2rem; }
    .wrap_offers-conf div {
      width: 33.333%;
      float: left;
      padding-left: 2rem; } }
@media all and (max-width: 47.99em) {
  .btn-book-continue span {
    display: none; }
  .btn-book-continue:before {
    content: "Continue with your booking"; } }
@media all and (max-width: 63.74em) {
  .plane_group .image {
    height: 5.5rem;
    padding-bottom: 1rem; }
  .plane_group img {
    height: 100%;
    max-width: none; }

  .cal_controls_row,
  .cal_body_main .cal_row > * {
    height: 3.5rem; }

  .cal_body_main .cal_row > *,
  .cal_controls_row .month {
    line-height: 3.6rem; } }
@media screen and (min-width: 48em), handheld and (min-width: 48em), print {
  .offset_tb {
    margin-left: -25px;
    margin-left: -2.5rem; }
    .offset_tb > [class*=col_tb] > .col_inner {
      margin-left: 25px;
      margin-left: 2.5rem; }

  .col_tb_1 {
    width: 8.333%; }

  .col_tb_2 {
    width: 16.666%; }

  .col_tb_3 {
    width: 25%; }

  .col_tb_4 {
    width: 33.333%; }

  .col_tb_5 {
    width: 41.666%; }

  .col_tb_6 {
    width: 50%; }

  .col_tb_7 {
    width: 58.333%; }

  .col_tb_8 {
    width: 66.666%; }

  .col_tb_9 {
    width: 75%; }

  .col_tb_10 {
    width: 83.333%; }

  .col_tb_11 {
    width: 91.667%; }

  .col_tb_12 {
    width: 100%; }

  .col_tb_13 {
    width: 20%; }

  .col_tb_14 {
    width: 14.28%; }

  main {
    min-height: 35rem; }

  .container {
    margin-left: 2rem;
    margin-right: 2rem; }

  .change_order {
    direction: rtl;
    font-size: 1px; }
    .change_order > div {
      direction: ltr;
      display: inline-block;
      float: none;
      font-size: 13px;
      vertical-align: top;
      margin-right: -1px; }

  header {
    padding: 0; }

  .header_nav {
    width: auto;
    padding: 0; }
    .header_nav > a:hover {
      background: #e5e7ed;
      color: #262161; }

  .header_tabs a {
    display: inline-block;
    float: none;
    width: auto;
    padding: 1rem 2rem; }

  .header_tgl li:hover, .header_tgl:hover li:hover {
    background: #9E9EA3;
    color: white; }

  nav {
    color: #090538; }
    nav > ul > li:hover .sub_nav_hover {
      display: block; }
    nav:hover {
      display: block;
      background: #e5e7ed; }
      nav:hover li:hover ul {
        display: block; }

  .nav_hover:hover ~ nav {
    display: block; }

  .nav_hover.hovered {
    background: #e5e7ed;
    color: #262161; }

  .sub_nav_hover {
    display: none;
    position: absolute;
    left: 100%;
    width: 26rem;
    top: 0; }

  .tagline {
    bottom: 4rem; }

  .tagline .image {
    height: 2rem; }

  .nav_dd:hover .sub_nav {
    display: block; }

  .wrap_table {
    display: table; }
    .wrap_table [class*=col_] {
      display: table-cell; }

  .footer_top-left {
    width: 16rem;
    float: left; }

  .footer_top-mid {
    margin-left: 20rem; }

  .home_book {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30rem; }

  .home-pdf {
    width: 30rem; }

  .destination_head {
    display: table-row; }
    .destination_head > [class*=col_] {
      display: table-cell;
      vertical-align: top;
      float: none; }

  .slideshow_dest > div {
    position: absolute;
    height: 100%;
    padding-top: 0;
    width: 100%; }

  .slideshow_book, .slideshow_book .cycle-slideshow, .slideshow_book .slide {
    width: 100%; }

  .wrap_offer .select_wrap {
    max-width: 20rem; }

  .intro-banner {
    overflow: hidden; }
    .intro-banner.banner443, .intro-banner.banner664 {
      min-height: 41rem; }
      .intro-banner.banner443 .bgcover, .intro-banner.banner664 .bgcover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
      .intro-banner.banner443 h1, .intro-banner.banner664 h1 {
        line-height: 3.9rem;
        font-size: 3.5rem; }
      .intro-banner.banner443 .leftcol, .intro-banner.banner664 .leftcol {
        float: left;
        width: 60%;
        position: relative;
        z-index: 100;
        padding: 5rem 4rem 3rem; }

  .plane_group + .plane_group {
    border-top: 1px solid #8E8E90;
    padding-top: 2rem; }

  .airport_tgl-wrap {
    text-align: right;
    margin-bottom: auto; }
    .airport_img ~ .airport_tgl-wrap,
    .airport_tgl-wrap a + a {
      margin-top: 1rem; }
    .airport_tgl-wrap a {
      border: none;
      display: inline-block;
      float: right;
      clear: both; }

  .timetable_right {
    min-height: 19rem; }

  [class*=time_group] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 33.333%; }

  .date_group {
    margin: auto 33.333%; }

  .time_group_left {
    left: 0; }

  .time_group_right {
    right: 0; }

  .book_page-wrap {
    margin-top: -2.5rem; }
    .book_page-wrap > [class*=col_] {
      margin-top: 2.5rem; }

  .fare_content_table .offset_tb {
    width: auto !important;
    margin-left: -1.5rem; }
    .fare_content_table .offset_tb h2 {
      margin-bottom: 1rem; }
  .fare_content_table .col_tb_4 {
    font-size: 1.4rem;
    padding-left: 1.5rem; }

  .news_right {
    margin-left: 23rem; }

  .news_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 23rem; }

  .page__prompt--page_body {
    padding: 20px 50px 30px; }
    .page__prompt--page_body .content_wrap {
      display: inline-block;
      width: 100%;
      margin-left: -4px;
      vertical-align: top; }
    .page__prompt--page_body .txt--lge {
      max-width: 310px;
      margin-right: 20px; }
    .page__prompt--page_body .txt-right {
      max-width: 460px; }

  .wrap-prompt--book_page {
    height: auto;
    top: 25px;
    height: calc(100% - 25px);
    width: calc(100% - 25px);
    left: 25px; }

  .page__prompt--book_page {
    max-width: 635px;
    font-size: 16px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center; }
    .page__prompt--book_page .btn-book {
      font-size: 16px; }
    .page__prompt--book_page .content_wrap {
      padding-right: 20px; }
    .page__prompt--book_page .booking_cta-wrap {
      font-size: 14px;
      display: inline-block;
      width: 50%;
      margin-right: -4px;
      vertical-align: top;
      margin-top: 30px;
      padding-right: 20px; }

  .page__prompt--date_reminder {
    bottom: 30px;
    left: 100%;
    width: 450px;
    padding: 30px 40px; }
    .page__prompt--date_reminder .content_wrap {
      margin-bottom: 20px; }
    .page__prompt--date_reminder .btn-book {
      display: inline-block;
      min-width: 260px; }

  .page__prompt-interrupt .booking_cta-wrap, #flybedates .booking_cta-wrap {
    padding-right: 20px;
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top; }

  .page__prompt-redirect {
    font-size: 18px; }
    .page__prompt-redirect:before {
      height: 100%;
      content: ''; }
    .page__prompt-redirect:before, .page__prompt-redirect > * {
      margin-left: -2px;
      margin-right: -2px;
      display: inline-block;
      vertical-align: middle; }
    .page__prompt-redirect > * {
      max-height: 100%;
      max-width: 100%;
      height: auto;
      position: relative; }
    .page__prompt-redirect h2 {
      font-size: 36px; }
    .page__prompt-redirect .content_wrap {
      margin: 45px auto 40px; }

  .redirect-img img {
    height: 50px; }

  .booking_cta-wrap {
    font-size: 16px; }

  .btn-book {
    padding: 10px 15px 9px; }

  .feedback_txt {
    padding-right: 2rem; }

  *.tb_hide {
    display: none; }

  *.tb_show {
    display: block; }

  .pop-out-info.tb_hide {
    display: none !important; } }
@media all and (min-width: 48em) and (max-width: 63.74em) {
  footer {
    margin: 2rem; }

  .banner443 {
    background: #00B2EC; }

  .banner664 {
    background: #F9D409; }

  .header_nav > a {
    padding: 1rem 1.6rem; } }
@media screen and (min-width: 57.5em), handheld and (min-width: 57.5em), print {
  .offset_ds {
    margin-left: -25px;
    margin-left: -2.5rem; }
    .offset_ds > [class*=col_ds] > .col_inner {
      margin-left: 25px;
      margin-left: 2.5rem; }

  .col_ds_1 {
    width: 8.333%; }

  .col_ds_2 {
    width: 16.666%; }

  .col_ds_3 {
    width: 25%; }

  .col_ds_4 {
    width: 33.333%; }

  .col_ds_5 {
    width: 41.666%; }

  .col_ds_6 {
    width: 50%; }

  .col_ds_7 {
    width: 58.333%; }

  .col_ds_8 {
    width: 66.666%; }

  .col_ds_9 {
    width: 75%; }

  .col_ds_10 {
    width: 83.333%; }

  .col_ds_11 {
    width: 91.667%; }

  .col_ds_12 {
    width: 100%; }

  .col_ds_13 {
    width: 20%; }

  .col_ds_14 {
    width: 14.28%; }

  .wrap_offers-conf {
    padding-left: 2rem; }
    .wrap_offers-conf div + div {
      margin-top: 1rem; } }
@media screen and (min-width: 63.75em), handheld and (min-width: 63.75em), print {
  .route_group, .route_header {
    margin-left: -2rem; }
    .route_group > [class*=col_ds_], .route_header > [class*=col_ds_] {
      padding-left: 2rem; }

  .container {
    margin-left: auto;
    margin-right: auto; }

  .logo {
    right: 3rem; }

  .tagline, .header_tabs {
    left: 3rem; }

  .footer_top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 16rem; }

  .footer_top-mid {
    margin-right: 20rem; }

  .select_wrap.dark {
    max-width: 18rem; }

  .form_map .select_wrap.dark {
    max-width: 25rem; }

  .news_right {
    position: relative; }

  .slideshow_book {
    height: 36rem; }

  .wrap_443, .wrap_644 {
    padding: 3rem; }

  .form_signup label {
    float: left;
    width: 18rem;
    margin: .3rem auto auto; }
  .form_signup .input_wrap, .form_signup .select_wrap, .form_signup .input_check > span {
    margin-left: 19rem; }

  .route_group + .route_group {
    margin-top: .5rem; }
  .route_group [class*=col_]:before {
    display: none; }

  .intro-banner.banner443 .txt_mid, .intro-banner.banner664 .txt_mid {
    padding: .7rem 0 5.3rem; }

  .slideshow_book .slide img {
    width: 100%;
    max-width: 100%; }

  .wrap-prompt--book_page {
    height: auto;
    top: auto;
    bottom: -27px; }

  .page__prompt--book_page {
    font-size: 18px;
    min-height: 260px;
    padding: 48px 40px;
    padding-right: 20px; }
    .page__prompt--book_page .content_wrap {
      padding-right: 120px; }

  .page__prompt--date_reminder {
    width: 530px;
    font-size: 16px; }

  .page__prompt-interrupt {
    padding: 90px 80px;
    width: 900px;
    font-size: 20px; }
    .page__prompt-interrupt .content_wrap {
      margin-bottom: 30px; }
    .page__prompt-interrupt h2 {
      font-size: 34px;
      margin-bottom: 30px; }

  *.ds_hide {
    display: none; }

  *.ds_show {
    display: block; } }
*.os-min {
  margin-bottom: -2.5%; }

@media (max-width: 47.99em) {
  .google_translate {
    position: fixed;
    top: 1.5rem;
    padding-left: 6rem;
    z-index: 1801; } }

/*# sourceMappingURL=default.css.map */
