@charset "UTF-8";
/**************************** MIXINS ****************************/
.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/* Combination of both Rich Clark's reset.css on http://html5doctor.com (which in itself is an extension of Eric Meyer's reset.css http://meyerweb.com/eric/tools/css/reset/) and
 * Nicolas Gallagher's normalize.css (http://necolas.github.io/normalize.css/). May still be some overlap between both, still cleaning up.
 */
/* This just helps a whole bunch on mobile browsers, etc */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Removed b & i tags. Removed list styling from this default, add a nolist class. Apply this to ul/ol if this styling is required. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, .nolist, fieldset, form, label, legend, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul, li {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

input, select, button {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Personal accessibility class. Use this to hide elements you don't want sighted users to see, but should be kept for screen readers */
.inv {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

/*@import "grid";*/
/*$exo-font-family: 'Exo 2', sans-serif;
$priva-font-family: 'Open Sans', sans-serif;
$priva-font-family: 'Exo 2', sans-serif;
$header-font-family: 'Exo 2', sans-serif;*/
.grey-heading {
  text-align: left;
  background-color: #ccc;
  padding: 10px;
  margin: 20px -15px;
}

body p {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
body p.bold {
  font-weight: 700;
}
body p.italic {
  font-style: italic;
}

h1 {
  font-family: "Exo", sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #33556d;
}

h2 {
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #33556d;
}

h3 {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #a5a5a5;
}

.italic-link {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  font-color: #002b49;
}

/*$exo-font-family: 'Exo 2', sans-serif;
$priva-font-family: 'Open Sans', sans-serif;
$priva-font-family: 'Exo 2', sans-serif;
$header-font-family: 'Exo 2', sans-serif;*/
.grey-heading {
  text-align: left;
  background-color: #ccc;
  padding: 10px;
  margin: 20px -15px;
}

body p {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
body p.bold {
  font-weight: 700;
}
body p.italic {
  font-style: italic;
}

h1 {
  font-family: "Exo", sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #33556d;
}

h2 {
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #33556d;
}

h3 {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #a5a5a5;
}

.italic-link {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  font-color: #002b49;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.icon-plane-new:before, .icon-flight-schedule-new:before, .icon-location-new:before, .icon-mail, #footer-news-letter .get-in-touch .contact-us:before, .icon-arrow, #footer-news-letter .container ul li:before,
.icon-smartphone,
#footer-news-letter .get-in-touch a:before, .icon-linkedin:before {
  display: inline-block;
  background: url("imgs/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.icon-plane-new:before {
  content: "";
  background-position: -10px 0px;
  width: 48px;
  height: 50px;
}

.icon-flight-schedule-new:before {
  content: "";
  background-position: -10px -60px;
  width: 46px;
  height: 50px;
}

.icon-location-new:before {
  content: "";
  background-position: -10px -120px;
  width: 33px;
  height: 50px;
}

.icon-mail, #footer-news-letter .get-in-touch .contact-us:before {
  background-position: -10px -180px;
  width: 28px;
  height: 19px;
}

.icon-arrow, #footer-news-letter .container ul li:before {
  background-position: -10px -209px;
  width: 17px;
  height: 23px;
}

.icon-smartphone, #footer-news-letter .get-in-touch a:before {
  background-position: -10px -242px;
  width: 17px;
  height: 31px;
}

.icon-linkedin {
  position: relative;
}

.icon-linkedin:before {
  content: "";
  background-position: bottom right;
  width: 19px;
  height: 19px;
  position: absolute;
  top: -2px;
  left: 0;
}

/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(margin, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
.flight-list-header {
  background: url("svg/banner-bg-inner.svg") no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .flight-list-header {
    background: #FFFFFF;
    padding-top: 0;
  }
}
.flight-list-header h1 {
  font-size: 2.25rem;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .flight-list-header h1 {
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 700;
  }
}
.flight-list-header p {
  margin-bottom: 27px;
}
@media screen and (max-width: 640px) {
  .flight-list-header p {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 20px;
  }
}
.flight-list-header .search {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .flight-list-header .search {
    margin-bottom: 10px;
  }
}
.flight-list-header .search #date-picker {
  background-image: url("../imgs/down-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  padding-right: 30px !important;
}
.flight-list-header .search #date-picker,
.flight-list-header .search #terminals {
  background: #FFFFFF;
  height: 50px !important;
  width: 290px;
  border: 1px solid #e6e7e8;
  border-radius: 3px;
  background-color: transparent !important;
  letter-spacing: 1px;
  padding-left: 13px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 640px) {
  .flight-list-header .search #date-picker,
  .flight-list-header .search #terminals {
    width: 100%;
    border: 1px solid #f6f6f6;
    background-color: #F6F6F6 !important;
  }
  .flight-list-header .search #date-picker::-webkit-input-placeholder,
  .flight-list-header .search #terminals::-webkit-input-placeholder {
    color: #333333;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .flight-list-header .search #date-picker::-webkit-input-placeholder,
  .flight-list-header .search #terminals::-webkit-input-placeholder {
    font-weight: 700;
  }
}
@media screen and (max-width: 640px) {
  .flight-list-header .search #date-picker:-moz-placeholder,
  .flight-list-header .search #terminals:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
  }
  .flight-list-header .search #date-picker::-moz-placeholder,
  .flight-list-header .search #terminals::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
  }
  .flight-list-header .search #date-picker:-ms-input-placeholder,
  .flight-list-header .search #terminals:-ms-input-placeholder {
    color: #333333;
  }
}
.flight-list-header .search .form-group {
  float: left;
  margin-right: 13px;
  margin-bottom: 31px;
}
@media screen and (max-width: 640px) {
  .flight-list-header .search .form-group {
    float: none;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
.flight-list-header .search .form-group:first-of-type, .flight-list-header .search .form-group:nth-of-type(2) {
  background-color: #FFFFFF !important;
  border-radius: 3px;
  position: relative;
}
.flight-list-header .search .form-group:first-of-type:after, .flight-list-header .search .form-group:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
@media screen and (max-width: 640px) {
  .flight-list-header .search .form-group:first-of-type:after, .flight-list-header .search .form-group:nth-of-type(2):after {
    top: 3px;
  }
}
.flight-list-header .search .form-group:first-of-type input, .flight-list-header .search .form-group:nth-of-type(2) input {
  width: 290px;
  border: 1px solid #e6e7e8;
  border-radius: 3px;
  background-color: transparent !important;
  letter-spacing: 1px;
  padding-left: 13px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .flight-list-header .search .form-group:first-of-type input, .flight-list-header .search .form-group:nth-of-type(2) input {
    width: 100%;
  }
}
.flight-list-header .search .form-group:last-of-type {
  margin-right: 0;
  background-color: #FFFFFF !important;
  border-radius: 3px;
  position: relative;
}
.flight-list-header .search .form-group:last-of-type input {
  width: 438px;
  border: 1px solid #e6e7e8;
  border-radius: 3px;
  background-color: transparent !important;
  letter-spacing: 1px;
  padding-left: 13px;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.flight-list-header .search .form-group:last-of-type input::-webkit-input-placeholder {
  color: #9b9b9b;
}
@media screen and (max-width: 640px) {
  .flight-list-header .search .form-group:last-of-type input::-webkit-input-placeholder {
    font-weight: 700;
  }
}
.flight-list-header .search .form-group:last-of-type input:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
.flight-list-header .search .form-group:last-of-type input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
.flight-list-header .search .form-group:last-of-type input:-ms-input-placeholder {
  color: #9b9b9b;
}
@media screen and (max-width: 640px) {
  .flight-list-header .search .form-group:last-of-type input {
    width: 95%;
    padding-right: 0;
    border: 1px solid #f6f6f6;
    background-color: #F6F6F6 !important;
  }
  .flight-list-header .search .form-group:last-of-type input::-webkit-input-placeholder {
    color: #333333;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .flight-list-header .search .form-group:last-of-type input::-webkit-input-placeholder {
    font-weight: 700;
  }
}
@media screen and (max-width: 640px) {
  .flight-list-header .search .form-group:last-of-type input:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
  }
  .flight-list-header .search .form-group:last-of-type input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
  }
  .flight-list-header .search .form-group:last-of-type input:-ms-input-placeholder {
    color: #333333;
  }
}
.flight-list-header .search .form-group:last-of-type:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 17px;
}
@media screen and (max-width: 640px) {
  .flight-list-header .search .form-group:last-of-type:after {
    right: 12px;
    top: 18px;
  }
}
.flight-list-header .flight-selection {
  font-size: 0;
  margin-bottom: 20px;
  clear: both;
}
@media screen and (max-width: 640px) {
  .flight-list-header .flight-selection {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.flight-list-header .flight-selection .departures-btn,
.flight-list-header .flight-selection .arrivals-btn {
  display: inline-block;
  width: 50%;
  padding: 15px 15px 14px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #002b49;
  background-color: #F3F3F2;
  font-family: "Exo";
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .flight-list-header .flight-selection .departures-btn,
  .flight-list-header .flight-selection .arrivals-btn {
    width: 50%;
    background-color: #F3F3F2;
    box-shadow: none;
    color: #002b49;
    padding: 15px 15px 14px;
  }
}
.flight-list-header .flight-selection .departures-btn.active,
.flight-list-header .flight-selection .arrivals-btn.active {
  background-color: #AB2734;
  color: #FFFFFF;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  .flight-list-header .flight-selection .departures-btn.active,
  .flight-list-header .flight-selection .arrivals-btn.active {
    color: #FFFFFF;
  }
}
.btn.earlier-flights {
  display: block;
  background: #F3F3F2;
  color: #002b49;
  width: 100%;
}

.flight-list .table-wrap {
  width: 100%;
  overflow: inherit;
}
.flight-list table thead {
  display: none;
}
.flight-list table.table caption {
  padding-top: 2px;
  padding-bottom: 2px;
}
.flight-list table tbody {
  clear: both;
}
.flight-list table tbody tr {
  display: block;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  padding-top: 27px;
  padding-bottom: 23px;
  border-radius: 2px;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
    font-size: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: table;
  }
  .flight-list table tbody tr.not-available {
    height: 142px;
  }
}
.flight-list table tbody tr:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.flight-list table tbody tr:hover td:nth-of-type(2), .flight-list table tbody tr:hover td:nth-of-type(3),
.flight-list table tbody tr:hover td a {
  text-decoration: none;
}
.flight-list table tbody tr td {
  padding-top: 0;
  padding-left: 15px;
  display: inline-block;
  border: none;
  color: #474C4B;
  font-size: 0.875rem;
}
.flight-list table tbody tr td a {
  color: #474C4B;
  text-decoration: none !important;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td {
    float: left;
    padding: 15px;
    font-size: 0.875rem;
  }
}
.flight-list table tbody tr td:first-of-type {
  width: 150px;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 23px;
}
.flight-list table tbody tr td:first-of-type span {
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:first-of-type span {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:first-of-type {
    height: 88px;
    width: 65px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .flight-list table tbody tr td:first-of-type span {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: line-through;
  }
}
.flight-list table tbody tr td:nth-of-type(2) {
  position: relative;
  width: 265px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(2) {
    width: auto;
  }
}
.flight-list table tbody tr td:nth-of-type(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 1px;
  background-color: #F3F3F2;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(2):after {
    display: none;
  }
}
.flight-list table tbody tr td:nth-of-type(3) {
  position: absolute;
  left: 154px;
  top: 53px;
  width: 265px;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(3) {
    position: absolute;
    left: 65px;
    top: 22px;
    width: auto;
    padding-right: 0;
  }
}
.flight-list table tbody tr td:nth-of-type(4) {
  width: 200px;
  padding-left: 9px;
  padding-top: 3px;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(4) {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    width: calc(100% - 65px);
  }
  .flight-list table tbody tr td:nth-of-type(4) .block-time {
    display: block;
    margin-top: -6px;
    color: #3c763d;
    outline: none;
    font-size: 11px;
    margin-bottom: 8px;
    line-height: 100%;
  }
  .flight-list table tbody tr td:nth-of-type(4) .gate-number {
    white-space: nowrap;
    position: relative;
    top: -12px;
    padding-top: 10px;
    display: inline-block;
  }
}
.flight-list table tbody tr td:nth-of-type(4) .badge {
  position: relative;
  top: -14px;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(4) .badge {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(4) .badge + .badge.transparent {
    display: block;
    margin-left: 0;
    text-align: left;
    width: auto;
  }
}
.flight-list table tbody tr td:nth-of-type(5) {
  padding-left: 12px;
  position: relative;
  font-weight: 700;
  width: 192px;
  /* &:after {
     content: "";
     position: absolute;
     left: -4px;
     top: -2px;
     height: 40px;
     width: 1px;
     background-color: $grey-mid;
     @media screen and (max-width: $screen-xs) {
       display: none;
     }
   }*/
}
.flight-list table tbody tr td:nth-of-type(5) span {
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(5) {
    width: 100%;
    border-top: 1px solid #F3F3F2;
    padding-top: 15px;
    margin-top: 0;
    display: none;
  }
  .flight-list table tbody tr td:nth-of-type(5).not-available {
    margin-top: 0;
  }
}
.flight-list table tbody tr td:nth-of-type(6) {
  position: absolute;
  top: 28px;
  left: 624px;
  font-weight: 700;
}
.flight-list table tbody tr td:nth-of-type(6):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 1px;
  background-color: #F3F3F2;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(6):before {
    height: 1px;
    width: calc(100vw - 30px);
  }
}
.flight-list table tbody tr td:nth-of-type(6) .th {
  font-weight: 400;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(6) {
    position: relative;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .flight-list table tbody tr td:nth-of-type(6).not-available {
    top: 96px;
  }
}
.flight-list table tbody tr td:nth-of-type(7) {
  width: 145px;
  font-weight: 700;
  padding-left: 0;
}
@media screen and (min-width: 641px) {
  .flight-list table tbody tr td:nth-of-type(7) {
    position: relative;
    top: 1px;
  }
}
.flight-list table tbody tr td:nth-of-type(7) .th {
  font-weight: 400;
}
.flight-list table tbody tr td:nth-of-type(7) .th.dashes {
  font-weight: 700;
}
.flight-list table tbody tr td:nth-of-type(7) i {
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
  position: absolute;
  top: 19px;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(7) i {
    top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(7) {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }
}
.flight-list table tbody tr td:nth-of-type(8) {
  width: 160px;
  padding-right: 12px;
}
.flight-list table tbody tr td:nth-of-type(8) a {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(8) a {
    display: block;
    width: 20px;
    overflow: hidden;
    height: 15px;
    text-indent: 9999px;
  }
}
.flight-list table tbody tr td:nth-of-type(8) a:after {
  position: absolute;
  right: 28px;
  top: 30px;
  content: url("../imgs/link-right-arrow-red.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(8) a:after {
    content: url("../imgs/link-right-arrow-gray.png");
    top: 15px;
    right: 17px;
  }
}
@media screen and (max-width: 640px) {
  .flight-list table tbody tr td:nth-of-type(8) {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 50px;
  }
}

.load-more-wrapper {
  text-align: center;
}
.load-more-wrapper #loadEarlierButton {
  margin-bottom: 20px;
  display: inline-block;
  padding: 20px;
  height: auto;
  text-transform: inherit;
  line-height: 28px;
  color: #002b49;
  position: relative;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.load-more-wrapper #loadEarlierButton:before {
  display: none;
  content: url("../imgs/up-arrow-red.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  left: 205px;
}
.load-more-wrapper .more-flights {
  background: #AB2734;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 70px !important;
  border: none;
  border-radius: 10px;
}

.flight-details-header {
  margin-bottom: 32px;
  padding-top: 51px;
}
@media screen and (max-width: 640px) {
  .flight-details-header {
    margin-bottom: 20px;
    padding-top: 50px;
  }
}
.flight-details-header h2 {
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 25px;
  font-family: "Exo";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  align-items: center;
  color: #0D2B47;
}
@media screen and (max-width: 640px) {
  .flight-details-header h2 {
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 13px;
  }
}
.flight-details-header .info-list {
  display: inline-block;
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 640px) {
  .flight-details-header .info-list {
    bottom: 0;
    display: block;
  }
  .flight-details-header .info-list > span:last-of-type {
    display: block !important;
  }
}
.flight-details-header .info-list > span {
  padding: 0 26px;
  position: relative;
}
.flight-details-header .info-list > span .refresh-icon {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url("../css/imgs/refresh-icon.svg") no-repeat;
  background-size: 100%;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 640px) {
  .flight-details-header .info-list > span {
    font-size: 0.875rem;
  }
  .flight-details-header .info-list > span:first-of-type {
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .flight-details-header .info-list > span {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
}
.flight-details-header .info-list > span:before {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #dcdcdc;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .flight-details-header .info-list > span:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .flight-details-header .info-list > span:nth-of-type(2):before {
    left: -1px;
    top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .flight-details-header .info-list > span:nth-of-type(4) {
    padding-left: 17px;
  }
  .flight-details-header .info-list > span:nth-of-type(4):before {
    left: -7px;
  }
}
.flight-details-header .info-list > span .badge {
  margin-top: 0;
  top: -3px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flight-details-header .info-list > span .badge {
    margin-top: 0;
    top: 0;
    margin-right: 15px;
  }
}
.flight-details-header .info-list > span .badge + .badge.transparent {
  display: inline-block;
  margin-left: 5px;
}
.flight-details-header .info-list > span .message {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .flight-details-header .info-list > span .message {
    margin-left: 0;
  }
}
.flight-details-header .info-list > span .message:empty {
  display: none !important;
}
.flight-details-header .info-list > span:last-of-type, .flight-details-header .info-list > span:nth-last-of-type(2) {
  display: inline-block;
}
.flight-details-header #alsoKnownAs {
  display: block;
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #474C4B;
}
@media screen and (max-width: 640px) {
  .flight-details-header #alsoKnownAs {
    display: none;
  }
}
.flight-details-header #flight-details h3 {
  font-family: "Exo";
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #AB2734;
  margin-bottom: 15px;
}
.flight-details-header #flight-details .row {
  display: flex;
  flex-wrap: wrap;
}
.flight-details-header #flight-details .row .col-sm {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .flight-details-header #flight-details .row .col-sm {
    flex-basis: auto;
  }
}
.flight-details-header .details {
  display: block;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #474C4B;
}
.flight-details-header .details:before {
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  background: #AB2734;
  position: absolute;
  bottom: 0;
  left: -15px;
}
.flight-details-header .details:not(:empty) {
  margin-bottom: 30px;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .flight-details-header .details:not(:empty) {
    margin-bottom: 15px;
    font-size: 0.875rem;
    line-height: 18px;
    padding-bottom: 15px;
  }
}
.flight-details-header .col-sm-9 h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .flight-details-header .col-sm-9 h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .flight-details-header .col-sm-3 .btn-icon:last-of-type {
    margin-bottom: 20px;
  }
}
.flight-details-header dl {
  border-radius: 2px;
  background: #FFFFFF;
  padding: 25px 23px;
  margin-bottom: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .flight-details-header dl {
    padding: 23px 11px 2px;
    float: left;
    margin-bottom: 5px;
    width: 100%;
  }
}
.flight-details-header dl dt {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Exo";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #474C4B;
}
@media screen and (max-width: 640px) {
  .flight-details-header dl dt {
    margin-bottom: 10px;
  }
}
.flight-details-header dl dd {
  display: block;
  font-family: "Exo";
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  font-size: 16px;
  line-height: 41px;
  align-items: center;
  color: #474C4B;
}
@media screen and (max-width: 640px) {
  .flight-details-header dl dd {
    margin-bottom: 15px;
    display: block;
    min-height: 22px;
    line-height: 22px;
  }
}
.flight-details-header dl dd span {
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 8px;
}
.flight-details-header dl dd i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  transform: scale(0.55);
  position: absolute;
  top: -4px;
}
.flight-details-header dl .row {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .flight-details-header dl .row {
    width: 50%;
    float: left;
    margin-right: 0;
    flex-direction: column;
    margin-left: 0;
  }
  .flight-details-header dl .row .col-sm {
    padding-right: 0;
  }
}
.flight-details-header dl .row:first-of-type {
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .flight-details-header dl .row:first-of-type {
    margin-bottom: 0;
  }
}
.flight-details-header dl .row:first-of-type .col-sm:not(:last-of-type) {
  position: relative;
}
.flight-details-header dl .row:first-of-type .col-sm:not(:last-of-type):after {
  content: "";
  height: 143px;
  width: 1px;
  background-color: #e6e7e8;
  position: absolute;
  right: 15px;
  top: 3px;
}
@media screen and (max-width: 640px) {
  .flight-details-header dl .row:first-of-type .col-sm:not(:last-of-type):after {
    display: none;
  }
}

.flight-details {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .flight-details {
    margin-bottom: 15px;
  }
}
.flight-details h3 {
  margin-bottom: 20px;
}
.flight-details .row {
  display: flex;
  flex-wrap: wrap;
}
.flight-details .row .col-sm {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.flight-details .nv-spots {
  background-color: #F8F8F8;
  border-radius: 4px;
  margin: 0 15px;
  width: 100%;
  padding: 15px 10px 20px;
}
@media screen and (max-width: 640px) {
  .flight-details .nv-spots {
    margin: 0;
  }
}
.flight-details .nv-spots > div:first-of-type {
  position: relative;
}
@media screen and (max-width: 640px) {
  .flight-details .nv-spots > div:first-of-type {
    padding-bottom: 30px;
  }
}
.flight-details .nv-spots > div:first-of-type:after {
  content: "";
  width: 1px;
  height: calc(100% + 35px);
  top: -15px;
  right: 10px;
  position: absolute;
  background: #E6E7E8;
}
@media screen and (max-width: 640px) {
  .flight-details .nv-spots > div:first-of-type:after {
    height: 1px;
    width: calc(100% + 20px);
    left: -10px;
    right: auto;
    top: auto;
    bottom: 10px;
  }
}
.flight-details .nv-spots > div:nth-of-type(2) {
  position: relative;
}
@media screen and (max-width: 640px) {
  .flight-details .nv-spots > div:nth-of-type(2) {
    padding-bottom: 30px;
  }
}
.flight-details .nv-spots > div:nth-of-type(2):after {
  content: "";
  width: 1px;
  height: calc(100% + 35px);
  top: -15px;
  right: 20px;
  position: absolute;
  background: #E6E7E8;
}
@media screen and (max-width: 640px) {
  .flight-details .nv-spots > div:nth-of-type(2):after {
    height: 1px;
    width: calc(100% + 20px);
    left: -10px;
    right: auto;
    top: auto;
    bottom: 10px;
  }
}
.flight-details .nv-spots .nv-spot {
  color: #474C4B;
}
.flight-details .nv-spots .nv-spot h3 {
  color: #AB2734;
  font-size: 20px;
  line-height: 41px;
  margin-bottom: 10px;
}
.flight-details .nv-spots .nv-spot p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 15px;
}
.flight-details .nv-spots .nv-spot a {
  color: #474C4B;
  display: table;
  padding-right: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  position: relative;
}
.flight-details .nv-spots .nv-spot a:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  content: url("imgs/red-arrow.png");
}

span.badge {
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
span.badge.red {
  background-color: #AB2734;
}
span.badge.blue {
  background-color: #006AD5;
}
span.badge.green {
  background-color: #008910;
}
span.badge.yellow {
  background-color: #FFBF00;
  color: #000;
}
span.badge.orange {
  background-color: #FF6600;
  color: #000;
}
span.badge.transparent {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
span.badge + .badge.transparent {
  margin-top: 0;
}

span.block-time {
  display: block;
  text-transform: uppercase;
}

.search-filters .form-control {
  border: 0;
  background-color: #F6F6F6;
  box-shadow: none;
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #333333;
  padding-right: 30px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("imgs/filter-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.search-filters .form-control::-webkit-input-placeholder {
  color: #333333;
}
@media screen and (max-width: 640px) {
  .search-filters .form-control::-webkit-input-placeholder {
    font-weight: 700;
  }
}
.search-filters .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
.search-filters .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
.search-filters .form-control:-ms-input-placeholder {
  color: #333333;
}
.search-filters #flight-number {
  background-image: url("imgs/search-filter-icon.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.d-sm-none {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .d-sm-none {
    display: none !important;
  }
}

.arrival-list .flight-list table tbody tr td:nth-of-type(6) {
  display: none;
}
.arrival-list .flight-list table tbody tr td:nth-of-type(6):before {
  display: none;
}

.div-no-results {
  text-align: right;
}

/* colors */
/* Buttons */
.btn {
  height: 50px;
  font-family: "Exo", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-radius: 0;
}
.btn:hover {
  color: #fff;
}

.btn-lrg {
  width: 220px;
}

.btn-med {
  width: 180px;
}

.btn-sml {
  width: 150px;
}

.btn-plum {
  background-color: #8a1538;
}

.btn-plum-active {
  background-color: #ba0c2f;
}

.btn-blue {
  background-color: #002b49;
}

.btn-blue-active {
  background-color: #71b2c9;
}

.btn-wine {
  background-color: #ba0c2f;
}

.btn-wine-active {
  background-color: #8a1538;
}

.btn-pink {
  background-color: #ce0f69;
}

.btn-pink-active {
  background-color: #8a1538;
}

/* Links */
a.btn {
  text-decoration: none;
  display: inline-block;
  padding: 12px 17px;
}
a.btn:hover, a.btn:focus {
  color: #fff;
}

p {
  padding: 10px 0px 10px 0px;
}

.icon-plane {
  position: relative;
}
.icon-plane:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 55px;
  height: 55px;
  background-position: -170px -89px;
  left: 0;
}

.icon-plane-white {
  position: relative;
}
.icon-plane-white:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 48px;
  height: 41px;
  background-position: -544px -244px;
  left: 0;
}

.icon-case {
  position: relative;
}
.icon-case:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 55px;
  height: 55px;
  background-position: -237px -89px;
  left: 0;
}

.icon-chevron-d {
  position: relative;
}
.icon-chevron-d:after {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: -212px -192px;
  right: 0;
}

.icon-chevron-r {
  position: relative;
}
.icon-chevron-r:after {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 15px;
  height: 20px;
  background-position: -240px -191px;
  right: 0;
}

.icon-chevron-white {
  position: relative;
}
.icon-chevron-white:after {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 15px;
  height: 20px;
  background-position: -316px -191px;
  right: 0;
}

.icon-chevron-lrg-white-L {
  position: relative;
}
.icon-chevron-lrg-white-L:after {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 23px;
  height: 34px;
  background-position: -598px -178px;
  right: 0;
}

.icon-chevron-lrg-white-R {
  position: relative;
}
.icon-chevron-lrg-white-R:after {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 23px;
  height: 34px;
  background-position: -567px -178px;
  right: 0;
}

.icon-chevron-lrg-grey-L {
  position: relative;
}
.icon-chevron-lrg-grey-L:after {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 23px;
  height: 34px;
  background-position: -668px -178px;
  right: 0;
}

.icon-chevron-lrg-grey-R {
  position: relative;
}
.icon-chevron-lrg-grey-R:after {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 23px;
  height: 34px;
  background-position: -637px -178px;
  right: 0;
}

.icon-twitter {
  position: relative;
}
.icon-twitter:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 19px;
  height: 19px;
  background-position: -549px -106px;
  left: 0;
}

.icon-facebook {
  position: relative;
}
.icon-facebook:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 14px;
  height: 19px;
  background-position: -586px -106px;
  left: 0;
}

.icon-instagram {
  position: relative;
}
.icon-instagram:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 19px;
  height: 19px;
  background-position: -615px -107px;
  left: 0;
}

.icon-twitter-white {
  position: relative;
}
.icon-twitter-white:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 19px;
  height: 19px;
  background-position: -549px -140px;
  left: 0;
}

.icon-facebook-white {
  position: relative;
}
.icon-facebook-white:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 14px;
  height: 19px;
  background-position: -586px -140px;
  left: 0;
}

.icon-instagram-white {
  position: relative;
}
.icon-instagram-white:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 19px;
  height: 19px;
  background-position: -615px -140px;
  left: 0;
}

.icon-search {
  position: relative;
}
.icon-search:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 19px;
  height: 19px;
  background-position: -654px -107px;
  left: 0;
}

.icon-airplane {
  position: relative;
}
.icon-airplane:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 27px;
  height: 29px;
  background-position: -133px -182px;
  left: 0;
}

.icon-suitcase-white {
  position: relative;
}
.icon-suitcase-white:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 43px;
  height: 43px;
  background-position: -724px -242px;
  left: 0;
}

.icon-signpost-white {
  position: relative;
}
.icon-signpost-white:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 48px;
  height: 48px;
  background-position: -883px -239px;
  left: 0;
}

.icon-parking {
  position: relative;
}
.icon-parking:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 57px;
  height: 57px;
  background-position: -39px -84px;
  left: 0;
}

.icon-calendar {
  position: relative;
}
.icon-calendar:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 36px;
  height: 32px;
  background-position: -38px -178px;
  left: 0;
}

.icon-watch {
  position: relative;
}
.icon-watch:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 23px;
  height: 34px;
  background-position: -89px -174px;
  left: 0;
}

.icon-heart {
  position: relative;
}
.icon-heart:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 30px;
  height: 24px;
  background-position: -498px -186px;
  left: 0;
}

.icon-mob-chev-down {
  position: relative;
}
.icon-mob-chev-down:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 22px;
  height: 18px;
  background-position: -461px -192px;
  left: 0;
}

.icon-blue-cross {
  position: relative;
}
.icon-blue-cross:before {
  content: "";
  background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  background-position: -537px -191px;
  left: 0;
}

@media screen and (max-width: 600px) {
  .icon-facebook-white:before {
    left: 4px;
  }
}

/* Cookie Consent banner text override */
.cc-message {
  font-size: 0.875em;
  line-height: 1.2em;
}

body {
  background-color: #002b49;
}

.main-bg {
  background-color: #fff;
}

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.glyphicon-chevron-right-img {
  float: left;
  content: "";
  background-image: url(imgs/chevron-red-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.glyphicon-chevron-left-img {
  float: left;
  content: "";
  background-image: url(imgs/chevron-red-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  width: 30px;
  height: 30px;
  margin-left: 0px;
}

main {
  /*&.add-margin{
    @media screen and (max-width: 600px) {
      margin-top: -105px;
    }
  }*/
}
@media screen and (max-width: 600px) {
  main {
    margin-top: 0px;
  }
}

.at-cv-lightbox {
  display: none;
}

.activeate {
  color: #ba0c2f;
}

/* EMERGENCY ALERT */
#emergency-alert {
  color: #fff;
  font-size: 14px;
  background-color: #ba0c2f;
  padding: 22px 0px 23px 0px;
  top: 0;
  z-index: 100;
}
#emergency-alert div {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media screen and (max-width: 600px) {
  #emergency-alert div {
    width: 92%;
    margin-left: 3%;
    margin-right: 5%;
  }
}
#emergency-alert div .alert-text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: 87%;
}
#emergency-alert div .alert-text span {
  text-transform: uppercase;
  font-weight: bold;
}
#emergency-alert div .e-icon {
  float: left;
  content: "";
  background-image: url(imgs/E.svg);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  width: 55px;
  height: 55px;
  margin-right: 17px;
}
@media screen and (max-width: 600px) {
  #emergency-alert div .e-icon {
    display: none;
  }
}
#emergency-alert div .cookie-close {
  margin-top: 4px;
  float: right;
  content: "";
  background-image: url(imgs/close-x.svg);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  width: 15px;
  height: 15px;
}

/* for improved CMS positioning of sections */
.RadDockZone {
  z-index: 200000;
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

#TNS-right #ctl00_ctl00_cpTopNav_TopNav_RadDockZoneTopNav {
  min-width: 10px !important;
  min-height: 23px !important;
  float: left !important;
  top: -14px;
  left: -70px;
}

#TNS-right #ctl00_ctl00_cpTopNav_SearchBox_RadDockZoneSearchBox {
  min-width: 10px;
  min-height: 23px;
  width: 250px;
  right: -130px;
  top: -45px;
}

/* end */
/* remove autocomplete icon in safari */
input[autocomplete=off]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

/* Route Map Home page  */
a.routeMapHome {
  float: left;
  width: 100%;
}
@media print {
  a.routeMapHome {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  a.routeMapHome {
    margin-top: 0px;
  }
}
a.routeMapHome img {
  float: left;
}
@media screen and (max-width: 600px) {
  a.routeMapHome img {
    width: 100%;
  }
}

#routePage {
  float: left;
}
#routePage h2 {
  padding-left: 12.5%;
  margin-top: 50px;
  float: left;
}
#routePage ul {
  margin-top: 20px;
  padding-left: 12.5%;
  float: left;
  font-family: "Exo", sans-serif;
}
#routePage ul li {
  line-height: 30px;
}
#routePage p {
  padding-left: 12.5%;
  font-size: 16px;
  float: left;
  font-family: "Exo", sans-serif;
}

/* Search Widget */
.search-widget-wrapper {
  /* iPhone5 Landscape */
  /* iPhone6 Landscape */
  /* iPhone6+ Landscape */
  /* iPad mini Portrait */
  /* iPad3 Portrait */
}
@media screen and (min-width: 601px) {
  .search-widget-wrapper {
    position: absolute;
    min-height: 290px;
    z-index: 5;
    bottom: 22px;
  }
}
@media screen and (max-width: 640px) {
  .search-widget-wrapper {
    position: absolute;
    z-index: 5;
    top: 150px;
    width: 100%;
    bottom: 70px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .search-widget-wrapper {
    position: relative;
    bottom: 0px;
  }
}
@media only screen and (min-device-width: 569px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .search-widget-wrapper {
    position: absolute;
    z-index: 5;
    bottom: 22px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .search-widget-wrapper {
    position: absolute;
    z-index: 5;
    bottom: 22px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .search-widget-wrapper {
    position: absolute;
    z-index: 5;
    bottom: 22px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search-widget-wrapper {
    position: absolute;
    z-index: 5;
    bottom: 22px;
  }
}
@media screen and (max-width: 600px) {
  .search-widget-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .search-widget-wrapper h3.tab_drawer_heading {
    text-align: left;
    padding-left: 30px;
  }
  .search-widget-wrapper h3.tab_drawer_heading span {
    font-weight: 100;
  }
  .search-widget-wrapper h3.d_active:after {
    content: "";
    background-image: url(imgs/down-peak.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 13px;
  }
}

@media screen and (max-width: 600px) {
  .home-clear-both {
    clear: both;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-clear-both {
    clear: inherit;
  }
}
#search-widget {
  padding: 0;
}
@media screen and (max-width: 640px) {
  #search-widget {
    padding: 0 26px;
  }
  #search-widget .col-xs-6:first-of-type {
    padding-right: 4px;
  }
  #search-widget .col-xs-6:last-of-type {
    padding-left: 4px;
  }
}
#search-widget fieldset {
  border: 0;
  clear: both;
  margin: 0;
  /* Via btn */
}
@media screen and (min-width: 641px) {
  #search-widget fieldset {
    /*padding: 13px 15px 30px 15px;*/
  }
}
@media screen and (max-width: 600px) {
  #search-widget fieldset {
    /*padding: 20px 30px 25px 30px;*/
  }
}
#search-widget fieldset .viaBtn {
  cursor: pointer;
  line-height: 50px;
  border: 1px solid #e9e9e9;
  color: #666666;
  font-family: "Exo", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  padding: 0 17px;
}
@media screen and (max-width: 600px) {
  #search-widget fieldset .viaBtn {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 601px) {
  #search-widget fieldset .viaBtn {
    float: left;
    margin-bottom: 20px;
  }
  #search-widget fieldset .viaBtn:first-of-type, #search-widget fieldset .viaBtn:nth-of-type(2) {
    margin-right: 14px;
  }
  #search-widget fieldset .viaBtn:nth-of-type(2) {
    padding: 0 15px;
  }
}
#search-widget fieldset .viaBtn.active {
  color: #ba0c2f;
  border: 1px solid #ba0c2f;
  font-weight: 500;
  border-radius: 0;
}
@media screen and (min-width: 601px) {
  #search-widget fieldset .viaBtn.active:nth-of-type(2) {
    margin-right: 14px;
  }
}
#search-widget fieldset .viaDestBtn {
  padding-right: 31px;
}
#search-widget fieldset button {
  margin-bottom: 20px;
  width: 95px;
}
@media screen and (max-width: 600px) {
  #search-widget fieldset button {
    width: 100%;
  }
}
#search-widget fieldset a {
  display: inline-block;
  color: #002b49;
  padding-right: 20px;
  padding-top: 23px;
  float: right;
}
#search-widget fieldset a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #search-widget fieldset a {
    float: right;
  }
}
#search-widget .tabs {
  width: 100%;
  float: left;
}
#search-widget button {
  position: relative;
  display: inline-block;
  width: 259px;
  line-height: 55px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 0px;
  text-transform: uppercase;
  float: left;
  border: 0;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.6);
  color: #002b49;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 600px) {
  #search-widget button {
    width: 100%;
    margin-bottom: 2px;
  }
}
#search-widget button span {
  font-weight: 400;
}
#search-widget button.active {
  color: #fff;
  background-color: #ba0c2f;
  line-height: 56px;
}
#search-widget button.active:after {
  content: "";
  background-image: url(imgs/down-peak.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 13px;
}
#search-widget button.arrivals-btn {
  margin-left: 1px;
  margin-right: 1px;
}
#search-widget button.departures-btn {
  width: 260px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #search-widget button.departures-btn {
    /* IE10+ CSS styles go here */
    width: 259px;
  }
}
@supports (-ms-ime-align: auto) {
  #search-widget button.departures-btn {
    width: 259px;
  }
}
#search-widget .styled-select {
  position: relative;
  height: 50px;
  overflow: hidden;
  width: 100%;
}
#search-widget .styled-select:after {
  top: 18px;
  right: 10px;
}
@media screen and (max-width: 600px) {
  #search-widget .styled-select {
    margin: 10px 0;
  }
}
@media screen and (min-width: 601px) {
  #search-widget .styled-select {
    float: left;
    width: 182px;
    margin-right: 12px;
    margin-left: 12px;
  }
}
#search-widget .styled-select select {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background-color: #f9f9f9;
  height: 50px;
  padding: 10px 10px 10px 10px;
  background: transparent;
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
@media screen and (min-width: 601px) {
  #search-widget .styled-select select {
    width: 277px;
  }
}
@media screen and (max-width: 600px) {
  #search-widget .styled-select select {
    width: 100%;
    padding-left: 24px;
  }
}

.cta-links div {
  padding: 20px 15px;
  background-color: #71b2c9;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  border-right: 1px solid #b8d9e4;
}
@media screen and (max-width: 600px) {
  .cta-links div:first-child {
    border-bottom: 1px solid #b8d9e4;
  }
}
.cta-links div a {
  padding-left: 70px;
  display: block;
  color: #002b49;
}
.cta-links div a strong {
  display: block;
}
.cta-links div a[class*=icon]:before {
  top: -10px;
}

.faq-links div {
  padding: 26px 30px 26px 30px;
  background-color: #002b49;
  text-align: center;
  font-weight: 400;
  line-height: 23px;
  font-family: "Exo", sans-serif;
  border-right: 1px solid #627c8e;
}
@media screen and (max-width: 600px) {
  .faq-links div {
    border-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .faq-links div:first-child {
    border-bottom: 1px solid #627c8e;
  }
}
.faq-links:nth-of-type(2) div:nth-of-type(2) {
  border-right: 0px;
}
.faq-links a {
  color: #71b2c9;
  font-style: italic;
}
.faq-links a strong {
  color: #fff;
}
.faq-links a strong:after {
  content: "\a";
  white-space: pre;
}
.faq-links.reverse a {
  color: #fff;
}
.faq-links.reverse a strong {
  color: #71b2c9;
}

@media screen and (max-width: 600px) {
  #searchFAQ div a strong {
    color: #71b2c9 !important;
  }
  #searchFAQ div:last-of-type {
    border-bottom: 1px solid #627c8e;
  }
}

/* Tabs inner pages */
.tabs {
  display: block;
  width: 100%;
  float: left;
}
.tabs button {
  position: relative;
  display: inline-block;
  width: 50%;
  line-height: 55px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #002b49;
  text-align: center;
  padding: 0px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  text-transform: uppercase;
  float: left;
  border: 0;
}
.tabs button span {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .tabs button span {
    display: none;
  }
}
.tabs button:active {
  /* outline: none; */
}
.tabs button:focus {
  /* outline: none; */
}
.tabs button.active {
  color: #fff;
  background-color: #ba0c2f;
}
.tabs button.active:after {
  content: "";
  background-image: url(imgs/down-peak.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 13px;
}

/* end Tabs inner pages */
/* Parking Widget */
/* PARKING DATEPICKER ORIG STYLES */
#parkingFieldset {
  background: #ffffff;
  display: none;
}
#parkingFieldset.active {
  display: block;
}
@media screen and (max-width: 640px) {
  #parkingFieldset.active {
    width: calc(100% + 52px);
    margin-left: -26px;
    padding-top: 0;
  }
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 308px;
  padding: 0;
  margin: -5px 0px 0px 0px;
  padding: 0;
  height: 277px;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 308px;
  }
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker {
  width: 308px;
  padding: 0;
  margin: 0;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table {
  /*margin-left: 7px;*/
  margin-left: 0;
  margin-top: 15px;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table thead tr:nth-of-type(1) th.prev {
  max-width: 20px;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table thead tr:nth-of-type(1) th.prev span {
  color: #ba0c2f;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table thead tr:nth-of-type(1) th.picker-switch {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #002b49;
  font-family: "Exo", sans-serif;
  padding-top: 12px;
  vertical-align: top;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table thead tr:nth-of-type(1) th.picker-switch:hover {
  background-color: #fff;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table thead tr:nth-of-type(1) th.next {
  max-width: 20px;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table thead tr:nth-of-type(1) th.next span {
  color: #ba0c2f;
  margin-left: 0;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table thead tr:nth-of-type(2) th {
  color: #002b49;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table tbody tr td {
  font-family: "Exo", sans-serif;
  color: #999999;
  font-size: 12px;
  line-height: 25px;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table tbody tr td.day.active {
  background-color: #fff;
  color: #ba0c2f;
  width: 15px;
  height: 15px;
  border: 2px solid #ba0c2f;
  text-shadow: none;
  font-weight: 600;
}
#parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table tbody tr td.weekend {
  width: 20px;
}
@-moz-document url-prefix() {
  #parkingFieldset fieldset .bootstrap-datetimepicker-widget.dropdown-menu ul li div.datepicker div.datepicker-days table tbody tr td.day.active .today {
    border: 4px solid #ba0c2f;
  }
}
#parkingFieldset fieldset div {
  /* time */
}
#parkingFieldset fieldset div.calendar #divErrorEntryDate,
#parkingFieldset fieldset div.calendar #divErrorExitDate,
#parkingFieldset fieldset div.calendar #divErrorDates,
#parkingFieldset fieldset div.calendar #divErrorDatesPast {
  display: inline-block;
  float: left;
  width: 130px;
  margin-top: -22px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 640px) {
  #parkingFieldset fieldset div.calendar #divErrorEntryDate,
  #parkingFieldset fieldset div.calendar #divErrorExitDate,
  #parkingFieldset fieldset div.calendar #divErrorDates,
  #parkingFieldset fieldset div.calendar #divErrorDatesPast {
    top: 9px;
  }
}
#parkingFieldset fieldset div.calendar #divErrorDates {
  width: 220px;
}
#parkingFieldset fieldset div.calendar #divErrorDatesPast {
  width: 270px;
}
#parkingFieldset fieldset div.time {
  float: left;
  width: 150px;
  margin-right: 0px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.time {
    width: 100%;
    height: 55px;
    padding-top: 10px;
  }
}
#parkingFieldset fieldset div.time select {
  float: left;
  cursor: pointer;
  border: 0;
  width: 150px;
  height: 45px;
  z-index: 5;
  position: absolute;
  padding-left: 60px;
  padding-top: 5px;
  margin-top: -5px;
  margin-left: -15px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.time select {
    padding-top: 10px;
    width: 100%;
  }
}
#parkingFieldset fieldset div.time select option {
  color: #002b49;
  font-weight: bold;
}
#parkingFieldset fieldset div.time select::-ms-expand {
  display: none;
}
#parkingFieldset fieldset div.time label {
  float: left;
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.time label {
    padding-top: 10px;
  }
}
#parkingFieldset fieldset div.time input {
  width: 75px;
  padding-right: 0px;
  color: #b8b8b8;
  float: left;
}
#parkingFieldset fieldset div.time input:focus {
  box-shadow: none;
}
#parkingFieldset fieldset div.time input.placeholder {
  color: #333333;
}
#parkingFieldset fieldset div.time span {
  color: #999999;
  padding: 0px;
  border: none;
  border-radius: 0;
  float: right;
  width: 23px;
  height: 34px;
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.time span {
    margin-right: 12px;
    transform: scale(1.2, 1.2);
  }
}
#parkingFieldset fieldset div.time span.input-group-addon {
  float: left;
  margin-right: 5px;
  height: 31px;
  width: 24px;
}
#parkingFieldset fieldset div.time #divErrorEntryTime,
#parkingFieldset fieldset div.time #divErrorExitTime,
#parkingFieldset fieldset div.time #divErrorDates {
  display: inline-block;
  float: left;
  width: 130px;
  margin-top: -25px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  top: 13px;
}
@media screen and (max-width: 640px) {
  #parkingFieldset fieldset div.time #divErrorEntryTime,
  #parkingFieldset fieldset div.time #divErrorExitTime,
  #parkingFieldset fieldset div.time #divErrorDates {
    top: 9px;
    font-size: 12px;
    margin-left: 7%;
    width: 80%;
  }
}
#parkingFieldset .icon-chevron-r:after {
  content: "";
  right: 3px;
  transform: scale(0.8);
  top: -3px;
}

/* END PARKING DATEPICKER ORIG STYLES */
/* Latest News */
#latest-news {
  background-color: #71b2c9;
  padding: 40px 40px 40px 50px;
}
@media screen and (min-width: 601px) {
  #latest-news {
    height: 358px;
  }
}
@media screen and (max-width: 600px) {
  #latest-news {
    padding: 40px 40px 40px 30px;
  }
}
#latest-news h2 {
  font-size: 18px;
  color: #002b49;
  font-weight: 700;
  letter-spacing: 0.7px;
}
#latest-news ul {
  list-style-type: none;
  font-weight: 600;
  font-size: 14px;
  padding-left: 0px;
  line-height: 30px;
  position: relative;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #latest-news ul {
    float: left;
  }
}
#latest-news ul li {
  padding-bottom: 15px;
  text-transform: capitalize;
  line-height: 20px;
  color: #002b49;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Exo", sans-serif;
}
@media screen and (min-width: 601px) {
  #latest-news ul li {
    width: 260px;
    position: relative;
    display: table;
  }
}
@media screen and (max-width: 640px) {
  #latest-news ul li {
    position: relative;
  }
}
#latest-news ul li span {
  display: block;
  text-transform: uppercase;
  font-weight: 100;
}
#latest-news ul li a {
  color: #002b49;
  position: initial;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Exo", sans-serif;
}
@media screen and (min-width: 601px) {
  #latest-news ul li a {
    display: table-row;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #latest-news ul li a.icon-chevron-r::after {
    right: -55px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #latest-news ul li a.icon-chevron-r:after {
    right: -20px;
  }
}
@media screen and (max-width: 640px) {
  #latest-news ul li a.icon-chevron-r:after {
    bottom: 20px;
  }
}
#latest-news a.news-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #002b49;
  font-family: "Exo", sans-serif;
  width: auto;
  float: left;
  font-weight: 600;
  left: 50px;
  bottom: 32px;
  /* iPad Landscape */
}
@media screen and (min-width: 769px) {
  #latest-news a.news-link {
    position: absolute;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #latest-news a.news-link {
    position: inherit;
  }
}

/* Loop Banner / Featured Destination Widget */
#hero,
#feat-dest {
  height: auto;
  float: left;
}

#hero {
  height: 571px;
}
@media screen and (max-width: 600px) {
  #hero {
    height: auto;
  }
}
@media print {
  #hero {
    display: none;
  }
}
#hero img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #hero img {
    float: left;
  }
}
@media screen and (max-width: 600px) {
  #hero .cta {
    float: left;
  }
}

.width-class {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .width-class {
    width: 100%;
  }
}

.cta {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-top: -450px;
  height: 450px;
}
.cta h2 {
  color: #fff;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 400;
  line-height: 54px;
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  .cta h2 {
    font-size: 40px;
    margin-top: 10px;
  }
}
.cta h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .cta h2 span {
    font-size: 21px;
    padding-bottom: 10px;
  }
}
.cta p {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.cta p a:nth-child(-n+2) {
  margin-right: 32px;
}
.cta p a:nth-child(-n+2):hover {
  background-color: #ba0c2f;
}
@media screen and (max-width: 600px) {
  .cta p a:nth-child(-n+2) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.cta p a:last-of-type:hover {
  background-color: #ba0c2f;
}
@media screen and (max-width: 600px) {
  .cta p {
    width: 60%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 22px;
  }
}

/***** OLD FEAT DEST ***********/
/*
#feat-dest {
	height: auto;
	width: 100%;
	position: relative;
	@media print {
		display: none;
	}
	img {
		width: 100%;
		height: auto;
		display: block;
	}
	& > .cta {
	background: rgba(0, 43, 73, .7);
	height: 325px;
	z-index: 2;
	position: absolute;
	top: 50%;
	margin-top: -162px;
	margin-left: 21%;
	margin-right: 21%;
	@media screen and (max-width: 600px) {
		margin-left: 3%;
		margin-right: 3%;
		margin-top: -135px;
		height: 270px;
	}
	h2 {
		@media screen and (max-width: 600px) {
			line-height: 40px;
			padding-top: 10px;
			margin-bottom: 7px;
			margin-top: 0px;
		}
	}
	p {
		width: 90%;
		margin-top: 8px;
		margin-bottom: 0px;
		@media screen and (max-width: 600px) {
			margin-top: -10px;
			margin-bottom: 4px;
		}
	}
	p:last-of-type {
		margin-top: 0px;
		padding-top: 0px;
	}
}
}*/
/***** END OF OLD FEAT DEST ***********/
/* Destination of the month Widget */
.dest-OTM {
  padding-left: 0;
  padding-right: 0;
}
.dest-OTM > a {
  display: block;
  height: auto;
  max-height: 358px;
}
.dest-OTM > a > img {
  max-width: 100%;
  width: 100%;
}

#feat-dest {
  height: auto;
  width: 400px;
  position: relative;
  float: left;
}
@media screen and (max-width: 600px) {
  #feat-dest {
    width: 100%;
  }
  #feat-dest img {
    width: 100%;
    float: left;
  }
}
#feat-dest picture {
  display: block;
  height: auto;
  max-height: 358px;
}
#feat-dest img {
  width: 100%;
  /* iPhone6 Landscape */
  /* iPhone 6+ Landscape */
}
@media screen and (min-width: 601px) {
  #feat-dest img {
    height: 358px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #feat-dest img {
    height: 358px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #feat-dest img {
    height: 358px;
  }
}
#feat-dest .cta {
  background: rgba(0, 43, 73, 0.7);
  width: 300px;
  z-index: 2;
  position: absolute;
  margin-top: -15px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  height: auto;
  /* iPhone 5 Portrait */
  /* iPhone 6 Portrait */
  /* iPhone 6 Landscape */
  /* iPhone 6+ Portrait */
  /* Landscape */
}
@media screen and (min-width: 601px) {
  #feat-dest .cta {
    top: 15%;
    margin-top: -10px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #feat-dest .cta {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #feat-dest .cta {
    margin-top: 25px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #feat-dest .cta {
    margin-top: 55px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #feat-dest .cta {
    margin-top: 45px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #feat-dest .cta {
    margin-top: 75px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #feat-dest .cta {
    margin-top: 45px;
  }
}
#feat-dest .cta h2 {
  color: #fff;
  font-family: Exo, sans-serif;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 100;
  line-height: 54px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #feat-dest .cta h2 {
    margin-top: 0px;
  }
}
#feat-dest .cta h2 span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 640px) {
  #feat-dest .cta h2 span {
    padding-bottom: 0;
  }
}
#feat-dest .cta p {
  width: 100%;
  text-align: center;
  color: #fff;
  /*margin-bottom: 0;
  margin-top: 15px;*/
  margin-bottom: 20px;
  margin-top: 10px;
}
#feat-dest .cta p a {
  color: #fff;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 27px;
  letter-spacing: 0.7px;
  font-weight: 600;
}
#feat-dest .cta p a:hover {
  background-color: #8a1538;
}

/* Popular Destinations */
#pop-dest ul li a::before {
  content: "";
  background: url(imgs/dest-icon.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 23px;
  background-position: 0px 0px;
  left: -20px;
}

#pop-dest {
  background-color: #ba0c2f;
  padding: 40px 20px 40px 50px;
  position: relative;
}
@media screen and (min-width: 601px) {
  #pop-dest {
    height: 358px;
  }
}
@media screen and (max-width: 600px) {
  #pop-dest {
    padding-left: 30px;
  }
}
#pop-dest h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
#pop-dest ul {
  list-style-type: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding-left: 20px;
  line-height: 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 14px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media screen and (max-width: 600px) {
  #pop-dest ul {
    padding-left: 0;
    margin-left: 13vw;
  }
}
#pop-dest ul li {
  padding-bottom: 14px;
  padding-left: 10px;
  font-family: "Exo", sans-serif;
  width: 50%;
  display: inline-block;
  position: relative;
  /*&:after {
  content: '';
     background: url(imgs/dest-icon.png) no-repeat;
     position: absolute;
     width: 20px;
     height: 23px;
     background-position: 0px 0px;
     left: -20px;
    }*/
}
@media screen and (max-width: 600px) {
  #pop-dest ul li {
    padding-left: 0;
  }
}
#pop-dest ul li a {
  color: #fff;
  text-transform: capitalize;
}
#pop-dest a.dest-link {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  left: 50px;
  bottom: 27px;
  /* iPad Portrait and Landscape */
}
@media screen and (max-width: 600px) {
  #pop-dest a.dest-link {
    left: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #pop-dest a.dest-link {
    left: 50px;
  }
}

/* Home page Banner */
#welcome .hero-img-wrapper {
  position: relative;
  min-height: 450px;
  max-height: 450px;
}
@media screen and (max-width: 600px) {
  #welcome .hero-img-wrapper {
    min-height: 300px;
    max-height: 300px;
  }
}
#welcome .hero-img-wrapper picture img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #welcome .hero-img-wrapper picture img {
    height: 300px;
    object-fit: cover;
  }
}
#welcome .hero-img-wrapper .home-banner-text {
  position: absolute;
  z-index: 3;
  top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  #welcome .hero-img-wrapper .home-banner-text {
    top: 40px;
    left: 0;
    right: 0;
  }
}
#welcome .hero-img-wrapper .home-banner-text h1 {
  outline: none;
  font-size: 48px;
  text-align: center;
  color: #fff;
  font-weight: 100;
  margin-bottom: 22px;
  margin-top: 0;
  text-shadow: 0 0 35px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 600px) {
  #welcome .hero-img-wrapper .home-banner-text h1 {
    font-size: 32px;
    line-height: 42px;
    max-width: 220px;
    margin: auto;
  }
}
#welcome .hero-img-wrapper .home-banner-text h3 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #002b49;
  text-shadow: 0 0 35px rgba(255, 255, 255, 0.5);
}

/* Destination CTA Widget */
#dest-cta {
  font-family: "Exo", sans-serif;
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  width: 100%;
}
@media print {
  #dest-cta {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #dest-cta {
    margin-top: 20px;
  }
}
#dest-cta h3 {
  font-family: "Exo", sans-serif;
  font-size: 25px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #dest-cta h3 {
    font-size: 19px;
    margin-bottom: 0px;
  }
}
#dest-cta p {
  line-height: 28px;
  font-size: 18px;
}
#dest-cta p a {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  #dest-cta p a {
    margin-top: 0px;
    margin-bottom: 23px;
  }
}
#dest-cta p a:hover {
  background-color: #8a1538;
}
#dest-cta div:first-of-type {
  height: auto;
  margin-left: 0px;
  margin-right: 0px;
}
#dest-cta div:first-of-type div {
  padding: 0px;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
#dest-cta div:first-of-type div img {
  display: block;
  width: 100%;
  max-width: 480px;
}
#dest-cta div:first-of-type div div {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  position: absolute;
  height: 170px;
  top: 50%;
  margin-top: -85px;
}
@media screen and (max-width: 600px) {
  #dest-cta div:first-of-type div div {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
#dest-cta div:first-of-type div:nth-of-type(2) div p:last-of-type a {
  background-color: #ce0f69;
}
#dest-cta div:first-of-type div:nth-of-type(2) div p:last-of-type a:hover {
  background-color: #8a1538;
}

#dest-cta > div div:first-child .dest-cta-text h3,
#dest-cta > div div:first-child .dest-cta-text p {
  color: #002b49;
}

/* top Navigation */
header {
  height: auto;
  width: 100%;
  position: relative;
  /* Samsung S3 default browser landscape */
}
@media only screen and (device-width: 1280px) and (device-height: 720px) and (orientation: landscape) {
  header {
    width: 1280px !important;
  }
}
@media print {
  header {
    display: none;
  }
}
header div {
  display: inline-block;
}
header h1 {
  float: left;
  position: absolute;
}
@media screen and (max-width: 600px) {
  header h1 {
    padding-left: 10px;
  }
}
header h1 span {
  display: block;
  text-indent: -9999px;
  background-image: url(imgs/cork-airport-logo.svg);
  transform: scale(1.15, 1.15);
  background-position: 130px 10px;
  background-repeat: no-repeat;
  height: 90px;
  width: 420px;
  z-index: 102;
  position: absolute;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 600px) {
  header h1 span {
    background-position: 0px 35px;
    background-image: url(imgs/cork-airport-logo-mob.svg);
    transform: scale(1, 1);
    width: 220px;
  }
}
header nav {
  width: 100%;
  background-color: #f9f9f9;
  /* div:nth-of-type(2) */
}
@media screen and (max-width: 600px) {
  header nav {
    height: 120px;
    background-color: #fff;
  }
}
header nav span.triangle-left {
  background-color: #fff;
  width: 350px;
  height: 140px;
  z-index: 101;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  header nav span.triangle-left {
    display: none;
  }
}
header nav div.triangle {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 140px solid transparent;
  border-left: 140px solid #fff;
  float: left;
  margin-left: 350px;
  z-index: 101;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  header nav div.triangle {
    display: none;
  }
}
header nav div.nav-top-bg {
  float: left;
  width: 100%;
  background-color: #f3f3f2;
  height: 40px;
  /* div.nav-wrapper */
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg {
    padding-left: 0px;
    height: 45px;
  }
}
header nav div.nav-top-bg div.nav-wrapper {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  /* TNS-right */
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
}
header nav div.nav-top-bg div.nav-wrapper div:first-child {
  float: left;
  width: 370px;
  height: 30px;
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper div:first-child {
    display: none;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-left {
  font-family: "Exo", sans-serif;
  float: left;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-left {
    display: none;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-left a {
  float: left;
  margin-right: 35px;
}
header nav div.nav-top-bg div.nav-wrapper #TNS-left a span {
  display: block;
  text-indent: -9999px;
}
header nav div.nav-top-bg div.nav-wrapper #TNS-left a:last-of-type {
  margin-right: 0;
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right {
  float: right;
  margin-top: 10px;
  position: relative;
  /* div */
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-right {
    width: 100%;
    padding-left: 10px;
    margin-top: 14px;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right a {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: #a5a5a5;
  font-style: italic;
  margin-right: 25px;
  /*&:first-of-type {
    @media screen and (max-width: 600px) {
      display: none
    }
  }*/
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-right a {
    margin-right: 15px;
    font-size: 15px;
    color: #676767;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-right button {
    float: right;
    margin-right: 15px;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div {
  float: right;
  /* search-bar  */
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-right div {
    padding-right: 10px;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .icon-search {
  float: right;
  height: 20px;
  width: 20px;
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar {
  float: right;
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar {
    float: left;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar label {
  position: absolute;
  padding: 11px 0px 10px 5px;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar label {
    color: #000;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar input {
  height: 40px;
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar input[type=text] {
  background-color: #999999;
  border-radius: 0px;
  border: none;
  width: 212px;
  max-length: 100px;
  padding-left: 60px;
  padding-top: 2px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar input[type=text] {
    color: #999999;
    background-color: #fff;
    width: 100%;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar input[type=submit] {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  background-color: #999999;
  border: none;
  background-image: url(imgs/search-icon-white.svg);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
@media screen and (max-width: 600px) {
  header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar input[type=submit] {
    background-color: #ba0c2f;
    width: 40px;
    margin-top: 0px;
    background-position: 10px 8px;
    border-radius: 0;
  }
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
header nav div.nav-top-bg div.nav-wrapper #TNS-right div .search-bar :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
@media screen and (max-width: 600px) {
  header nav div:nth-of-type(3) {
    float: left;
  }
}
header nav button {
  background: transparent;
  border: none !important;
  font-size: 0;
  margin-bottom: 15px;
  width: 19px;
}
header nav .top-nav-dropdown {
  width: 100%;
  position: relative;
  z-index: 100;
}
header nav .top-nav-dropdown > ul {
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  color: #002b49;
  font-size: 16px;
  font-weight: 700;
  float: right;
  padding-left: 90px;
  height: 100px;
  padding-top: 20px;
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul {
    padding-left: 0px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul div:nth-of-type(1) {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul div:nth-of-type(1) div {
    width: 100%;
    z-index: 10;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul div:nth-of-type(1) div div:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul div:nth-of-type(1) div div:nth-of-type(2) {
    float: left;
    margin-left: 0px;
    border-top: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul div:nth-of-type(1) div div:nth-of-type(2) div:last-of-type {
    padding: 0px;
    margin-bottom: 0px;
  }
}
header nav .top-nav-dropdown > ul li {
  max-width: 150px;
  float: left;
  padding-right: 10px;
  text-align: center !important;
  line-height: 22px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li a span:nth-of-type(1) {
    float: left;
    font-size: 19px;
    padding-bottom: 20px;
  }
}
header nav .top-nav-dropdown > ul li a span:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li a span:nth-of-type(2) {
    display: inline-block;
    float: right;
    width: 22px;
    height: 18px;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:nth-of-type(3) ul li {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:nth-of-type(4) ul > li:nth-of-type(1) {
    /*padding-bottom: 30px;*/
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:nth-of-type(5) ul li {
    padding-bottom: 0px;
  }
}
header nav .top-nav-dropdown > ul li:nth-child(4) {
  max-width: 160px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:nth-child(4) {
    max-width: 100%;
  }
}
header nav .top-nav-dropdown > ul li:nth-child(1), header nav .top-nav-dropdown > ul li:nth-child(2) {
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:nth-child(1), header nav .top-nav-dropdown > ul li:nth-child(2) {
    padding-right: 0px;
    padding-top: 0px;
  }
}
header nav .top-nav-dropdown > ul li:nth-child(1) a, header nav .top-nav-dropdown > ul li:nth-child(2) a {
  min-height: 70px !important;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:nth-child(1) a span:nth-of-type(1), header nav .top-nav-dropdown > ul li:nth-child(2) a span:nth-of-type(1) {
    display: inline-block;
    float: left;
    font-size: 19px;
    padding-bottom: 20px;
  }
}
header nav .top-nav-dropdown > ul li:nth-child(1) a span:nth-of-type(2), header nav .top-nav-dropdown > ul li:nth-child(2) a span:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:nth-child(1) a span:nth-of-type(2), header nav .top-nav-dropdown > ul li:nth-child(2) a span:nth-of-type(2) {
    display: inline-block;
    float: right;
    width: 22px;
    height: 18px;
  }
}
header nav .top-nav-dropdown > ul li:last-child {
  margin-right: 10px !important;
  max-width: 100px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:last-child {
    max-width: 100%;
  }
}
header nav .top-nav-dropdown > ul li:hover > a:before, header nav .top-nav-dropdown > ul li:active > a:before {
  content: "";
  /*background-image: url(imgs/up-peak.png);
  background-position: center;
  background-repeat: no-repeat;*/
  position: absolute;
  bottom: 0px;
  left: 0;
  /*
              width: 100%;
              height: 13px;*/
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 17px solid #ba0c2f;
  background: none !important;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul li:hover > a:before, header nav .top-nav-dropdown > ul li:active > a:before {
    height: 0px;
  }
}
header nav .top-nav-dropdown > ul li:hover > a:before span:before, header nav .top-nav-dropdown > ul li:active > a:before span:before {
  content: "";
}
header nav .top-nav-dropdown > ul li a {
  color: #002b49;
}
header nav .top-nav-dropdown > ul .dropdown-menu {
  padding-top: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul .dropdown-menu {
    position: relative;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-bottom: 0px;
  }
}
header nav .top-nav-dropdown > ul .dropdown-menu li.yamm-fw {
  padding-bottom: 10px;
  max-width: 1200px;
}
header nav .top-nav-dropdown > ul .dropdown-menu li {
  text-align: left !important;
  float: left;
  width: 100%;
  max-width: 190px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul .dropdown-menu li {
    max-width: 100%;
    padding-bottom: 0px;
    font-size: 16px;
    padding-left: 20px;
  }
}
header nav .top-nav-dropdown > ul .dropdown-menu li:nth-child(-n+2) {
  padding-top: 0px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul .dropdown-menu li:nth-child(-n+2) {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul .dropdown-menu li:nth-child(-n+2):first-of-type {
    padding-bottom: 0px;
  }
}
header nav .top-nav-dropdown > ul .dropdown-menu li a {
  color: #002b49;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0;
  text-align: left;
  min-height: 0 !important;
  /*& span {
  	color: $light-blue-color;
  	text-transform: uppercase;
  }*/
}
header nav .top-nav-dropdown > ul .dropdown-menu li a:hover {
  background-color: #fff;
  text-decoration: underline;
}
header nav .top-nav-dropdown > ul .dropdown-menu li a.groupLink, header nav .top-nav-dropdown > ul .dropdown-menu li a.groupLinkactive {
  text-transform: uppercase;
  font-weight: 700;
  color: #71b2c9;
  font-size: 13px;
}
header nav .top-nav-dropdown > ul .dropdown-menu li a:before {
  content: none;
}
header nav .top-nav-dropdown > ul .dropdown-menu li > span {
  text-transform: uppercase;
  font-weight: 700;
  color: #71b2c9;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul .dropdown-menu li > span {
    line-height: 30px;
    font-size: 16px;
  }
}
header nav .top-nav-dropdown > ul .dropdown-menu li ul {
  float: left;
  text-align: left;
  padding-left: 0px;
  width: 100%;
  padding-top: 10px;
}
header nav .top-nav-dropdown > ul .dropdown-menu li ul > li {
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  header nav .top-nav-dropdown > ul .dropdown-menu li ul > li {
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 30px;
  }
}
header nav .top-nav-dropdown > ul .dropdown-menu li ul > li > a:before {
  content: none;
}
header nav .blue-burger {
  background-image: url(imgs/blue-burger.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  float: right;
}
header nav .blue-burger-x {
  background-image: url(imgs/blue-burger-x.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  float: right;
}
header nav .navbar-toggle {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0px;
  padding: 0px;
  border: none;
}
header nav .navbar-toggle span {
  background-image: url(imgs/blue-burger-x.svg);
}
header nav .navbar-toggle.collapsed span {
  background-image: url(imgs/blue-burger.svg);
}
header .navbar {
  margin-bottom: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-header {
    height: 82px !important;
  }
}
header .navbar #navbar-collapse-2 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 {
    border-top: 6px solid #002b49;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    width: 100%;
  }
  header .navbar #navbar-collapse-2:before {
    background-image: url(imgs/up-peak-blue.svg);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -19px;
    float: right;
    width: 30px;
    height: 13px;
    right: 0px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul li.dropdown ul.dropdown-menu li div div:nth-of-type(2) div ul.parent {
    padding-bottom: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul li.dropdown ul.dropdown-menu li div div:nth-of-type(2) div ul.parent ul.child {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul li.dropdown ul.dropdown-menu li div div:nth-of-type(2) div ul.parent li {
    padding-bottom: 10px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul li.dropdown ul.dropdown-menu li div div:nth-of-type(2) div ul.parent li a {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul li.dropdown ul.dropdown-menu li div div:nth-of-type(2) div ul.parent li ul.child li:last-of-type {
    padding-bottom: 10px;
    margin-top: 0px;
  }
}
header .navbar #navbar-collapse-2 ul {
  float: right;
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul {
    overflow-y: hidden;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 15px;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header .navbar #navbar-collapse-2 ul.dest-dropdown {
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul.dest-dropdown:last-of-type li:last-of-type {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
    /* iPhone5 Portrait */
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  header .navbar #navbar-collapse-2 ul.dest-dropdown:last-of-type li:last-of-type {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul:first-child {
    margin-top: 30px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 ul:last-of-type li:last-of-type {
    padding-bottom: 0px;
  }
}
header .navbar #navbar-collapse-2 > ul {
  height: 80px;
}
@media screen and (max-width: 600px) {
  header .navbar #navbar-collapse-2 > ul {
    height: auto;
  }
}
header .navbar-default {
  border: none;
}
@media screen and (max-width: 600px) {
  header .navbar-default {
    background-color: #fff;
    height: 140px;
  }
}
header .navbar-nav > li > .dropdown-menu {
  left: 0;
  border-top: 20px solid #ba0c2f;
  min-height: 140px;
  border-right: 0;
  border-left: 0;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 600px) {
  header .navbar-nav > li > .dropdown-menu {
    min-height: auto;
  }
}
header .navbar-default .navbar-nav > li > span {
  color: #002b49;
  min-height: 60px;
  padding-left: 13px;
}
@media screen and (max-width: 600px) {
  header .navbar-default .navbar-nav > li > span {
    display: inline-block;
    float: left;
    font-size: 19px;
    min-height: 60px;
  }
}
header .navbar-default .navbar-nav > li > span.menu-mob {
  display: none;
}
@media screen and (max-width: 600px) {
  header .navbar-default .navbar-nav > li > span.menu-mob {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
header .navbar-default .navbar-nav > li > span.menu-mob span:nth-of-type(1) {
  float: left;
  padding-left: 15px;
}
header .navbar-default .navbar-nav > li > span.menu-mob span:nth-of-type(2) {
  display: inline-block;
  float: right;
  width: 22px;
  height: 18px;
  transform: scale(1.3);
  margin-right: 15px;
}
header .navbar-default .navbar-nav > li > a {
  color: #002b49;
  min-height: 80px;
  padding-left: 13px;
}
header .navbar-default .navbar-nav > li > a.hover-state {
  color: #ba0c2f;
}
header .navbar-default .navbar-nav > li > a:active {
  color: #ba0c2f !important;
}
header .navbar-default .navbar-nav > li > a.menu-mob {
  display: none;
}
@media screen and (max-width: 600px) {
  header .navbar-default .navbar-nav > li > a.menu-mob {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  header .navbar-default .navbar-nav > li > a.menu-dtop {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header .navbar-default .navbar-nav > li > a {
    padding-left: 0px;
    padding-right: 0px;
  }
  header .navbar-default .navbar-nav > li > a.menu-dtop {
    display: none;
  }
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #ba0c2f;
}
header .navbar-default .navbar-nav > li > a:hover:after {
  /*   content: '';
     background-image: url(imgs/up-peak.png);
     background-position: center;
     background-repeat: no-repeat;
     position: absolute;
     bottom: 0px;
     left: 0;
     width: 100%;
     height: 13px;
     color: $wine-color;

     @media screen and (max-width: 600px) {
       height: 0px;
     }*/
}
header .navbar-default .navbar-nav > li > a:hover:before {
  color: #ba0c2f;
}
header .navbar-default .navbar-nav > li > a:focus {
  color: #ba0c2f;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
header .dropdown-menu > li > a {
  text-transform: capitalize;
}

/* Breadcrumb */
.breadcrumb {
  margin: 0 auto;
  /*margin-top: 140px;*/
  background-color: #002b49;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  border-radius: 0px;
  padding: 15px 0px 15px 120px;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    padding: 15px 0px 15px 10px;
  }
}
@media print {
  .breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb li {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb li:before {
    content: none !important;
  }
}
.breadcrumb li a {
  color: #fff;
}

/* City Guides Widget */
#city-guides {
  text-align: center;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-bottom: 140px;
  background-color: #fff;
  float: left;
}
@media print {
  #city-guides {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #city-guides {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    width: 100%;
  }
}
#city-guides h3,
#city-guides h2 {
  font-family: "Exo", sans-serif;
  color: #002b49;
  font-weight: 400;
}
#city-guides h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 40px;
}
#city-guides h2 {
  font-size: 60px;
  text-transform: capitalize;
}
#city-guides div {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#city-guides div div {
  padding: 0px;
  max-width: 480px;
  margin: 0 auto;
}
#city-guides div div a {
  position: relative;
  display: inline-block;
  height: auto;
}
@media screen and (max-width: 600px) {
  #city-guides div div a {
    display: block;
  }
}
#city-guides div div a img {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 600px) {
  #city-guides div div a img {
    display: block;
  }
}
#city-guides div div a .city-guide {
  z-index: 2;
  position: absolute;
  background: rgba(0, 43, 73, 0.75);
  width: 100%;
  text-align: center;
  padding: 40px 0;
  left: 0;
  top: 50%;
  height: 140px;
  margin-top: -70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #city-guides div div a .city-guide {
    max-width: 480px;
  }
}
#city-guides div div a .city-guide span {
  font-family: "Exo", sans-serif;
  font-size: 25px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 25px;
  padding-left: 10px;
}
#city-guides div div a .city-guide span:after {
  right: initial;
  margin-left: 15px;
  margin-top: 3px;
}
#city-guides div div a .city-guide span:last-of-type {
  display: block;
  width: 40px;
  height: 26px;
  margin: 0 auto;
  margin-top: 30px;
}

/* City Guides Banner */
#city-banner {
  height: auto;
  position: relative;
}
@media print {
  #city-banner {
    display: none;
  }
}
#city-banner img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 600px) {
  #city-banner {
    height: auto;
  }
}
#city-banner .width-class {
  width: 1200px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #city-banner .width-class {
    width: 100%;
    height: 234px;
  }
}
#city-banner .row {
  position: absolute;
  top: 50%;
  background: rgba(0, 43, 73, 0.6);
  width: 80%;
  margin: 0 10%;
  margin-top: -120px;
  height: 240px;
}
@media screen and (max-width: 600px) {
  #city-banner .row {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: -120px;
  }
}
#city-banner .row div:first-of-type, #city-banner .row div:last-of-type {
  margin-top: 85px;
}
@media screen and (max-width: 600px) {
  #city-banner .row div:first-of-type, #city-banner .row div:last-of-type {
    height: 40px;
    margin-top: 0px;
  }
}
#city-banner .row div:first-of-type, #city-banner .row div:last-of-type {
  padding: 0;
}
#city-banner .row div:first-of-type a, #city-banner .row div:last-of-type a {
  width: 19px;
  height: 28px;
}
@media screen and (max-width: 600px) {
  #city-banner .row div:first-of-type a, #city-banner .row div:last-of-type a {
    margin-top: 85px;
  }
}
#city-banner .row div:first-of-type a span, #city-banner .row div:last-of-type a span {
  display: block;
  text-indent: -9999px;
}
@media screen and (max-width: 600px) {
  #city-banner .row div:first-of-type, #city-banner .row div:last-of-type {
    height: 40px;
    margin-left: 0px;
    float: left;
  }
}
#city-banner .row div:first-of-type a {
  float: right;
}
@media screen and (max-width: 600px) {
  #city-banner .row div:first-of-type a {
    margin-right: -8px;
  }
}
#city-banner .row div:last-of-type a {
  float: left;
}
@media screen and (max-width: 600px) {
  #city-banner .row div:last-of-type a {
    margin-right: 8px;
  }
}
#city-banner .welcome {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #city-banner .welcome {
    height: 185px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#city-banner .welcome h1 {
  color: #fff;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 400;
  line-height: 54px;
  margin: 12px 0px 15px 0px;
}
@media screen and (max-width: 600px) {
  #city-banner .welcome h1 {
    font-size: 34px;
    line-height: 34px;
    margin: 12px 0px 0px 0px;
  }
}
#city-banner .welcome h1 span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #city-banner .welcome h1 span {
    font-size: 16px;
  }
}
#city-banner .welcome p {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #city-banner .welcome p {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 22px;
  }
}

#city-banner + .container {
  padding: 0;
  clear: both;
}

/* City Guides Blog */
#city-blog {
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
@media screen and (max-width: 600px) {
  #city-blog {
    width: 100%;
  }
}
#city-blog div {
  /* row */
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
}
#city-blog div div {
  /* col-sm-3 */
  padding-left: 0px;
  padding-right: 0px;
  color: #002b49;
  border-right: 1px solid #000;
  height: auto;
}
@media screen and (max-width: 600px) {
  #city-blog div div {
    border-right: none;
    border-top: 1px solid #000;
    height: auto;
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
#city-blog div div:last-of-type {
  border-right: none;
}
#city-blog div div img {
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #city-blog div div img {
    width: 100%;
  }
}
#city-blog div div p {
  padding: 0px 35px 0px 35px;
}
#city-blog div div p strong,
#city-blog div div p span {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  display: block;
}
#city-blog div div p strong {
  color: #002b49;
  font-weight: 700;
}
#city-blog div div p span {
  color: #ce0f69;
  text-transform: uppercase;
}
#city-blog div div p:last-of-type {
  padding-top: 15px;
  padding-bottom: 55px;
}

/* Row with equal height columns */
@media screen and (min-width: 600px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Flying Here Widget */
.dest-content-flying,
.dest-content-to-do {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
}
@media screen and (max-width: 600px) {
  .dest-content-flying,
  .dest-content-to-do {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }
}
.dest-content-flying h2,
.dest-content-to-do h2 {
  color: #002b49;
  line-height: 70px;
}
@media screen and (max-width: 600px) {
  .dest-content-flying h2,
  .dest-content-to-do h2 {
    line-height: 40px;
    padding-bottom: 20px;
  }
}
.dest-content-flying h3,
.dest-content-to-do h3 {
  color: #666666;
  line-height: 35px;
}
@media screen and (max-width: 600px) {
  .dest-content-flying h3,
  .dest-content-to-do h3 {
    color: #002b49;
  }
}
.dest-content-flying p,
.dest-content-to-do p {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .dest-content-flying p,
  .dest-content-to-do p {
    color: #002b49;
  }
}
.dest-content-flying ol,
.dest-content-to-do ol {
  font-size: 15px;
  line-height: 30px;
  font-family: "Exo", sans-serif;
}

#flying-here {
  margin-top: 50px;
  background-color: #fff;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #flying-here #wrap iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #flying-here {
    margin-top: 0px;
  }
}
#flying-here h2,
#flying-here h3 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
}
#flying-here h2 {
  margin-left: 30%;
}
@media screen and (max-width: 600px) {
  #flying-here h2 {
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 20px;
    width: 86%;
  }
}
#flying-here h2 span {
  font-size: 34px;
  color: #8a1538;
  font-weight: 400;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 600px) {
  #flying-here h2 span {
    font-size: 24px;
  }
}
#flying-here h2 span > span {
  font-size: 18px;
  display: block;
  font-weight: 700;
  padding-top: 10px;
  text-align: right;
}
#flying-here h2 span > span span {
  display: inline;
}
@media screen and (max-width: 600px) {
  #flying-here h2 span > span span {
    display: none;
  }
}
#flying-here h2 span > abbr {
  font-size: 18px;
  font-weight: 700;
}
#flying-here h2 span > abbr:before {
  content: "(";
}
#flying-here h2 span > abbr:after {
  content: ")";
}
@media screen and (max-width: 600px) {
  #flying-here h2 span:first-of-type > span {
    text-align: right;
  }
}
#flying-here h2 span:nth-of-type(2) {
  margin: 0px 0px 0px 55px;
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  width: 70px;
}
@media screen and (max-width: 600px) {
  #flying-here h2 span:nth-of-type(2) {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    width: 37px;
  }
}
#flying-here h2 span:nth-of-type(2).icon-airplane:before {
  transform: scale(1.8, 1.8);
  margin-top: -20px;
}
@media screen and (max-width: 600px) {
  #flying-here h2 span:nth-of-type(2).icon-airplane:before {
    display: block;
    transform: scale(1.6, 1.6);
  }
}
#flying-here h2 span:last-of-type {
  text-align: left;
}
@media screen and (max-width: 600px) {
  #flying-here h2 span:last-of-type {
    text-align: left;
  }
}
#flying-here h3 {
  padding: 20px 0px 20px 0px;
  color: #ba0c2f;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  #flying-here h3 {
    font-size: 26px;
  }
}
#flying-here h3 a {
  float: right;
}
@media screen and (max-width: 600px) {
  #flying-here h3 a {
    margin-top: 25px;
    float: left;
  }
}
@media screen and (max-width: 600px) {
  #flying-here h3 a img {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.94);
    margin-left: -21px;
  }
}
#flying-here table {
  font-family: "Exo", sans-serif;
  margin-bottom: 55px;
}
@media screen and (max-width: 600px) {
  #flying-here table {
    margin-bottom: 25px;
  }
}
#flying-here table thead {
  margin-top: 30px;
}
#flying-here table thead th {
  color: #002b49;
  padding: 20px 120px 10px 0px;
}
@media screen and (max-width: 600px) {
  #flying-here table thead th {
    padding: 20px 19px 10px 0px;
    font-size: 19px;
  }
}
#flying-here table tbody {
  color: #666666;
}
#flying-here table tbody tr td {
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  #flying-here table tbody tr td {
    line-height: 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #flying-here table tbody tr td:first-of-type {
    padding-right: 20px;
  }
}
#flying-here table tbody tr td:last-child {
  color: #d9d9d6;
}
#flying-here table tbody tr td:last-child strong {
  color: #666666;
}
@media screen and (max-width: 600px) {
  #flying-here table.table-dtop {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #flying-here table.table-mob-top, #flying-here table.table-mob-btm {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #flying-here table.table-mob-top, #flying-here table.table-mob-btm {
    display: block;
  }
}
#flying-here table.table-mob-top tbody tr td {
  line-height: 30px;
}
#flying-here table.table-mob-top tbody tr td:last-child {
  color: #666666;
}
#flying-here table.table-mob-btm thead tr th {
  padding: 20px 90px 10px 0px;
}
@media screen and (max-width: 600px) {
  #flying-here table.table-mob-btm thead tr th {
    padding: 20px 60px 10px 0px;
  }
}
@media screen and (max-width: 600px) {
  #flying-here table.table-mob-btm tbody {
    display: block;
    font-size: 18px;
  }
}
#flying-here table.table-mob-btm tbody tr td {
  line-height: 30px;
}
#flying-here div:last-of-type {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  #flying-here div:last-of-type {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }
}
#flying-here div:last-of-type div {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#flying-here span#share {
  color: #666666;
  text-transform: uppercase;
  font-size: 24px;
  float: left;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  padding-top: 5px;
  padding-right: 20px;
}
#flying-here span.addthis_sharing_toolbox {
  float: left;
}
#flying-here span.addthis_sharing_toolbox div {
  width: 100%;
  margin: 0px 0px 55px 50px;
}
@media screen and (max-width: 600px) {
  #flying-here span.addthis_sharing_toolbox div {
    margin: 0px 0px 35px 0px;
  }
}

/* Arrivals and departures Flight results */
#flight-search-form {
  padding: 0;
  float: left;
  background-color: #fff;
  border-bottom: 1px solid #ba0c2f;
  margin-left: -14.5%;
  width: 129%;
}
@media screen and (max-width: 600px) {
  #flight-search-form {
    width: 100%;
    margin-left: 0;
  }
}
@media print {
  #flight-search-form {
    display: none;
  }
}
#flight-search-form fieldset {
  border: 0;
  clear: both;
  margin-left: 11.2%;
  margin-right: 11.2%;
  /* Via btn */
}
@media screen and (min-width: 600px) {
  #flight-search-form fieldset {
    padding: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 600px) {
  #flight-search-form fieldset {
    padding: 20px 30px 25px 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#flight-search-form fieldset .viaBtn {
  cursor: pointer;
  line-height: 50px;
  border: 1px solid #e9e9e9;
  color: #666666;
  font-family: "Exo", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: auto !important;
  padding: 0 17px;
  border-radius: 0;
}
@media screen and (max-width: 600px) {
  #flight-search-form fieldset .viaBtn {
    width: 100% !important;
    display: block;
    text-align: center;
  }
  #flight-search-form fieldset .viaBtn:nth-of-type(2) {
    border-top: 0;
    border-bottom: 0;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  #flight-search-form fieldset .viaBtn {
    float: left;
    margin-bottom: 20px;
  }
  #flight-search-form fieldset .viaBtn:first-of-type, #flight-search-form fieldset .viaBtn:nth-of-type(2) {
    margin-right: 5px;
  }
  #flight-search-form fieldset .viaBtn:nth-of-type(2) {
    padding: 0 15px;
  }
  #flight-search-form fieldset .viaBtn:last-of-type {
    margin-right: 14px;
  }
}
#flight-search-form fieldset .viaBtn.active {
  color: #ba0c2f;
  border: 1px solid #ba0c2f;
  font-weight: 500;
  border-radius: 0;
}
#flight-search-form fieldset .styled-select {
  width: 310px;
}
@media screen and (max-width: 600px) {
  #flight-search-form fieldset .styled-select {
    width: 100%;
    margin: 10px 0;
  }
}
@media screen and (min-width: 601px) {
  #flight-search-form fieldset .styled-select {
    margin-right: 18px;
    float: left;
    position: relative;
    height: 50px;
    overflow: hidden;
  }
}
#flight-search-form fieldset .styled-select:after {
  right: 20px;
}
@media screen and (max-width: 640px) {
  #flight-search-form fieldset .styled-select:after {
    display: none;
  }
}
#flight-search-form fieldset .styled-select select {
  width: 310px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  height: 50px;
  padding: 10px;
  background: url(imgs/chevron-red-down.svg) right 10px center no-repeat #f9f9f9;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  content: "";
  border: 0;
  font-family: Exo, sans-serif;
}
@media screen and (max-width: 600px) {
  #flight-search-form fieldset .styled-select select {
    width: 100%;
  }
}
#flight-search-form fieldset input.btn-wine:last-of-type {
  position: absolute;
  right: 11%;
}
@media screen and (max-width: 600px) {
  #flight-search-form fieldset input.btn-wine:last-of-type {
    position: relative;
    width: 100%;
    right: 0;
  }
}
#flight-search-form .tabs {
  display: block;
  width: 100%;
  float: left;
}
@media screen and (max-width: 600px) {
  #flight-search-form .tabs {
    width: 111%;
    margin-left: -5.5% !important;
  }
}
#flight-search-form .tabs a {
  position: relative;
  display: inline-block;
  width: 50%;
  line-height: 55px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #002b49;
  text-align: center;
  padding: 0px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  text-transform: uppercase;
  float: left;
  border: 0;
}
#flight-search-form .tabs a span {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #flight-search-form .tabs a span {
    display: none;
  }
}
#flight-search-form .tabs a.active {
  color: #fff;
  background-color: #ba0c2f;
}
#flight-search-form .tabs a.active:after {
  content: "";
  background-image: url(imgs/down-peak.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 13px;
}

#flight-results {
  float: left;
}
@media screen and (max-width: 600px) {
  #flight-results {
    width: 100%;
  }
}
#flight-results table tr:first-child {
  background-color: #fff;
}
#flight-results table tr:first-child td {
  color: #000;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #flight-results table tr:first-child td {
    padding: 15px 0px 15px 0px;
  }
}
@media screen and (max-width: 600px) {
  #flight-results table tr td {
    padding: 15px 0px 15px 0px;
  }
}
#flight-results table thead tr:first-child {
  background-color: #71b2c9;
}
#flight-results table thead tr:first-child th {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
}
#flight-results table thead tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
#flight-results table thead tbody td {
  padding: 8px 10px 12px 0px;
}
#flight-results table thead tbody td img {
  margin-bottom: 0px;
}

/* Footer */
footer {
  /*background: url(imgs/cork-airport-footer-icon.svg) no-repeat;
  background-position: center bottom -105px;*/
  background-color: #002b49;
  float: left;
}
@media print {
  footer {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  footer {
    /*background: url(imgs/cork-airport-footer-icon-mob.svg) no-repeat;
    background-position: 50% -9%;*/
    background-color: #002b49;
  }
}
footer nav {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  float: left;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #71b2c9;
  margin-left: 10%;
  margin-right: 10%;
  width: 100%;
  max-width: 960px;
}
footer nav .menu-wrapper {
  padding: 0 60px;
}
@media screen and (max-width: 600px) {
  footer nav .menu-wrapper {
    padding: 0;
    padding-top: 155px;
    position: relative;
  }
  footer nav .menu-wrapper .row {
    position: initial;
  }
  footer nav .menu-wrapper .social-links {
    position: absolute;
    top: 0;
  }
}
footer nav .social-links h3 {
  display: block;
  font-size: 20px;
  color: #fff;
}
footer nav .social-links a {
  display: inline-block;
  margin-right: 30px;
  transform: scale(2);
  margin-top: 40px;
}
@media screen and (min-width: 641px) {
  footer nav .social-links a {
    padding: 0 !important;
  }
}
footer nav .social-links a:first-of-type {
  margin-left: 12px;
}
@media screen and (max-width: 600px) {
  footer nav .social-links a:first-of-type {
    margin-left: 0;
  }
}
footer nav .social-links a:before {
  position: relative;
  display: inline-block;
}
footer nav .social-links a span {
  display: none;
}
@media screen and (max-width: 600px) {
  footer nav {
    padding-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
    width: 85%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
footer nav ul > li > a:hover {
  text-decoration: underline;
  color: #fff;
}
footer nav div {
  /*padding-right: 20px !important;*/
}
@media screen and (max-width: 600px) {
  footer nav div {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
footer nav div p {
  line-height: 18px;
}
footer nav div p strong {
  color: #71b2c9;
  text-transform: uppercase;
}
footer nav div p strong a {
  color: #71b2c9;
}
@media screen and (max-width: 600px) {
  footer nav div p {
    border-bottom: 1px solid #71b2c9;
    font-size: 20px;
    line-height: 34px;
  }
}
footer nav div h3 {
  display: none;
}
footer nav div .listCol1,
footer nav div .listCol2 {
  float: left;
}
footer nav div ul {
  list-style-type: none;
  line-height: 30px;
  padding-left: 0px;
  font-size: 14px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  footer nav div ul {
    display: none;
  }
}
footer nav div ul li {
  font-weight: 400;
  line-height: 19px;
  padding-bottom: 11px;
}
footer nav div ul li a {
  color: #fff;
}
footer nav div ul li a:focus {
  color: #fff;
}
footer nav div:first-of-type {
  position: relative;
}
footer nav div:first-of-type > span {
  position: absolute;
  bottom: 0px;
  display: block;
  text-indent: -9999px;
  width: 100%;
}
footer nav div:first-of-type > span a {
  float: left;
  margin-right: 25px;
  width: 19px;
  height: 30px;
}
footer nav div:nth-of-type(2) .listContainer1 {
  /* iphone6 Landscape */
  /* iphone6+ Landscape */
}
@media screen and (min-width: 601px) {
  footer nav div:nth-of-type(2) .listContainer1 {
    height: auto;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    -moz-column-gap: 10px;
    column-count: 2;
  }
  footer nav div:nth-of-type(2) .listContainer1 p {
    padding-top: 5px;
  }
}
@media only screen and (min-device-width: 569px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  footer nav div:nth-of-type(2) .listContainer1 {
    height: auto;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    -moz-column-gap: 10px;
    column-count: 2;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer nav div:nth-of-type(2) .listContainer1 {
    height: auto;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    -moz-column-gap: 10px;
    column-count: 2;
  }
}
footer nav div:nth-of-type(2) .listContainer1 ul {
  padding-right: 0px;
}
footer nav div:nth-of-type(2) .listContainer1 h3 {
  display: block;
}
footer nav div:nth-of-type(3) .listContainer2 {
  /* iPhone6 Landscape */
  /* iPhone6+ Landscape */
}
@media screen and (min-width: 601px) {
  footer nav div:nth-of-type(3) .listContainer2 {
    height: auto;
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    -moz-column-gap: 10px;
    column-count: 3;
  }
  footer nav div:nth-of-type(3) .listContainer2 p {
    padding-top: 5px;
  }
}
@media only screen and (min-device-width: 569px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  footer nav div:nth-of-type(3) .listContainer2 {
    height: auto;
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    -moz-column-gap: 10px;
    column-count: 3;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer nav div:nth-of-type(3) .listContainer2 {
    height: auto;
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    -moz-column-gap: 10px;
    column-count: 3;
  }
}
footer nav .news-sign-up {
  color: #71b2c9;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  footer nav .news-sign-up {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  footer nav div:last-of-type h3 {
    margin-top: 55px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 600px) {
  footer nav div:last-of-type span {
    bottom: -70px;
    display: block;
    float: left;
    clear: both;
    margin-left: 15px;
    bottom: 0;
    margin-top: -25px;
  }
  footer nav div:last-of-type span a {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 17px;
    padding: 0;
  }
  footer nav div:last-of-type span a span {
    display: none !important;
  }
  footer nav div:last-of-type span a.app-store-icon {
    background: url(imgs/app-store-icon.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 45px;
    margin-bottom: 45px;
    margin-right: 8px;
    display: inline-block;
    float: left;
    margin-top: 5px;
  }
  footer nav div:last-of-type span a.google-app-icon {
    background: url(imgs/google-app-icon.png);
    background-repeat: no-repeat;
    width: 136px;
    height: 49px;
    margin-bottom: 45px;
    display: inline-block;
    margin-right: 0;
    float: left;
  }
  footer nav div:last-of-type span a:nth-of-type(1) img {
    float: left;
    width: 140px;
    height: 51px;
    margin-bottom: 45px;
    margin-right: 8px;
  }
  footer nav div:last-of-type span a:nth-of-type(2) img {
    float: left;
    width: 136px;
    height: 51px;
    margin-bottom: 45px;
  }
}
footer div:last-of-type span:nth-of-type(2), footer div:last-of-type span:nth-of-type(3) {
  display: none;
}
footer > div:last-of-type {
  background: url(imgs/cork-airport-logo-white.svg) no-repeat;
  background-position: 0px 30px;
  float: left;
  padding-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}
@media screen and (max-width: 600px) {
  footer > div:last-of-type {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}
footer > div:last-of-type div div {
  float: right;
}
footer > div:last-of-type ul {
  font-family: "Exo", sans-serif;
  color: #71b2c9;
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  height: 100px;
  padding-top: 20px;
  float: right;
  width: 100%;
}
@media screen and (max-width: 600px) {
  footer > div:last-of-type ul {
    padding-top: 70px;
    padding-left: 20px;
    margin-bottom: 100px;
    line-height: 36px;
  }
}
footer > div:last-of-type ul li {
  float: left;
}
footer > div:last-of-type ul li a {
  color: #71b2c9;
}
@media screen and (max-width: 600px) {
  footer > div:last-of-type ul li {
    font-size: 16px;
  }
}
footer > div:last-of-type ul li:after {
  content: " | ";
  padding: 0px 8px 0px 8px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  footer > div:last-of-type ul li:after {
    padding: 0px 6px 0px 6px;
  }
}
footer > div:last-of-type ul li:last-of-type:after {
  content: " ";
}

/* Destinations Menu */
.yamm .yamm-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}

.dest-mega-menu .activePeak:after {
  content: "";
  background-image: url(imgs/up-peak.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 13px;
}
.dest-mega-menu .row {
  width: 100%;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.dest-mega-menu .row:nth-of-type(1) {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row:nth-of-type(2) div:first-of-type {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row:nth-of-type(2) div:nth-of-type(2) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row:nth-of-type(2) div:last-of-type {
    margin-bottom: 0px;
  }
}
.dest-mega-menu .row > div:first-of-type {
  padding-left: 0px;
  padding-right: 8px;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row > div:first-of-type {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.dest-mega-menu .row > div:nth-of-type(2) {
  padding-left: 8px;
  padding-right: 0px;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row > div:nth-of-type(2) {
    float: left;
    width: 100%;
    padding-left: 0;
  }
}
.dest-mega-menu .row > div:nth-of-type(3) {
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row > div:nth-of-type(3) {
    float: left;
    width: 100%;
  }
}
.dest-mega-menu .row:nth-of-type(2) div ul {
  list-style-type: none;
  padding-left: 0px;
  font-size: 14px;
  font-family: "Exo", sans-serif;
  float: left;
  width: 100%;
}
.dest-mega-menu .row:nth-of-type(2) div ul li {
  padding-top: 0px;
  text-align: left !important;
  max-width: 150px;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row:nth-of-type(2) div ul li {
    max-width: 100%;
    width: 100%;
    content: "";
    background-image: url(imgs/blue-cross.svg);
    background-position: right 5px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    text-align: left !important;
  }
}
.dest-mega-menu .row:nth-of-type(2) div ul li strong {
  text-transform: uppercase;
  color: #71b2c9;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row:nth-of-type(2) div ul li strong {
    font-size: 19px;
  }
}
.dest-mega-menu .row:nth-of-type(2) div ul ul {
  padding-left: 0px;
  padding-bottom: 5px;
  padding-top: 0px;
  height: 100%;
  float: left;
  width: 100%;
}
.dest-mega-menu .row:nth-of-type(2) div ul ul li {
  text-transform: capitalize;
  font-weight: 400;
  float: left;
  width: 100%;
  font-size: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row:nth-of-type(2) div ul ul li {
    max-width: 100%;
    width: 100%;
    content: "";
    background-image: none;
  }
}
.dest-mega-menu .row:nth-of-type(2) div ul ul li a {
  color: #002b49;
}
.dest-mega-menu .row a {
  text-align: left;
}
.dest-mega-menu .row a:hover {
  background-color: none;
}
.dest-mega-menu .row a.btn {
  padding: 24px 0px 0px 78px;
  /* iPhone5 Portrait */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .dest-mega-menu .row a.btn {
    padding: 24px 0 0 60px;
  }
  .dest-mega-menu .row a.btn:before {
    margin-left: 8px !important;
  }
}
.dest-mega-menu .row a.btn-lrg {
  width: 100%;
  height: 74px;
  color: #fff;
  font-weight: 400;
  float: left;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row a.btn-lrg {
    width: 100%;
    text-transform: uppercase;
  }
}
.dest-mega-menu .row a.btn-lrg:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row a.btn-lrg:before {
    left: -2px;
    top: 12px;
  }
}
.dest-mega-menu .row a.btn-wine:hover {
  background-color: #ba0c2f;
}
.dest-mega-menu .row a.btn-pink:hover {
  background-color: #ce0f69;
}
@media screen and (max-width: 600px) {
  .dest-mega-menu .row a.icon-location-new:before {
    left: 5px;
  }
}
.dest-mega-menu .row a.icon-plane-white:before {
  margin-left: 17px;
  margin-top: -5px;
}
.dest-mega-menu .row a.icon-suitcase-white:before, .dest-mega-menu .row a.icon-signpost-white:before {
  margin-left: 17px;
  margin-top: -10px;
}

/* Parking Fieldset */
@media screen and (max-width: 600px) {
  #parkingFieldset {
    padding: 28px 0px 0px 0px;
  }
}
#parkingFieldset fieldset {
  border: 0;
  clear: both;
  padding: 12px;
  /*padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 17px;
  @media screen and (max-width: 600px) {
    margin: 38px 30px 0px 30px;
    padding: 20px 0px 0px 0px;
    padding-top: 5px;
  }
  & div.parkingDiv1 {
    float: left;
  }
  & div:first-of-type {
    padding-top: 20px;
    margin-bottom: 0;
    float: left;
    @media screen and (max-width: 600px) {
      padding-top: 0px;
    }
  }*/
}
#parkingFieldset fieldset .first-col .calendar:first-of-type {
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  #parkingFieldset fieldset .first-col .calendar:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset .first-col {
    margin-bottom: 0;
  }
}
#parkingFieldset fieldset div {
  border: 0px;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
  display: inline-block;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
#parkingFieldset fieldset div.calendar {
  width: 180px;
  background-color: #f6f6f6;
  padding-left: 10px;
  padding-top: 0px;
  margin-top: 10px;
}
@media screen and (min-width: 601px) {
  #parkingFieldset fieldset div.calendar {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.calendar {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
}
#parkingFieldset fieldset div.calendar input {
  width: 80px;
  padding-right: 0;
  padding-left: 0;
  color: #b8b8b8;
  background-color: #f6f6f6;
  float: left;
  box-shadow: none;
  font-family: "Exo", sans-serif;
  padding-top: 9px;
  padding-bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #parkingFieldset fieldset div.calendar input {
    /* IE10+ CSS styles go here */
    padding-top: 13px;
  }
}
@-moz-document url-prefix() {
  #parkingFieldset fieldset div.calendar input {
    padding-bottom: 0;
    padding-top: 11px;
  }
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.calendar input {
    padding-top: 18px;
    position: absolute;
    right: 50px;
  }
}
#parkingFieldset fieldset div.calendar input.placeholder {
  color: #333333;
}
#parkingFieldset fieldset div.calendar button {
  width: 50px;
}
#parkingFieldset fieldset div.calendar label {
  float: left;
  padding-top: 15px;
  padding-right: 10px;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-weight: 600;
  /*cursor: pointer;*/
}
#parkingFieldset fieldset div.date {
  height: 50px;
}
#parkingFieldset fieldset div.time {
  float: left;
  width: 125px;
  height: 50px;
  padding-left: 10px;
  padding-top: 8px;
  margin-right: 10px;
  background-color: #f6f6f6;
  margin-top: 0px;
  margin-bottom: 2px;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.time {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    position: relative;
  }
}
#parkingFieldset fieldset div.time label {
  float: left;
  padding-top: 12px;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
#parkingFieldset fieldset div.time select {
  float: left;
  /*cursor: pointer;*/
  border: 0;
  width: 125px;
  height: 45px;
  z-index: 5;
  position: absolute;
  padding-left: 48px;
  padding-top: 9px;
  margin-top: -5px;
  margin-left: -10px;
  background-color: transparent;
  -webkit-appearance: none;
  box-shadow: none;
  font-family: "Exo", sans-serif;
  color: #b8b8b8;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.time select {
    position: absolute;
    right: 50px;
    text-align: right;
  }
}
#parkingFieldset fieldset div.time span {
  color: #999;
  padding: 0;
  border: none;
  border-radius: 0;
  float: right;
  width: 23px;
  height: 34px;
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset div.time span {
    margin-right: 15px;
  }
}
#parkingFieldset fieldset div input {
  border: 0;
  width: 95px;
  /*cursor: pointer;*/
}
#parkingFieldset fieldset div input.btn-blue {
  font-size: 16px;
  letter-spacing: 0.7px;
  font-weight: 600;
  width: 100%;
}
#parkingFieldset fieldset div input.btn-blue:focus {
  color: #fff;
}
#parkingFieldset fieldset div span {
  color: #999999;
  padding: 0;
  border: none;
  border-radius: 0;
}
#parkingFieldset fieldset div span.input-group-addon {
  float: right;
  margin-right: 8px;
  height: 31px;
  width: 36px;
  margin-top: 4px;
  margin-bottom: 2px;
  position: relative;
  background-color: transparent;
}
#parkingFieldset fieldset div span.input-group-addon span.icon-calendar {
  position: absolute;
  bottom: 0;
  left: 0;
}
#parkingFieldset fieldset div span.input-group-addon span.icon-calendar:before {
  bottom: 0;
}
#parkingFieldset fieldset div button {
  position: relative;
  display: inline-block;
  width: 30px;
  border: 0;
  background-color: #fff;
  float: right;
  margin-top: -7px;
  margin-left: 15px;
}
#parkingFieldset fieldset a {
  border: 1px solid #fff;
  font-family: "Exo", sans-serif;
  font-size: 13.5px;
  padding: 0 25px 0 0;
  text-align: center;
  margin-top: 29px;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset a {
    width: 100%;
    float: left;
    text-align: right;
    margin-right: 0;
    margin-top: 0;
  }
}
#parkingFieldset fieldset a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #parkingFieldset fieldset .btn-sml {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
#parkingFieldset .faq-links strong {
  color: #fff;
}
#parkingFieldset .faq-links strong:after {
  content: "\a";
  white-space: normal;
}

#arrivalsFieldset fieldset,
#departuresFieldset fieldset {
  padding: 30px 15px 24px 17px;
}
@media screen and (max-width: 600px) {
  #arrivalsFieldset fieldset,
  #departuresFieldset fieldset {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 601px) {
  #arrivalsFieldset fieldset input:last-of-type,
  #departuresFieldset fieldset input:last-of-type {
    width: 95px;
    font-size: 16px;
    letter-spacing: 0.7px;
    font-weight: 600;
  }
  #arrivalsFieldset fieldset input:last-of-type:focus,
  #departuresFieldset fieldset input:last-of-type:focus {
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  #arrivalsFieldset fieldset input.btn-blue,
  #departuresFieldset fieldset input.btn-blue {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
  }
}

#departuresFieldset input.destBtn {
  padding-right: 32px;
}
@media screen and (min-width: 769px) {
  #departuresFieldset input.btn-blue {
    float: right;
  }
}

@media screen and (min-width: 769px) {
  #arrivalsFieldset input.btn-blue {
    float: right;
  }
}

/***** PARKING / SEARCH WIDGET *****/
div.tabs {
  float: left;
  width: 100%;
}

div.tabs button {
  float: left;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  position: relative;
}

.tab_last {
  border-right: 1px solid #333;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}

.tab_content {
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 600px) {
  .search-widget-wrapper #search-widget .tabs {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .tab_drawer_heading {
    position: relative;
    display: block;
    width: 100%;
    line-height: 50px;
    font-family: "Exo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 0px;
    margin-bottom: 2px;
    text-transform: uppercase;
    float: left;
    border: 0;
    color: #002b49;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f3f3f2;
  }
  .d_active {
    background-color: #ba0c2f;
    color: #fff;
  }
}
/* END */
/* News Blog - Home page */
#newsHome {
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #newsHome {
    width: 100%;
  }
}
#newsHome div {
  /* row */
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
}
#newsHome div div {
  /* col-sm-6 */
  padding-left: 0px;
  padding-right: 0px;
  color: #002b49;
  /*border-right: 1px solid #000;*/
  height: 600px;
}
#newsHome div div:nth-of-type(1) {
  background-color: #71b1ca;
}
@media screen and (max-width: 600px) {
  #newsHome div div {
    border-right: none;
    height: auto;
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
#newsHome div div:last-of-type {
  border-right: none;
}
@media screen and (max-width: 600px) {
  #newsHome div div:last-of-type {
    padding-bottom: 0px;
  }
}
#newsHome div div span {
  width: 100px;
  height: 30px;
  background-color: #8a1538;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
}
#newsHome div div img {
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #newsHome div div img {
    width: 100%;
  }
}
#newsHome div div p {
  padding: 0px 35px 0px 35px;
}
#newsHome div div p strong,
#newsHome div div p span {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  display: block;
}
#newsHome div div p strong a {
  color: #002b49;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #newsHome div div p strong a {
    font-size: 18px;
  }
}
#newsHome div div p:last-of-type {
  padding-top: 15px;
  padding-bottom: 55px;
}
@media screen and (max-width: 600px) {
  #newsHome div div p:last-of-type {
    padding-bottom: 0px;
  }
}
@media print {
  #newsHome #newsletter {
    display: none;
  }
}
#newsHome #newsletter img {
  padding-bottom: 30px;
}
@media print {
  #newsHome #newsletter img {
    display: none;
  }
}
#newsHome #newsletter p {
  margin-left: auto;
  margin-right: auto;
  width: 61%;
  padding-left: 0px;
  padding-right: 0px;
}
#newsHome #newsletter p img {
  width: 56px;
  height: 56px;
  padding-bottom: 0px;
  display: inline-block;
  margin-left: -25px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  #newsHome #newsletter p img {
    transform: scale(1.15);
    margin-left: -35px;
  }
}
#newsHome #newsletter p strong {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  #newsHome #newsletter p strong {
    font-size: 21px;
  }
}
#newsHome #newsletter p:nth-of-type(2) {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #newsHome #newsletter p:nth-of-type(2) {
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 7px;
  }
}
#newsHome #newsletter a {
  margin-left: 20%;
}
#newsHome #newsletter a:hover {
  background-color: #8a1538;
}

/* Social Media Feeds */
.twitterFeedLink .scroll-ipad {
  /* iPad Portrait and Landscape */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .twitterFeedLink .scroll-ipad {
    display: none;
  }
}
.twitterFeedLink .scroll-ipad #twFeed {
  height: 300px;
  overflow: hidden;
  /* iPad 1+2 Portrait and Landscape */
  /* iPad 3+4 Portrait and Landscape */
  /* iPad mini Portrait and Landscape */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .twitterFeedLink .scroll-ipad #twFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .twitterFeedLink .scroll-ipad #twFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .twitterFeedLink .scroll-ipad #twFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.facebookFeedLink .scroll-ipad {
  /* iPad Portrait and Landscape */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .facebookFeedLink .scroll-ipad {
    display: none;
  }
}
.facebookFeedLink .scroll-ipad #fbFeed {
  height: 300px;
  overflow: hidden;
  /* iPad 1+2 Portrait and Landscape */
  /* iPad 3+4 Portrait and Landscape */
  /* iPad mini Portrait and Landscape */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .facebookFeedLink .scroll-ipad #fbFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .facebookFeedLink .scroll-ipad #fbFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .facebookFeedLink .scroll-ipad #fbFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.instaFeedLink .scroll-ipad {
  /* iPad Portrait and Landscape */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .instaFeedLink .scroll-ipad {
    display: none;
  }
}
.instaFeedLink .scroll-ipad #igFeed {
  height: 300px;
  overflow: hidden;
  /* iPad 1+2 Portrait and Landscape */
  /* iPad 3+4 Portrait and Landscape */
  /* iPad mini Portrait and Landscape */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .instaFeedLink .scroll-ipad #igFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .instaFeedLink .scroll-ipad #igFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .instaFeedLink .scroll-ipad #igFeed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.social-wrapper .twitterFeedLink {
  /* iPad Portrait and Landscape */
}
@media screen and (min-width: 601px) {
  .social-wrapper .twitterFeedLink {
    border-right: 1px solid #e9e9e9;
    padding: 0 35px 35px 35px;
  }
}
@media screen and (max-width: 600px) {
  .social-wrapper .twitterFeedLink {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    width: 100%;
    padding-left: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .social-wrapper .twitterFeedLink {
    padding-bottom: 0;
    padding-left: 40px;
  }
}
.social-wrapper .twitterFeedLink .icon-twitter-blue {
  width: 100%;
  display: block;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #2caae1;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
}
.social-wrapper .twitterFeedLink .icon-twitter-blue span {
  font-weight: bold;
}
.social-wrapper .twitterFeedLink .icon-twitter-blue:before {
  right: 25px;
  content: "";
  background: url(imgs/twitter-blue.svg) no-repeat;
  position: absolute;
  width: 23px;
  height: 23px;
  background-position: 0px 0px;
}
.social-wrapper .facebookFeedLink {
  /* iPad Portrait and Landscape */
}
@media screen and (min-width: 601px) {
  .social-wrapper .facebookFeedLink {
    border-right: 1px solid #e9e9e9;
    padding: 0 35px 35px 35px;
  }
}
@media screen and (max-width: 600px) {
  .social-wrapper .facebookFeedLink {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    width: 100%;
    padding-left: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .social-wrapper .facebookFeedLink {
    padding-bottom: 0;
    padding-left: 40px;
  }
}
.social-wrapper .facebookFeedLink .icon-facebook-blue {
  width: 100%;
  display: block;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #3b5998;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
}
.social-wrapper .facebookFeedLink .icon-facebook-blue span {
  font-weight: bold;
}
.social-wrapper .facebookFeedLink .icon-facebook-blue:before {
  right: 25px;
  content: "";
  background: url(imgs/facebook-logo-blue.svg) no-repeat;
  position: absolute;
  width: 14px;
  height: 23px;
  background-position: 0px 0px;
}
.social-wrapper .facebookFeedLink #fbFeed img {
  display: block;
  width: 100%;
  height: auto;
}
.social-wrapper .instaFeedLink {
  /* iPad Portrait and Landscape */
}
@media screen and (min-width: 601px) {
  .social-wrapper .instaFeedLink {
    padding: 0 35px 35px 35px;
  }
}
@media screen and (max-width: 600px) {
  .social-wrapper .instaFeedLink {
    float: left;
    width: 100%;
    padding-left: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .social-wrapper .instaFeedLink {
    padding-bottom: 0;
    padding-left: 40px;
  }
}
.social-wrapper .instaFeedLink .icon-instagram-col {
  width: 100%;
  display: block;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #d41a70;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
}
.social-wrapper .instaFeedLink .icon-instagram-col span {
  font-weight: bold;
}
.social-wrapper .instaFeedLink .icon-instagram-col:before {
  right: 25px;
  content: "";
  background: url(imgs/instagram.png) no-repeat;
  position: absolute;
  width: 22px;
  height: 22px;
  background-position: 0px 0px;
}

#SMediaWidgets {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 600px) {
  #SMediaWidgets #twitter {
    height: 300px;
    width: 100%;
    float: left;
    background-color: #28a9e0;
    background-image: url(imgs/twitter-bg-light.svg);
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media screen and (max-width: 600px) {
  #SMediaWidgets #twitter {
    width: 100%;
    height: auto;
    float: left;
    background-color: #28a9e0;
    background-image: none;
  }
}
@media screen and (min-width: 600px) {
  #SMediaWidgets #twitter #tweets {
    width: 100%;
  }
}
#SMediaWidgets #twitter #tweets ul {
  padding-left: 0px;
  list-style-type: none;
}
#SMediaWidgets #twitter #tweets ul li p {
  font-size: 16px;
  color: #fff;
  padding: 40px 20px 20px 40px;
}
@media screen and (min-width: 600px) {
  #SMediaWidgets #twitter #tweets ul li p {
    width: 50%;
  }
}
#SMediaWidgets #twitter #tweets ul li p a {
  font-size: 14px;
  display: block;
  color: #fff;
  text-overflow: ellipsis;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
}
#SMediaWidgets #twitter #tweets ul li p:last-of-type {
  font-size: 14px;
  padding: 0px 20px 20px 40px;
}
@media screen and (min-width: 600px) {
  #SMediaWidgets #twitter #tweets ul li p:last-of-type {
    width: 50%;
  }
}
#SMediaWidgets #twitter #tweets ul li div.media {
  padding-left: 0;
  padding-right: 0;
  float: left;
  top: 0;
  position: absolute;
  right: 0;
  z-index: 10;
  width: 300px;
  padding-top: 0;
  margin-top: 0;
}
#SMediaWidgets #twitter #tweets ul li div.media:before {
  content: "";
  background-color: #28a9e0;
  background-image: url(imgs/twitter-white-overlay.svg);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  #SMediaWidgets #twitter #tweets ul li div.media {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #SMediaWidgets #twitter #tweets ul li img {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #SMediaWidgets #twitter #tweets ul li img {
    width: 100%;
    float: left;
  }
}
#SMediaWidgets #twitter div:nth-of-type(1) {
  float: left;
}
#SMediaWidgets #twitter div:nth-of-type(1) h3 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  #SMediaWidgets #twitter div:nth-of-type(1) {
    width: 100%;
  }
}
#SMediaWidgets #facebook {
  height: 300px;
  background-color: #3b5999;
  float: left;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
  font-family: "Exo", sans-serif;
}
@media screen and (max-width: 600px) {
  #SMediaWidgets #facebook {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#SMediaWidgets #facebook .facebook-white-lrg {
  float: left;
  content: "";
  background-image: url(imgs/facebook-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
#SMediaWidgets #facebook span.facebook-white-lrg {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  display: block;
  width: 22px;
  height: 30px;
  margin-top: 3px;
  margin-right: 5px;
}
#SMediaWidgets #facebook a {
  color: #fff;
}
#SMediaWidgets #facebook a:nth-of-type(1) span {
  float: left;
  width: 100%;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
  font-family: "Exo", sans-serif;
}
#SMediaWidgets #facebook a:nth-of-type(2) span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  font-style: italic;
  float: left;
  width: 50%;
  height: 40px;
}

#carousel-example-generic {
  float: left;
  width: 100%;
  margin-top: 62px;
  margin-bottom: 62px;
}
@media screen and (max-width: 600px) {
  #carousel-example-generic {
    margin-top: 42px;
  }
}
#carousel-example-generic .num {
  width: 100%;
  height: 10px;
  float: left;
  margin: 0 auto;
  color: #666666;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
#carousel-example-generic .carousel-control {
  background-image: none;
}
@media screen and (max-width: 600px) {
  #carousel-example-generic .carousel-control {
    display: none;
  }
}
#carousel-example-generic .carousel-fade .carousel-control {
  z-index: 20;
}
#carousel-example-generic .carousel-control.left {
  right: auto;
}
#carousel-example-generic .carousel-indicators {
  bottom: -40px;
}
#carousel-example-generic #leaderBoard {
  float: left;
  height: 90px;
  padding: 0 115px;
}
@media print {
  #carousel-example-generic #leaderBoard {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #carousel-example-generic #leaderBoard {
    padding: 0;
    height: 100%;
  }
  #carousel-example-generic #leaderBoard img:nth-of-type(1) {
    display: none;
  }
  #carousel-example-generic #leaderBoard img:nth-of-type(2) {
    margin: 0 auto;
  }
}
#carousel-example-generic #leaderBoard .carousel-control .icon-chevron-lrg-grey-L:after {
  margin-top: 25px;
  margin-right: 30px;
}
#carousel-example-generic #leaderBoard .carousel-control .icon-chevron-lrg-grey-R:after {
  margin-top: 25px;
  left: 30px;
}

.main-forms .bootstrap-datetimepicker-widget ul.list-unstyled li:before {
  content: "" !important;
}
.main-forms .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 250px;
  padding-left: 0px;
}
.main-forms .form-horizontal {
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .main-forms h2 {
    margin-bottom: 0;
  }
}
.main-forms p#required {
  font-size: 18px;
  color: #ba0c2f;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 55px;
}
@media screen and (max-width: 640px) {
  .main-forms p#required {
    margin-top: 0;
  }
}
.main-forms .grey-bg {
  background-color: #f4f4f4;
}
.main-forms fieldset {
  border: none;
  padding-top: 50px;
  margin-bottom: 53px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset {
    padding-top: 12px;
    margin-bottom: 30px;
  }
}
.main-forms fieldset.fieldset-no-pads {
  margin-top: 0;
  padding-top: 0;
}
.main-forms fieldset legend {
  color: #ba0c2f;
  font-size: 28px;
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset legend {
    padding-left: 0;
    font-size: 22px;
  }
}
.main-forms fieldset .form-error {
  margin-top: 0 !important;
}
.main-forms fieldset.fieldset-ICE-only {
  padding-top: 40px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: none;
}
.main-forms fieldset.fieldset-ICE-only:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset.fieldset-ICE-only {
    padding-top: 15px;
    margin-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.main-forms fieldset.fieldset-ICE-only:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset.fieldset-ICE-only:last-of-type {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .main-forms fieldset.fieldset-ICE-only legend {
    padding-left: 40px;
  }
}
.main-forms fieldset .NRradioButtons .styled-radio span.radio-btn {
  display: block;
}
.main-forms fieldset .NRradioButtons .styled-radio span.radio-btn span.radio {
  width: 78%;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .NRradioButtons .styled-radio span.radio-btn span.radio {
    width: 100%;
  }
}
.main-forms fieldset .NRradioButtons .styled-radio span.radio-btn span.withOther {
  width: 18%;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .NRradioButtons .styled-radio span.radio-btn span.withOther {
    width: 100%;
  }
}
.main-forms fieldset .NRradioButtons .styled-radio span.radio-btn input[type=text] {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .NRradioButtons .styled-radio span.radio-btn input[type=text] {
    width: 100%;
  }
}
.main-forms fieldset .form-group {
  margin-bottom: 0;
}
.main-forms fieldset .form-group label.labels {
  font-size: 18px;
  padding-top: 8px;
  line-height: 25px;
}
@media screen and (min-width: 641px) {
  .main-forms fieldset .form-group label.labels {
    text-align: right;
    line-height: 25px;
  }
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group label.labels {
    float: left;
  }
}
.main-forms fieldset .form-group label.labels span {
  color: #ba0c2f;
}
.main-forms fieldset .form-group span span.date label {
  text-indent: -9999px;
}
@media screen and (min-width: 641px) {
  .main-forms fieldset .form-group span.input-holder-currency,
  .main-forms fieldset .form-group span.input-holder {
    position: relative;
    display: inline-block;
    z-index: 0;
  }
  .main-forms fieldset .form-group span.input-holder-currency:before,
  .main-forms fieldset .form-group span.input-holder:before {
    display: block;
    position: absolute;
    content: "";
    right: -1px;
    top: -1px;
    height: 41px;
    width: 19px;
    margin: 2px;
    background: #fff;
    z-index: 5;
  }
}
.main-forms fieldset .form-group span.inputs {
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group span.inputs.styled-radio {
    margin-bottom: 13px;
  }
}
.main-forms fieldset .form-group span.inputs span.input-holder input {
  height: 43px;
  width: 480px;
  border: 1px solid #dcdcdc;
  padding-left: 10px;
  -webkit-appearance: none;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group span.inputs span.input-holder input {
    width: 90%;
    margin-bottom: 10px;
  }
}
.main-forms fieldset .form-group span.inputs span.radio {
  display: inline-block;
  width: 80px;
  margin-top: 6px;
  padding-top: 5px;
}
.main-forms fieldset .form-group span.inputs span.radio input {
  margin-left: 0;
  margin-top: 0;
}
.main-forms fieldset .form-group span.inputs span.radio label {
  font-size: 14px;
  color: #ba0c2f;
  /*vertical-align: baseline;*/
  padding-top: 5px;
}
.main-forms fieldset .form-group span.inputs span textarea {
  width: 480px;
  height: 130px;
  border: 1px solid #dcdcdc;
  padding-left: 10px;
  padding-top: 10px;
  -webkit-appearance: none;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group span.inputs span textarea {
    width: 90%;
  }
}
.main-forms fieldset .form-group span.inputs .input-group {
  width: 480px;
  height: 43px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group span.inputs .input-group.date {
    width: 90%;
    left: 15px;
  }
}
.main-forms fieldset .form-group span.inputs .input-group.date input {
  height: 43px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  border-right: 0;
  padding-left: 10px;
  -webkit-appearance: none;
  /*&::-webkit-input-placeholder {
                    color: $green-dk-color;
                }

                &:-moz-placeholder {
                    color: $green-dk-color;
                    opacity: 1;
                }

                &::-moz-placeholder {
                    color: $green-dk-color;
                    opacity: 1;
                }

                &:-ms-input-placeholder {
                    color: $green-dk-color;
                }

                &:placeholder-shown {
                    color: $green-dk-color;
                }*/
}
.main-forms fieldset .form-group span.inputs .input-group.date .input-group-addon {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  border-left: 0;
  width: 50px;
}
.main-forms fieldset .form-group span.inputs .input-group.date .input-group-addon .icon-calendar {
  width: 21px;
  height: 22px;
  position: absolute;
  top: 9px;
  bottom: 0;
  right: 16px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group span.inputs .input-group.date .input-group-addon .icon-calendar {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group input[type=checkbox] {
    margin-left: 0;
  }
}
.main-forms fieldset .form-group input[type=checkbox] + label {
  width: 470px;
  line-height: 1.5;
  font-size: 14px;
  vertical-align: text-top;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group input[type=checkbox] + label {
    width: 100%;
  }
}
.main-forms fieldset .form-group.full label {
  text-align: left;
  width: 100%;
}
.main-forms fieldset .form-group.full .inputs span {
  width: 100%;
}
.main-forms fieldset .form-group.full .inputs span textarea {
  width: 100%;
  min-height: 200px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset .form-group.full .inputs span textarea {
    width: 90%;
    min-height: 40px;
  }
}
.main-forms fieldset #submit-button .submit-btn,
.main-forms fieldset #confirm-button .submit-btn,
.main-forms fieldset #amend-button .submit-btn {
  margin: 35px 0;
  display: block;
  width: 480px;
  text-align: center;
  margin-bottom: 88px;
  float: left;
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset #submit-button .submit-btn,
  .main-forms fieldset #confirm-button .submit-btn,
  .main-forms fieldset #amend-button .submit-btn {
    margin-left: 0;
    width: 100%;
    margin-bottom: 45px;
    margin-top: 20px;
  }
}
.main-forms fieldset #submit-button .submit-btn .btn-submit,
.main-forms fieldset #confirm-button .submit-btn .btn-submit,
.main-forms fieldset #amend-button .submit-btn .btn-submit {
  width: 300px;
  color: #fff;
  font-size: 17px;
  height: 50px;
  padding-top: 8px !important;
  background-color: #ba0c2f;
}
@media screen and (max-width: 640px) {
  .main-forms fieldset #submit-button .submit-btn .btn-submit,
  .main-forms fieldset #confirm-button .submit-btn .btn-submit,
  .main-forms fieldset #amend-button .submit-btn .btn-submit {
    width: 90%;
  }
}
.main-forms fieldset #submit-button .submit-btn .btn-submit:hover,
.main-forms fieldset #confirm-button .submit-btn .btn-submit:hover,
.main-forms fieldset #amend-button .submit-btn .btn-submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #002b49;
}
.main-forms fieldset #submit-button .submit-btn .btn-submit:focus,
.main-forms fieldset #confirm-button .submit-btn .btn-submit:focus,
.main-forms fieldset #amend-button .submit-btn .btn-submit:focus {
  color: #fff;
  background-color: #002b49;
}
.main-forms fieldset #amend-button .submit-btn,
.main-forms fieldset #confirm-button .submit-btn {
  margin-left: 0;
  margin-bottom: 15px;
}

.form-horizontal.marketing-permissions .inputs .input-holder:before {
  display: none;
}
.form-horizontal.marketing-permissions .inputs.styled-radio {
  display: inline-block;
}
.form-horizontal.marketing-permissions .inputs.styled-radio > span input[type=radio] {
  margin-top: 0;
  margin-right: 5px;
}
.form-horizontal.marketing-permissions .inputs.styled-radio > span label {
  display: inline-block;
  margin-right: 30px;
}
.form-horizontal.marketing-permissions .form-error {
  float: left;
  background-color: #ba0c2f;
  padding: 8px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-style: italic !important;
  color: #fff !important;
  margin-right: 5px !important;
  position: relative;
}
.form-horizontal.marketing-permissions .form-error:after {
  content: "";
  background-image: url(imgs/red-triangle.svg);
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 6px;
}
@media screen and (min-width: 641px) {
  .form-horizontal.marketing-permissions .form-error {
    width: 480px;
    display: block;
    position: relative;
    top: 12px;
    text-align: center;
  }
  .form-horizontal.marketing-permissions .form-error:after {
    left: 240px;
  }
}
@media screen and (max-width: 640px) {
  .form-horizontal.marketing-permissions .form-error {
    margin-left: 15px;
    width: 90%;
    display: block;
    position: relative;
    /*top: 7px;*/
    text-align: center;
  }
  .form-horizontal.marketing-permissions .form-error:after {
    left: 50%;
  }
}

/*EXPANDING PANEL WIDGET*/
.table-wrap {
  width: 100%;
  overflow: auto;
}

.collapseable {
  background: #ba0c2f;
  border: 2px solid #fff;
  border-bottom: none;
}
.collapseable-heading {
  font-family: "Exo", sans-serif;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
}
.collapseable-heading-link {
  position: relative;
  color: #fff;
  display: block;
  padding: 16px 50px 16px 15px !important;
}
.collapseable-heading-link:hover, .collapseable-heading-link:visited, .collapseable-heading-link:active {
  text-decoration: underline !important;
  color: #fff;
}
.collapseable-heading-link:before, .collapseable-heading-link:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 18px;
  height: 2px;
  right: 15px;
  top: 26px;
}
.collapseable-heading-link:after {
  width: 2px;
  height: 18px;
  right: 23px;
  top: 18px;
}
@media (min-width: 641px) {
  .collapseable-heading-link {
    padding: 11px 50px 9px 10px !important;
  }
  .collapseable-heading-link:before {
    top: 20px;
  }
  .collapseable-heading-link:after {
    top: 12px;
  }
}
.collapseable-heading:before {
  display: none;
}
.collapseable-content {
  padding: 25px 15px;
  display: none;
  background: #f9f9f9;
}
.collapseable-content strong {
  font-weight: 300;
}
.collapseable-content .activeate {
  display: inline-block;
  color: #ba0c2f;
  min-width: 2em;
}
@media (min-width: 641px) {
  .collapseable-content {
    padding: 25px 10px;
  }
}
.collapseable--expanded .collapseable-heading-link::after {
  display: none;
}
.collapseable--expanded .collapseable-content {
  display: block;
}

form[action="./cork"] .dest-content-to-do > h2:first-of-type,
form[action="./cork"] .dest-content-to-do > h3:first-of-type {
  display: none;
}

.dest-content-to-do #bookFlights {
  position: relative;
}
.dest-content-to-do #bookFlights:last-of-type {
  margin-bottom: 100px;
}
.dest-content-to-do #bookFlights:last-of-type:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  bottom: -60px;
  top: auto;
  left: 0;
}

/*Sign up form*/
#signUp-Offers {
  border: 1px solid #d9d9d6;
  margin-top: 30px;
  padding: 40px 15px;
}
@media screen and (max-width: 640px) {
  #signUp-Offers {
    padding: 15px;
  }
}
#signUp-Offers fieldset {
  border: 0;
  max-width: 545px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #signUp-Offers fieldset {
    padding: 0;
  }
}
#signUp-Offers .form-control {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d9d9d6 !important;
  color: #333;
  height: 50px;
  font-weight: normal;
  font-size: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
#signUp-Offers .input-group {
  margin-bottom: 20px;
  width: 100%;
}
#signUp-Offers .input-group label {
  color: #71b2c9;
  font-size: 14px;
  display: block !important;
  font-weight: 500;
  margin-bottom: 10px;
}
#signUp-Offers .input-group.has-error {
  position: relative;
}
#signUp-Offers .input-group.has-error .form-control {
  border-color: #ba0c2f !important;
}
#signUp-Offers .input-group.has-error .error-message {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -19px;
  font-size: 14px;
  color: #ba0c2f;
}
#signUp-Offers .marketing-consent label {
  color: #71b2c9;
  font-size: 14px;
  display: block !important;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #signUp-Offers .marketing-consent label {
    margin-bottom: 10px;
  }
}
#signUp-Offers .marketing-consent p {
  line-height: 22px;
}
@media screen and (max-width: 640px) {
  #signUp-Offers .marketing-consent p {
    font-size: 14px;
  }
}
#signUp-Offers .marketing-consent p a {
  text-decoration: none;
  border: none;
}
#signUp-Offers .marketing-consent p a:hover, #signUp-Offers .marketing-consent p a:focus, #signUp-Offers .marketing-consent p a:active {
  text-decoration: underline;
}
#signUp-Offers .btn-form {
  width: 100%;
}
#signUp-Offers .green-header {
  font-size: 18px;
  font-weight: 700;
  border: 0;
}
#signUp-Offers .radio-btns {
  margin-top: 5px;
  margin-bottom: 20px;
}
#signUp-Offers .radio-btns input {
  top: -1px;
  position: relative;
}
#signUp-Offers .radio-btns br {
  display: none;
}
#signUp-Offers .radio-btns label {
  display: inline-block !important;
  margin-right: 30px;
  margin-left: 2px;
}
#signUp-Offers .btn {
  outline: none !important;
  text-align: center;
  cursor: pointer;
  background-color: #ba0c2f;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: none !important;
  letter-spacing: 0.7px;
  font-weight: 500 !important;
  font-size: 18px;
  border: 2px solid #ba0c2f;
  line-height: 27px;
  height: 50px;
  padding: 6px 12px;
  text-transform: none;
}
#signUp-Offers .btn:hover, #signUp-Offers .btn:focus, #signUp-Offers .btn:active {
  background-color: #002b49;
  border-color: #002b49;
  color: #fff;
}

.full-banner img {
  display: block;
  max-width: 100%;
}

#footer-news-letter {
  background: #f8f8f8;
  padding: 50px 0;
  clear: both;
}
@media screen and (max-width: 600px) {
  #footer-news-letter {
    padding-bottom: 0;
  }
}
#footer-news-letter .container {
  max-width: 960px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #footer-news-letter .container {
    max-width: 1150px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #footer-news-letter .container .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  #footer-news-letter .container .col-md-3:first-of-type h3 {
    text-wrap: nowrap;
    margin-bottom: 55px;
  }
  /* #footer-news-letter .container .col-md-3:last-of-type h3 {
    margin-top: 50px;
  } */
  #footer-news-letter .container .col-md-6 ul {
    margin-top: 50px;
  }
}
#footer-news-letter .container h3 {
  color: #474747;
  margin-bottom: 10px;
}
#footer-news-letter .container p {
  color: #474747;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
#footer-news-letter .container .btn-pink {
  line-height: 30px;
  padding: 8px 50px;
  height: auto;
  border-radius: 10px;
  background: #ba0c2f;
}
@media screen and (max-width: 600px) {
  #footer-news-letter .container .btn-pink {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
#footer-news-letter .container ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
#footer-news-letter .container ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
}
#footer-news-letter .container ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
#footer-news-letter .container ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  #footer-news-letter .get-in-touch {
    background: #fff;
    padding: 25px 15px;
  }
}
#footer-news-letter .get-in-touch h3 {
  margin-bottom: 25px;
}
#footer-news-letter .get-in-touch a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
  padding-top: 8px;
}
#footer-news-letter .get-in-touch a:last-of-type {
  margin-bottom: 0;
}
#footer-news-letter .get-in-touch a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
}
#footer-news-letter .get-in-touch a:not(.contact-us) {
  color: #545454;
}
#footer-news-letter .get-in-touch .contact-us {
  padding-left: 50px;
  position: relative;
  padding-top: 0;
}
#footer-news-letter .get-in-touch .contact-us:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (min-width: 601px) {
  #navbar-collapse-2 .nav > .dropdown:last-of-type .dropdown-menu li {
    max-width: 237px;
  }
}

.icon-linkedin-white {
  display: inline-block;
  margin-right: 30px;
  margin-top: 40px;
  width: 17px;
  height: 19px;
  background: url("../css/imgs/linkedin.svg") no-repeat;
  background-size: 100%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .icon-linkedin-white {
    width: 17px !important;
    margin-top: 42px !important;
  }
}
.icon-linkedin-white span {
  text-indent: 99999px;
}

.btn-banner {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #002b49;
  position: relative;
}
@media screen and (max-width: 640px) {
  .btn-banner {
    padding: 36px 0 5px;
    margin-bottom: 8px;
  }
}
.btn-banner:hover {
  color: #002b49;
}
.btn-banner.arrivals-btn:before {
  content: url("imgs/arrivals-icon.svg");
  position: absolute;
  left: 26px;
  top: 16px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .btn-banner.arrivals-btn:before {
    left: 0;
    right: 0;
    top: 5px;
    margin: auto;
  }
}
.btn-banner.departures-btn:before {
  content: url("imgs/departures-icon.svg");
  position: absolute;
  left: 15px;
  top: 13px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .btn-banner.departures-btn:before {
    left: 0;
    right: 0;
    top: 5px;
    margin: auto;
  }
}

.parking-btn {
  background: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #002b49;
  font-family: "Exo", sans-serif;
  position: relative;
}
.parking-btn:after {
  content: url("imgs/plus-icon.svg");
  position: absolute;
  right: 20px;
  top: 22px;
}
.parking-btn span {
  display: inline-block;
  position: relative;
}
.parking-btn span:before {
  content: url("imgs/parking-icon-black.svg");
  position: absolute;
  left: -47px;
  top: -10px;
  bottom: 0;
  margin: auto;
}
.parking-btn:hover {
  color: #002b49;
}
.parking-btn.active {
  background: #AB2734;
  color: #fff;
}
.parking-btn.active:after {
  content: url("imgs/minus-icon.svg");
  position: absolute;
  right: 20px;
  top: 17px;
}
.parking-btn.active span {
  display: inline-block;
  position: relative;
}
.parking-btn.active span:before {
  content: url("imgs/parking-icon.svg");
  position: absolute;
  left: -47px;
  top: -10px;
  bottom: 0;
  margin: auto;
}
.parking-btn.active:hover {
  color: #fff;
}

.sec-times {
  font-size: 13px;
  line-height: 17px;
  text-align: right;
}
.sec-times .label-sec-time {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #AB2734;
}

.incident-banner {
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  padding: 50px 30px 50px 120px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .incident-banner {
    padding: 30px 15px;
  }
}

.career-notification {
  padding: 35px 42px;
  background: #02426E;
  position: relative;
  width: 100%;
  display: none;
}
@media screen and (max-width: 640px) {
  .career-notification {
    padding: 25px 14px;
  }
}
.career-notification.active {
  display: block;
}
.career-notification .banner-cross {
  position: absolute;
  right: 15px;
  top: 13px;
  cursor: pointer;
  padding: 10px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .career-notification .banner-cross {
    top: 10px;
    right: 10px;
  }
}
.career-notification .banner-cross:before {
  content: "";
  position: absolute;
  background: url("imgs/cross.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.career-notification .main-wrap {
  display: flex;
}
@media screen and (max-width: 640px) {
  .career-notification .main-wrap {
    display: block;
  }
}
@media (min-width: 641px) {
  .career-notification .left {
    width: 64.333333%;
  }
}
.career-notification .content-wrapper {
  padding-left: 62px;
}
@media screen and (max-width: 640px) {
  .career-notification .content-wrapper {
    padding-left: 0;
  }
}
.career-notification .title {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #71b2c9;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .career-notification .title {
    padding-left: 33px;
    margin-bottom: 9px;
  }
}
.career-notification .title:before {
  content: "";
  position: absolute;
  background: url("imgs/airplane.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 40px;
  left: -59px;
  top: 1px;
}
@media screen and (max-width: 640px) {
  .career-notification .title:before {
    background: url("imgs/airplane-phone.png");
    width: 25px;
    height: 26px;
    left: -2px;
    top: -1px;
  }
}
.career-notification p {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .career-notification p {
    margin-bottom: 20px;
  }
}
.career-notification .right {
  align-self: end;
}
@media (min-width: 641px) {
  .career-notification .right {
    width: 36.666667%;
    padding-left: 7px;
    position: relative;
    top: -3px;
  }
}
.career-notification .right > .btn-div {
  display: inline-block;
}
.career-notification .right > .btn-div:not(:last-of-type) {
  margin-right: 48px;
}
@media screen and (max-width: 640px) {
  .career-notification .right > .btn-div:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .career-notification .right > .btn-div {
    display: block;
  }
}
.career-notification .btn-div a {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.career-notification .btn-div a:before {
  content: "";
  position: absolute;
  background: url("imgs/double-arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  right: -22px;
  top: -3px;
  bottom: 0;
  margin: auto;
}
.career-notification .btn-div a:after {
  content: "";
  position: absolute;
  width: calc(100% + 18px);
  height: 1px;
  background: #ba0c2f;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .career-notification .btn-div a:after {
    bottom: -2px;
  }
}
@media screen and (max-width: 640px) {
  .career-notification .btn-div a {
    display: inline-block;
  }
}

.new-destinations {
  /*.container {
    max-width: 960px;
  }*/
  padding: 40px 100px;
}
.new-destinations .btn-new-destinations {
  background-color: #ba0c2f;
  color: #fff;
  padding: 15px 40px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: "Exo", sans-serif;
}
.new-destinations .btn-new-destinations:hover {
  text-decoration: none;
}
.new-destinations .col-sm-12.text-center {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .new-destinations {
    padding: 30px 0;
  }
}
.new-destinations .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .new-destinations div[class*=col-] {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 15px;
  }
  .new-destinations div[class*=col-]:first-of-type, .new-destinations div[class*=col-]:nth-of-type(2) {
    margin-top: 0;
  }
  .new-destinations div[class*=col-]:nth-of-type(even) {
    padding-left: 7.5px;
  }
  .new-destinations div[class*=col-]:nth-of-type(odd) {
    padding-right: 7.5px;
  }
}
@media screen and (min-width: 641px) {
  .new-destinations div[class*=col-] {
    margin-top: 30px;
  }
  .new-destinations div[class*=col-]:first-of-type, .new-destinations div[class*=col-]:nth-of-type(2), .new-destinations div[class*=col-]:nth-of-type(3), .new-destinations div[class*=col-]:nth-of-type(4) {
    margin-top: 0;
  }
}
.new-destinations .col-sm-12 {
  width: 100% !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 640px) {
  .new-destinations .col-sm-12 {
    padding: 0 15px !important;
  }
}
.new-destinations h2 {
  color: #002b49;
  font-size: 46px;
  line-height: 54px;
  font-weight: 300;
  margin-bottom: 32px;
  text-transform: initial;
}
@media screen and (max-width: 640px) {
  .new-destinations h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (min-width: 641px) {
  .new-destinations.home-widget h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 641px) {
  #SFcontent .destinations-page .title-div,
  .destinations-page .title-div {
    padding: 36px 100px;
  }
}
@media screen and (max-width: 640px) {
  #SFcontent .destinations-page .title-div,
  .destinations-page .title-div {
    padding: 30px 0;
  }
}
#SFcontent .destinations-page .title-div h2,
.destinations-page .title-div h2 {
  color: #002b49;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 54px;
  font-weight: 300;
  text-transform: initial;
}
@media screen and (max-width: 640px) {
  #SFcontent .destinations-page .title-div h2,
  .destinations-page .title-div h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
#SFcontent .destinations-page .search-filters,
.destinations-page .search-filters {
  position: relative;
}
@media screen and (min-width: 641px) {
  #SFcontent .destinations-page .search-filters,
  .destinations-page .search-filters {
    padding: 20px 100px;
  }
}
@media screen and (max-width: 640px) {
  #SFcontent .destinations-page .search-filters,
  .destinations-page .search-filters {
    padding: 15px 0;
  }
}
#SFcontent .destinations-page .search-filters:before,
.destinations-page .search-filters:before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 100%;
  background: #ba0c2f;
  left: -15px;
  top: 0;
}
@media screen and (min-width: 601px) {
  #SFcontent .destinations-page .search-filters .row,
  .destinations-page .search-filters .row {
    display: flex;
    flex-wrap: wrap;
  }
}
#SFcontent .destinations-page .search-filters div[class*=col-],
.destinations-page .search-filters div[class*=col-] {
  align-self: center;
}
@media screen and (max-width: 640px) {
  #SFcontent .destinations-page .search-filters div[class*=col-]:not(:first-of-type),
  .destinations-page .search-filters div[class*=col-]:not(:first-of-type) {
    margin-top: 10px;
  }
  #SFcontent .destinations-page .search-filters div[class*=col-]:first-of-type,
  .destinations-page .search-filters div[class*=col-]:first-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 601px) {
  #SFcontent .destinations-page .search-filters div[class*=col-]:not(:first-of-type),
  .destinations-page .search-filters div[class*=col-]:not(:first-of-type) {
    margin-top: 0;
    width: 29.3333%;
  }
  #SFcontent .destinations-page .search-filters div[class*=col-]:first-of-type,
  .destinations-page .search-filters div[class*=col-]:first-of-type {
    margin-bottom: 0;
    width: 12%;
  }
}
#SFcontent .destinations-page .search-filters .title,
.destinations-page .search-filters .title {
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  position: relative;
  padding-left: 25px;
}
#SFcontent .destinations-page .search-filters .title:before,
.destinations-page .search-filters .title:before {
  content: url("imgs/filter-icon.png");
  position: absolute;
  width: 16px;
  height: 19px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#SFcontent .destinations-page .search-filters .form-group,
.destinations-page .search-filters .form-group {
  margin-bottom: 0;
}
#SFcontent .destinations-page .search-filters .form-control,
.destinations-page .search-filters .form-control {
  border-radius: 0;
  height: 39px;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
}
#SFcontent .destinations-page .search-filters .form-control:focus,
.destinations-page .search-filters .form-control:focus {
  outline: 1px dotted;
  outline-color: #fff;
  outline-offset: 1px;
}

.destinations-page .search-filters select {
  text-transform: capitalize;
}

.spotlight-destination {
  display: block;
  box-shadow: 0px 2px 6px 0px rgba(207, 207, 207, 0.75);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(207, 207, 207, 0.75);
  -moz-box-shadow: 0px 2px 6px 0px rgba(207, 207, 207, 0.75);
  height: 100%;
}
.spotlight-destination:hover, .spotlight-destination:focus {
  text-decoration: none;
}
.spotlight-destination .img-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}
.spotlight-destination .text-wrapper {
  padding: 20px 15px;
}
@media screen and (max-width: 640px) {
  .spotlight-destination .text-wrapper {
    padding: 20px 10px;
  }
}
.spotlight-destination .text-wrapper span.title {
  display: block;
  color: #ba0c2f;
  font-size: 16px;
  font-weight: 700;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .spotlight-destination .text-wrapper span.title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.spotlight-destination .text-wrapper span:not(.title) {
  display: block;
  text-decoration: none;
  padding-bottom: 2px;
  line-height: 1.5;
  font-family: "Exo", sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 640px) {
  .spotlight-destination .text-wrapper span:not(.title) {
    font-size: 13px;
  }
}
.spotlight-destination .text-wrapper span:not(.title):not(:last-of-type) {
  margin-bottom: 10px;
}
.spotlight-destination .text-wrapper span:not(.title):before {
  position: absolute;
  top: 0;
  left: -2px;
  content: url("imgs/Pin.png");
  height: 20px;
  width: 20px;
}
.spotlight-destination .text-wrapper span:not(.title).location:before {
  content: url("imgs/Pin.png");
}
.spotlight-destination .text-wrapper span:not(.title).days {
  height: unset;
  /* color: $search-dark-grey;
   font-size: 13px;
   letter-spacing: 1px;
   //line-height: 18px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   height: 46px;
   max-height: 46px;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;*/
}
.spotlight-destination .text-wrapper span:not(.title).days:before {
  content: url("imgs/calendar.png");
}
.spotlight-destination .text-wrapper span:not(.title).airline:before {
  content: url("imgs/plane.png");
}

@media screen and (min-width: 641px) {
  .shop-section #latest-news {
    padding: 50px;
    height: 353px;
  }
  .shop-section #latest-news ul {
    padding-bottom: 2px;
  }
  .shop-section #latest-news ul li {
    width: 340px;
  }
  .shop-section #latest-news ul li a.icon-chevron-r:after {
    right: -160px;
  }
}
.shop-section #latest-news a.news-link {
  display: block;
  clear: both;
  position: inherit;
}
.shop-section .full-banner:focus {
  outline: thin dotted;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .shop-section .full-banner img {
    width: 100%;
  }
}

.competition-form {
  border: 1px solid #d9d9d6;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 40px 15px;
}
@media screen and (max-width: 640px) {
  .competition-form {
    padding: 15px;
  }
}
.competition-form div[id$=formControls] {
  border: 0;
  max-width: 545px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .competition-form div[id$=formControls] {
    padding: 0;
  }
}
.competition-form .sfContentBlock.sfFormInstructions {
  font-size: 18px;
  font-weight: 700;
  border: 0;
  margin-top: 20px;
  margin-bottom: 5px;
}
.competition-form label {
  color: #71b2c9;
  font-size: 14px;
  display: block !important;
  font-weight: 500;
  margin-bottom: 10px;
}
.competition-form p {
  padding-top: 0;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  font-family: "Exo", sans-serif;
}
.competition-form p a {
  text-decoration: underline;
  color: #ba0c2f;
  font-weight: bold;
}
.competition-form .sfFormBox.sfTxtBoxMedium {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.competition-form .sfFormBox.sfTxtBoxMedium input:not([type=radio]):not([type=submit]) {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d9d9d6 !important;
  color: #333;
  height: 50px;
  font-weight: normal;
  font-size: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.competition-form .sfFormBox.sfTxtBoxMedium.sfErrorWrp input:not([type=radio]):not([type=submit]) {
  border: 1px solid #ba0c2f !important;
}
.competition-form .sfFormRadiolist {
  margin-bottom: 15px;
}
.competition-form .sfFormRadiolist .sfRadioList input[type=radio] {
  margin-top: 0;
}
.competition-form .sfFormRadiolist .sfRadioList label {
  display: inline-block !important;
  margin-left: 8px;
}
.competition-form input[type=submit] {
  width: 100%;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  background-color: #ba0c2f;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: none !important;
  letter-spacing: 0.7px;
  font-family: "Exo", sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
  border: 2px solid #ba0c2f;
  line-height: 27px;
  height: 50px;
  padding: 6px 12px;
  text-transform: none;
}
.competition-form input[type=submit]:hover, .competition-form input[type=submit]:focus, .competition-form input[type=submit]:active {
  background-color: #002b49;
  border-color: #002b49;
  color: #fff;
}
.competition-form .sfError {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -19px;
  color: #ba0c2f;
}
.competition-form .sfFormCheckboxlist {
  position: relative;
}
.competition-form .sfFormCheckboxlist .sfError {
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 130px;
}
.competition-form .sfSuccess {
  font-size: 14px;
  color: #666;
  padding: 0;
  line-height: 100%;
  font-family: "Exo", sans-serif;
}

.wwf-wrapper-fullwidth {
  margin-top: 0;
  margin-bottom: -6px;
}
@media screen and (max-width: 640px) {
  .wwf-wrapper-fullwidth {
    margin-top: 0;
    margin-bottom: -16px;
  }
}
.wwf-wrapper-fullwidth .wwf-iframe-fullwdth {
  height: calc(100vh - 144px);
  border: 0;
}
@media screen and (max-width: 640px) {
  .wwf-wrapper-fullwidth .wwf-iframe-fullwdth {
    height: calc(100vh - 150px);
  }
}
.wwf-wrapper-fullwidth.full-height {
  margin-top: 0;
}
.wwf-wrapper-fullwidth.full-height .wwf-iframe-fullwdth {
  height: calc(100vh - 15px);
}

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