/* ACB: // This file has been commented by Auto-Comment-Bracket - https://github.com/Richard1320/Auto-Comment-Bracket */
/* ACB: // @mixin MQ($canvas) */
/*global reset*/
* {
  margin: 0;
  padding: 0; }

/* ACB: // * */
ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 14px;
  font-family: 'Open Sans'; }

/* ACB: // ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset */
html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  background: none; }

/* ACB: // html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video */
a {
  text-decoration: none;
  color: #000;
  /* ACB: // &:hover */
  /* ACB: // &:active */ }
  a:hover {
    text-decoration: underline; }
  a:active {
    background-color: transparent; }

/* ACB: // a */
input,
textarea,
select {
  vertical-align: middle;
  border-color: #ccc;
  overflow: auto;
  color: #000;
  border-style: solid;
  border-width: 1px;
  font-weight: 100;
  font-family: "Open Sans";
  font-size: 12px; }

/* ACB: // input, textarea, select */
label {
  vertical-align: middle; }

/* ACB: // label */
button,
input {
  width: auto;
  overflow: visible; }

/* ACB: // button, input */
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
  font-weight: bold;
  font-family: 'Open Sans'; }

/* ACB: // h1, h2, h3, h4, h5, h6, b, strong, th */
h1 {
  font-size: 200%;
  /* ACB: // &.header */ }
  h1.header {
    color: #002567;
    margin-bottom: 5px; }

/* ACB: // h1 */
h2 {
  font-size: 150%; }

/* ACB: // h2 */
h3 {
  font-size: 120%;
  line-height: 1;
  /* ACB: // &.menu */
  /* ACB: // &.submenu */ }
  h3.menu {
    font-size: 24px;
    font-weight: 600;
    display: block;
    color: #fff;
    float: none;
    padding: 10px 20px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid black;
    text-transform: capitalize;
    padding-left: 35px;
    text-indent: -20px; }
  h3.submenu {
    font-size: 16px;
    font-weight: lighter;
    display: block;
    color: #fff;
    float: none;
    padding: 10px 20px;
    line-height: 1.5;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid black; }

/* ACB: // h3 */
h4 {
  font-size: 110%; }

/* ACB: // h4 */
h5 {
  font-size: 100%; }

/* ACB: // h5 */
h6 {
  font-size: 90%; }

/* ACB: // h6 */
i,
cite,
em,
var,
dfn,
address {
  font-style: italic; }

/* ACB: // i, cite, em, var, dfn, address */
u,
ins {
  text-decoration: underline; }

/* ACB: // u, ins */
s,
strike,
del {
  text-decoration: line-through; }

/* ACB: // s, strike, del */
blockquote {
  quotes: none;
  /* ACB: // &:before, &:after */ }
  blockquote:before, blockquote:after {
    quotes: none; }

/* ACB: // blockquote */
q {
  quotes: none;
  /* ACB: // &:before, &:after */ }
  q:before, q:after {
    quotes: none; }

/* ACB: // q */
blockquote {
  /* ACB: // &:before, &:after */ }
  blockquote:before, blockquote:after {
    content: ''; }

/* ACB: // blockquote */
q {
  /* ACB: // &:before, &:after */ }
  q:before, q:after {
    content: ''; }

/* ACB: // q */
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0; }

/* ACB: // table, caption, tbody, tfoot, thead, tr, th, td */
th,
td {
  border: 1px solid #ccc;
  padding: 3px 7px;
  text-align: left;
  vertical-align: top; }

/* ACB: // th, td */
th {
  border-color: #999;
  text-align: center;
  vertical-align: middle; }

/* ACB: // th */
ul {
  margin-left: 1px;
  padding-left: 15px; }

/* ACB: // ul */
ol {
  padding-left: 15px; }

/* ACB: // ol */
/* ACB: // ul li, ol li */
ul li {
  list-style-type: disc; }

/* ACB: // ul li */
img {
  vertical-align: top; }

/* ACB: // img */
/*global settings*/
body {
  color: #424242;
  font-weight: 300;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #e2e1e3; }

/* ACB: // body */
input {
  /* ACB: // &[type='text'], &[type='email'], &[type='password'] */ }
  input[type='text'], input[type='email'], input[type='password'] {
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/* ACB: // input */
select::-ms-expand {
  display: none; }

/* ACB: // select::-ms-expand */
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

/* ACB: // .owl-item */
.clear, #content .blog .post_info_container {
  /* ACB: // &:before */
  /* ACB: // &:after */
  *zoom: 1; }
  .clear:before, #content .blog .post_info_container:before {
    content: " ";
    display: table; }
  .clear:after, #content .blog .post_info_container:after {
    content: " ";
    display: table;
    clear: both; }

/* ACB: // .clear */
#wrapper {
  min-height: 100%;
  position: relative;
  z-index: 30;
  background-color: white; }

/* ACB: // #wrapper */
#content iframe {
  max-width: 100%; }

/* ACB: // #content iframe */
/**/
.travel-alert-is-active {
  /* ACB: // .travel-alerts-bar */
  /* ACB: // .fixed-header */ }
  .travel-alert-is-active .travel-alerts-bar {
    /* ACB: // a */ }
    .travel-alert-is-active .travel-alerts-bar a {
      background-color: #d8292f;
      text-align: center;
      padding: 10px;
      color: #fff;
      display: block;
      text-decoration: none;
      font-weight: 700;
      /* ACB: // .fa */ }
      .travel-alert-is-active .travel-alerts-bar a .fa {
        margin-right: 10px;
        font-weight: 400; }
  .travel-alert-is-active .fixed-header {
    position: absolute;
    /* ACB: // &.is-sticky */ }
    .travel-alert-is-active .fixed-header.is-sticky {
      position: fixed; }

/* ACB: // .travel-alert-is-active */
.travel-alerts-accordions {
  padding-bottom: 20px;
  /* ACB: // .accordion-wrapper */ }
  .travel-alerts-accordions .accordion-wrapper {
    margin-bottom: 20px;
    /* ACB: // &.is-active */
    /* ACB: // .accordion-header */
    /* ACB: // .accordion-content */ }
    .travel-alerts-accordions .accordion-wrapper.is-active {
      /* ACB: // .accordion-header */ }
      .travel-alerts-accordions .accordion-wrapper.is-active .accordion-header {
        background-color: #ec7a08;
        color: #fff;
        /* ACB: // &:after */ }
        .travel-alerts-accordions .accordion-wrapper.is-active .accordion-header:after {
          content: "\f056";
          border-color: #fff; }
    .travel-alerts-accordions .accordion-wrapper .accordion-header {
      position: relative;
      background-color: #f5f5f5;
      padding: 0 20px;
      color: #002663;
      cursor: pointer;
      font-size: 18px;
      border-radius: 5px;
      font-weight: 700;
      line-height: 50px;
      /* ACB: // &:after */ }
      .travel-alerts-accordions .accordion-wrapper .accordion-header:after {
        display: block;
        font-weight: 400;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 50px;
        width: 60px;
        text-align: center;
        border-left: 1px solid #002663;
        content: "\f055";
        font-family: "FontAwesome"; }
    .travel-alerts-accordions .accordion-wrapper .accordion-content {
      display: none;
      background-color: #f5f5f5;
      padding: 10px 20px;
      font-weight: 700;
      font-size: 16px; }

/* ACB: // .travel-alerts-accordions */
.fixed-menu,
.fixed-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }

/* ACB: // .fixed-menu, .fixed-header */
.fixed-menu {
  top: 84px;
  overflow: hidden; }

/* ACB: // .fixed-menu */
/* header */
#header:after {
  content: "";
  display: block;
  clear: both; }

/* ACB: // #header:after */
.fixed-header {
  background-color: white;
  border-bottom: 1px solid #c7c8ca; }

/* ACB: // .fixed-header */
#header {
  height: 87px;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 95; }

/* ACB: // #header */
/* logo */
.logo {
  float: left;
  width: 240px;
  height: 62px;
  margin: 10px -20px 0 2px;
  /*display: block;
  background-image:url("images/Pacific_Coastal_logo.svg");
  background-size:240px 62px;
  background-repeat:no-repeat;*/ }

/* ACB: // .logo */
/* top menu */
.menu-btn {
  display: none; }

/* ACB: // .menu-btn */
.menu {
  /* ACB: // &.top-desktop li a */
  list-style: none;
  margin: 0;
  padding: 23px 7px 12px 4px;
  float: right;
  font-size: 13px;
  line-height: 51px;
  /* ACB: // li */ }
  .menu.top-desktop li a {
    text-transform: uppercase;
    text-decoration: none; }
  .menu li {
    display: block;
    float: left;
    margin: 0 -4px 0 0;
    padding: 0 21px 0 22px;
    background: url(../images/divider.gif) no-repeat 0 50%;
    /* ACB: // &:first-child */
    /* ACB: // &:last-child */ }
    .menu li:first-child {
      background: none; }
    .menu li:last-child {
      padding-right: 0; }

/* ACB: // .menu */
/* gallery block */
.gallery-block {
  margin: 0 auto;
  max-width: 1624px;
  min-width: 1000px; }

/* ACB: // .gallery-block */
body.home .gallery-block .slideshow {
  /* ACB: // .btn-prev, .btn-next */ }
  body.home .gallery-block .slideshow .btn-prev,
  body.home .gallery-block .slideshow .btn-next {
    display: none; }

/* ACB: // body.home .gallery-block .slideshow */
.slideshow {
  position: relative;
  /* ACB: // .slideset */
  /* ACB: // .slide */
  /* ACB: // .btn-prev */
  /* ACB: // .btn-next */ }
  .slideshow .slideset {
    width: 100%; }
  .slideshow .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* ACB: // img */ }
    .slideshow .slide img {
      width: 100%; }
  .slideshow .btn-prev {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat -277px -5px;
    width: 21px;
    height: 34px;
    top: 50%;
    left: 30px;
    margin: -17px 0 0; }
  .slideshow .btn-next {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat -277px -5px;
    width: 21px;
    height: 34px;
    top: 50%;
    left: 30px;
    margin: -17px 0 0;
    left: auto;
    right: 30px;
    background: url("../images/sprite.png") no-repeat -325px -5px; }

/* ACB: // .slideshow */
/* main navigation */
#nav {
  margin: 0;
  padding: 0 16px 0 0;
  float: right;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  /* ACB: // li */
  /* ACB: // .drop */
  /* ACB: // li */
  /* ACB: // .drop .col */
  /* ACB: // li:first-child .drop .col */
  /* ACB: // .drop .two-col */
  /* ACB: // li:first-child .drop .two-col */
  /* ACB: // .drop */ }
  #nav li {
    float: left;
    background: none;
    list-style: none;
    padding: 0 5px;
    position: relative;
    /* ACB: // a */
    /* ACB: // &.active a */
    /* ACB: // a.has-drop-down-a:hover, &:hover a.has-drop-down-a */ }
    #nav li a {
      float: left;
      padding: 0 13px 3px;
      /* ACB: // &:hover */ }
      #nav li a:hover {
        text-decoration: none;
        background: none; }
    #nav li.active a {
      text-decoration: none;
      background: none; }
    #nav li a.has-drop-down-a:hover, #nav li:hover a.has-drop-down-a {
      color: #fff;
      text-decoration: none;
      background: #082d68; }
  #nav .drop {
    position: absolute;
    right: 5px;
    color: #fff;
    top: 35px;
    /*	width:605px; */
    display: none;
    width: 395px;
    font-size: 13px;
    line-height: 15px;
    text-transform: none;
    /*	background:url(../images/bg-drop.png);*/ }
  #nav li {
    /* ACB: // &:hover .drop */
    /* ACB: // &:first-child .drop */
    /* ACB: // &.hover .drop */ }
    #nav li:hover .drop {
      display: block; }
    #nav li:first-child .drop {
      left: 5px; }
    #nav li.hover .drop {
      top: 100%; }
  #nav .drop .col {
    float: right;
    width: 200px;
    padding: 15px 2px 10px 6px;
    border-left: 1px solid #676e86; }
  #nav li:first-child .drop .col {
    float: left;
    border-left: 0;
    border-right: 1px solid #676e86; }
  #nav .drop .two-col {
    float: left;
    width: 395px;
    border: 0;
    padding: 15px 0 10px;
    background: url(../images/bg-two-col.png) repeat-y; }
  #nav li:first-child .drop .two-col {
    /*	float:right; */
    border: 0; }
  #nav .drop {
    /* ACB: // h2 */
    /* ACB: // ul */
    /* ACB: // p */ }
    #nav .drop h2 {
      font-size: 15px;
      line-height: 17px;
      font-weight: 800;
      margin: 0 0 6px 4px;
      /* ACB: // a */ }
      #nav .drop h2 a {
        float: none;
        color: #fff;
        padding: 0;
        background: none !important;
        /* ACB: // &:hover */ }
        #nav .drop h2 a:hover {
          float: none;
          color: #fff;
          padding: 0;
          background: none !important;
          text-decoration: underline; }
    #nav .drop ul {
      font-size: 13px;
      line-height: 15px;
      text-transform: none;
      padding: 5px 0 0 45px;
      margin: 0;
      overflow: hidden;
      /* ACB: // li */
      /* ACB: // a */ }
      #nav .drop ul li {
        width: 169px;
        padding: 0 0 10px; }
      #nav .drop ul a {
        display: inline;
        color: #fff;
        float: none;
        padding: 0;
        /* ACB: // &:hover */ }
        #nav .drop ul a:hover {
          background: none;
          color: #ec7a08;
          font-weight: bold; }
    #nav .drop p {
      margin: 0 0 0 5px; }

/* ACB: // #nav */
/* dropdown */
.map {
  margin: 0 0 2px;
  padding: 4px;
  background: url(../images/bg-map-shadow.png) no-repeat; }

/* ACB: // .map */
/* main content */
#main {
  position: relative;
  z-index: 1;
  padding-top: 128px;
  /* ACB: // @media only screen and (max-width: $L) */
  /* ACB: // @else if $canvas == L */
  /* ACB: // @include MQ(L) */ }
  @media only screen and (max-width: 1071px) {
    #main {
      padding-top: 80px; } }

/* ACB: // #main */
/* ACB: // body.home .main-holder */
/* container */
.container {
  /* ACB: // &:after */
  max-width: 1050px;
  margin: 0 auto; }
  .container:after {
    content: "";
    display: block;
    clear: both; }

/* ACB: // .container */
/* menu bar */
.menu-bar {
  background: #ec7a08;
  position: relative;
  /* ACB: // .right-side */ }
  .menu-bar .right-side {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 40px;
    background: #002663; }

/* ACB: // .menu-bar */
/* sub navigation */
#sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  display: table;
  position: relative;
  z-index: 10;
  border-left: 2px solid #fff;
  /* ACB: // li */ }
  #sub-nav li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    height: 44px;
    background: #ec7a08 url(../images/divider-02.gif) no-repeat 100% 0;
    /* ACB: // &.link */
    /* ACB: // a */
    /* ACB: // img */
    /* ACB: // span */
    /* ACB: // strong */
    /* ACB: // a:hover strong */ }
    #sub-nav li.link {
      background: #002663 url(../images/divider-02.gif) no-repeat 100% 0; }
    #sub-nav li a {
      display: inline-block;
      color: #fff;
      vertical-align: middle; }
    #sub-nav li img {
      display: block;
      margin: 0 auto; }
    #sub-nav li span {
      display: block;
      text-transform: uppercase; }
    #sub-nav li strong {
      display: inline-block;
      vertical-align: middle; }
    #sub-nav li a:hover strong {
      text-decoration: underline; }

/* ACB: // #sub-nav */
/* filters */
.filters-top {
  padding: 11px 0 0;
  background: url(../images/bg-filters-top.gif) repeat-x; }

/* ACB: // .filters-top */
.title {
  display: inline-block;
  color: #fff;
  background: #999;
  line-height: 21px;
  font-weight: bold;
  font-size: 13px;
  padding: 0 21px 0 10px; }

/* ACB: // .title */
.filters-top .title {
  float: left; }

/* ACB: // .filters-top .title */
.filters {
  height: 63px;
  background: url(../images/bg-filters.gif) repeat-x;
  /* ACB: // .container */
  /* ACB: // .cell1 */
  /* ACB: // .cell2 */
  /* ACB: // .cell3 */
  /* ACB: // .row */
  /* ACB: // .col */
  /* ACB: // .col2 */
  /* ACB: // input */ }
  .filters .container {
    position: relative; }
  .filters .cell1 {
    float: left;
    width: 420px;
    height: 53px;
    padding: 10px 0 0;
    background: url(../images/divider-03.gif) no-repeat 100% 50%; }
  .filters .cell2 {
    float: left;
    height: 50px;
    padding: 11px 15px 0;
    background: url(../images/divider-03.gif) no-repeat 100% 50%; }
  .filters .cell3 {
    float: left;
    height: 52px;
    padding: 11px 0 0 10px; }
  .filters .row {
    overflow: hidden; }
  .filters .col {
    display: inline-block;
    vertical-align: top; }
  .filters .col2 {
    width: 195px; }
  .filters input {
    /* ACB: // &[type="text"] */
    /* ACB: // &[type="radio"] */ }
    .filters input[type="text"] {
      float: left;
      padding: 1px 4px;
      margin: 0;
      width: 11px;
      border: 1px solid #a3a3a3;
      font-size: 11px;
      color: #383736;
      background-color: #fff; }
    .filters input[type="radio"] {
      float: left;
      width: 15px;
      height: 15px;
      margin: 4px 5px 0 0;
      padding: 0; }

/* ACB: // .filters */
input[type="submit"]:hover {
  cursor: pointer;
  text-decoration: underline; }

/* ACB: // input[type="submit"]:hover */
.filters {
  /* ACB: // button, input[type="submit"] */
  /* ACB: // button.btn_search_fare, input[type="submit"].submit */
  /* ACB: // label */
  /* ACB: // .col2 */
  /* ACB: // .row2 input[type="text"] */
  /* ACB: // .cell2 label, .cell3 label */
  /* ACB: // .select-holder */
  /* ACB: // .cell1 .select-holder */
  /* ACB: // .cell2 input[type="text"], .cell3 input[type="text"] */
  /* ACB: // .cell2 .select-holder */
  /* ACB: // .cell3 label */
  /* ACB: // .date-holder */
  /* ACB: // .buttons-set */ }
  .filters button,
  .filters input[type="submit"] {
    border: 0;
    font-weight: bold;
    color: #fff;
    width: 176px;
    height: 40px;
    padding: 0;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    background: #ed7e00;
    border-radius: 6px; }
  .filters button.btn_search_fare,
  .filters input[type="submit"].submit {
    width: 176px;
    height: 22px;
    background: url("../images/sprite.png") no-repeat -376px -53px; }
  .filters label {
    float: left;
    font-weight: bold;
    color: #383737;
    font-size: 12px;
    margin: 2px 15px 0 0; }
  .filters .col2 {
    /* ACB: // label */
    /* ACB: // .radio-holder.last label */ }
    .filters .col2 label {
      margin: 4px 4px 0; }
    .filters .col2 .radio-holder.last label {
      margin-top: 2px; }
  .filters .row2 input[type="text"] {
    margin: 4px 6px 0 0; }
  .filters .cell2 label,
  .filters .cell3 label {
    float: none;
    display: block;
    margin: 0 0 4px 5px; }
  .filters .select-holder {
    float: left;
    height: 23px;
    /* ACB: // select */ }
    .filters .select-holder select {
      width: 100%;
      font-size: 12px; }
  .filters .cell1 .select-holder {
    width: 200px;
    margin: 0 10px 0 0;
    float: none; }
  .filters .cell2 input[type="text"],
  .filters .cell3 input[type="text"] {
    width: 150px;
    margin: 0 11px 0 0; }
  .filters .cell2 .select-holder {
    width: 88px; }
  .filters .cell3 label {
    float: none;
    display: block; }
  .filters .date-holder {
    float: left; }
  .filters .buttons-set {
    float: right;
    width: 176px;
    padding-top: 11px; }

/* ACB: // .filters */
/* toolbar */
.filter-toolbar-wrapper {
  position: fixed;
  top: 235px;
  z-index: 50;
  width: 998px; }

/* ACB: // .filter-toolbar-wrapper */
.toolbar {
  margin: 0;
  /*	overflow:hidden; */
  padding: 0 0 11px;
  background: url(../images/bg-toolbar-shadow.png) no-repeat 0 100%;
  position: relative;
  /* ACB: // ul */ }
  .toolbar ul {
    margin: 0;
    border: 1px solid #b9b9b9;
    padding: 7px 0 5px 75px;
    /*	overflow:hidden; */
    background: #efefef url(../images/bg-toolbar.gif) repeat-x;
    height: 40px;
    /* ACB: // li */
    /* ACB: // a */ }
    .toolbar ul li {
      float: left;
      list-style: none;
      margin: 0 0 0 48px;
      /* ACB: // &:first-child */
      /* ACB: // a */ }
      .toolbar ul li:first-child {
        margin: 0; }
      .toolbar ul li a {
        float: left;
        padding: 10px 0 10px 49px;
        background-repeat: no-repeat;
        background-size: 38px 38px;
        /* ACB: // &:hover */ }
        .toolbar ul li a:hover {
          text-decoration: none; }
    .toolbar ul a {
      /* ACB: // &.all */
      /* ACB: // &.quickpass */
      /* ACB: // &.map */
      /* ACB: // &.media */
      /* ACB: // &.deals */
      /* ACB: // &.filter */
      /* ACB: // &.news */
      /* ACB: // &.quickpass.active */
      /* ACB: // &.map.active */
      /* ACB: // &.media.active */
      /* ACB: // &.deals.active */
      /* ACB: // &.filter.active */
      /* ACB: // &.news.active */ }
      .toolbar ul a.all {
        position: absolute;
        top: -21px;
        left: 100px;
        background: #ec7a08;
        color: #fff;
        display: block;
        float: none;
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        line-height: 14px;
        height: 17px;
        padding: 4px 20px 0 20px;
        text-align: center; }
      .toolbar ul a.quickpass {
        background-image: url(../images/ico-01-black.png); }
      .toolbar ul a.map {
        background-image: url(../images/map_small_icon_black.png); }
      .toolbar ul a.media {
        background-image: url(../images/socialmedia_small_icon_black.png); }
      .toolbar ul a.deals {
        background-image: url(../images/hotdeals_small_icon_black.png); }
      .toolbar ul a.filter {
        background-image: url(../images/plane_small_icon_black.png); }
      .toolbar ul a.news {
        background-image: url(../images/news_small_icon_black.png); }
      .toolbar ul a.quickpass.active {
        background-image: url(../images/ico-01.png); }
      .toolbar ul a.map.active {
        background-image: url(../images/map_small_icon.png); }
      .toolbar ul a.media.active {
        background-image: url(../images/socialmedia_small_icon.png); }
      .toolbar ul a.deals.active {
        background-image: url(../images/hotdeals_small_icon.png); }
      .toolbar ul a.filter.active {
        background-image: url(../images/plane_small_icon.png); }
      .toolbar ul a.news.active {
        background-image: url(../images/news_small_icon.png); }

/* ACB: // .toolbar */
/* news area columns */
.news-area {
  overflow: hidden;
  padding-top: 60px;
  /* ACB: // .filter-mask */
  /* ACB: // .column */ }
  .news-area .filter-mask {
    width: 1010px;
    position: relative;
    overflow: hidden; }
  .news-area .column {
    float: right;
    width: 337px;
    margin: 0 -5px 0 0;
    /* ACB: // &:first-child */ }
    .news-area .column:first-child {
      float: left;
      margin: 0 0 0 -2px;
      /* ACB: // + .column */ }
      .news-area .column:first-child + .column {
        float: left;
        margin: 0 -8px 0 -2px; }

/* ACB: // .news-area */
/* box */
.box {
  display: block;
  float: left;
  width: 240px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  background-color: #eee;
  border: 1px solid #999;
  /* ACB: // .block-box */
  /* ACB: // img */
  /* ACB: // .holder */ }
  .box .block-box {
    display: block; }
  .box img {
    height: auto;
    width: 100%;
    max-width: 100%; }
  .box .holder {
    width: 100%;
    position: relative; }

/* ACB: // .box */
/*
.box .t{
	background:url(../images/bg-box-t.png) no-repeat;
	height:8px;
	overflow:hidden;
}
.box .b{
	background:url(../images/bg-box-b.png) no-repeat;
	height:12px;
	overflow:hidden;
}
.box .c{
	background:url(../images/bg-box-c.png) repeat-y;
}
.box .c:after{
	content:'';
	display:block;
	clear:both;
}
*/
.gradient {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%; }

/* ACB: // .gradient */
.frame {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  /* ACB: // &:after */ }
  .frame:after {
    content: "";
    display: block;
    clear: both; }

/* ACB: // .frame */
.box {
  /* ACB: // .holder:after */
  /* ACB: // .ico */
  /* ACB: // .content */
  /* ACB: // .h2 */
  /* ACB: // p .more */
  /* ACB: // .p */
  /* ACB: // iframe */
  /* ACB: // .headline */
  /* ACB: // .sub-title */ }
  .box .holder:after {
    content: "";
    display: block;
    clear: both; }
  .box .ico {
    display: block;
    position: relative;
    z-index: 5;
    margin: -28px auto 10px;
    width: 55px;
    height: 55px; }
  .box .content {
    text-align: center;
    padding: 9px 27px 26px; }
  .box .h2 {
    display: block;
    margin: 0 0 28px;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px; }
  .box p .more {
    font-size: 10px;
    line-height: 12px;
    color: #f69924;
    text-transform: uppercase;
    font-weight: 800; }
  .box .p {
    display: block;
    margin: 0 0 10px; }
  .box iframe {
    margin: 10px 0 0; }
  .box .headline {
    overflow: hidden;
    padding: 5px 10px;
    /* ACB: // img */
    /* ACB: // h2, p */
    /* ACB: // .text-block */ }
    .box .headline img {
      float: left;
      margin: 0 13px 0 0; }
    .box .headline h2,
    .box .headline p {
      margin: 0; }
    .box .headline .text-block {
      text-align: center;
      overflow: hidden;
      /* ACB: // h2 */
      /* ACB: // p */ }
      .box .headline .text-block h2 {
        margin: 4px 0 14px; }
      .box .headline .text-block p {
        margin: 0 0 10px; }
  .box .sub-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 10px; }

/* ACB: // .box */
/* box content */
/* ACB: // .tweets-box .headline .text-block h2 */
.twitter-block {
  padding: 0 0 0 9px;
  margin: 0 0 -8px;
  background: url(../images/ico-twitter-big.png) no-repeat 50% 100%; }

/* ACB: // .twitter-block */
.tweets-box .headline {
  padding: 12px 10px 8px;
  background: url(../images/ico-twitter.png) no-repeat 168px 3px; }

/* ACB: // .tweets-box .headline */
.box {
  /* ACB: // .video */
  /* ACB: // .play */ }
  .box .video {
    position: relative; }
  .box .play {
    left: 50%;
    top: 50%;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat -696px -4px;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px; }

/* ACB: // .box */
.main-set {
  background-color: white;
  /*
  background: url(../images/bg-main-shadow.png) repeat-x;
  */ }

/* ACB: // .main-set */
/* promo */
.promo {
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 13px 0 8px;
  /* ACB: // .col-left */
  /* ACB: // img */
  /* ACB: // .col-left img */
  /* ACB: // p */
  /* ACB: // .col-right */
  /* ACB: // .links */ }
  .promo .col-left {
    float: left;
    width: 280px;
    padding: 71px 25px 0;
    height: 494px;
    margin: 0 5px 0 0;
    background: url(../images/bg-promo-left.gif) no-repeat;
    /* ACB: // h2 */ }
    .promo .col-left h2 {
      margin: 0 0 36px;
      font-size: 28px;
      line-height: 28px;
      font-weight: normal; }
  .promo img {
    float: left; }
  .promo .col-left img {
    display: block;
    float: none;
    margin: 0 auto 33px; }
  .promo p {
    margin: 0 0 53px; }
  .promo .col-right {
    float: right;
    width: 330px;
    height: 533px;
    padding: 32px 0 0;
    background: url(../images/bg-promo-right.gif) no-repeat;
    /* ACB: // h2 */ }
    .promo .col-right h2 {
      margin: 0 0 14px;
      font-size: 15px;
      line-height: 17px;
      font-weight: 800;
      text-transform: uppercase; }
  .promo .links {
    font-weight: 800;
    /* ACB: // li */
    /* ACB: // a */ }
    .promo .links li {
      list-style: none; }
    .promo .links a {
      color: #fff; }

/* ACB: // .promo */
.promo-menu {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0 25px;
  /* ACB: // li */ }
  .promo-menu li {
    list-style: none;
    padding: 0 0 10px;
    /* ACB: // a */ }
    .promo-menu li a {
      display: block;
      background: #f1ad6a;
      color: #fff;
      padding: 27px 0 26px;
      border-top: 1px solid #fff;
      /* ACB: // &.apply-today */ }
      .promo-menu li a.apply-today {
        padding: 18px 0 80px; }

/* ACB: // .promo-menu */
/* content box */
.content-box {
  margin: 15px 0 0;
  padding: 11px 0 0;
  position: relative;
  background-color: #fff;
  /* ACB: // .content-frame */ }
  .content-box .content-frame {
    /* ACB: // &:after */ }
    .content-box .content-frame:after {
      content: "";
      display: block;
      clear: both; }

/* ACB: // .content-box */
.image-title {
  width: 100%;
  float: left;
  margin: -11px 0 0; }

/* ACB: // .image-title */
.two-columns {
  overflow: hidden;
  width: 100%;
  clear: both;
  /* ACB: // @media only screen and (max-width: $L) */
  /* ACB: // @else if $canvas == L */
  /* ACB: // @include MQ(L) */ }
  @media only screen and (max-width: 1071px) {
    .two-columns {
      padding-top: 60px; } }

/* ACB: // .two-columns */
/* content */
#content {
  float: right;
  width: 780px;
  /*padding: 10px 10px 0 0;*/
  padding: 15px 0 0 0; }

/* ACB: // #content */
.default-template #content {
  float: none;
  padding: 30px;
  width: auto;
  /* ACB: // p */ }
  .default-template #content p {
    margin-bottom: 20px; }

/* ACB: // .default-template #content */
.no-image #content {
  padding-top: 17px; }

/* ACB: // .no-image #content */
#content {
  /* ACB: // h1 */
  /* ACB: // h2 */
  /* ACB: // h3 */
  /* ACB: // p */
  /* ACB: // a */ }
  #content h1 {
    font-size: 28px;
    line-height: 1.25;
    color: #002663;
    margin: 0 0 15px;
    font-weight: 300; }
  #content h2 {
    font-size: 24px;
    line-height: 26px;
    color: #002663;
    margin: 0 0 15px;
    font-weight: 300; }
  #content h3 {
    color: #ec7a08;
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 10px; }
  #content p {
    margin: 0 0 10px; }
  #content a {
    color: #ec7a08; }

/* ACB: // #content */
#maincontent a {
  color: #ec7a08; }

/* ACB: // #maincontent a */
#content {
  /* ACB: // ul, ol */
  /* ACB: // ul */
  /* ACB: // ol */
  /* ACB: // ul li, ol li */ }
  #content ul,
  #content ol {
    margin: 0 0 15px;
    padding: 0 0 0 20px; }
  #content ul {
    list-style-type: circle; }
  #content ol {
    list-style-type: decimal; }
  #content ul li,
  #content ol li {
    list-style-position: outside;
    padding: 0; }

/* ACB: // #content */
.contacts {
  margin: 0 0 18px;
  /* ACB: // strong */
  /* ACB: // a */
  /* ACB: // span */ }
  .contacts strong {
    display: block; }
  .contacts a {
    color: #ec7a08; }
  .contacts span {
    display: block; }

/* ACB: // .contacts */
.time {
  display: block;
  margin: 0 0 18px; }

/* ACB: // .time */
#content {
  /* ACB: // address */
  /* ACB: // .intro */ }
  #content address {
    font-style: normal;
    /* ACB: // strong */ }
    #content address strong {
      display: block;
      color: #ec7a08; }
  #content .intro {
    overflow: hidden;
    /* ACB: // p */ }
    #content .intro p {
      margin: 0 0 20px; }

/* ACB: // #content */
.weather {
  margin: 0 0 3px -7px; }

/* ACB: // .weather */
#content .links {
  margin: 0 0 18px;
  /* ACB: // dt */
  /* ACB: // dd */ }
  #content .links dt {
    color: #002663;
    font-weight: bold;
    text-transform: uppercase; }
  #content .links dd {
    margin: 0;
    font-weight: bold;
    color: #313131;
    /* ACB: // ul */ }
    #content .links dd ul {
      margin: 0;
      padding: 0;
      /* ACB: // li */
      /* ACB: // a */ }
      #content .links dd ul li {
        list-style: none;
        display: inline; }
      #content .links dd ul a {
        color: #ec7a08; }

/* ACB: // #content .links */
/* schedule */
.schedule {
  padding: 5px 0 0; }

/* ACB: // .schedule */
#content .schedule {
  /* ACB: // h2 */
  /* ACB: // p */ }
  #content .schedule h2 {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold; }
  #content .schedule p {
    margin: 0 0 23px 17px; }

/* ACB: // #content .schedule */
/* tables */
.table-zone {
  background: #fff;
  width: 700px; }

/* ACB: // .table-zone */
.data-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  font-size: 13px;
  text-align: center;
  color: #58595b;
  margin: 0 0 20px;
  /* ACB: // thead th */
  /* ACB: // tbody */ }
  .data-table thead th {
    background: #ffbc16;
    border: 0;
    color: #58595b;
    text-align: center;
    padding: 5px 0; }
  .data-table tbody {
    /* ACB: // td */
    /* ACB: // .odd td */
    /* ACB: // .divider td */ }
    .data-table tbody td {
      border: 0;
      text-align: center;
      font-weight: bold;
      padding: 5px 0; }
    .data-table tbody .odd td {
      background: #c3daf1; }
    .data-table tbody .divider td {
      border-bottom: 1px solid #000; }

/* ACB: // .data-table */
.table-holder {
  border-top: 1px solid #aaa;
  padding: 20px 0 0; }

/* ACB: // .table-holder */
/* columns set */
.columns-set {
  overflow: hidden;
  /* ACB: // .col-left */
  /* ACB: // .col-right */ }
  .columns-set .col-left {
    float: left;
    width: 369px; }
  .columns-set .col-right {
    float: right;
    width: 363px; }

/* ACB: // .columns-set */
#content {
  /* ACB: // .section */
  /* ACB: // .columns-set */ }
  #content .section {
    font-size: 24px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 0 29px;
    /* ACB: // p */ }
    #content .section p {
      margin: 0 0 20px; }
  #content .columns-set {
    /* ACB: // .col-right */
    /* ACB: // .col-left */ }
    #content .columns-set .col-right {
      /* ACB: // h2 */
      /* ACB: // ul */ }
      #content .columns-set .col-right h2 {
        font-size: 24px;
        line-height: 29px;
        color: #ec7a08;
        margin: 0 0 8px 13px; }
      #content .columns-set .col-right ul {
        margin: 0;
        padding: 0 0 23px;
        /* ACB: // li */ }
        #content .columns-set .col-right ul li {
          padding: 0 0 0 10px;
          background: url(../images/dott.png) no-repeat 0 7px; }
    #content .columns-set .col-left {
      /* ACB: // img */
      /* ACB: // .text-block */ }
      #content .columns-set .col-left img {
        display: block;
        margin: 0 0 33px; }
      #content .columns-set .col-left .text-block {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        border: 2px solid #e4e4e4;
        border-width: 2px 0;
        overflow: hidden;
        padding: 24px 22px 2px; }

/* ACB: // #content */
/* content box 2 */
.content-box2 {
  max-width: 1050px;
  /* ACB: // .content-holder */
  /* ACB: // .content-frame */
  /* ACB: // .image-box */ }
  .content-box2 .content-holder {
    padding: 0 0 24px; }
  .content-box2 .content-frame {
    /* ACB: // &:after */ }
    .content-box2 .content-frame:after {
      content: "";
      display: block;
      clear: both; }
  .content-box2 .image-box {
    margin: -5px 0 0;
    width: 100%;
    float: left; }

/* ACB: // .content-box2 */
.bar {
  width: 100%;
  clear: both;
  overflow: hidden;
  height: 51px;
  margin: 0;
  border: 1px solid #a9a9a9;
  background: url(../images/bg-bar.gif) repeat-x; }

/* ACB: // .bar */
/* section set */
.section-set {
  overflow: hidden;
  padding: 16px 34px 65px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  /* ACB: // h1 */
  /* ACB: // .col-left */
  /* ACB: // .col-right */
  /* ACB: // p */ }
  .section-set h1 {
    margin: 0; }
  .section-set .col-left {
    float: left;
    width: 420px; }
  .section-set .col-right {
    float: right;
    width: 420px; }
  .section-set p {
    margin: 0 0 26px;
    /* ACB: // img */ }
    .section-set p img {
      display: inline-block;
      vertical-align: bottom;
      margin: 5px 6px -4px 0; }

/* ACB: // .section-set */
/* learn more */
.learn-more {
  display: block;
  color: #fff;
  background: url("../images/sprite.png") no-repeat -777px -8px;
  width: 175px;
  height: 22px;
  padding: 4px 0 0;
  text-align: center;
  text-transform: uppercase;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif; }

/* ACB: // .learn-more */
/* intro section */
.intro-section {
  overflow: hidden;
  font-size: 23px;
  line-height: 30px;
  color: #000;
  padding: 22px 37px 33px;
  /* ACB: // p img */ }
  .intro-section p img {
    display: inline-block;
    vertical-align: middle;
    margin: -13px 0; }

/* ACB: // .intro-section */
/* headings */
.sub-heading {
  overflow: hidden;
  padding: 15px 12px 12px;
  border: 1px solid #a9a9a9;
  background: #efefef url(../images/bg-sub-heading.gif) repeat-x;
  /* ACB: // h2 */ }
  .sub-heading h2 {
    margin: 0;
    color: #09347a;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px; }

/* ACB: // .sub-heading */
.info-section {
  padding: 32px 35px 17px;
  overflow: hidden;
  font-size: 23px;
  line-height: 30px;
  color: #000;
  /* ACB: // img */ }
  .info-section img {
    display: block;
    margin: 0 0 8px; }

/* ACB: // .info-section */
.heading {
  overflow: hidden;
  padding: 16px 13px 13px;
  border: 1px solid #a9a9a9;
  border-width: 1px 0;
  background: #f99d32;
  margin: 0 0 25px;
  min-height: 20px;
  /* ACB: // h2 */ }
  .heading h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    /* ACB: // span */ }
    .heading h2 span {
      font-size: 30px; }

/* ACB: // .heading */
/* info-set */
.info-set {
  overflow: hidden;
  padding: 14px 22px 34px;
  /* ACB: // .col-left */
  /* ACB: // .heading */
  /* ACB: // .data-table */
  /* ACB: // .classic-table td */
  /* ACB: // .bravo-table td */
  /* ACB: // .data-table tr:first-child td:first-child */
  /* ACB: // .col-right */
  /* ACB: // .text-block */ }
  .info-set .col-left {
    float: left;
    width: 542px; }
  .info-set .heading {
    padding: 0;
    background: none;
    border: 0;
    margin: 0;
    text-align: right; }
  .info-set .data-table {
    /* ACB: // td */
    /* ACB: // .ok, .free */
    /* ACB: // .no */ }
    .info-set .data-table td {
      border: 2px solid #012a70;
      text-align: left;
      background: #f0e4d8;
      padding: 6px 10px 6px 56px;
      width: 137px;
      color: #000;
      font-style: italic;
      vertical-align: middle;
      /* ACB: // &:first-child */ }
      .info-set .data-table td:first-child {
        width: 299px;
        padding: 6px 10px 6px 24px;
        background: #f1f1f0;
        color: #424345;
        border-color: #728bb1;
        border-right: 0; }
    .info-set .data-table .ok,
    .info-set .data-table .free {
      background: url(../images/bg-ok-black.png) no-repeat 0 50%; }
    .info-set .data-table .no {
      background: url(../images/bg-no-black.png) no-repeat 0 50%; }
  .info-set .classic-table td {
    background: #dbe5e0;
    /* ACB: // &:first-child */ }
    .info-set .classic-table td:first-child {
      background: #f0f0f0; }
  .info-set .bravo-table td {
    background: #dce0e6;
    /* ACB: // &:first-child */ }
    .info-set .bravo-table td:first-child {
      background: #f0f0f0; }
  .info-set .data-table tr:first-child td:first-child {
    background: #f0f0e2; }
  .info-set .col-right {
    float: right;
    width: 385px; }
  .info-set .text-block {
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    margin: 68px 0 0;
    padding: 28px 25px 18px;
    border: 1px solid #666;
    /* ACB: // strong */ }
    .info-set .text-block strong {
      display: block; }

/* ACB: // .info-set */
/* info-set table */
.image-block {
  padding: 0 0 35px;
  /* ACB: // img */ }
  .image-block img {
    display: block;
    margin: 0 auto;
    border: 1px solid #c3c3c3; }

/* ACB: // .image-block */
.green-heading {
  background: #0e7d3e; }

/* ACB: // .green-heading */
.blue-heading {
  background: #002663; }

/* ACB: // .blue-heading */
.buttons {
  overflow: hidden;
  padding: 10px 16px 33px 0;
  /* ACB: // a */ }
  .buttons a {
    float: right; }

/* ACB: // .buttons */
/* ACB: // .chart */
.chart-heading {
  overflow: hidden;
  text-align: right;
  padding: 41px 28px 0 20px;
  /* ACB: // .image-wrapper */
  /* ACB: // img */ }
  .chart-heading .image-wrapper {
    background-color: #fff; }
  .chart-heading img {
    vertical-align: bottom;
    margin: 0; }

/* ACB: // .chart-heading */
.chart .table-zone {
  padding: 0 28px 0 35px;
  background: none;
  width: auto; }

/* ACB: // .chart .table-zone */
.chart-table {
  width: 100%;
  font-style: italic;
  border-collapse: collapse;
  /* ACB: // td */
  /* ACB: // thead */
  /* ACB: // th */
  /* ACB: // thead th:first-child */
  /* ACB: // .last */
  /* ACB: // tbody td */ }
  .chart-table td {
    border: 1px solid #6572a1; }
  .chart-table thead {
    /* ACB: // th, td */ }
    .chart-table thead th,
    .chart-table thead td {
      text-align: center; }
  .chart-table th {
    background: #f5f1e2;
    color: #58585a;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    padding: 10px 24px; }
  .chart-table thead th:first-child {
    text-align: left;
    font-weight: bold; }
  .chart-table .last {
    color: #002764; }
  .chart-table tbody td {
    padding: 10px 24px;
    vertical-align: middle;
    line-height: 1;
    /* ACB: // &:first-child */
    /* ACB: // &.last */ }
    .chart-table tbody td:first-child {
      text-align: left;
      padding: 6px 24px; }
    .chart-table tbody td.last {
      font-weight: bold; }

/* ACB: // .chart-table */
.ok {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.png") no-repeat -577px -55px;
  width: 13px;
  height: 14px; }

/* ACB: // .ok */
.no {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.png") no-repeat -577px -55px;
  width: 13px;
  height: 14px;
  background: url("../images/sprite.png") no-repeat -559px -55px;
  width: 12px;
  height: 13px; }

/* ACB: // .no */
.free {
  display: inline-block;
  padding: 0 0 0 21px;
  background: url(../images/ico-ok.png) no-repeat; }

/* ACB: // .free */
.questions-form .row {
  /* ACB: // .popup */
  /* ACB: // &:hover .popup */ }
  .questions-form .row .popup {
    display: none; }
  .questions-form .row:hover .popup {
    display: block; }

/* ACB: // .questions-form .row */
.chart .section {
  font-size: 23px;
  line-height: 30px;
  padding: 46px 0 30px 36px;
  /* ACB: // p */ }
  .chart .section p {
    margin: 0;
    /* ACB: // img */ }
    .chart .section p img {
      display: inline-block;
      vertical-align: top;
      margin: -19px 8px -7px 0; }

/* ACB: // .chart .section */
.questions-form {
  margin: 0;
  padding: 38px 28px 23px 43px;
  /* ACB: // .row */
  /* ACB: // label */
  /* ACB: // input[type="radio"] */
  /* ACB: // .input-checked-parent */
  /* ACB: // input[type="submit"] */ }
  .questions-form .row {
    position: relative;
    margin: 0 0 32px;
    /* ACB: // &:after */ }
    .questions-form .row:after {
      content: "";
      display: block;
      clear: both; }
  .questions-form label {
    font-size: 23px;
    line-height: 30px;
    float: right;
    width: 870px; }
  .questions-form input[type="radio"] {
    float: left;
    margin: 8px 0 0 0;
    padding: 0;
    width: 15px;
    height: 15px; }
  .questions-form .input-checked-parent {
    border: 1px solid #727272;
    background: #fff;
    margin: -6px 0 22px -10px;
    padding: 8px 39px 17px;
    /* ACB: // label */ }
    .questions-form .input-checked-parent label {
      width: 800px; }
  .questions-form input[type="submit"] {
    background: url("../images/sprite.png") no-repeat -777px -8px;
    width: 175px;
    height: 26px;
    color: #fff;
    border: 0;
    display: block;
    margin: 0 0 0 auto;
    padding: 0 0 2px;
    text-transform: uppercase;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif; }

/* ACB: // .questions-form */
/* popup */
.popup {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #666;
  background: #fff;
  padding: 30px 25px;
  width: 538px;
  z-index: 100;
  font-size: 14px;
  line-height: 17px;
  /* ACB: // .close */
  /* ACB: // p */ }
  .popup .close {
    position: absolute;
    top: 7px;
    right: 8px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat -602px -55px;
    width: 8px;
    height: 8px; }
  .popup p {
    margin: 0;
    /* ACB: // strong */ }
    .popup p strong {
      display: block; }

/* ACB: // .popup */
.map-holder {
  width: 100%;
  float: left;
  margin: -11px 0 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  /* ACB: // ul, li */
  /* ACB: // #map-canvas */ }
  .map-holder ul,
  .map-holder li {
    list-style: none; }
  .map-holder #map-canvas {
    height: 585px; }

/* ACB: // .map-holder */
/* map description */
.description {
  width: 100%;
  overflow: hidden;
  clear: both;
  border-bottom: 4px solid #faf205;
  border-top: 2px solid #c0dded;
  background: #002663;
  /* ACB: // ul */
  /* ACB: // .flexslider-controls */
  /* ACB: // div */ }
  .description ul {
    margin: 0;
    padding: 11px 0 7px 50px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    /* ACB: // li */ }
    .description ul li {
      float: left;
      margin: 0 0 0 75px;
      padding: 12px 0 12px 46px;
      color: #fff;
      list-style: none;
      cursor: pointer;
      /* ACB: // a */ }
      .description ul li a {
        color: #fff; }
  .description .flexslider-controls {
    text-align: center; }
  .description div {
    /* ACB: // &.route, &.float */
    /* ACB: // &.route:hover, &.float:hover */
    /* ACB: // &.route */
    /* ACB: // &.float */ }
    .description div.route, .description div.float {
      display: inline-block;
      margin: 20px;
      padding: 12px 0 12px 46px;
      color: #fff;
      list-style: none;
      cursor: pointer;
      font-weight: 700; }
    .description div.route:hover, .description div.float:hover {
      text-decoration: underline; }
    .description div.route {
      background: url(../images/ico-08.png) no-repeat; }
    .description div.float {
      background: url(../images/ico-09.png) no-repeat; }

/* ACB: // .description */
/*
.description ul li.google {
	background: url(../images/ico-10.png) no-repeat 0 4px;
}
.description ul li.print {
	background: url(../images/ico-11.png) no-repeat 0 2px;
}
.description ul li.download {
	background: url(../images/ico-12.png) no-repeat;
}
*/
.map-box .content-frame {
  background: none; }

/* ACB: // .map-box .content-frame */
/* map intro block */
.map-intro-block {
  text-align: center;
  padding: 58px 75px 14px;
  font-size: 25px;
  line-height: 30px;
  overflow: hidden;
  background: #e1e0e2 url(../images/bg-map-intro-block.gif) no-repeat;
  /* ACB: // h2 */
  /* ACB: // p */ }
  .map-intro-block h2 {
    margin: 0 0 17px;
    color: #ec7a08;
    font-size: 28px;
    line-height: 32px; }
  .map-intro-block p {
    margin: 0 0 30px; }

/* ACB: // .map-intro-block */
.map-area {
  background: #e1e0e2;
  margin: 0;
  overflow: hidden;
  /* ACB: // &:after */
  /* ACB: // > .news */
  /* ACB: // .col-left */
  /* ACB: // .col-right */
  /* ACB: // .box */ }
  .map-area:after {
    content: "";
    display: block;
    clear: both; }
  .map-area > .news {
    float: left;
    width: 48%;
    /* ACB: // &:nth-child(even) */
    /* ACB: // &:nth-child(odd) */
    /* ACB: // img */ }
    .map-area > .news:nth-child(even) {
      float: right; }
    .map-area > .news:nth-child(odd) {
      clear: both; }
    .map-area > .news img {
      width: 100% !important; }
  .map-area .col-left {
    float: left;
    width: 496px; }
  .map-area .col-right {
    float: right;
    width: 496px;
    margin: 0 -4px 0 0; }
  .map-area .box {
    float: none;
    width: auto;
    margin: 0 0 9px;
    font-size: 18px;
    line-height: 24px;
    background: none; }

/* ACB: // .map-area */
.box .number {
  display: none; }

/* ACB: // .box .number */
.box2 h3 {
  margin: 0 0 20px;
  color: #f69924;
  font-size: 24px;
  line-height: 28px;
  /* ACB: // a */ }
  .box2 h3 a {
    color: #f69924; }

/* ACB: // .box2 h3 */
.map-box .content-frame {
  padding-bottom: 0; }

/* ACB: // .map-box .content-frame */
.box2 {
  /* ACB: // .content */
  /* ACB: // p */
  /* ACB: // h2 */ }
  .box2 .content {
    padding: 12px 27px 13px; }
  .box2 p {
    margin: 0 0 21px; }
  .box2 h2 {
    margin: 0 0 19px; }

/* ACB: // .box2 */
.phone-box {
  overflow: hidden;
  width: 100%;
  float: left;
  /* ACB: // .avatar */
  /* ACB: // .ico */
  /* ACB: // .text-block */ }
  .phone-box .avatar {
    float: left;
    margin: 0;
    border-right: 1px solid #c0c0c0; }
  .phone-box .ico {
    margin: 56px 0 0 -34px;
    float: left; }
  .phone-box .text-block {
    float: right;
    width: 280px;
    margin: 0 0 0 -20px;
    text-align: center;
    padding: 47px 0 0;
    /* ACB: // .phone */
    /* ACB: // p */ }
    .phone-box .text-block .phone {
      display: block;
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 26px; }
    .phone-box .text-block p {
      margin: 0; }

/* ACB: // .phone-box */
.legend {
  padding: 9px 0 0 38px;
  /* ACB: // h3 */
  /* ACB: // ul */ }
  .legend h3 {
    margin: 0 0 8px;
    color: #002b5d;
    font-size: 17px; }
  .legend ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    /* ACB: // li */ }
    .legend ul li {
      list-style: none;
      float: left;
      margin: 0 0 11px;
      /* ACB: // &.hub */
      /* ACB: // &.airport */
      /* ACB: // &.floatports */
      /* ACB: // &.float-plane */ }
      .legend ul li.hub {
        color: #ab1d1f;
        font-weight: bold;
        padding: 0 0 0 38px;
        width: 234px;
        background: url(../images/ico-16.png) no-repeat; }
      .legend ul li.airport {
        color: #26404f;
        width: 110px;
        padding: 0 0 0 36px;
        font-weight: bold;
        background: url(../images/ico-15.png) no-repeat; }
      .legend ul li.floatports {
        padding: 0 0 0 40px;
        color: #005fa4;
        width: 234px;
        font-size: 12px;
        background: url(../images/ico-14.png) no-repeat; }
      .legend ul li.float-plane {
        color: #005fa4;
        width: 110px;
        padding: 5px 0 0 33px;
        line-height: 13px;
        font-size: 13px;
        margin: 0;
        background: url(../images/dott-blue.png) no-repeat 6px 4px; }

/* ACB: // .legend */
.pdf {
  overflow: hidden;
  text-align: left;
  padding: 3px 0 0 7px;
  /* ACB: // .ico */
  /* ACB: // h2 */ }
  .pdf .ico {
    margin: 0 41px 0 0;
    float: left; }
  .pdf h2 {
    margin: 14px 0 0; }

/* ACB: // .pdf */
/* sidebar */
#sidebar {
  float: left;
  width: 198px;
  padding: 20px 0 0 24px; }

/* ACB: // #sidebar */
.no-image #sidebar {
  padding-top: 23px; }

/* ACB: // .no-image #sidebar */
#sidebar h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 20px;
  color: #313131;
  text-transform: uppercase; }

/* ACB: // #sidebar h3 */
/* side nav */
.side-nav {
  margin: 0;
  padding: 0 5px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  /* ACB: // li */
  /* ACB: // ul */ }
  .side-nav li {
    list-style: none;
    /* ACB: // a */ }
    .side-nav li a {
      color: #313131; }
  .side-nav ul {
    margin: 0;
    padding: 2px 0 2px 15px;
    text-transform: none;
    font-weight: normal;
    /* ACB: // strong */ }
    .side-nav ul strong {
      color: #002663; }

/* ACB: // .side-nav */
/* side menu */
.side-menu {
  margin: 0;
  /*padding: 7px 0 23px 16px;*/
  padding-left: 16px;
  font-size: 13px;
  line-height: 15px;
  /* ACB: // li */
  /* ACB: // a */
  /* ACB: // .active a, a:hover */ }
  .side-menu li {
    list-style: none; }
  .side-menu a {
    color: #313131; }
  .side-menu .active a,
  .side-menu a:hover {
    text-decoration: none;
    color: #002663;
    font-weight: bold; }

/* ACB: // .side-menu */
.search-form {
  /* ACB: // .row */
  /* ACB: // input[type="text"] */
  /*margin: -3px 0 96px -6px;*/ }
  .search-form .row {
    width: 234px;
    height: 40px;
    position: relative;
    /* ACB: // &::after */ }
    .search-form .row::after {
      content: "\f002";
      font-family: "FontAwesome";
      position: absolute;
      color: #bbbbbb;
      font-size: 12px;
      top: 13px;
      right: 40px;
      z-index: 10;
      cursor: pointer; }
  .search-form input[type="text"] {
    background-color: white;
    border: 0;
    color: #c2c2c2;
    font-size: 14px;
    margin: 0;
    height: 40px;
    width: 212px;
    padding: 1px 11px;
    outline: none; }

/* ACB: // .search-form */
#footer .image-box {
  /* ACB: // img */
  /* ACB: // h4 */ }
  #footer .image-box img {
    float: left; }
  #footer .image-box h4 {
    margin: 0;
    color: #5e5f5f;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    width: 131px;
    padding: 121px 13px 0 0;
    float: right; }

/* ACB: // #footer .image-box */
/* meta */
.meta {
  overflow: hidden;
  font-size: 10px;
  line-height: 12px;
  color: #a1a8ba;
  padding: 0 0 0 26px;
  /* ACB: // ul */
  /* ACB: // p */ }
  .meta ul {
    float: right;
    font-size: 14px;
    line-height: 18px;
    margin: -2px -13px 0 0;
    padding: 0 0 2px;
    /* ACB: // li */ }
    .meta ul li {
      float: left;
      padding: 0 12px 0 11px;
      list-style: none;
      background: url(../images/divider-04.gif) no-repeat 0 50%;
      /* ACB: // &:first-child */
      /* ACB: // a */ }
      .meta ul li:first-child {
        background: none; }
      .meta ul li a {
        color: #fff; }
  .meta p {
    margin: 3px 0 0; }

/* ACB: // .meta */
body {
  /* ACB: // &.page-template-template-passes-php */
  /* ACB: // &.page-template-template-brochure-php */ }
  body.page-template-template-passes-php {
    /* ACB: // .content-frame */
    /* ACB: // a.learn-more */ }
    body.page-template-template-passes-php .content-frame {
      /* ACB: // .section img, .section-set img */ }
      body.page-template-template-passes-php .content-frame .section img,
      body.page-template-template-passes-php .content-frame .section-set img {
        vertical-align: bottom;
        padding-right: 3px; }
    body.page-template-template-passes-php a.learn-more {
      margin-top: 20px; }
  body.page-template-template-brochure-php {
    /* ACB: // &.page-id-1546 .map-box, &.page-id-57 .map-box */ }
    body.page-template-template-brochure-php.page-id-1546 .map-box, body.page-template-template-brochure-php.page-id-57 .map-box {
      background: none;
      padding: 0; }

/* ACB: // body */
#ui-datepicker-div,
.ui-datepicker-header {
  border-radius: 0; }

/* ACB: // #ui-datepicker-div, .ui-datepicker-header */
.ui-widget-header {
  font-weight: 400; }

/* ACB: // .ui-widget-header */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none; }

/* ACB: // .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-color: #eee; }

/* ACB: // .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled */
.newslist .posttitle {
  font-weight: 700; }

/* ACB: // .newslist .posttitle */
#Flight {
  margin: 0; }

/* ACB: // #Flight */
.search-results #maincontent a {
  color: #ec7a08; }

/* ACB: // .search-results #maincontent a */
input:focus {
  /* ACB: // &::-webkit-input-placeholder */
  /* ACB: // &:-moz-placeholder */
  /* ACB: // &:-ms-input-placeholder */
  /* ACB: // &::-moz-placeholder */ }
  input:focus::-webkit-input-placeholder {
    color: transparent; }
  input:focus:-moz-placeholder {
    /* Firefox 18- */
    color: transparent; }
  input:focus:-ms-input-placeholder {
    color: transparent; }
  input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent; }

/* ACB: // input:focus */
.remember-me-checkbox {
  display: none; }

/* ACB: // .remember-me-checkbox */
.single-visitor .container .content-holder,
.post-type-archive-visitor .container .content-holder,
.tax-visitor_taxonomies .container .content-holder {
  margin-right: 250px; }

/* ACB: // .single-visitor .container .content-holder, .post-type-archive-visitor .container .content-holder, .tax-visitor_taxonomies .container .content-holder */
.post-type-archive-visitor #maincontent .post,
.tax-visitor_taxonomies #maincontent .post {
  border-bottom: 1px solid #ddd;
  padding: 30px 0 25px; }

/* ACB: // .post-type-archive-visitor #maincontent .post, .tax-visitor_taxonomies #maincontent .post */
.post-type-archive-visitor .posttitle a,
.tax-visitor_taxonomies .posttitle a {
  color: #ed7e00; }

/* ACB: // .post-type-archive-visitor .posttitle a, .tax-visitor_taxonomies .posttitle a */
.post-type-archive-visitor {
  /* ACB: // .postcontent p, .post-link */ }
  .post-type-archive-visitor .postcontent p,
  .post-type-archive-visitor .post-link {
    margin: 0; }

/* ACB: // .post-type-archive-visitor */
.tax-visitor_taxonomies {
  /* ACB: // .postcontent p, .post-link */ }
  .tax-visitor_taxonomies .postcontent p,
  .tax-visitor_taxonomies .post-link {
    margin: 0; }

/* ACB: // .tax-visitor_taxonomies */
.post-type-archive-visitor #maincontent .post-image,
.tax-visitor_taxonomies #maincontent .post-image {
  margin-bottom: 20px; }

/* ACB: // .post-type-archive-visitor #maincontent .post-image, .tax-visitor_taxonomies #maincontent .post-image */
.post-type-archive-visitor #maincontent .post-image a,
.tax-visitor_taxonomies #maincontent .post-image a {
  display: block;
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* ACB: // .post-type-archive-visitor #maincontent .post-image a, .tax-visitor_taxonomies #maincontent .post-image a */
.single-visitor {
  /* ACB: // .post-slideshow */
  /* ACB: // .post-photo */
  /* ACB: // .post-slideshow */ }
  .single-visitor .post-slideshow {
    position: relative;
    margin-bottom: 50px; }
  .single-visitor .post-photo {
    margin-bottom: 20px;
    /* ACB: // .panel */ }
    .single-visitor .post-photo .panel {
      text-align: center;
      height: 370px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .single-visitor .post-slideshow {
    /* ACB: // .panel */
    /* ACB: // .flex-direction-nav li */ }
    .single-visitor .post-slideshow .panel {
      text-align: center;
      height: 370px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .single-visitor .post-slideshow .flex-direction-nav li {
      list-style: none;
      /* ACB: // .flex-prev */
      /* ACB: // .flex-next */ }
      .single-visitor .post-slideshow .flex-direction-nav li .flex-prev {
        opacity: 1;
        left: 20px; }
      .single-visitor .post-slideshow .flex-direction-nav li .flex-next {
        opacity: 1;
        right: 20px; }

/* ACB: // .single-visitor */
.post-type-archive-visitor .section-set .info,
.tax-visitor_taxonomies .section-set .info {
  margin-bottom: 20px !important; }

/* ACB: // .post-type-archive-visitor .section-set .info, .tax-visitor_taxonomies .section-set .info */
#sidebar-visitor {
  position: absolute;
  right: 0;
  width: 250px;
  padding: 20px;
  /* ACB: // .latest-posts-wrapper */
  /* ACB: // .recent-visitor-post */
  /* ACB: // ul li */ }
  #sidebar-visitor .latest-posts-wrapper {
    margin-bottom: 15px;
    /* ACB: // h3 */ }
    #sidebar-visitor .latest-posts-wrapper h3 {
      margin: 0; }
  #sidebar-visitor .recent-visitor-post {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    /* ACB: // &:after */
    /* ACB: // .post-image */
    /* ACB: // .post-date, .post-author */
    /* ACB: // .post-title a */ }
    #sidebar-visitor .recent-visitor-post:after {
      display: table;
      clear: both;
      content: ""; }
    #sidebar-visitor .recent-visitor-post .post-image {
      float: left;
      margin-right: 10px;
      margin-top: 5px; }
    #sidebar-visitor .recent-visitor-post .post-date,
    #sidebar-visitor .recent-visitor-post .post-author {
      font-size: 12px; }
    #sidebar-visitor .recent-visitor-post .post-title a {
      color: #ed7e00; }
  #sidebar-visitor ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    /* ACB: // a */ }
    #sidebar-visitor ul li a {
      display: block;
      padding: 10px;
      border: 1px solid #ddd;
      font-weight: 700;
      /* ACB: // &:hover */ }
      #sidebar-visitor ul li a:hover {
        text-decoration: none;
        background-color: #002663;
        color: #fff; }

/* ACB: // #sidebar-visitor */
.commentlist .comment-thread .comment-thread {
  padding-left: 30px;
  border-left: 1px solid #ccc; }

/* ACB: // .commentlist .comment-thread .comment-thread */
.comment-author {
  color: #ed7e00;
  font-weight: 700;
  /* ACB: // a */ }
  .comment-author a {
    color: #002663; }

/* ACB: // .comment-author */
.comment-reply-link {
  color: #002663;
  font-weight: 700; }

/* ACB: // .comment-reply-link */
#commentform {
  /* ACB: // .form-label */
  /* ACB: // .form-item */
  /* ACB: // textarea */
  /* ACB: // input[type="submit"] */ }
  #commentform .form-label {
    margin-bottom: 10px; }
  #commentform .form-item {
    margin-bottom: 20px; }
  #commentform textarea {
    width: 100%; }
  #commentform input[type="submit"] {
    background-color: #ed7e00;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0;
    -webkit-appearance: none; }

/* ACB: // #commentform */
/*Top Menu Links*/
#menu-top-menu-1 li.tablet-show,
.tablet-show,
.mobile-show {
  display: none; }

/* ACB: // #menu-top-menu-1 li.tablet-show, .tablet-show, .mobile-show */
.visual-form-builder .vfb-legend {
  margin: 0 !important;
  padding: 15px 20px !important; }

/* ACB: // .visual-form-builder .vfb-legend */
.btn-back-post-archive {
  font-weight: 600;
  display: block;
  float: left;
  /* ACB: // .fa */ }
  .btn-back-post-archive .fa {
    font-weight: 400;
    margin-right: 5px; }

/* ACB: // .btn-back-post-archive */
#mc_embed_signup {
  width: auto !important;
  /* ACB: // form */
  /* ACB: // .mc-field-group .asterisk */ }
  #mc_embed_signup form {
    padding: 0 !important; }
  #mc_embed_signup .mc-field-group .asterisk {
    line-height: 17px;
    top: auto !important;
    right: auto !important; }

/* ACB: // #mc_embed_signup */
.tablepress-id-17 img {
  display: block; }

/* ACB: // .tablepress-id-17 img */
.tablepress img {
  max-width: 100%;
  height: auto; }

/* ACB: // .tablepress img */
/* desktop only */
@media screen and (min-width: 1025px) {
  .side-menu, .filters {
      display: block !important;
  }
}
  /* ACB: // .side-menu, .filters */ }
/* ACB: // @media screen and (min-width: 1024px) */
/*Home page*/
.tab-content {
  /* ACB: // .tab_breadcrumbs */
  /* ACB: // label */ }
  .tab-content .tab_breadcrumbs {
    margin-bottom: 10px;
    /* ACB: // label */ }
    .tab-content .tab_breadcrumbs label {
      cursor: pointer;
      /* ACB: // &:hover */
      /* ACB: // &:after */ }
      .tab-content .tab_breadcrumbs label:hover {
        color: #002567; }
      .tab-content .tab_breadcrumbs label:after {
        content: "\f105";
        font-family: "FontAwesome";
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 3px; }
  .tab-content label {
    font-weight: bold; }

/* ACB: // .booking-form-wrapper */
.banner_contents {
  /* ACB: // .container_wrapper */
  /* ACB: // .container */
  /* ACB: // .container_tabs */ }
  .banner_contents .container_wrapper {
    /* ACB: // &::after, &::before */
    /* ACB: // &::after */
    margin: 0 auto; }
    .banner_contents .container_wrapper::after, .banner_contents .container_wrapper::before {
      content: "";
      display: table; }
    .banner_contents .container_wrapper::after {
      clear: both; }
  .banner_contents .container {
    width: 470px;
    margin: 40px;
    position: absolute;
    top: 0;
    z-index: 100; }
  .banner_contents .container_tabs {
    max-width: 1450px;
    margin: 0 auto; }

/* ACB: // .banner_contents */
#tab-5 {
  margin: 0 -11px;
  /* ACB: // iframe */ }
  #tab-5 iframe {
    width: 100%; }

/* ACB: // #tab-5 */
.banner_contents .container ul {
  padding-left: 0;
  margin-left: 0;
  /* ACB: // li */
  /* ACB: // &.tabs .tab-link */ }
  .banner_contents .container ul li {
    list-style-type: none !important; }
  .banner_contents .container ul.tabs .tab-link {
    float: left;
    background-color: #00163d;
    padding: 13px 40px;
    color: rgba(255, 250, 250, 0.6);
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    /* ACB: // &.current */
    /* ACB: // &.first */
    /* ACB: // &.last */ }
    .banner_contents .container ul.tabs .tab-link.current {
      color: white; }
    .banner_contents .container ul.tabs .tab-link.first {
      border-left: 1px solid #fff;
      border-top-left-radius: 5px; }
    .banner_contents .container ul.tabs .tab-link.last {
      border-top-right-radius: 5px; }

/* ACB: // .banner_contents .container ul */
label.inner_current {
  color: #012665; }

/* ACB: // label.inner_current */
.aligncenter {
  display: block;
  margin: 0 auto; }

/* ACB: // .aligncenter */
.tab-content {
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: 470px;
  height: 415px;
  clear: both; }
  .tab-content.current {
    display: block; }

/* ACB: // .tab-content */
.buttons-set .btn_search_flight {
  width: auto !important;
  display: block;
  text-align: center;
  background-color: #ec7a08;
  color: white;
  padding: 10px 32px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  position: relative;
  font-size: 14px;
  width: 46%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* ACB: // #FlightWatch .buttons-set .btn_search_flight */
.booking-form-wrapper .buttons-set .btn_search_flight:hover {
  text-decoration: none; }

/* ACB: // .booking-form-wrapper .buttons-set .btn_search_flight:hover */
.inner-tab-content.inner_current {
  display: block; }

/* ACB: // .inner-tab-content.inner_current, .booking-form-wrapper.current */
.banner_contents .container ul.tabs .tab-link.current {
  opacity: 1;
  background-color: #002663; }

/* ACB: // .banner_contents .container ul.tabs .tab-link.current */
/*Hotels*/
.inner-tab-content .cell1 .select-holder {
  width: 47%;
  margin-right: 6%; }

/* ACB: // .inner-tab-content .cell1 .select-holder */
.select-holder.wide {
  width: 100% !important;
  float: none !important; }

/* ACB: // .select-holder.wide */
#frm {
  /* ACB: // .select-holder:nth-child(3) */
  /* ACB: // .buttons-set */
  /* ACB: // .assistance */
  /* ACB: // .select-holder */ }
  #frm .select-holder:nth-child(3) {
    margin-right: 0; }
  #frm .buttons-set {
    margin-top: 17px; }
  #frm .assistance {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 11px;
    margin-top: -3px; }
  #frm .select-holder {
    margin-bottom: 15px;
    /* ACB: // .select-container */
    /* ACB: // &.wide.checkbox */ }
    #frm .select-holder .select-container {
      /* ACB: // &.date */
      /* ACB: // &.month */ }
      #frm .select-holder .select-container.date {
        width: 50px;
        float: left;
        /* ACB: // select */ }
        #frm .select-holder .select-container.date select {
          width: 50px;
          float: left; }
      #frm .select-holder .select-container.month {
        margin-left: 65px; }
    #frm .select-holder.wide.checkbox {
      clear: both;
      /* ACB: // label */ }
      #frm .select-holder.wide.checkbox label {
        display: inline; }

/* ACB: // #frm */
/*Booking Engine Inner Tab*/
.inner-tab-content {
  display: none;
  /* ACB: // .search_iframe */ }
  .inner-tab-content .search_iframe {
    border-bottom: 0 !important;
    margin: -8px !important;
    padding-bottom: 0 !important; }

/* ACB: // .inner-tab-content */
.tab-content {
  /* ACB: // .tab-context */
  /* ACB: // form */ }
  .tab-content .tab-context {
    padding: 30px 40px 30px; }
  .tab-content form {
    margin-bottom: 0;
    height: auto; }

/* ACB: // .tab-content */
/*#frm > h1 {
	margin-top: -5px;
	margin-bottom: 0;
}
#frm > p {
	margin-bottom: 5px;

}*/
/*Mobile / Desktop Form*/
.flight.tablet_show {
  display: none; }

/* ACB: // .flight.tablet_show */
/*Status*/
label .required {
  margin-top: 5px;
  font-size: 10px;
  float: right;
  font-style: italic; }

/* ACB: // label .required */
.tab-content {
  /* ACB: // #FlightWatch .cell1 */
  /* ACB: // #Search > h1 */
  /* ACB: // #FlightWatch */
  /* ACB: // .cell1 .select-holder input[type='text'] */
  /* ACB: // .buttons-set */
  /* ACB: // #Search */ }
  .tab-content #FlightWatch .cell1 {
    /* ACB: // &::before */
    /* ACB: // &::after */
    /* ACB: // .select-holder */ }
    .tab-content #FlightWatch .cell1::before {
      content: '';
      display: table; }
    .tab-content #FlightWatch .cell1::after {
      content: '';
      display: table;
      clear: both; }
    .tab-content #FlightWatch .cell1 .select-holder {
      width: 46%;
      float: left;
      margin-right: 8%;
      margin-bottom: 15px; }
  .tab-content #Search > h1 {
    color: #002567; }
  .tab-content #FlightWatch {
    /* ACB: // > h1 */
    /* ACB: // .cell1 .select-holder:nth-child(2n) */ }
    .tab-content #FlightWatch > h1 {
      color: #002567; }
    .tab-content #FlightWatch .cell1 .select-holder:nth-child(2n) {
      margin-right: 0; }
  .tab-content .cell1 .select-holder input[type='text'] {
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 14px; }
  .tab-content .buttons-set {
    clear: both;
    margin-top: 10px; }
  .tab-content #Search {
    /* ACB: // .buttons-set .btn_search_flight */
    /* ACB: // .cell1 */
    /* ACB: // .select-holder */ }
    .tab-content #Search .buttons-set .btn_search_flight {
      width: 100%; }
    .tab-content #Search .cell1 {
      margin-bottom: 20px; }
    .tab-content #Search .select-holder {
      margin-bottom: 10px; }

/* ACB: // .tab-content */
/*tab manage*/
/*context*/
.homepage_banner_container {
  position: relative;
  clear: both; }

/* ACB: // .homepage_banner_container */
.field_container {
  /* ACB: // .field_item */
  /* ACB: // .field_body_wrapper */
  /* ACB: // .field_body .banner_title */ }
  .field_container .field_item {
    position: relative;
    background-color: white;
    /* ACB: // .field_image */
    /* ACB: // .field_body_wrapper */ }
    .field_container .field_item .field_image {
      height: 600px;
      background-repeat: no-repeat;
      background-position: center;
      clear: both; }
    .field_container .field_item .field_body_wrapper {
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      /* ACB: // &::after, &::before */
      /* ACB: // &::after */ }
      .field_container .field_item .field_body_wrapper::after, .field_container .field_item .field_body_wrapper::before {
        content: "";
        display: table; }
      .field_container .field_item .field_body_wrapper::after {
        clear: both; }
  .field_container .field_body_wrapper {
    /* ACB: // .field_body_container */
    /* ACB: // .field_body */ }
    .field_container .field_body_wrapper .field_body_container {
      max-width: 1450px;
      margin: 0 auto; }
    .field_container .field_body_wrapper .field_body {
      width: 525px;
      height: 560px;
      display: flex;
      flex-direction: column;
      float: right;
      color: white;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      /* ACB: // &.top */
      /* ACB: // &.middle */
      /* ACB: // &.bottom */ }
      .field_container .field_body_wrapper .field_body.top {
        justify-content: flex-start; }
      .field_container .field_body_wrapper .field_body.middle {
        justify-content: center; }
      .field_container .field_body_wrapper .field_body.bottom {
        justify-content: flex-end; }
  .field_container .field_body .banner_title {
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 30px; }

/* ACB: // .field_container */
.field_body {
  /* ACB: // .banner_title::first-line */
  /* ACB: // p */ }
  .field_body .banner_title::first-line {
    font-weight: 100; }
  .field_body p {
    font-weight: bold; }

/* ACB: // .field_body */
.field_container .field_body .field_btn {
  margin-top: 30px;
  display: inline-block;
  /* ACB: // a */ }
  .field_container .field_body .field_btn a {
    background-color: #ec7a08;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-decoration: none; }

/* ACB: // .field_container .field_body .field_btn */
/*Nav Bar*/
.menu-bar #mega-menu-wrap-members #mega-menu-members {
  /*display: flex;
  flex-direction: row;
  justify-content: space-between;*/
  height: 40px;
  background-color: #002663 !important;
  /* ACB: // > li */ }
  .menu-bar #mega-menu-wrap-members #mega-menu-members > li {
    float: left;
    width: auto;
    /* ACB: // &.mega-menu-megamenu > ul.mega-sub-menu */
    /* ACB: // &.mega-menu-item */
    /* ACB: // &.mega-menu-megamenu */
    /* ACB: // &.mega-menu-item */
    /* ACB: // &.mega-menu-megamenu.mega-menu-item.mega-blue, &.mega-menu-item.mega-toggle-on.mega-blue > a.mega-menu-link */
    /* ACB: // &.mega-menu-megamenu */ }
    .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu {
      width: auto;
      right: 1px; }
    .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item {
      /* ACB: // &.mega-toggle-on > a.mega-menu-link */
      /* ACB: // > a.mega-menu-link */
      /* ACB: // &.mega-blue > a.mega-menu-link:focus */
      /* ACB: // &.mega-orange > a.mega-menu-link:focus */ }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        text-align: center;
        font-weight: bold;
        padding: 0 33px 0 34px !important; }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item > a.mega-menu-link {
        /* ACB: // &:hover, &:focus */
        text-align: center;
        font-weight: bold;
        padding: 0 33px 0 34px !important; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item > a.mega-menu-link:hover, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item > a.mega-menu-link:focus {
          text-align: center;
          font-weight: bold;
          padding: 0 33px 0 34px !important; }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item.mega-blue > a.mega-menu-link:focus {
        background-color: #002663; }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item.mega-orange > a.mega-menu-link:focus {
        background-color: #ec7a08; }
    .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu {
      /* ACB: // &.mega-menu-item */
      /* ACB: // > ul.mega-sub-menu > li.mega-menu-item */ }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item {
        background-color: #ec7a08;
        border-left: 2px solid white;
        width: auto;
        vertical-align: top;
        /* ACB: // .mega-sub-menu */ }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item .mega-sub-menu {
          background-color: #ec7a08;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          border: 2px solid white;
          top: 40px;
          height: 340px;
          padding: 30px; }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        /* ACB: // ul.footermenu */
        color: white;
        padding: 0;
        height: 100%;
        /* ACB: // &.mega-menu-item-nav_menu-34 */
        /* ACB: // &.mega-menu-item-nav_menu-3 */
        /* ACB: // &.mega-menu-item-text-17 */
        /* ACB: // img */
        /* ACB: // &.mega-menu-item-nav_menu-23 */
        /* ACB: // &.mega-menu-item-nav_menu-24 */
        /* ACB: // &.mega-menu-item-nav_menu-25 */
        /* ACB: // &.mega-menu-item-nav_menu-26, &.mega-menu-item-nav_menu-27 */
        /* ACB: // &.mega-menu-item-text-11, &.mega-menu-item-text-13 */
        /* ACB: // &.mega-menu-item-text-12, &.mega-menu-item-text-14 */
        /* ACB: // &.mega-menu-item-nav_menu-31, &.mega-menu-item-nav_menu-28, &.mega-menu-item-nav_menu-29 */
        /* ACB: // &.mega-menu-item-nav_menu-33, &.mega-menu-item-nav_menu-30 */
        /* ACB: // &.mega-menu-item-text-16, &.mega-menu-item-text-15 */
        /* ACB: // &.mega-menu-item-nav_menu-32 */
        /* ACB: // &.mega-menu-item-nav_menu-33 */
        /* ACB: // &.mega-menu-item-nav_menu-29 ul.footermenu, &.mega-menu-item-nav_menu-30 ul.footermenu, &.mega-menu-item-nav_menu-33 ul.footermenu, &.mega-menu-item-text-15 ul.footermenu */
        /* ACB: // h4.mega-block-title */ }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.footermenu {
          padding-left: 0;
          /* ACB: // li */ }
          .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.footermenu li {
            list-style: none;
            padding-left: 0;
            margin-top: 15px;
            /* ACB: // &:hover a, a */
            /* ACB: // &::before */ }
            .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.footermenu li:hover a,
            .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.footermenu li a {
              color: white;
              text-decoration: none; }
            .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.footermenu li::before {
              content: "\f105";
              font-family: 'FontAwesome';
              color: white;
              margin-right: 10px; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-34 {
          width: 20%;
          margin-right: 6%;
          border-right: 1px solid #e9632a; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-3 {
          width: 20%;
          margin-right: 6%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-17 {
          width: 49%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-23 {
          width: 20%;
          margin-right: 6%;
          border-right: 1px solid #e9632a; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-24 {
          width: 28%;
          margin-right: 6%;
          border-right: 1px solid #e9632a; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-25 {
          width: 40%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-26, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-27 {
          width: 24%;
          margin-right: 6%;
          border-right: 1px solid #e9632a; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-11, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-13 {
          width: 32%;
          margin-right: 6%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-12, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-14 {
          width: 32%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-31, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-28, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-29 {
          width: 20.5%;
          margin-right: 6%;
          border-right: 1px solid #00163c; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-33, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-30 {
          width: 20.5%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-16, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-15 {
          width: 26.5%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-32 {
          margin-right: 4%;
          width: 20.5%;
          border-right: 1px solid #00163c; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-33 {
          margin-right: 2%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-29 ul.footermenu, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-30 ul.footermenu, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-33 ul.footermenu, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-15 ul.footermenu {
          margin-top: 43px; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
          color: white;
          font-size: 20px;
          line-height: 1.2;
          text-transform: capitalize;
          font-weight: bold;
          margin-bottom: 15px; }
    .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item {
      /* ACB: // &.mega-toggle-on > a.mega-menu-link, > a.mega-menu-link:hover */ }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item > a.mega-menu-link:hover {
        background-color: #ec7a08;
        height: 40px;
        z-index: 1000;
        transition: all 0.7s; }
    .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-blue, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item.mega-toggle-on.mega-blue > a.mega-menu-link {
      background-color: #002663; }
    .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu {
      /* ACB: // &.mega-menu-item */
      /* ACB: // > ul.mega-sub-menu > li.mega-menu-item */ }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item {
        /* ACB: // &.mega-blue */
        /* ACB: // &.mega-maroon:last-child */
        /* ACB: // &.mega-blue:last-child */ }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-blue {
          /* ACB: // a.mega-menu-link:hover, .mega-sub-menu */ }
          .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-blue a.mega-menu-link:hover,
          .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-blue .mega-sub-menu {
            background-color: #002663; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-maroon:last-child {
          border-right: 2px solid white; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-blue:last-child {
          border-right: 2px solid white;
          /* ACB: // a */ }
          .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-blue:last-child a {
            padding-right: 34px; }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        /* ACB: // &.mega-menu-item-nav_menu-36 */
        /* ACB: // &.mega-menu-item-text-19 */
        /* ACB: // &.mega-menu-item-text-20 */ }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-nav_menu-36 {
          width: 26%;
          margin-right: 6%;
          border-right: 1px solid #00163c; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-19 {
          width: 30%;
          margin-right: 6%; }
        .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-20 {
          width: 32%;
          /* ACB: // img */ }
          .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-20 img {
            object-fit: contain; }

/* ACB: // .menu-bar #mega-menu-wrap-members #mega-menu-members */
/*BOOKING Nav*/
/*.menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-20 img,
.menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-16 img,
.menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-15 img,
.menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-12 img,
.menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-text-14 img,*/
/*Travel info*/
/*charter & cargo*/
/*Where we fly SoarPass*/
/*SoarPass*/
/*Menus with no title */
/*Wilderness Seaplanes*/
/*Top Menu*/
.menu.top-desktop .login_menu {
  position: relative;
  /* ACB: // ul.sub-menu */
  /* ACB: // &:hover ul.sub-menu */
  /* ACB: // ul.sub-menu li a */ }
  .menu.top-desktop .login_menu ul.sub-menu {
    display: none;
    background-color: white;
    position: absolute;
    width: 200px;
    left: -100px;
    border-top: 2px solid #00163c;
    /* ACB: // li */ }
    .menu.top-desktop .login_menu ul.sub-menu li {
      display: block;
      float: none;
      background: none; }
  .menu.top-desktop .login_menu:hover ul.sub-menu {
    display: block; }
  .menu.top-desktop .login_menu ul.sub-menu li a {
    /* ACB: // &:visted */
    /* ACB: // &:hover */ }
    .menu.top-desktop .login_menu ul.sub-menu li a:visted {
      color: inherit; }
    .menu.top-desktop .login_menu ul.sub-menu li a:hover {
      color: #ec7a08; }

/* ACB: // .menu.top-desktop .login_menu */
.menu-item-7422 li.mobile-hide {
  display: none; }

/* ACB: // .menu-item-7422 li.mobile-hide */
/* footer */
#footer {
  height: 211px;
  position: relative;
  z-index: 20;
  background-color: #424242; }

/* ACB: // #footer */
#footer_bottom {
  /*height: 218px;*/
  background: url(../images/wave_new.png) repeat-x 50% 0;
  background-position: bottom;
  background-color: #424242;
  position: relative;
  color: white;
  margin-top: -1px;
  padding-top: 120px; }

/* ACB: // #footer_bottom */
#footer {
  /* ACB: // .columns:after */
  /* ACB: // .container */
  /* ACB: // .columns */
  /* ACB: // .col */
  /* ACB: // h3 */
  /* ACB: // .columns */ }
  #footer .columns:after {
    content: "";
    display: block;
    clear: both; }
  #footer .container {
    padding: 30px; }
  #footer .columns {
    /*padding: 39px 0 150px;*/
    font-size: 17px;
    line-height: 22px; }
  #footer .col {
    float: left;
    width: 222px;
    /* ACB: // &:first-child */ }
    #footer .col:first-child {
      width: 315px;
      /* ACB: // + .col */ }
      #footer .col:first-child + .col {
        width: 240px; }
  #footer h3 {
    color: #676767;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 68px;
    /* ACB: // a */ }
    #footer h3 a {
      color: #676767; }
  #footer .columns {
    /* ACB: // ul */
    /* ACB: // a */
    /* ACB: // p */ }
    #footer .columns ul {
      margin: 0;
      padding: 0 0 22px;
      /* ACB: // li */ }
      #footer .columns ul li {
        list-style-type: none; }
    #footer .columns a {
      /* ACB: // &:hover */
      color: white;
      text-decoration: none;
      font-weight: lighter;
      font-size: 14px; }
      #footer .columns a:hover {
        color: white;
        text-decoration: none;
        font-weight: lighter;
        font-size: 14px; }
    #footer .columns p {
      margin: 0 0 19px; }

/* ACB: // #footer */
#footer_bottom {
  /* ACB: // .footer_botton_wrapper */
  /* ACB: // .footermenu */
  /* ACB: // .social_wrapper */
  /* ACB: // .context */
  /* ACB: // .footermenu .menu-item:nth-child(1) */ }
  #footer_bottom .footer_botton_wrapper {
    max-width: 1050px;
    margin: 0 auto;
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    margin-bottom: 20px;
    padding: 0 10px 0; }
  #footer_bottom .footermenu {
    padding-left: 0;
    display: inline-block;
    float: right;
    width: 51%;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
    /* ACB: // li */ }
    #footer_bottom .footermenu li {
      /*margin-left: 10px;*/
      padding: 0 10px;
      border-left: 1px solid white;
      list-style-type: none;
      display: inline-block;
      /* ACB: // &:last-child */
      /* ACB: // a */ }
      #footer_bottom .footermenu li:last-child {
        padding-right: 0; }
      #footer_bottom .footermenu li a {
        color: white;
        font-size: 14px;
        text-decoration: none; }
  #footer_bottom .social_wrapper {
    text-align: right;
    margin-bottom: 20px;
    /* ACB: // a */ }
    #footer_bottom .social_wrapper a {
      /* ACB: // &:hover */
      color: white;
      font-size: 30px;
      margin-left: 30px;
      text-decoration: none;
      /* ACB: // @media only screen and (max-width: $M) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(M) */ }
      #footer_bottom .social_wrapper a:hover {
        color: white;
        font-size: 30px;
        margin-left: 30px;
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        #footer_bottom .social_wrapper a {
          margin: 0 15px; } }
  #footer_bottom .context {
    float: left;
    width: 48%;
    font-size: 12px; }
  #footer_bottom .footermenu .menu-item:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0; }

/* ACB: // #footer_bottom */
/*section one */
.section_wrapper_1,
.section_wrapper {
  background-color: white;
  clear: both;
  padding: 60px 10px 60px; }

/* ACB: // .section_wrapper_1, .section_wrapper */
.section_wrapper_1 .container_wrapper,
.section_wrapper .container_wrapper {
  max-width: 1050px;
  margin: 0 auto; }

/* ACB: // .section_wrapper_1 .container_wrapper, .section_wrapper .container_wrapper */
.section_wrapper_1 .container_wrapper {
  /* ACB: // .container_box */
  /* ACB: // .container_box_content */
  /* ACB: // .container_box_context */
  /* ACB: // .container_box_content h3 */
  /* ACB: // .container_box:nth-child(4) */ }
  .section_wrapper_1 .container_wrapper .container_box {
    /* ACB: // img */
    width: 22%;
    margin-right: 4%;
    text-align: left;
    float: left;
    box-shadow: 0 2px 3px #cccccc;
    /* ACB: // .container_box_btn */ }
    .section_wrapper_1 .container_wrapper .container_box img {
      width: 100%;
      height: auto; }
    .section_wrapper_1 .container_wrapper .container_box .container_box_btn {
      margin-top: 15px;
      margin-bottom: 20px;
      display: inline-block;
      /* ACB: // &:hover a, a */ }
      .section_wrapper_1 .container_wrapper .container_box .container_box_btn:hover a,
      .section_wrapper_1 .container_wrapper .container_box .container_box_btn a {
        background-color: #ec7a08;
        color: white;
        padding: 10px 30px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px; }
  .section_wrapper_1 .container_wrapper .container_box_content {
    padding: 14px; }
  .section_wrapper_1 .container_wrapper .container_box_context {
    min-height: 84px; }
  .section_wrapper_1 .container_wrapper .container_box_content h3 {
    min-height: 40px;
    /* ACB: // &:hover a, a */ }
    .section_wrapper_1 .container_wrapper .container_box_content h3:hover a,
    .section_wrapper_1 .container_wrapper .container_box_content h3 a {
      color: #002567;
      text-decoration: none; }
  .section_wrapper_1 .container_wrapper .container_box:nth-child(4) {
    margin-right: 0; }

/* ACB: // .section_wrapper_1 .container_wrapper */
/*section two*/
.section_wrapper .container_wrapper .container_box {
  width: 22%;
  margin-right: 4%;
  text-align: center;
  float: left;
  margin-bottom: 15px;
  /* ACB: // .container_content */
  /* ACB: // .img_box */
  /* ACB: // &:nth-child(4) */
  /* ACB: // .container_btn */ }
  .section_wrapper .container_wrapper .container_box .container_content {
    margin-bottom: 15px;
    min-height: 64px !important; }
  .section_wrapper .container_wrapper .container_box .img_box {
    text-align: center;
    height: 50px;
    margin-bottom: 15px; }
  .section_wrapper .container_wrapper .container_box:nth-child(4) {
    margin-right: 0; }
  .section_wrapper .container_wrapper .container_box .container_btn {
    /* ACB: // &:hover a */
    /* ACB: // a */ }
    .section_wrapper .container_wrapper .container_box .container_btn:hover a {
      font-weight: bold;
      text-decoration: none;
      color: #424242; }
    .section_wrapper .container_wrapper .container_box .container_btn a {
      font-weight: bold;
      text-decoration: none;
      color: #424242;
      /* ACB: // &::after */ }
      .section_wrapper .container_wrapper .container_box .container_btn a::after {
        content: "\f105";
        font-family: 'FontAwesome';
        margin-left: 10px; }

/* ACB: // .section_wrapper .container_wrapper .container_box */
.section_wrapper_1 .container_wrapper {
  /* ACB: // &::before, &::after */ }
  .section_wrapper_1 .container_wrapper::before, .section_wrapper_1 .container_wrapper::after {
    content: "";
    display: table; }

/* ACB: // .section_wrapper_1 .container_wrapper */
.section_wrapper .container_wrapper {
  /* ACB: // &::before */
  /* ACB: // &::after */ }
  .section_wrapper .container_wrapper::before {
    content: "";
    display: table; }
  .section_wrapper .container_wrapper::after {
    content: "";
    display: table;
    clear: both; }

/* ACB: // .section_wrapper .container_wrapper */
.section_wrapper_1 .container_wrapper::after {
  clear: both; }

/* ACB: // .section_wrapper_1 .container_wrapper::after */
/*Table Press*/
.dataTables_wrapper {
  overflow: auto; }

/* ACB: // .dataTables_wrapper */
#tablepress-218 {
  table-layout: fixed;
  min-width: 600px; }

/* ACB: // #tablepress-218 */
.tablepress-id-17 {
  /* ACB: // thead tr th */
  /* ACB: // tbody tr td */ }
  .tablepress-id-17 thead tr th {
    width: 33.33%; }
  .tablepress-id-17 tbody tr td {
    width: 33.33%;
    /* ACB: // img */ }
    .tablepress-id-17 tbody tr td img {
      width: 219px;
      margin: 0 !important; }

/* ACB: // .tablepress-id-17 */
/* ipad responsive */
@media screen and (max-width: 1072px) {
  .travel-alerts-content {
    padding: 20px; }

  /* ACB: // .travel-alerts-content */
  .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item {
    /* ACB: // &.mega-toggle-on > a.mega-menu-link */
    /* ACB: // > a.mega-menu-link */ }
    .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
      padding: 0 31px 0 31px; }
    .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item > a.mega-menu-link {
      /* ACB: // &:hover, &:focus */
      padding: 0 31px 0 31px; }
      .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item > a.mega-menu-link:hover, .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item > a.mega-menu-link:focus {
        padding: 0 31px 0 31px; }

  /* ACB: // .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-item */
  .menu li:last-child {
    padding-right: 15px; }

  /* ACB: // .menu li:last-child */
  .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-blue:last-child a {
    padding-right: 34.75px; }

  /* ACB: // .menu-bar #mega-menu-wrap-members #mega-menu-members > li.mega-menu-megamenu.mega-menu-item.mega-blue:last-child a */
  .tab-content {
    width: 418px;
    border-radius: 0;
    /* ACB: // .buttons-set .btn_search_flight */
    /* ACB: // .tab-context */ }
    .tab-content .buttons-set .btn_search_flight {
      width: 100%; }
    .tab-content .tab-context {
      padding: 20px; }

  /* ACB: // .tab-content */ }
/* ACB: // @media screen and (max-width: 1072px) */
@media screen and (max-width: 1071px) {
  .tab-content .select-holder .select-container::after {
    content: "\f0d7";
    font-family: "fontAwesome";
    position: absolute;
    top: 1px;
    right: 1px;
    height: 38px;
    width: 20px;
    text-align: center;
    line-height: 40px;
    background-color: white;
    color: #a09a94; }

  /* ACB: // .tab-content .select-holder .select-container::after */
  .flight.tablet_show,
  .tablet-show {
    display: block; }

  /* ACB: // .flight.tablet_show, .tablet-show */
  .flight,
  .menu-bar {
    display: none; }

  /* ACB: // .flight, .menu-bar */
  /*Home Page Banner Section */
  .banner_contents {
    position: static; }

  /* ACB: // .banner_contents */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color:rgba(0,0,0,0.2);*/
    z-index: 0;
    display: none; }

  /* ACB: // .menu-overlay */
  body.menu-active {
    /* ACB: // .menu-overlay */
    overflow: hidden; }
    body.menu-active .menu-overlay {
      z-index: 90; }

  /* ACB: // body.menu-active */
  #header {
    height: auto;
    background-color: #fcfcfc; }

  /* ACB: // #header */
  .logo {
    margin-left: 25px;
    margin-top: 10px; }

  /* ACB: // .logo */
  .menu-wrapper {
    float: right; }

  /* ACB: // .menu-wrapper */
  .menu-btn {
    display: block;
    font-size: 40px;
    line-height: 80px;
    color: #444;
    text-decoration: none !important;
    margin-right: 30px;
    /* ACB: // &:before */ }
    .menu-btn:before {
      font-family: "FontAwesome";
      content: "\f0c9";
      color: #002663; }

  /* ACB: // .menu-btn */
  .menu-active .menu-btn:before {
    content: "\f00d"; }

  /* ACB: // .menu-active .menu-btn:before */
  .menu-items {
    position: fixed;
    width: 275px;
    transition: right 0.5s ease;
    top: 81px;
    right: -275px;
    bottom: 0;
    background-color: #002663;
    text-transform: uppercase;
    z-index: 100;
    /* ACB: // .travel-alert-is-active .is-not-sticky & */ }
    .travel-alert-is-active .is-not-sticky .menu-items {
      top: 123px; }

  /* ACB: // .menu-items */
  body.menu-active .menu-items {
    right: 0; }

  /* ACB: // body.menu-active .menu-items */
  .menu-lists {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    overflow: auto; }

  /* ACB: // .menu-lists */
  .menu {
    float: none;
    text-align: left;
    padding: 0; }

  /* ACB: // .menu */
  #nav {
    float: none;
    padding: 0; }

  /* ACB: // #nav */
  .menu li,
  #nav li {
    border-bottom: 1px solid black;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    float: none; }

  /* ACB: // .menu li, #nav li */
  .menu li a,
  #nav li a {
    font-size: 24px;
    font-weight: 600;
    display: block;
    color: #fff;
    float: none;
    padding: 10px 20px;
    line-height: 1.5;
    position: relative;
    text-transform: capitalize; }

  /* ACB: // .menu li a, #nav li a */
  .menu li a:hover {
    text-decoration: none; }

  /* ACB: // .menu li a:hover */
  #nav {
    /* ACB: // li */
    /* ACB: // .drop */
    /* ACB: // li:hover .drop */
    /* ACB: // .drop */ }
    #nav li {
      /* ACB: // a:hover */
      /* ACB: // &.has-drop-down > a:after */
      /* ACB: // &.drop-down-active > a */ }
      #nav li a:hover {
        text-decoration: none; }
      #nav li.has-drop-down > a:after {
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        font-family: "FontAwesome";
        content: "\f107";
        font-size: 30px;
        font-weight: 400; }
      #nav li.drop-down-active > a {
        color: #ec7a08 !important; }
    #nav .drop {
      position: relative;
      width: auto;
      top: auto !important;
      left: auto !important;
      right: auto !important;
      bottom: auto !important;
      float: none; }
    #nav li:hover .drop {
      display: none; }
    #nav .drop {
      /* ACB: // ul a:hover */
      /* ACB: // .col */
      /* ACB: // ul */ }
      #nav .drop ul a:hover {
        color: #fff;
        font-weight: 600; }
      #nav .drop .col {
        float: none !important;
        width: auto;
        padding: 0;
        background: none; }
      #nav .drop ul {
        padding: 0;
        /* ACB: // li */ }
        #nav .drop ul li {
          padding: 0;
          width: auto;
          border: 0;
          /* ACB: // a */
          /* ACB: // &.active a */ }
          #nav .drop ul li a {
            display: block;
            padding: 5px 20px;
            font-size: 14px; }
          #nav .drop ul li.active a {
            color: #ec7a08 !important; }

  /* ACB: // #nav */
  /*
  #nav li a.has-drop-down-a:hover,
  #nav li:active a.has-drop-down-a {
  	color:$orange;
  }
  */
  .menu-search-wrapper {
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px 0;
    /* ACB: // input */ }
    .menu-search-wrapper input {
      display: block;
      float: left;
      border: 0;
      padding: 5px;
      background: none;
      border-bottom: 1px solid #002663;
      color: #002663;
      width: 200px;
      height: 40px;
      box-sizing: border-box;
      border-radius: 0;
      /* ACB: // &:focus */
      /* ACB: // &[type="submit"] */ }
      .menu-search-wrapper input:focus {
        outline: none; }
      .menu-search-wrapper input[type="submit"] {
        width: 30px;
        text-align: center;
        font-family: "FontAwesome"; }

  /* ACB: // .menu-search-wrapper */
  .filters-top {
    padding: 0;
    position: relative;
    background-image: url("images/bg-toolbar.gif");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #b9b9b9;
    /* ACB: // .tablet-show a */ }
    .filters-top .tablet-show a {
      color: #002663;
      font-weight: 600;
      display: block;
      position: relative;
      line-height: 80px;
      font-size: 21px;
      padding: 0 25px;
      /* ACB: // &:hover */
      /* ACB: // &:after */ }
      .filters-top .tablet-show a:hover {
        text-decoration: none; }
      .filters-top .tablet-show a:after {
        display: block;
        position: absolute;
        right: 25px;
        top: 0;
        font-family: "FontAwesome";
        font-weight: 400;
        content: "\f107";
        font-size: 32px; }

  /* ACB: // .filters-top */
  .filters {
    height: auto;
    background-image: none;
    background-color: #e2e1e3;
    display: none;
    position: relative;
    /* ACB: // label */
    /* ACB: // input */
    /* ACB: // label */
    /* ACB: // input[type="radio"] */
    /* ACB: // .select-holder select */ }
    .filters label {
      font-size: 16px;
      float: none; }
    .filters input {
      /* ACB: // &[type="text"], &[type="radio"] */ }
      .filters input[type="text"], .filters input[type="radio"] {
        font-size: 16px;
        float: none; }
    .filters label {
      font-weight: 700; }
    .filters input[type="radio"] {
      display: none;
      /* ACB: // + label */
      /* ACB: // &:checked + label */ }
      .filters input[type="radio"] + label {
        display: inline-block;
        padding-left: 40px;
        line-height: 30px;
        background-image: url("images/radio.png");
        background-repeat: no-repeat;
        margin-right: 13px; }
      .filters input[type="radio"]:checked + label {
        background-position: 0 -30px; }
    .filters .select-holder select {
      font-size: 16px;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-repeat: no-repeat;
      background-image: url("images/select-arrows.png");
      background-position: right center;
      background-color: #fff;
      border-radius: 5px;
      padding: 0 40px 0 5px; }

  /* ACB: // .filters */
  .isIE .filters .select-holder select {
    padding-right: 0;
    background-image: none; }

  /* ACB: // .isIE .filters .select-holder select */
  .filters {
    /* ACB: // .cell1, .cell2, .cell3 */
    /* ACB: // .cell1 */
    /* ACB: // select, input */
    /* ACB: // .select-holder */
    /* ACB: // .col */
    /* ACB: // .cell1 */
    /* ACB: // .cell2 */
    /* ACB: // .col2 */
    /* ACB: // .cell3 */
    /* ACB: // .date-holder */
    /* ACB: // .cell2 input[type="text"], .cell3 input[type="text"] */
    /* ACB: // .cell2 .select-holder, .cell3 .select-holder */ }
    .filters .cell1,
    .filters .cell2,
    .filters .cell3 {
      float: none;
      background-image: none;
      width: auto;
      height: auto; }
    .filters .cell1 {
      padding: 25px;
      border-bottom: 1px solid #ccc;
      /* ACB: // &:after */ }
      .filters .cell1:after {
        display: table;
        content: "";
        clear: both; }
    .filters select,
    .filters input {
      height: 40px;
      border: 1px solid #a3a3a3;
      box-shadow: none; }
    .filters .select-holder {
      height: auto;
      float: none; }
    .filters .col {
      display: block;
      clear: both; }
    .filters .cell1 {
      /* ACB: // .select-holder */
      /* ACB: // .radio-holder */ }
      .filters .cell1 .select-holder {
        width: 48%;
        margin: 0 0 25px;
        float: left;
        /* ACB: // &.last */ }
        .filters .cell1 .select-holder.last {
          float: right; }
      .filters .cell1 .radio-holder {
        margin: 0;
        float: left;
        line-height: 40px;
        /* ACB: // &.last */ }
        .filters .cell1 .radio-holder.last {
          float: right;
          text-align: right;
          /* ACB: // input[type="text"] */
          /* ACB: // label */ }
          .filters .cell1 .radio-holder.last input[type="text"] {
            width: 60px;
            margin-left: 10px; }
          .filters .cell1 .radio-holder.last label {
            margin-left: 8px; }
    .filters .cell2 {
      width: 48%;
      padding: 25px 0 25px 25px;
      float: left;
      box-sizing: border-box; }
    .filters .col2 {
      width: auto; }
    .filters .cell3 {
      width: 48%;
      padding: 25px 25px 25px 0;
      float: right;
      box-sizing: border-box; }
    .filters .date-holder {
      float: none; }
    .filters .cell2 input[type="text"],
    .filters .cell3 input[type="text"] {
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 25px; }
    .filters .cell2 .select-holder,
    .filters .cell3 .select-holder {
      box-sizing: border-box;
      width: 100%; }

  /* ACB: // .filters */
  #sub-nav li.menu-item-3039 {
    display: none; }

  /* ACB: // #sub-nav li.menu-item-3039 */
  .news-area .filter-mask {
    width: auto;
    margin-left: 25px;
    margin-right: 15px; }

  /* ACB: // .news-area .filter-mask */
  /*Tab Section*/
  .tab-content {
    height: auto;
    /* ACB: // .tab-context */
    /* ACB: // #FlightWatch .cell1 .select-holder, .tab-context .cell4 .form-wrapper.first, .cell2 .input_holder, .cell3 .select-holder */
    /* ACB: // .tab-context .cell4 .form-wrapper.last */
    /* ACB: // .cell4 .form-item */
    /* ACB: // #frm .btn_search_flight, .flight.tablet_show .btn_search_flight, #FlightWatch .buttons-set .btn_search_flight, #Flight .buttons-set .btn_search_flight */ }
    .tab-content .tab-context {
      padding: 20px; }
    .tab-content #FlightWatch .cell1 .select-holder,
    .tab-content .tab-context .cell4 .form-wrapper.first,
    .tab-content .cell2 .input_holder,
    .tab-content .cell3 .select-holder {
      width: 49%;
      margin-right: 2%; }
    .tab-content .tab-context .cell4 .form-wrapper.last {
      width: 49%; }
    .tab-content .cell4 .form-item {
      width: 30%;
      margin-right: 5%;
      /* ACB: // .form_input */ }
      .tab-content .cell4 .form-item .form_input {
        /* ACB: // input[type="text"] */
        width: auto; }
        .tab-content .cell4 .form-item .form_input input[type="text"] {
          box-sizing: border-box;
          height: 40px; }
    .tab-content #frm .btn_search_flight,
    .tab-content .flight.tablet_show .btn_search_flight,
    .tab-content #FlightWatch .buttons-set .btn_search_flight,
    .tab-content #Flight .buttons-set .btn_search_flight {
      width: 100%; }

  /* ACB: // .tab-content */
  .inner-tab-content .cell1 .select-holder {
    width: 49%;
    margin-right: 2%; }

  /* ACB: // .inner-tab-content .cell1 .select-holder */
  #frm {
    /* ACB: // .select-holder .select-container.month */
    /* ACB: // .assistance */ }
    #frm .select-holder .select-container.month {
      margin-left: 65px; }
    #frm .assistance {
      float: none;
      width: 100%;
      text-align: left;
      font-size: 14px;
      margin-top: -10px;
      margin-bottom: 10px; }

  /* ACB: // #frm */
  /* homepage slider */
  .field_container {
    /* ACB: // .field_body_wrapper .field_body */
    /* ACB: // .field_item .field_image */
    /* ACB: // .field_body .banner_title */
    /* ACB: // .field_body_wrapper .field_body */ }
    .field_container .field_body_wrapper .field_body {
      width: 49%;
      padding-left: 20px;
      float: left;
      height: 325px;
      background-size: cover; }
    .field_container .field_item .field_image {
      height: 325px;
      background-size: cover; }
    .field_container .field_body .banner_title {
      font-size: 30px; }
    .field_container .field_body_wrapper .field_body {
      /* ACB: // &.top, &.middle, &.bottom */ }
      .field_container .field_body_wrapper .field_body.top, .field_container .field_body_wrapper .field_body.middle, .field_container .field_body_wrapper .field_body.bottom {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        width: auto; }

  /* ACB: // .field_container */
  /*homepage section*/
  .section_wrapper_1,
  .section_wrapper {
    padding: 20px 10px 20px; }

  /* ACB: // .section_wrapper_1, .section_wrapper */
  .section_wrapper_1 .container_wrapper .container_box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px; }

  /* ACB: // .section_wrapper_1 .container_wrapper .container_box */
  .section_wrapper .container_wrapper .container_box:nth-child(2n) {
    margin-right: 0; }

  /* ACB: // .section_wrapper .container_wrapper .container_box:nth-child(2n) */
  .section_wrapper_1 .container_wrapper {
    /* ACB: // .container_box */
    /* ACB: // .container_box_content h3 */
    /* ACB: // .container_box_context */ }
    .section_wrapper_1 .container_wrapper .container_box {
      /* ACB: // &:nth-child(2n) */
      /* ACB: // img */ }
      .section_wrapper_1 .container_wrapper .container_box:nth-child(2n) {
        margin-right: 0; }
      .section_wrapper_1 .container_wrapper .container_box img {
        object-fit: cover;
        width: 100%;
        height: 200px; }
    .section_wrapper_1 .container_wrapper .container_box_content h3 {
      min-height: 0; }
    .section_wrapper_1 .container_wrapper .container_box_context {
      min-height: 41px; }

  /* ACB: // .section_wrapper_1 .container_wrapper */
  .section_wrapper .container_wrapper .container_box {
    /* ACB: // .container_content */
    width: 49%;
    margin-right: 2%;
    margin-bottom: 60px;
    /* ACB: // &:nth-child(3), &:nth-child(4) */ }
    .section_wrapper .container_wrapper .container_box .container_content {
      min-height: 0 !important;
      padding: 0 5px; }
    .section_wrapper .container_wrapper .container_box:nth-child(3), .section_wrapper .container_wrapper .container_box:nth-child(4) {
      margin-bottom: 35px; }

  /* ACB: // .section_wrapper .container_wrapper .container_box */
  .field_container .field_item .field_image {
    /* ACB: // &.top */
    /* ACB: // &.middle */
    /* ACB: // &.bottom */ }
    .field_container .field_item .field_image.top {
      background-position: center top; }
    .field_container .field_item .field_image.middle {
      background-position: center; }
    .field_container .field_item .field_image.bottom {
      background-position: center bottom; }

  /* ACB: // .field_container .field_item .field_image */
  #footer {
    /* ACB: // .columns */
    /* ACB: // .col */ }
    #footer .columns {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    #footer .col {
      /* ACB: // &:nth-child(2n), &:last-child */ }
      #footer .col:nth-child(2n), #footer .col:last-child {
        width: 150px !important; }

  /* ACB: // #footer */
  #footer_bottom {
    background-size: cover;
    /*margin-top: -100px;*/
    padding-top: 150px;
    background-position-x: 60%;
    /* ACB: // .footer_botton_wrapper */
    /* ACB: // .footermenu */ }
    #footer_bottom .footer_botton_wrapper {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 30px;
      bottom: -95px;
      margin-bottom: 0;
      background-color: transparent; }
    #footer_bottom .footermenu {
      margin-right: -15px;
      /* ACB: // li:last-child */ }
      #footer_bottom .footermenu li:last-child {
        padding-right: 12px; }

  /* ACB: // #footer_bottom */
  /*Nav bar*/
  .accordion-wrapper {
    /* ACB: // &.active .accordion-header h3.menu */
    /* ACB: // .accordion-header h3 */
    /* ACB: // &.child.active .accordion-header h3.submenu:before, &.active .accordion-header h3.menu:before */
    /* ACB: // .accordion-content ul */ }
    .accordion-wrapper.active .accordion-header h3.menu {
      position: relative; }
    .accordion-wrapper .accordion-header h3 {
      /* ACB: // &.submenu:before */
      /* ACB: // &.menu:before */ }
      .accordion-wrapper .accordion-header h3.submenu:before {
        content: "\f105";
        font-family: "fontawesome";
        color: white;
        font-size: 16px;
        margin-right: 10px;
        display: block;
        float: left;
        width: 10px; }
      .accordion-wrapper .accordion-header h3.menu:before {
        content: "\f105";
        font-family: "fontawesome";
        color: white;
        font-size: 20px;
        margin-top: 5px;
        margin-right: 10px;
        display: block;
        float: left;
        width: 10px; }
    .accordion-wrapper.child.active .accordion-header h3.submenu:before, .accordion-wrapper.active .accordion-header h3.menu:before {
      content: "\f107"; }
    .accordion-wrapper .accordion-content ul {
      /* ACB: // &.submenu, &.custom_submenu */
      /* ACB: // &.submenu li, &.custom_submenu li */
      /* ACB: // &.submenu li a, &.custom_submenu li a */ }
      .accordion-wrapper .accordion-content ul.submenu, .accordion-wrapper .accordion-content ul.custom_submenu {
        padding-left: 0;
        margin: 0; }
      .accordion-wrapper .accordion-content ul.submenu li, .accordion-wrapper .accordion-content ul.custom_submenu li {
        background-color: #00163c;
        list-style: none;
        border-bottom: 1px solid black;
        text-indent: -1em;
        padding-left: 1em; }
      .accordion-wrapper .accordion-content ul.submenu li a, .accordion-wrapper .accordion-content ul.custom_submenu li a {
        font-size: 16px;
        font-weight: lighter;
        display: block;
        color: #fff;
        float: none;
        padding: 10px 20px;
        line-height: 1.5;
        text-transform: capitalize;
        position: relative;
        margin-bottom: 0;
        text-decoration: none; }

  /* ACB: // .accordion-wrapper */
  .accordion-content {
    display: none; }

  /* ACB: // .accordion-content */
  .menu {
    /* ACB: // &.top-desktop */
    /* ACB: // &.top-tablet-show */ }
    .menu.top-desktop {
      display: none; }
    .menu.top-tablet-show {
      /* ACB: // li a */
      /* ACB: // .login_menu */ }
      .menu.top-tablet-show li a {
        text-transform: capitalize;
        text-decoration: none; }
      .menu.top-tablet-show .login_menu {
        /* ACB: // ul.sub-menu */
        /* ACB: // &.active:before */
        /* ACB: // &:before */ }
        .menu.top-tablet-show .login_menu ul.sub-menu {
          display: none;
          position: static;
          width: 100%;
          background-color: #00163c;
          margin: 0;
          padding: 0;
          border-top: 1px solid black;
          /* ACB: // li */ }
          .menu.top-tablet-show .login_menu ul.sub-menu li {
            /* ACB: // a */
            /* ACB: // &:last-child */
            /* ACB: // &:hover a */ }
            .menu.top-tablet-show .login_menu ul.sub-menu li a {
              font-size: 16px;
              padding: 10px 20px;
              font-weight: lighter;
              list-style: none;
              /*border-bottom: 1px solid black;*/ }
            .menu.top-tablet-show .login_menu ul.sub-menu li:last-child {
              border-bottom: 0; }
            .menu.top-tablet-show .login_menu ul.sub-menu li:hover a {
              color: white; }
        .menu.top-tablet-show .login_menu.active:before {
          content: "\f107"; }
        .menu.top-tablet-show .login_menu:before {
          content: "\f105";
          font-family: "fontawesome";
          color: white;
          font-size: 20px;
          margin-top: 5px;
          margin-right: 10px;
          display: block;
          float: left;
          width: 10px;
          padding-left: 15px; }

  /* ACB: // .menu */
  /*Login Menu*/
  /*#promo-code {
  	clear:both;
  	border-top:1px solid #ccc;
  	background:none;
  	left:auto;
  	top:auto;
  	width:auto;
  	color:inherit;
  	padding:25px;
  	position:relative;
  	height:auto;
  }
  #promo-code label {
  	color:inherit;
  }
  #promo-code input {
  	top: auto;
  	left: auto;
  	margin:0;
  	width:225px;
  	box-sizing:border-box;
  }*/
  .filters {
    /* ACB: // .buttons-set */
    /* ACB: // input[type="submit"] */ }
    .filters .buttons-set {
      float: none;
      position: absolute;
      right: 25px;
      bottom: 25px;
      width: auto;
      z-index: 5; }
    .filters input[type="submit"] {
      font-weight: 700;
      font-size: 16px;
      width: 220px;
      -webkit-appearance: none; }

  /* ACB: // .filters */
  .content-box {
    min-height: 0 !important;
    /* ACB: // img */ }
    .content-box img {
      width: auto !important;
      height: auto !important;
      max-width: 100%; }

  /* ACB: // .content-box */
  .meta {
    font-size: 12px;
    text-align: center;
    padding-left: 0;
    /* ACB: // ul */ }
    .meta ul {
      margin: 0;
      float: none;
      margin-bottom: 10px;
      /* ACB: // li */ }
      .meta ul li {
        float: none;
        display: inline-block; }

  /* ACB: // .meta */
  /* front page */
  .filter-toolbar-wrapper {
    width: auto;
    top: 225px;
    left: 25px;
    right: 25px; }

  /* ACB: // .filter-toolbar-wrapper */
  .toolbar ul {
    padding: 10px 0 0;
    text-align: center;
    height: auto;
    /* ACB: // li */ }
    .toolbar ul li {
      margin: 0 30px;
      display: inline-block;
      float: none;
      /* ACB: // a */ }
      .toolbar ul li a {
        padding: 40px 10px 0;
        background-position: top center !important; }

  /* ACB: // .toolbar ul */
  .box {
    width: 32%;
    margin-right: 1%; }

  /* ACB: // .box */
  /* inside pages */
  .banner_contents .container {
    position: relative;
    width: auto;
    margin: 0;
    padding: 10px; }

  /* ACB: // .banner_contents .container */
  .tab-content {
    width: 100%; }

  /* ACB: // .tab-content */
  .content-box {
    margin: 0;
    padding: 0; }

  /* ACB: // .content-box */
  #content {
    float: none;
    width: auto;
    /*padding:25px 80px;*/
    padding: 25px; }

  /* ACB: // #content */
  #sidebar {
    position: absolute;
    top: 0;
    width: 100%;
    float: none;
    padding: 0 !important;
    height: 54px;
    border-bottom: 1px solid #ddd;
    /* ACB: // .btn-sidebar-menu */
    /* ACB: // h3 */
    /* ACB: // ul */ }
    #sidebar .btn-sidebar-menu {
      line-height: 54px;
      font-size: 14px;
      display: block;
      top: 0;
      /*left:225px;*/
      left: 0;
      right: 0;
      padding: 0 25px;
      position: absolute;
      font-weight: 700;
      color: #002663;
      /* ACB: // &:after */ }
      #sidebar .btn-sidebar-menu:after {
        font-family: "FontAwesome";
        font-weight: 400;
        font-size: 24px;
        content: "\f107";
        display: inline-block;
        margin-left: 10px;
        vertical-align: top;
        float: right; }
    #sidebar h3 {
      display: none;
      /*line-height:54px;
      font-size:14px;
      margin:0;
      width:200px;
      border-right:1px solid #ddd;
      padding-left:25px;*/
      /* ACB: // &:after */ }
      #sidebar h3:after {
        content: ":"; }
    #sidebar ul {
      position: absolute;
      background-color: #fafafa;
      top: 54px;
      left: 0;
      right: 0;
      padding: 0;
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;
      display: none;
      box-shadow: 0 5px 10px #ddd;
      z-index: 10;
      /* ACB: // li */
      /* ACB: // &.hierarchy-active li a */ }
      #sidebar ul li {
        border-bottom: 1px solid #ddd;
        /* ACB: // &.menu-title, a */
        /* ACB: // &.menu-title */ }
        #sidebar ul li.menu-title,
        #sidebar ul li a {
          display: block;
          padding: 20px 25px;
          font-size: 14px;
          font-weight: 700; }
        #sidebar ul li.menu-title {
          color: #ec7a08; }
      #sidebar ul.hierarchy-active li a {
        padding-left: 50px; }

  /* ACB: // #sidebar */
  /* visitor blog */
  .single-visitor .container .content-holder,
  .post-type-archive-visitor .container .content-holder,
  .tax-visitor_taxonomies .container .content-holder {
    margin: 0; }

  /* ACB: // .single-visitor .container .content-holder, .post-type-archive-visitor .container .content-holder, .tax-visitor_taxonomies .container .content-holder */
  .post-type-archive-visitor .section-set,
  .tax-visitor_taxonomies .section-set {
    padding: 70px 50px 20px; }

  /* ACB: // .post-type-archive-visitor .section-set, .tax-visitor_taxonomies .section-set */
  .single-visitor {
    /* ACB: // .section-set */
    /* ACB: // #sidebar */ }
    .single-visitor .section-set {
      padding: 100px 50px 20px; }
    .single-visitor #sidebar {
      z-index: 15; }

  /* ACB: // .single-visitor */
  .post-type-archive-visitor #sidebar,
  .tax-visitor_taxonomies #sidebar {
    z-index: 15; }

  /* ACB: // .post-type-archive-visitor #sidebar, .tax-visitor_taxonomies #sidebar */
  .tablepress img {
    width: 100% !important; }

  /* ACB: // .tablepress img */
  .info-set {
    padding-bottom: 30px;
    /* ACB: // .col-left, .col-right */
    /* ACB: // .text-block */ }
    .info-set .col-left,
    .info-set .col-right {
      float: none;
      margin: 0 auto; }
    .info-set .text-block {
      margin-top: 30px; }

  /* ACB: // .info-set */
  .info-section,
  .intro-section {
    font-size: inherit;
    line-height: 1.5; }

  /* ACB: // .info-section, .intro-section */
  .questions-form label {
    width: auto;
    float: none;
    margin-left: 30px;
    display: block; }

  /* ACB: // .questions-form label */
  .page-template-template-passes .content-box {
    padding-top: 20px; }

  /* ACB: // .page-template-template-passes .content-box */
  .break {
    display: block; }

  /* ACB: // .break */ }
/* ACB: // @media screen and (max-width: 1071px) */
/*end tablet*/
/* mobile responsive */
@media screen and (max-width: 767px) {
  .owl-dots {
    display: none !important; }

  /* ACB: // .owl-dots */
  .mobile-show {
    display: block; }

  /* ACB: // .mobile-show */
  .mobile-hide {
    display: none; }

  /* ACB: // .mobile-hide */
  h1 {
    font-size: 20px;
    line-height: 1.25; }

  /* ACB: // h1 */
  /*
  body.booking-ribbon-active {
  	position:relative;
  	overflow:auto;
  	width:auto;
  }
  */
  .logo {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 0;
    background-size: contain;
    width: 200px; }

  /* ACB: // .logo */
  .menu-items {
    overflow: auto; }

  /* ACB: // .menu-items */
  .menu-lists,
  .menu-search-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow: visible; }

  /* ACB: // .menu-lists, .menu-search-wrapper */
  #sub-nav {
    font-size: 12px;
    line-height: 1.25;
    border: 0;
    /* ACB: // li */ }
    #sub-nav li {
      background-repeat: repeat-y;
      padding: 0 5px;
      /* ACB: // &.link */ }
      #sub-nav li.link {
        background-repeat: repeat-y;
        padding: 0 5px; }

  /* ACB: // #sub-nav */
  .filters {
    width: 100%;
    position: absolute;
    /* ACB: // .cell1 */
    /* ACB: // .cell2 */
    /* ACB: // .cell3 */
    /* ACB: // .cell2 input[type="text"], .cell3 input[type="text"] */
    /* ACB: // .buttons-set */
    /* ACB: // input[type="submit"] */ }
    .filters .cell1 {
      /* ACB: // .select-holder */
      /* ACB: // .radio-holder */ }
      .filters .cell1 .select-holder {
        float: none;
        width: auto;
        /* ACB: // &.last */ }
        .filters .cell1 .select-holder.last {
          float: none;
          width: auto; }
      .filters .cell1 .radio-holder {
        float: none;
        text-align: left;
        /* ACB: // &.last */ }
        .filters .cell1 .radio-holder.last {
          float: none;
          text-align: left;
          padding-top: 20px;
          /* ACB: // label */
          /* ACB: // span */
          /* ACB: // input[type="text"] */ }
          .filters .cell1 .radio-holder.last label {
            margin: 0;
            clear: both;
            float: left;
            display: block; }
          .filters .cell1 .radio-holder.last span {
            display: block;
            margin-bottom: 20px;
            margin-left: 100px; }
          .filters .cell1 .radio-holder.last input[type="text"] {
            display: block;
            width: 100%;
            margin: 0;
            box-sizing: border-box; }
    .filters .cell2 {
      width: auto;
      padding: 25px;
      float: none; }
    .filters .cell3 {
      width: auto;
      padding: 25px;
      float: none;
      padding-top: 0; }
    .filters .cell2 input[type="text"],
    .filters .cell3 input[type="text"] {
      margin-bottom: 0; }
    .filters .buttons-set {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      padding: 0 25px; }
    .filters input[type="submit"] {
      width: 100%; }

  /* ACB: // .filters */
  #promo-code input {
    width: 100%; }

  /* ACB: // #promo-code input */
  .main-set {
    padding-top: 0; }

  /* ACB: // .main-set */
  .section-set {
    font-size: 14px;
    padding: 20px; }

  /* ACB: // .section-set */
  #sidebar {
    /* ACB: // h3 */
    /* ACB: // .btn-sidebar-menu */
    /* ACB: // ul */ }
    #sidebar h3 {
      display: none; }
    #sidebar .btn-sidebar-menu {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto; }
    #sidebar ul {
      border-left: 0;
      left: 0; }

  /* ACB: // #sidebar */
  #content {
    /* ACB: // iframe */
    padding-left: 20px;
    padding-right: 20px; }
    #content iframe {
      height: 250px; }

  /* ACB: // #content */
  #sidebar + #content {
    padding-top: 80px; }

  .single-visitor .section-set,
  .post-type-archive-visitor .section-set,
  .tax-visitor_taxonomies .section-set {
    padding-left: 20px;
    padding-right: 20px; }

  /* ACB: // .single-visitor .section-set, .post-type-archive-visitor .section-set, .tax-visitor_taxonomies .section-set */
  .post-type-archive-visitor .post-image a,
  .tax-visitor_taxonomies .post-image a {
    height: 250px; }

  /* ACB: // .post-type-archive-visitor .post-image a, .tax-visitor_taxonomies .post-image a */
  .single-visitor {
    /* ACB: // .post-photo .panel, .post-slideshow .panel */ }
    .single-visitor .post-photo .panel,
    .single-visitor .post-slideshow .panel {
      height: 250px; }

  /* ACB: // .single-visitor */
  .post-type-archive-visitor .section-set .info .date,
  .tax-visitor_taxonomies .section-set .info .date {
    display: block; }

  /* ACB: // .post-type-archive-visitor .section-set .info .date, .tax-visitor_taxonomies .section-set .info .date */
  .btn-sidebar-menu {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  /* ACB: // .btn-sidebar-menu */
  #footer {
    background-image: none;
    padding: 0;
    /* ACB: // .btn-back-to-top */
    /* ACB: // .container */
    /* ACB: // .btn-back-to-top .fa */
    /* ACB: // .col:first-child */
    /* ACB: // .columns */
    /* ACB: // .col:first-child + .col */ }
    #footer .btn-back-to-top {
      display: none;
      float: right;
      color: #002663;
      font-weight: 600;
      text-align: center;
      margin-right: 20px;
      width: 100px;
      font-size: 16px; }
    #footer .container {
      padding: 15px; }
    #footer .btn-back-to-top .fa {
      font-weight: 400;
      display: block;
      margin: 0 auto;
      font-size: 24px; }
    #footer .col:first-child {
      width: 100% !important;
      float: none;
      margin-bottom: 20px; }
    #footer .columns {
      display: block;
      padding: 0;
      /* ACB: // ul */ }
      #footer .columns ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; }
    #footer .col:first-child + .col {
      width: 48% !important; }

  /* ACB: // #footer */
  /*Footer*/
  /*#footer .columns ul li.menu-item-3096 {
  	margin:0;
  }*/
  .search-form {
    /* ACB: // input[type="text"] */
    /* ACB: // .row */ }
    .search-form input[type="text"] {
      width: 100%;
      box-sizing: border-box; }
    .search-form .row {
      /* ACB: // &::after */
      width: auto;
      padding: 0; }
      .search-form .row::after {
        top: 9px;
        right: 15px; }

  /* ACB: // .search-form */
  #footer_bottom {
    margin-top: 0;
    /* ACB: // .footer_botton_wrapper */
    /* ACB: // .social_wrapper */
    /* ACB: // .context */
    /* ACB: // .footermenu */ }
    #footer_bottom .footer_botton_wrapper {
      padding: 10px;
      bottom: -160px;
      padding-bottom: 40px; }
    #footer_bottom .social_wrapper {
      text-align: center; }
    #footer_bottom .context {
      float: none;
      width: 100%;
      font-size: 12px;
      text-align: center; }
    #footer_bottom .footermenu {
      padding-left: 0;
      margin-bottom: 20px;
      display: inline-block;
      float: none;
      width: 100%;
      text-align: center; }

  /* ACB: // #footer_bottom */
  #footer .columns ul li {
    margin-bottom: 6px; }

  /* ACB: // #footer .columns ul li */
  .meta {
    background-color: #002663;
    padding: 20px;
    /* ACB: // ul li */ }
    .meta ul li {
      background-image: none;
      width: 58%;
      vertical-align: top;
      text-align: left;
      padding: 10px 0;
      /* ACB: // &:nth-child(even) */ }
      .meta ul li:nth-child(even) {
        width: 38%; }

  /* ACB: // .meta */
  /* visitor blog page */
  .commentlist .comment-thread .comment-thread {
    padding-left: 10px; }

  /* ACB: // .commentlist .comment-thread .comment-thread */
  /* home page */
  /*banner*/
  .field_container {
    /* ACB: // .field_body_wrapper .field_body */
    /* ACB: // .field_item .field_image */
    /* ACB: // .field_body */ }
    .field_container .field_body_wrapper .field_body {
      /* ACB: // &.top, &.middle, &.bottom */
      height: 250px;
      background-size: cover; }
      .field_container .field_body_wrapper .field_body.top, .field_container .field_body_wrapper .field_body.middle, .field_container .field_body_wrapper .field_body.bottom {
        display: block;
        padding-top: 20px;
        padding-bottom: 0;
        width: auto; }
    .field_container .field_item .field_image {
      height: 250px;
      background-size: cover; }
    .field_container .field_body {
      /* ACB: // .banner_title */
      /* ACB: // p */
      /* ACB: // .field_btn */ }
      .field_container .field_body .banner_title {
        font-size: 19px;
        margin-bottom: 15px; }
      .field_container .field_body p {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 400;
        margin-bottom: 0; }
      .field_container .field_body .field_btn {
        margin-top: 20px;
        clear: both; }

  /* ACB: // .field_container */
  /*Tabbed Content*/
  .banner_contents .container ul.tabs .tab-link {
    width: 33.33%;
    padding: 15px 0 15px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    /* ACB: // &.third */ }
    .banner_contents .container ul.tabs .tab-link.third {
      width: 40%; }

  /* ACB: // .banner_contents .container ul.tabs .tab-link */
  .tab-content {
    /* ACB: // .tab-context */
    /* ACB: // .select-holder select */ }
    .tab-content .tab-context {
      padding: 10px; }
    .tab-content .select-holder select {
      font-size: 12px !important; }

  /* ACB: // .tab-content */
  /*news section*/
  .section_wrapper_1 .container_wrapper .container_box {
    width: 100%;
    margin-right: 0;
    /* ACB: // .container_box_btn */ }
    .section_wrapper_1 .container_wrapper .container_box .container_box_btn {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 0;
      /* ACB: // a */ }
      .section_wrapper_1 .container_wrapper .container_box .container_box_btn a {
        display: block;
        text-align: center; }

  /* ACB: // .section_wrapper_1 .container_wrapper .container_box */
  /*feature section*/
  .section_wrapper .container_wrapper .container_box > h3 {
    min-height: 31px; }

  /* ACB: // .section_wrapper .container_wrapper .container_box > h3 */
  .filter-toolbar-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 20px; }

  /* ACB: // .filter-toolbar-wrapper */
  .toolbar ul li {
    margin: 0 0 10px;
    vertical-align: top;
    /* ACB: // a */ }
    .toolbar ul li a {
      width: 50px;
      padding: 40px 0 0; }

  /* ACB: // .toolbar ul li */
  .news-area {
    padding-top: 0;
    /* ACB: // .filter-mask */ }
    .news-area .filter-mask {
      margin: 0 20px; }

  /* ACB: // .news-area */
  .box {
    margin-right: 0;
    width: 100%;
    box-sizing: border-box; }

  /* ACB: // .box */
  /* quikpass selection */
  .chart .table-zone {
    padding: 0; }

  /* ACB: // .chart .table-zone */
  .chart-table {
    /* ACB: // th */
    /* ACB: // tbody td */ }
    .chart-table th {
      padding: 5px;
      vertical-align: middle;
      text-align: center; }
    .chart-table tbody td {
      padding: 5px;
      vertical-align: middle;
      text-align: center;
      /* ACB: // &:first-child */ }
      .chart-table tbody td:first-child {
        padding: 5px; }

  /* ACB: // .chart-table */
  .questions-form {
    padding: 20px;
    /* ACB: // label */ }
    .questions-form label {
      font-size: 16px; }

  /* ACB: // .questions-form */
  .info-section {
    padding: 20px; }

  /* ACB: // .info-section */
  .questions-form .row {
    margin-bottom: 20px; }

  /* ACB: // .questions-form .row */
  .visual-form-builder-container {
    /* ACB: // input.vfb-medium */
    /* ACB: // select.vfb-medium */ }
    .visual-form-builder-container input.vfb-medium {
      width: 100%;
      /* ACB: // &[type="text"], &[type="tel"], &[type="email"], &[type="url"] */ }
      .visual-form-builder-container input.vfb-medium[type="text"], .visual-form-builder-container input.vfb-medium[type="tel"], .visual-form-builder-container input.vfb-medium[type="email"], .visual-form-builder-container input.vfb-medium[type="url"] {
        width: 100%; }
    .visual-form-builder-container select.vfb-medium {
      width: 100%; }

  /* ACB: // .visual-form-builder-container */
  .free {
    padding: 21px 0 0;
    background-position: center top; }

  /* ACB: // .free */
  .ok,
  .no {
    display: block;
    margin: 0 auto; }

  /* ACB: // .ok, .no */
  /* past soar page */
  .tablepress-id-17 {
    display: block;
    text-align: center;
    background-color: transparent;
    /* ACB: // tbody, tr, th, td */ }
    .tablepress-id-17 tbody,
    .tablepress-id-17 tr,
    .tablepress-id-17 th,
    .tablepress-id-17 td {
      display: block;
      text-align: center;
      background-color: transparent; }

  /* ACB: // .tablepress-id-17 */
  /* our aircraft page */
  .tablepress-id-11 img {
    max-width: 100px !important; }

  /* ACB: // .tablepress-id-11 img */
  /* pets page */
  .tablepress-id-1 td {
    padding: 5px; }

  /* ACB: // .tablepress-id-1 td */
  /* route map page */
  .tablepress-id-25 {
    display: block;
    background-color: transparent !important;
    padding: 0;
    /* ACB: // tbody, tr, th, td */
    /* ACB: // tbody td, tfoot th */ }
    .tablepress-id-25 tbody,
    .tablepress-id-25 tr,
    .tablepress-id-25 th,
    .tablepress-id-25 td {
      display: block;
      background-color: transparent !important;
      padding: 0; }
    .tablepress-id-25 tbody td,
    .tablepress-id-25 tfoot th {
      border: 0; }

  /* ACB: // .tablepress-id-25 */
  /* mailing list subscribe page */
  #mc_embed_signup .mc-field-group {
    margin-bottom: 20px; }

  /* ACB: // #mc_embed_signup .mc-field-group */
  /* pets page */
  .tablepress-id-1 td {
    padding: 5px; }

  /* ACB: // .tablepress-id-1 td */
  /* yvr shuttle page */
  .page-id-1154 .tablepress {
    /* ACB: // th, td */ }
    .page-id-1154 .tablepress th,
    .page-id-1154 .tablepress td {
      padding: 5px;
      font-size: 12px; }

  /* ACB: // .page-id-1154 .tablepress */
  /* news article */
  .content-box2 .content-frame {
    padding: 0; }

  /* ACB: // .content-box2 .content-frame */
  .posttitle {
    /* ACB: // h1 */
    /* ACB: // .info */ }
    .posttitle h1 {
      margin: 0 0 15px; }
    .posttitle .info {
      margin-bottom: 20px !important; }

  /* ACB: // .posttitle */
  .postcontent iframe {
    width: 100%;
    height: 250px; }

  /* ACB: // .postcontent iframe */
  /* destination pages */
  .page-template-template-destinations-2column-no-pic .tablepress {
    display: block;
    padding: 0;
    /* ACB: // &:not(.tablepress-id-21) */ }
    .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) {
      /* ACB: // thead, tfoot, tbody, tr, th, td */
      /* ACB: // tbody tr */
      /* ACB: // .row-1 .column-1 */
      /* ACB: // .row-2 .column-1 */
      /* ACB: // .row-1 .column-1:before, .row-2 .column-1:before */
      /* ACB: // .row-1 */
      /* ACB: // .row-2 */
      /* ACB: // .row-3 */
      /* ACB: // .column-1, .column-2, .column-3, .column-4, .column-5 */
      /* ACB: // .column-1:before, .column-2:before, .column-3:before, .column-4:before, .column-5:before */ }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) thead,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) tfoot,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) tbody,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) tr,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) th,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) td {
        display: block;
        padding: 0; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) tbody tr {
        margin-bottom: 20px; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-1 .column-1 {
        background-color: transparent;
        font-size: 18px;
        padding: 0; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-2 .column-1 {
        padding: 20px 0 0;
        font-size: 16px; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-1 .column-1:before,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-2 .column-1:before {
        content: normal !important; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-1 {
        /* ACB: // .column-2, .column-3, .column-4, .column-5 */ }
        .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-1 .column-2,
        .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-1 .column-3,
        .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-1 .column-4,
        .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-1 .column-5 {
          display: none; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-2 {
        /* ACB: // .column-2, .column-3, .column-4, .column-5 */ }
        .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-2 .column-2,
        .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-2 .column-3,
        .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-2 .column-4,
        .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-2 .column-5 {
          display: none; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .row-3 {
        display: none; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-1,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-2,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-3,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-4,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-5 {
        position: relative;
        padding-left: 120px;
        background-color: transparent; }
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-1:before,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-2:before,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-3:before,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-4:before,
      .page-template-template-destinations-2column-no-pic .tablepress:not(.tablepress-id-21) .column-5:before {
        content: attr(data-content);
        font-weight: 700;
        display: block;
        position: absolute;
        left: 5px; }

  /* ACB: // .page-template-template-destinations-2column-no-pic .tablepress */
  /* charters page */
  .visual-form-builder span {
    /* ACB: // &.vfb-left, &.vfb-right */ }
    .visual-form-builder span.vfb-left, .visual-form-builder span.vfb-right {
      width: auto;
      float: none; }

  /* ACB: // .visual-form-builder span */
  input.vfb-small {
    width: 100%;
    /* ACB: // &[type="text"], &[type="tel"], &[type="email"], &[type="url"] */ }
    input.vfb-small[type="text"], input.vfb-small[type="tel"], input.vfb-small[type="email"], input.vfb-small[type="url"] {
      width: 100%; }

  /* ACB: // input.vfb-small */
  select.vfb-small {
    width: 100%; }

  /* ACB: // select.vfb-small */
  /* live animals page */
  .tablepress-id-26 {
    /* ACB: // th, td */ }
    .tablepress-id-26 th,
    .tablepress-id-26 td {
      padding: 5px;
      font-size: 13px; }

  /* ACB: // .tablepress-id-26 */
  /* quikpass */
  .intro-section {
    padding: 20px; }

  /* ACB: // .intro-section */
  .info-set {
    /* ACB: // .col-left, .col-right */
    /* ACB: // .data-table */ }
    .info-set .col-left,
    .info-set .col-right {
      width: auto; }
    .info-set .data-table {
      /* ACB: // td */
      /* ACB: // .ok, .free */ }
      .info-set .data-table td {
        padding: 10px;
        text-align: center; }
      .info-set .data-table .ok,
      .info-set .data-table .free {
        background-position: center top; }

  /* ACB: // .info-set */
  /* services */
  .map-area > .news {
    float: none !important;
    width: auto; }

  /* ACB: // .map-area > .news */
  #frm .select-holder .select-container.month {
    margin-left: 57px; }

  /* ACB: // #frm .select-holder .select-container.month */ }
/* ACB: // @media screen and (max-width: 767px) */
/*end mobile*/
/*Date Picker*/
.ui-datepicker {
  z-index: 100 !important; }

/* ACB: // .ui-datepicker */
/*custom Page */
.page-id-7941 {
  /* ACB: // .wrapper */
  /* ACB: // .main-set */
  /* ACB: // .content-box */
  /* ACB: // .content-box2 */
  /* ACB: // #content */ }
  .page-id-7941 .wrapper {
    background-color: black; }
  .page-id-7941 .main-set {
    background-color: black;
    text-align: center; }
  .page-id-7941 .content-box {
    padding: 0;
    background-color: black;
    text-align: center; }
  .page-id-7941 .content-box2 {
    /* ACB: // .content-frame, .content-holder */ }
    .page-id-7941 .content-box2 .content-frame,
    .page-id-7941 .content-box2 .content-holder {
      padding: 0;
      background-color: black;
      text-align: center; }
  .page-id-7941 #content {
    padding: 0;
    background-color: black;
    text-align: center;
    /* ACB: // img */ }
    .page-id-7941 #content img {
      /* ACB: // &.tablet, &.mobile */ }
      .page-id-7941 #content img.tablet, .page-id-7941 #content img.mobile {
        display: none; }

/* ACB: // .page-id-7941 */
/*IPAD*/
@media screen and (max-width: 1024px) {
  .page-id-7941 #content img {
    /* ACB: // &.tablet */
    /* ACB: // &.mobile, &.desk */ }
    .page-id-7941 #content img.tablet {
      display: inline-block; }
    .page-id-7941 #content img.mobile, .page-id-7941 #content img.desk {
      display: none; }

  /* ACB: // .page-id-7941 #content img */ }
/* ACB: // @media screen and (max-width: 1024px) */
/*PHONE*/
@media screen and (max-width: 767px) {
  .page-id-7941 #content img {
    /* ACB: // &.mobile */
    /* ACB: // &.tablet, &.desk */ }
    .page-id-7941 #content img.mobile {
      display: inline-block; }
    .page-id-7941 #content img.tablet, .page-id-7941 #content img.desk {
      display: none; }

  /* ACB: // .page-id-7941 #content img */ }
/* ACB: // @media screen and (max-width: 767px) */
.page-template-template-bcaa {
  /* ACB: // #main */
  /* ACB: // .main-set */
  /* ACB: // .background-layer */
  /* ACB: // .block__bcaa-wrapper */
  /* ACB: // .block__bcaa-wrapper__logo */
  /* ACB: // .block__bcaa-wrapper__form */ }
  .page-template-template-bcaa #main {
    /* ACB: // @media only screen and (max-width: $M) */
    /* ACB: // @else if $canvas == L */
    /* ACB: // @include MQ(M) */ }
    @media only screen and (max-width: 767px) {
      .page-template-template-bcaa #main {
        padding-bottom: 1px; } }
  .page-template-template-bcaa .main-set {
    position: relative;
    padding-bottom: 0;
    padding-top: 0 !important; }
  .page-template-template-bcaa .background-layer {
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    min-height: 805px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* ACB: // @media only screen and (max-width: $M) */
    /* ACB: // @else if $canvas == L */
    /* ACB: // @include MQ(M) */
    /* ACB: // .content-box */
    /* ACB: // .footer_copy */ }
    @media only screen and (max-width: 767px) {
      .page-template-template-bcaa .background-layer {
        min-height: 0;
        display: block;
        padding: 40px 0; } }
    .page-template-template-bcaa .background-layer .content-box {
      background: none;
      color: #fff;
      width: 34%;
      padding: 0 30px;
      /* ACB: // @media only screen and (max-width: $M) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(M) */ }
      @media only screen and (max-width: 767px) {
        .page-template-template-bcaa .background-layer .content-box {
          width: auto;
          margin-bottom: 30px; } }
    .page-template-template-bcaa .background-layer .footer_copy {
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      padding: 0 20px;
      /* ACB: // @media only screen and (max-width: $M) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(M) */ }
      @media only screen and (max-width: 767px) {
        .page-template-template-bcaa .background-layer .footer_copy {
          position: relative;
          left: auto;
          right: auto;
          bottom: auto;
          text-align: left; } }
  .page-template-template-bcaa .block__bcaa-wrapper {
    background-color: #fff;
    width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: 5;
    box-shadow: 0 0 2px #999;
    /* ACB: // @media only screen and (max-width: $L) */
    /* ACB: // @else if $canvas == L */
    /* ACB: // @include MQ(L) */
    /* ACB: // @media only screen and (max-width: $M) */
    /* ACB: // @else if $canvas == L */
    /* ACB: // @include MQ(M) */ }
    @media only screen and (max-width: 1071px) {
      .page-template-template-bcaa .block__bcaa-wrapper {
        width: 45%;
        left: auto;
        right: 30px; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-bcaa .block__bcaa-wrapper {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: 35px 10px; } }
  .page-template-template-bcaa .block__bcaa-wrapper__logo {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #ccc; }
  .page-template-template-bcaa .block__bcaa-wrapper__form {
    padding: 50px 0;
    /* ACB: // .error-wrapper */
    /* ACB: // form */
    /* ACB: // .form-item */
    /* ACB: // .form-actions */ }
    .page-template-template-bcaa .block__bcaa-wrapper__form .error-wrapper {
      color: #ec7a08;
      font-weight: 700;
      padding: 10px 70px;
      /* ACB: // @media only screen and (max-width: $L) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(L) */ }
      @media only screen and (max-width: 1071px) {
        .page-template-template-bcaa .block__bcaa-wrapper__form .error-wrapper {
          padding-left: 35px;
          padding-right: 35px; } }
    .page-template-template-bcaa .block__bcaa-wrapper__form .form-item {
      padding: 10px 70px;
      /* ACB: // @media only screen and (max-width: $L) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(L) */
      /* ACB: // .form-label */ }
      @media only screen and (max-width: 1071px) {
        .page-template-template-bcaa .block__bcaa-wrapper__form .form-item {
          padding-left: 35px;
          padding-right: 35px; } }
      .page-template-template-bcaa .block__bcaa-wrapper__form .form-item .form-label {
        font-weight: 700; }
    .page-template-template-bcaa .block__bcaa-wrapper__form .form-actions {
      text-align: center;
      padding: 10px 70px;
      /* ACB: // @media only screen and (max-width: $L) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(L) */
      /* ACB: // .form-submit */ }
      @media only screen and (max-width: 1071px) {
        .page-template-template-bcaa .block__bcaa-wrapper__form .form-actions {
          padding-left: 35px;
          padding-right: 35px; } }
      .page-template-template-bcaa .block__bcaa-wrapper__form .form-actions .form-submit {
        background-color: #ec7a08;
        color: white;
        padding: 10px 32px;
        text-transform: uppercase;
        font-weight: bold;
        border: none;
        position: relative;
        font-size: 14px;
        width: 100%;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }

/* ACB: // .page-template-template-bcaa */
#content {
  /* ACB: // .blog */
  /* ACB: // .postcontent */ }
  #content .blog {
    /* ACB: // &.single_blog */
    /* ACB: // .post */
    /* ACB: // .postcontent */
    /* ACB: // .field_body_wrapper.single */
    /* ACB: // .post_info_container */
    /* ACB: // .posttitle */ }
    #content .blog.single_blog {
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
    #content .blog .post {
      border-bottom: 1px solid rgba(0, 0, 0, 0.4);
      margin-bottom: 30px;
      padding-bottom: 20px; }
    #content .blog .postcontent {
      margin-top: 25px; }
    #content .blog .field_body_wrapper.single {
      height: 400px;
      background-size: cover;
      width: auto;
      /* ACB: // @media only screen and (max-width: $S) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(S) */ }
      @media only screen and (max-width: 479px) {
        #content .blog .field_body_wrapper.single {
          height: 250px; } }
    #content .blog .post_info_container {
      margin-bottom: 10px;
      /* ACB: // .post-time */
      /* ACB: // .post_share */ }
      #content .blog .post_info_container .post-time {
        float: left; }
      #content .blog .post_info_container .post_share {
        float: right;
        /* ACB: // .social_container */ }
        #content .blog .post_info_container .post_share .social_container {
          /* ACB: // h3 */
          /* ACB: // .fa */ }
          #content .blog .post_info_container .post_share .social_container h3 {
            float: left;
            line-height: 20px;
            color: rgba(0, 0, 0, 0.4); }
          #content .blog .post_info_container .post_share .social_container .fa {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.4);
            text-decoration: none;
            margin-left: 10px;
            /* ACB: // &:hover */ }
            #content .blog .post_info_container .post_share .social_container .fa:hover {
              color: #002663; }
    #content .blog .posttitle {
      /* ACB: // h1 */
      /* ACB: // a */ }
      #content .blog .posttitle h1 {
        font-weight: bold !important;
        font-size: 32px;
        color: #353535; }
      #content .blog .posttitle a {
        font-weight: 700; }
  #content .postcontent {
    margin-top: 50px; }

/* ACB: // #content */
.date {
  font-size: 16px;
  font-weight: 100; }

/* ACB: // .date */
.main_image,
.thumbnail_pagination {
  clear: both;
  /* ACB: // .field_item */ }
  .main_image .field_item,
  .thumbnail_pagination .field_item {
    cursor: pointer;
    /* ACB: // .field_body_wrapper */ }
    .main_image .field_item .field_body_wrapper,
    .thumbnail_pagination .field_item .field_body_wrapper {
      width: 100%;
      height: 100px;
      background-size: cover;
      /* ACB: // @media only screen and (max-width: $S) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(S) */ }
      @media only screen and (max-width: 479px) {
        .main_image .field_item .field_body_wrapper,
        .thumbnail_pagination .field_item .field_body_wrapper {
          height: 75px; } }

/* ACB: // .main_image, .thumbnail_pagination */
.main_image {
  margin-bottom: 5px;
  /* ACB: // .field_item */ }
  .main_image .field_item {
    /* ACB: // .field_body_wrapper */ }
    .main_image .field_item .field_body_wrapper {
      height: 500px;
      /* ACB: // @media only screen and (max-width: $S) */
      /* ACB: // @else if $canvas == L */
      /* ACB: // @include MQ(S) */ }
      @media only screen and (max-width: 479px) {
        .main_image .field_item .field_body_wrapper {
          height: 250px; } }

/* ACB: // .main_image */
.btn-back-post-archive {
  margin-bottom: 20px;
  color: #ec7a08; }

/* ACB: // .btn-back-post-archive */
#sidebar-blog {
  clear: both; }

/* ACB: // #sidebar-blog */
.prev_next_container {
  padding: 30px 0;
  /* ACB: // .prev */
  /* ACB: // .next */ }
  .prev_next_container .prev {
    float: left; }
  .prev_next_container .next {
    float: right; }

/* ACB: // .prev_next_container */
/***** Owl Nav ******/
.owl-nav {
  /* ACB: // .owl-prev, .owl-next */
  /* ACB: // .owl-prev */
  /* ACB: // .owl-next */ }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    background-color: #002567;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50px;
    color: white;
    font-size: 30px;
    opacity: 0;
    transition: opacity 0.3s; }
  .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 10px;
    /* ACB: // .fa */ }
    .owl-nav .owl-prev .fa {
      margin-right: 5px;
      margin-top: 1px; }
  .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 10px;
    /* ACB: // .fa */ }
    .owl-nav .owl-next .fa {
      margin-top: 1px; }

/* ACB: // .owl-nav */
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 0.5;
  transition: opacity 0.3s; }

/* ACB: // .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next */
.owl-stage-outer {
  position: relative; }

/* ACB: // .owl-stage-outer */
.owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px; }

/* ACB: // .owl-dots */
.owl-dots .owl-dot {
  display: inline-block;
  margin: 10px; }

/* ACB: // .owl-dots .owl-dot */
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(52, 52, 52, 0.7);
  border: 2px solid #fff;
  border-radius: 50%; }

/* ACB: // .owl-dots .owl-dot span */
.owl-dots .owl-dot.active span {
  background-color: #fff; }

/* ACB: // .owl-dots .owl-dot.active span */
.thumbnail_pagination {
  /* ACB: // .owl-prev */
  /* ACB: // .owl-next */ }
  .thumbnail_pagination .owl-prev {
    top: 35%; }
  .thumbnail_pagination .owl-next {
    top: 35%; }

/* ACB: // .thumbnail_pagination */
.archive-wrapper {
  /* ACB: // ul */ }
  .archive-wrapper ul {
    /* ACB: // li */ }
    .archive-wrapper ul li {
      list-style-type: none; }

/* ACB: // .archive-wrapper */
.field_tag {
  font-weight: bold;
  /* ACB: // .tag_perma */ }
  .field_tag .tag_perma {
    /* ACB: // &:after */
    /* ACB: // &:last-child:after */ }
    .field_tag .tag_perma:after {
      content: ',';
      color: black; }
    .field_tag .tag_perma:last-child:after {
      content: none; }

/* ACB: // .field_tag */
@media only screen and (max-width: 1071px) {
  .btn-back-post-archive {
    display: none !important; }

  /* ACB: // .btn-back-post-archive */
  .prev_next_container {
    text-align: center;
    /* ACB: // .prev */
    /* ACB: // .next */ }
    .prev_next_container .prev {
      float: none;
      margin: 15px 0; }
    .prev_next_container .next {
      float: none;
      margin: 15px 0; }

  /* ACB: // .prev_next_container */ }
/* ACB: // @media only screen and (max-width: $L) */
/* ACB: // @else if $canvas == L */
/* ACB: // @include MQ(L) */

/*# sourceMappingURL=pacific_coastal.css.map */

.banner_contents .container ul.tabs .tab-link {
  padding: 13px 28px;
}
@media screen and (max-width: 767px) {
  .banner_contents .container ul.tabs .tab-link {
    width: 25%;
  }
  .banner_contents .container ul.tabs .tab-link.third {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .banner_contents .container ul.tabs .tab-link {
    width: 50%;
  }
  .banner_contents .container ul.tabs .tab-link.third {
    width: 50%;
  }
}

/* Hero Carousel */
.hero_carousel__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero_carousel__container {
  position: relative;
}
.hero_carousel__slide .container {
  min-height: 400px;
  position: relative;
  padding: 0px 30px;
}
.hero_carousel__slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0,0,0,0.25);
}
.home .hero_carousel__slide .container {
  min-height: 600px;
}
.hero_carousel__slide video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}
.hero_carousel__slide__details {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0px;
  padding: 30px 0px;
  color: white;
  width: 50%;
  transform: translateY(-50%);
}
.hero_carousel__slide__details__title,
.hero_carousel__slide__details h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  margin: 0px 0px 30px 0px;
}
.hero_carousel__slide__details__message,
.hero_carousel__slide__details h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0px 0px 30px 0px;
  display: block;
}
.hero_carousel__slide__details__button {
  width: auto;
  display: inline-block;
  text-align: center;
  background-color: #ec7a08;
  color: white;
  padding: 10px 32px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  position: relative;
  font-size: 14px;
  border-radius: 0px;
}

@media (max-width: 1180px) {
  .hero_carousel__slide__details {
    padding: 30px;
  }
}
@media (max-width: 1071px) {
  .hero_carousel__slide .container {
    min-height: 300px !important; /* override home too */
  }
  .hero_carousel__slide__details {
    right: auto;
    left: 0px;
    width: 85%;
    width: calc(100% - 50px);
  }
  .hero_carousel__slide__details__title,
  .hero_carousel__slide__details h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero_carousel__slide__details__message,
  .hero_carousel__slide__details h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero_carousel__slide__details {
    top: 0px;
    transform: translateY(0%);
  }
  .hero_carousel__slide__details__title,
  .hero_carousel__slide__details h1 {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .hero_carousel__slide__details__message,
  .hero_carousel__slide__details h2 {
    margin-bottom: 15px;
  }
}

.route-map {
  display:  inline-block;
  width:  74%;
  float:  right;
  box-sizing: border-box;
}
.route-map img {
  height:  auto;
  width: 100%;
  display:  block;
  box-sizing: border-box;
}
.route-map__content {
  width: 22% !important;
  margin-right: 4%;
  text-align: left;
  float: left !important;
  margin-bottom: 15px;
  padding-top:  0 !important;
  box-sizing: border-box;
}
@media (max-width: 1071px) {
  .route-map {
    width:  100%;
    float:  none;
  }
  .route-map__content {
    width: 100% !important;
    max-width:  500px;
    float: none !important;
    padding: 0 0 1px 0!important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
