@import url(https://fonts.googleapis.com/css?family=Varela+Round|Lato:400,300,700,900);

/* standard */
body {
    color: #585858;
    -webkit-font-smoothing: antialiased;
}

a:hover, a:focus {
    color: #E61F3E;
    text-decoration: none;
}

hr {
    border-top-color: #CCC;
    clear: both;
}

a.fids-link {
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    text-transform: none;
}

/* texts */
h1, .h1 {
    margin: 0 0 0.5em 0;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
    font-size: 2.7em;
    font-weight: 900;
}

h2, .h2 {
    margin: 0 0 0.5em 0;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
    font-size: 2.4em;
    font-weight: 900;
}

h3, .h3 {
    margin: 0 0 0.5em 0;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
    font-size: 2.1em;
    font-weight: 900;
}

h4, .h4 {
    margin: 0 0 0.5em 0;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
    font-size: 1.9em;
    font-weight: 900;
}

h5, .h5 {
    margin: 0 0 0.5em 0;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
}

h6, .h6 {
    margin: 0 0 0.5em 0;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: 900;
}

p {
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
}

ul li {
    font-family: 'Lato', sans-serif;
}

ol li {
    font-family: 'Lato', sans-serif;
}

a {
    font-family: 'Lato', sans-serif;
}

table {
    font-family: 'Lato', sans-serif;
}

em {
    font-family: 'Lato', sans-serif;
}

iframe {
    border: 0px;
}

.iframe-lesspadding {
    height: 125px;
    overflow: hidden;
    display: block;
    clear: both;
    position: relative;
}

.iframe-lesspadding iframe {
    height: 125px;
}

/* usercontent */
.usercontent.extra-padding {
    padding: 20px 0;
}

.usercontent p {
    line-height: 1.6em;
}

.usercontent a:hover, .usercontent a:focus {
    text-decoration: underline;
}

.usercontent pre {
    margin: 20px 0 40px 0;
    padding: 20px 20px;
    background: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    font-size: 2.7em;
    font-weight: 300;
    word-break: normal;
    word-wrap: normal;
}

.usercontent pre:before {
    content: '"';
    font-family: 'Lato', sans-serif;
}

.usercontent pre:after {
    content: '"';
    font-family: 'Lato', sans-serif;
}

.usercontent pre+address {
    margin: -63px 0 0 0;
    padding: 0 0 0 10px;
    background: #FFF;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    float: right;
}

.usercontent pre+address+address {
    margin: -43px 0 0 0;
    padding: 0 0 0 10px;
    background: #FFF;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    float: right;
}

.usercontent img {
    max-width: 100%;
    height: auto;
}

.usercontent a.button,
body.cymraeg .usercontent a.button {
    text-transform: none;
    font-size: 1.4em !important;
}

@media(max-width:767px) {
    .usercontent h1 {
        font-size: 2.3em;
    }
}

/* websymbols */
i {
    position: relative;
    top: -1px;
    display: inline-block;
    font-family: icomoon;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

i.green {
    color: green;
}

i.red {
    color: red;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    font-size: 1em;
}

/* nav */
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li {
    margin: 0;
    padding: 0;
}

/* forms */
form {
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 5px 10px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    color: #666;
    background: #FFF;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

input[type="file"] {
    padding: 10px;
    border: 1px dashed #bbb;
}

label {
    font-family: 'Lato', sans-serif;
    color: inherit;
}

input.datepicker, input.datepicker-alt {
    background: url('/images/calendar-icon.png') 93% center no-repeat #FFF;
}

.field_wrap {
    margin: 0 0 10px 0;
}

.input_wrap.dateselect select {
    width: 32%;
}

.input_wrap.checkboxes>label {
    display: block;
}

.input_wrap.radiobuttons>label {
    display: block;
}

.submit_wrap {
    margin: 20px 0 0 0;
}

fieldset {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

fieldset legend {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 5px;
    border: none;
    font-size: 1em;
    font-weight: normal;
}

fieldset .field_wrap {
    margin: 0;
}

.repeater_wrap {
    margin: 0 0 20px 0;
}

.repeater_item {
    margin: 0 -10px 5px -10px;
    padding: 0 10px 20px 10px;
    border-bottom: 1px solid #ddd;
}

.repeater_item .field_wrap {
    margin: 5px 0 0 0;
    overflow: hidden;
}

.repeater_item .label_wrap {
    float: left;
    width: 30%;
}

.repeater_item .input_wrap {
    float: left;
    width: 70%;
}

label.error {
    color: red;
}

input.error {
    border: 1px solid red;
    background: url('../images/ico-error.png') no-repeat 99% center #ffefef;
}

textarea.error {
    border: 1px solid red;
    background: url('../images/ico-error.png') no-repeat 99% 20px #ffefef;
}

select.error {
    border: 1px solid red;
    background: #ffefef;
}

.error_feedback {
    margin: 1em 0;
    background: #FFEfEf;
    padding: 5px;
    border: 1px solid #EED3D7;
}

.error_feedback ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.error_feedback ul li {
    margin: 0;
    padding: 0 0 0 25px;
    color: red;
    background: url('../images/ico-error.png') no-repeat 0 4px;
}

/* helpers */
.spaced {
    margin-bottom: 20px !important;
}

.spaced-top {
    margin-top: 60px !important;
}

.confined {
    overflow: hidden !important;
}

.padded {
    padding: 20px !important;
}

.shaded {
    background-color: #f5f5f5 !important;
}

.clear {
    clear: both !important;
    float: none !important;
}

.alignright {
    float: right !important;
}

.alignleft {
    float: left !important;
}

.aligncenter {
    text-align: center !important;
}

.underlined {
    text-decoration: none !important;
    padding-bottom: 0.3em !important;
    border-bottom: 1px dotted #0088CC !important;
}

.underlined:hover {
    border-bottom: 1px solid #005580 !important;
}

.nofloat {
    float: none !important;
    margin-left: 0 !important;
}

.inline {
    display: inline !important;
}

/* arrow */
.arrowcircle {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: -3px 0 0 4px;
    border-radius: 999px;
}

.arrowcircle .arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.arrowcircle .circle {
    display: block;
    max-width: 100%;
    height: auto;
}

.arrow-hover:hover .arrowcircle .arrow {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

.arrowcircle.red {
    background: #E61F3E;
}

.arrowcircle.white {
    background: #FFF;
}

.arrowcircle.grey {
    background: #CCC;
}

/* Really fancy hover effect */
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toDownFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

/* Another really fancy hover effect */
@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

/* buttons */
.button,
form button {
    display: inline-block;
    padding: 0 30px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 52px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
}

body.cymraeg form button, body.cymraeg .button {
    font-size: 1em;
}

.button i {
    font-size: 20px;
}

.button i.iconleft, .button.iconleft i {
    display: inline-block;
    margin: 0 0px 0 -5px;
}

.button i.iconright, .button.iconright i {
    display: inline-block;
    margin: 0 -5px 0 0px;
}

.button.joinleft {
    margin-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.button.joinright {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button.jointop {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.button.joinbottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.button.small {
    padding: 0 18px;
    line-height: 34px;
    font-size: 0.9em;
}

form button {
    background: #E61F3E;
    color: #fff;
}

form button:hover {
    background: #C21A34;
}

.button.default {
    background: #E61F3E;
    color: #fff;
}

.button.default:hover {
    background: #C21A34;
}

.button.alternate {
    background: #FFF;
    color: #585858;
}

.button.alternate:hover {
    background: #EEE;
}

.button:hover .arrowcircle .arrow, .plan-trip-link:hover .arrowcircle .arrow {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

.competitionform button {
    background: #fff;
    color: #000000;
}

.competitionform button:hover {
    color: #fff;
}

/* modal */
.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 15px 20px;
}

.modal-footer {
    margin-top: 0;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    float: none;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
}

/* socialmedia */
.socialmedia a {
    display: inline-block;
    margin: 2px 7px 0 0;
    vertical-align: middle;
    font-size: 32px;
    color: #00A2D9;
}

.socialmedia a:hover {
    opacity: 0.9;
}

.socialmedia a:empty {
    width: 1em;
}

.socialmedia i {
    font-size: 26px;
    top: -3px;
    line-height: 32px;
}

i.socialmedia-email:before {
    content: "\40";
}

i.socialmedia-linkedin:before {
    content: "\e60f";
}

i.socialmedia-youtube:before {
    content: "\e625";
    color: #e52d27;
}

i.socialmedia-pinterest:before {
    content: "\e60e";
}

i.socialmedia-twitter:before {
    content: "\e60b";
}

i.socialmedia-facebook:before {
    content: "\e60c";
}

i.socialmedia-googleplus:before {
    content: "\e60d";
}

i.socialmedia-flickr:before {
    content: "\e609";
}

i.socialmedia-vimeo:before {
    content: "\e60a";
}

i.socialmedia-email.incircle:before {
    content: "\e600";
}

i.socialmedia-linkedin.incircle:before {
    content: "\e601";
}

i.socialmedia-youtube.incircle:before {
    content: "\e602";
}

i.socialmedia-pinterest.incircle:before {
    content: "\e603";
}

i.socialmedia-twitter.incircle:before {
    content: "\e604";
}

i.socialmedia-facebook.incircle:before {
    content: "\e605";
}

i.socialmedia-googleplus.incircle:before {
    content: "\e606";
}

i.socialmedia-flickr.incircle:before {
    content: "\e607";
}

i.socialmedia-vimeo.incircle:before {
    content: "\e608";
}

i.icon-linkedin-alt:before {
    color: #0177B5;
}

i.socialmedia-googleplus {
    color: #D64633;
}

/* responsive menu */
@media (max-width: 767px) {
    .menu-respond {}

    .menu-respond a {
        display: block;
        line-height: 1em;
        background: #E61F3E;
        color: #fff;
    }

    .menu-respond ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menu-respond ul li {
        margin: 0;
        padding: 0;
    }

    .menu-respond ul li a {
        padding: 14px 14px;
    }

    .menu-respond ul li a .menu-image {
        display: inline-block;
        vertical-align: middle;
        margin: -5px 8px 0 0;
    }

    .menu-respond ul li ul li a {
        background: #999;
    }

    .menu-respond ul li ul li ul li a {
        background: #bbb;
    }

    .menu-respond ul li.selected>a {
        background: #C21A34;
    }

    .menu-collapse {
        display: none;
    }

    .menu-toggle {
        position: relative;
        padding: 18px 14px;
    }

    .menu-toggle:after {
        content: "\ac";
        font-family: 'icomoon';
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -16px;
        padding: 6px;
        background: rgba(255, 255, 255, 0.2);
        font-size: 20px;
        line-height: 20px;
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .menu-toggle {
        display: none !important;
    }

    .menu-toggle.visible {
        display: block !important;
    }

    .menu-collapse {
        display: block !important;
    }
}

/* submenu */
@media (min-width: 768px) {
    .submenu-wrap {
        margin: -40px 0 20px 0;
    }

    .submenu-wrap.parking-form-above {
        margin: 8px 0 20px 0;
    }

    .submenu li {
        display: block;
    }

    .submenu li a {
        position: relative;
        display: block;
        padding: 15px 30px 15px 22px;
        background: #E61F3E;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
    }

    .submenu>li>a {
        font-size: 1.5em;
        font-weight: 700;
    }

    .submenu>li>a:after {
        content: "v";
        font-family: 'icomoon';
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: 16px;
        line-height: 0;
    }

    .submenu li:first-child a {
        border: none;
    }

    .submenu li a:hover {
        background: #C21A34;
    }

    .submenu li ul li a.selected {
        background: url('/images/selected-arrow.png') center left no-repeat !important;
    }

    .submenu li ul li a {
        padding-left: 22px;
        background: #FFF;
        color: #585858;
    }

    .submenu li ul li a:hover {
        background: #EAEAEA;
    }

    .submenu li ul li ul li a {
        padding-left: 32px;
    }

    .submenu li ul li ul li ul li a {
        padding-left: 42px;
    }
}

/*=====================================================
HEADER
=====================================================*/
/* topbar */
.topbar {
    background: #E61F3E;
}

/* auxmenu */
.auxmenu {
    text-align: right;
}

.auxmenu li {
    display: inline-block;
    vertical-align: middle;
}

.auxmenu li a {
    display: block;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 700;
}

.auxmenu li:first-child a {
    font-weight: 400;
}

.auxmenu li a img {
    display: inline-block;
    position: relative;
    top: -1px;
    padding: 0 0 0 4px;
}

.auxmenu li a:hover {
    background: #C21A34;
}

.auxmenu .suitcase {
    width: 20px;
    height: auto;
    margin: 0 5px 0 0;
}

/* header */
.header {
    height: 90px;
    padding: 23px 0 15px 0;
}

.header-logo {
    display: block;
}

@media (max-width:991px) {
    .header {
        height: auto;
        padding: 5px 0 0 0;
    }

    .header-logo {
        padding: 9px 0;
    }

    .header-logo img {
        margin: 10px auto;
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width:767px) {
    .header {
        padding: 0 0 10px 0;
    }
}

/* mainmenu */
@media (min-width: 768px) {
    .mainmenu-wrap {
        background: #fff;
        margin: 10px 0 0 0;
    }

    .mainmenu li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        z-index: 200;
    }

    .mainmenu li a {
        display: inline-block;
        padding: 0 5px;
        background: none;
        color: #666;
        font-family: 'Lato', sans-serif;
        font-size: 1em;
        font-weight: 700;
    }

    .mainmenu li a .menu-image {
        width: 29px;
        height: 29px;
        margin: 0 auto 4px auto;
        background: #E61F3E;
        border-radius: 999px;
        text-align: center;
        padding: 2px 0;
    }

    .mainmenu li a .menu-image img {
        width: 18px;
        height: 18px;
    }

    .mainmenu li:hover .menu-image {
        background: #C21A34;
    }

    .mainmenu li.selected .menu-image {
        background: #C21A34;
    }
}

@media (min-width:992px) {
    .mainmenu-wrap {
        margin: 0;
    }

    .mainmenu li a {
        padding: 0 16px;
        font-size: 1.1em;
    }

    .cymraeg .mainmenu li a {
        padding: 0 14px;
    }
}

/*=====================================================
FOOTER
=====================================================*/
/* News Slideshow */
.slideshow {
    background: #666;
    margin: 50px 0 -40px 0;
}

.slideshow .container {
    position: relative;
}

.slideshow-items {
    min-height: 160px;
    padding: 0 0 10px 0;
}

.slideshow-item {
    display: block;
    margin: 18px 0 0 0;
    width: 100%;
    height: 100%;
}

.slideshow-image {
    margin: -60px 0 0 0;
}

.slideshow-day, .slideshow-month {
    text-align: center;
    color: #FFF;
}

.slideshow-day {
    font-size: 2.4em;
    font-weight: 700;
    margin: 5px 0;
}

.slideshow-month {
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 0;
}

.slideshow-body {
    padding: 0 0 15px 0;
    color: #FFF;
}

.slideshow-body h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
}

.slideshow-body h4 {
    font-weight: 700;
    font-size: 1.3em;
}

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 45px;
    padding: 13px 0;
    border-radius: 999px;
    text-align: center;
    z-index: 200;
}

.slideshow-prev i,
.slideshow-next i {
    font-size: 25px;
    line-height: 25px;
    color: #666;
}

.slideshow-prev {
    right: 55px;
}

.slideshow-next {
    right: 20px;
}

.slideshow-prev .arrowcircle,
.slideshow-next .arrowcircle {
    width: 25px;
    height: 25px;
    overflow: visible;
}

.slideshow-prev:hover .arrowcircle .arrow {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

@media (min-width:767px) {
    .slideshow {
        margin: 100px 0 -40px 0;
    }
}

@media (max-width:767px) {
    .slideshow {
        padding: 0 0 20px 0;
    }

    .slideshow-prev,
    .slideshow-next {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        display: inline-block;
    }
}

/* Footer */
footer {
    background: #333;
    padding: 0 0 15px 0;
    margin: 40px 0 0 0;
}

.footer-logos {
    text-align: center;
}

.footer-logos img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

/* Footer Feedback */
.footer-feedback {
    padding: 50px 46px 25px 32px;
    color: #FFF;
}

.footer-feedback h2 {
    font-weight: 700;
    font-size: 2.4em;
    margin: 3px 0 8px 0;
}

@media (max-width:991px) {
    .footer-feedback h2 {
        font-size: 2em;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-feedback {
        padding: 50px 5px 25px 5px;
    }

    .footer-feedback .button {
        padding: 10px 20px;
        max-width: 100%;
        white-space: normal;
        line-height: 1.3em;
    }
}

@media (max-width:767px) {
    .footer-feedback {
        text-align: center;
        padding: 50px 20px 25px 20px;
    }

    .footer-feedback h2 {
        margin: 0 0 8px 0;
    }

    .footer-feedback .button {
        margin: 10px 0;
    }
}

@media(min-width:992px) {
    .footer-logos img {
        margin: 0;
    }
}

/* Footer Menus */
.footer-menus {
    margin: 15px 0;
    padding: 40px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.footer-menus span.h3 {
    display: inline-block;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 13px 0;
}

.footer-menus span.h3 a {
    color: #FFF;
}

.footer-menus span.h3 a:hover {
    text-decoration: underline;
}

.footer-links {
    margin: 0 0 20px 0;
}

.footer-menus span.h3 img {
    display: inline;
    vertical-align: middle;
    margin: 0px 5px 0 0;
}

.footer-links li a {
    display: block;
    padding: 4px 0;
    color: #FFF;
}

.footer-links li a:hover {
    text-decoration: underline;
}

@media(max-width:767px) {
    .footer-menus {
        text-align: center;
    }
}

/* Instagram List */
.instagram-list {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.instagram-item {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}

.instagram-item:hover {
    opacity: 0.8;
}

@media (min-width:992px) {
    .instagram-list {
        margin: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .instagram-item {
        width: 40px;
        height: 40px;
    }
}

/* Underlinks */
.underlinks {
    text-align: right;
}

.underlinks ul li {
    display: inline-block;
}

.underlinks ul li a {
    font-size: 0.9em;
    padding: 0 5px;
    color: #FFF;
    border-left: 1px solid #FFF;
}

.underlinks ul li:first-child a {
    border: none;
}

.underlinks ul li a:hover {
    text-decoration: underline;
}

@media (max-width:767px) {
    .underlinks {
        text-align: center;
        margin: 20px auto;
    }
}

/* Copyright */
.copyright {
    color: #FFF;
    margin: 0 0 2px 0;
    font-size: 0.9em;
    text-align: right;
}

/*=====================================================
PAGE BANNER
=====================================================*/
.banner {
    position: relative;
    min-height: 390px;
    margin: 0 0 40px 0;
}

.banner.parking {
    margin: 0 0 80px 0;
}

.banner .black-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/images/transparentBlack.png');
}

.banner .page-title {
    text-align: center;
}

.banner .page-icon-outer {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 90px 0 15px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 999px;
}

.banner .page-icon-inner {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #E61F3E;
    border-radius: 999px;
}

.banner .page-icon-inner img {
    width: 30px;
    height: 30px;
}

.banner h1, .banner .h1 {
    font-size: 2.7em;
    font-weight: 900;
    color: #FFF;
    display: block;
}

/*@media (min-width:1400px) {
	.banner { background-size:100% auto !important; }
}*/
/*=====================================================
BREAKING NEWS
=====================================================*/
.breaking-news {
    position: relative;
    padding: 100px 0;
    background: #D31433;
}

.breaking-news-title {
    font-size: 3.2em;
    font-weight: 700;
    color: #FFF;
}

.breaking-news-body {
    color: #FFF;
}

.breaking-news-body p {
    color: #FFF;
    font-size: 1.1em;
}

.breaking-news-body a {
    color: #fff;
    font-weight: 700;
}

.breaking-news-body a:hover {
    text-decoration: underline;
}

.breaking-news-body .button {
    margin: 30px 0 0 0;
}

.breaking-news-close {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 4.5em;
    line-height: 30px;
    color: #FFF;
}

.breaking-news-close:hover {
    color: #CCC;
}

.breaking-news.notification {
    padding: 20px 0;
}

.breaking-news.notification .breaking-news-title {
    font-size: 2em;
    font-weight: 500;
    margin: 0;
}

/*=====================================================
BLACKOUT NEWS
=====================================================*/
.blackout-news {
    position: relative;
    padding: 100px 0;
    background: #5D5D5D;
}

.blackout-news-title {
    font-size: 3.2em;
    font-weight: 700;
    color: #FFF;
}

.blackout-news-body p {
    color: #FFF;
    font-size: 1.1em;
}

.blackout-news-body .button {
    margin: 30px 0 0 0;
}

/*=====================================================
PARKING FORM
=====================================================*/
/* Standard */
.parking-form {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 0 20px;
    margin: 0;
}

.parking-form-title {
    display: block;
}

.parking-form-title i {
    display: none;
}

.parking-form-title:hover {
    cursor: default;
}

.parking-form-body {
    padding: 0 0 27px 0;
}

.parking-form-body .label_wrap label{
    color: #fff;
}

.parking-form h2 {
    color: #FFF;
    font-weight: 700;
    font-size: 1.9em;
    padding: 0 0 23px 0;
    margin: 0;
}

.parking-form select {
    padding: 10px 3px;
    line-height: 37px;
    width: 100%;
}

.parking-form .default {
    display: block;
    width: 100%;
    margin: 0 0 -51px 0;
}

.cymraeg .parking-form {
    padding: 20px 20px 7px;
}

.cymraeg .parking-form label {
    font-size: 0.8em;
}

@media (max-width:991px) {
    .parking-form h2 {
        font-size: 1.4em;
    }
}

@media (max-width:767px) {
    .parking-form {
        padding: 16px 25px 0 25px;
        margin: 0
    }

    .parking-form-title:hover {
        cursor: pointer;
    }

    .parking-form-title i {
        display: inline;
    }

    .parking-form-body {
        display: none;
    }

    .parking-form-body.active {
        display: block;
    }

    .parking-form h2 {
        margin: 0;
    }

    .parking-form h2:hover {
        cursor: pointer;
    }
}

/* Sidebar */
.sidebar .parking-form h2 {
    margin: -20px -20px 10px -20px;
    padding: 15px 25px;
    background: #4A4A4A;
    font-size: 1.35em;
}

.sidebar .parking-form .col-sm-7 {
    width: 80%;
}

.sidebar .parking-form .col-sm-5 {
    width: 50%;
}

.cymraeg .sidebar .button {
    padding: 0 10px;
}

@media (max-width:991px) {
    .sidebar .parking-form .default {
        padding: 0 5px;
    }

    .cymraeg .sidebar .button {
        font-size: 0.8em;
        padding: 0 5px;
    }
}

@media (max-width:767px) {
    .sidebar .parking-form h2 {
        margin: -15px -25px 10px -25px;
    }

    .cymraeg .sidebar .button {
        font-size: 1em;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .sidebar .parking-form .default {
        white-space: inherit;
        line-height: 1.1;
        padding: 10px 5px;
    }
}

/*=====================================================
HOMEPAGE
=====================================================*/
/* Home Banner */
.home-banner {
    min-height: 680px;
    background-size: cover !important;
}

.home-banner .parking-form {
    margin: 33px 0 0 0;
}

.home-banner-links {
    background: url('/images/transparentBlack.png');
    margin: 80px 0 0 0;
    border-bottom: 1px solid #E61F3E;
}

.home-banner-exec {
    display: block;
    border-bottom: 1px solid #000;
}

.home-banner-exec-body {
    color: #FFF;
}

.home-banner-exec-body {
    padding: 10px;
    margin: 0 -13px 0 0;
}

.home-banner-exec-body h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 9px 0;
}

.home-banner-exec-body p {
    padding: 0 20px 0 0;
    margin: 0 0 5px 0;
}

.home-banner-exec-more {
    padding: 10px;
    margin: -15px 0 0 -7px;
    background: #0D0E10;
    color: #FFF;
    text-align: center;
}

.home-banner-exec-more p {
    margin: 0;
}

.home-banner-exec-more h4 {
    font-weight: 700;
    font-size: 1.3em;
}

.home-banner-exec-more .big-pound {
    position: relative;
    bottom: -4px;
    font-size: 1.5em;
}

.home-banner-exec:hover .home-banner-exec-more {
    background: #C21A34;
}

.home-banner-link {
    display: block;
    min-height: 46px;
    color: #FFF;
}

.home-banner-link {
    padding: 5px 10px;
    text-align: center;
    font-size: 0.9em;
}

.home-banner-link:hover {
    color: #FFF;
    background: #333;
}

.home-banner-link.left {
    margin: 0 -10px 0 0;
}

.home-banner-link.middle {
    margin: 0 -6px 0 -10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.home-banner-link.right {
    margin: 0 0 0 -14px;
}

.cymraeg .home-banner-link {
    min-height: 64px;
}

.take-me-to {
    display: block;
    width: 400px;
    margin: 145px auto 0 auto;
    padding: 16px 0;
    text-align: center;
    background: #FFF;
    border-bottom: 2px solid #DDD;
}

.take-me-to .take-me-to-sign {
    display: inline-block;
    margin: -51px auto 13px auto;
    padding: 0 10px;
}

.take-me-to h4 {
    text-align: left;
    padding: 0 22px;
    color: #585858;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
}

.take-me-to:hover {
    background: #F6F6F6;
}

@media (max-width:991px) {
    .home-banner-exec-body h3 {
        margin: 0 0 2px 0;
        font-size: 1.2em;
    }

    .home-banner-exec-more {
        margin: -5px 0 0 -7px;
    }

    .home-banner-link i {
        display: none;
    }
}

@media (max-width:767px) {
    .home-banner {
        min-height: 380px;
    }

    .home-banner-links {
        display: none;
    }

    .home-banner-exec-body h3 {
        font-size: 1.4em;
        margin: 0 0 9px 0;
    }

    .home-banner-exec-more {
        margin: -15px 0 0 -7px;
    }

    .home-banner-link i {
        display: inline;
    }

    .take-me-to {
        width: 100%;
        max-width: 440px;
        margin: 90px auto 40px auto;
    }
}

/* Timetable/Newsletter */
.timetable-news-wrap {
    position: relative;
    margin: -30px 0 110px 0;
}

.timetable-wrap {
    background: url('/images/timetable-background.png') top center repeat-y;
    min-height: 300px;
}

.news-wrap {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: url('/images/newstwitter-background.png') top center repeat-y;
}

.timetable-buttons-wrap {
    background: #191D1E;
    display: none;
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    height: 30px;
}

/* Live flight information page */
.liveflightinformation {
    background: #0D0E10;
    margin-bottom: -30px;
    padding: 20px 0px 80px 0px;
    color: #FFF;
}

@media(min-width:768px) {
    .timetable-fullpage {
        margin-top: 80px;
    }

    .timetable .tabbar {
        position: relative;
        top: -48px;
        overflow: hidden;
    }

    .timetable .tabbar ul li {
        display: inline;
    }

    .timetable .tabbar ul li a {
        display: block;
        float: left;
        padding: 0 20px;
        line-height: 48px;
        font-size: 1.2em;
        font-weight: 700;
        background: #0D0E10;
        color: #fff;
    }

    .timetable .tabbar ul li a:hover {
        border-left: 3px solid #E61F3E;
        padding: 0 20px 0 17px;
    }

    .timetable .tabbar ul li.selected a {
        background: #2D3333;
        border-left: 3px solid #E61F3E;
        padding: 0 20px 0 17px;
    }

    .timetable .tabbar ul li a img {
        display: inline-block;
        margin: 0 10px 0 0;
    }
}

.timetable .tab-content {
    margin: -48px 0 0 0;
    padding: 0 5px 0 0;
}

.timetable .tab-pane {
    padding: 15px 0px 15px 0px;
}

.timetable {
    margin: 0 -10px 0 0;
    background: #2D3333;
    position: relative;
    z-index: 10;
}

.timetable table {
    width: 100%;
    color: #FFF;
}

.timetable table .col-flightno {
    width: 14%;
}

.timetable table .col-airline {
    width: 25%;
}

.timetable table .col-from {
    width: 25%;
}

.timetable table .col-departed {
    width: 9%;
}

.timetable table .col-status {
    width: 27%;
}

.timetable tbody tr:nth-child(odd) {
    background: #222;
}

.timetable td, .timetable th {
    padding: 6px 2px 6px 4px;
}

.newsletter {
    min-height: 250px;
    margin: 0 0 0 -10px;
    padding: 20px;
    background: #191D1E;
    color: #FFF;
}

.newsletter h5 {
    font-size: 1.25em;
    font-weight: 700;
}

.newsletter form {
    margin: 0 0 20px 0;
}

.newsletter form:after, .newsletter form:before {
    display: table;
    content: " ";
}

.newsletter form:after {
    clear: both;
}

.newsletter .field_wrap {
    width: 240px;
    float: left;
}

.newsletter .submit_wrap {
    margin: 0;
    float: left;
}

.newsletter .button {
    width: 45px;
    padding: 0;
    line-height: 41px;
    text-transform: none;
    margin-top: 25px;
}

.newsletter .tweet-item a {
    font-weight: 700;
    color: #E61F3E;
}

.newsletter .mail-icon {
    margin: 3px auto;
}

.newsletter .socialmedia-twitter {
    display: block;
    text-align: center;
    color: #00A2D9;
    font-size: 24px;
    padding: 13px 0;
}

#newsletter-form-simple-1 button {
    margin: 0;
}

.newsletter.text-page-newsletter {
    width: 500px;
    background: none;
    color: #333;
}

.newsletter.text-page-newsletter label {
    color: #333;
}

.newsletter.text-page-newsletter input, .newsletter.text-page-newsletter select, .newsletter.text-page-newsletter textarea {
    border: 1px solid #CCC;
}

.newsletter.text-page-newsletter .field_wrap {
    width: 450px;
    float: none;
}

.newsletter.text-page-newsletter .stackedform .submit_wrap {
    margin-left: 72%;
}

.footer-menus .newsletter {
    min-height: 140px;
    margin: 0;
    padding: 0;
    background: none;
}

.footer-menus .newsletter .field_wrap {
    width: 170px;
}

@media (max-width:991px) {
    .timetable-news-wrap {
        margin: 0 0 110px 0;
    }

    .timetable-wrap {
        background: #2D3333;
    }

    .timetable-wrap .timetable {
        margin: 0;
    }

    .news-wrap {
        position: relative;
        top: 0;
        background: #191D1E;
    }

    .news-wrap .newsletter {
        min-height: 100px;
        margin: 0;
    }

    .newsletter .field_wrap {
        width: 166px;
    }

    .footer-menus .newsletter .field_wrap {
        width: 120px;
    }
}

@media (max-width:767px) {
    .timetable-news-wrap {
        margin: 0 0 25px 0;
    }

    .timetable {
        margin: -20px 0 0 0;
    }

    .timetable .tabbar {
        margin: 10px 0 0 0;
    }

    .timetable .tabbar img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .timetable .tab-content {
        margin: 0;
    }

    .newsletter {
        margin: 0;
    }

    .newsletter .field_wrap {
        width: 100%;
    }

    .timetable .menu-respond a {
        background: #222;
    }

    .newsletter form {
        display: inline-block;
    }
}

/* Home Destinations */
.home-destinations {
    margin: 0 0 0 0;
}

.home-destination-body, .home-destination-link {
    display: block;
    float: left;
    width: 25%;
}

.home-destination-link img {
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.home-destination-link.large {
    width: 30%;
}

.home-destination-link:hover img {
    opacity: 0.8;
}

.home-destination-body {
    padding: 5px;
}

.home-destination-body h1 {
    font-size: 2.2em;
    font-weight: 700;
}

.home-destination-body p {
    font-size: 1.6em;
    font-weight: 300;
    padding: 0 20px 0 0;
}

.home-destinations .button-wrap {
    text-align: center;
    margin: 60px 0 30px 0;
}

@media (max-width:991px) {
    .home-destination-body, .home-destination-link {
        width: 33%;
    }
}

@media (max-width:767px) {
    .home-destinations .home-destination-body {
        word-break: break-word;
    }

    .home-destination-body {
        width: 100%;
    }

    .home-destination-link {
        width: 50%;
    }
}

/* Airline Advert */
.home-airline-advert {
    margin: 25px 0 0 0;
}

.home-airline-advert .advert-logo {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 10px 0 0 0;
}

.home-airline-advert .advert-body {
    padding: 15px 0;
    margin: 0;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: normal;
    color: #FFF;
}

.home-airline-advert .advert-body strong {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: 700;
}

.home-airline-advert .advert-more {
    display: block;
    text-align: right;
    color: #FFF;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 91px;
    padding: 0 10px;
}

.home-airline-advert .advert-more strong {
    font-weight: 700;
}

.home-airline-advert .advert-more:hover {
    text-decoration: underline;
}

.home-airline-advert .advert-image {
    position: relative;
    height: 93px;
}

.home-airline-advert .advert-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 220px;
}

.home-airline-advert .advert-bar {
    width: 74%;
    height: 91px;
    margin: -91px 0 0 0;
}

@media (min-width:991px) {
    .home-airline-advert {
        margin: 85px 0 0 0;
        height: 220px;
        min-height: 220px;
    }
}

@media (max-width:991px) {
    .home-airline-advert .advert-bar {
        width: 100%;
    }
}

/* Airline Advert - FLYBE */
.home-airline-advert.flybe-advert {
    display: block;
    background: url(../images/wizz-english.png) center top no-repeat;
}
.home-airline-advert.flybe-advert.__cy {
    background: url(../images/wizz-welsh.png) center top no-repeat;
}


.home-airline-advert.flybe-advert .advert-logo-img {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.home-airline-advert.flybe-advert h2 {
    position: relative;
    z-index: 2;
    font-size: 2.2em;
    font-weight: bold;
    color: #FFF;
    padding: 20px 0 0;
    font-family: 'Varela Round', sans-serif;
}

.home-airline-advert.flybe-advert h3 {
    position: relative;
    z-index: 2;
    font-size: 2em;
    font-weight: normal;
    color: #FFF;
    padding: 5px 0 20px;
    font-family: 'Varela Round', sans-serif;
}

.home-airline-advert.flybe-advert h3 strong {
    font-size: 1em;
}

.home-airline-advert.flybe-advert a {
    position: relative;
    z-index: 2;
    font-size: 1.2em;
    font-weight: bold;
    color: #58308A;
    margin-top: 10px;
    padding: 7px 20px;
    border-radius: 10px;
    background: #FDC124;
    font-family: 'Varela Round', sans-serif;
}

.home-airline-advert.flybe-advert a:hover {
    background: #EDB015;
}

.home-airline-advert.quatar-advert {
    background: #7f1743 url(../images/quatar.png) center top no-repeat;
}

.home-airline-advert.quatar-advert .advert-logo-img {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.home-airline-advert.quatar-advert h2 {
    position: relative;
    z-index: 2;
    font-size: 2.2em;
    font-weight: bold;
    color: #FFF;
    padding: 20px 0 0;
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
}

.home-airline-advert.quatar-advert h2 span {
    display: block;
    margin: 15px 0px 30px 0px;
    line-height: 1.4em;
    font-size: 0.6em;
    font-weight: 300;
}

.home-airline-advert.quatar-advert h3 {
    position: relative;
    z-index: 2;
    font-size: 2em;
    font-weight: normal;
    color: #FFF;
    padding: 5px 0 20px;
    font-family: 'Varela Round', sans-serif;
}

.home-airline-advert.quatar-advert h3 strong {
    font-size: 1em;
}

.home-airline-advert.quatar-advert a {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 6px;
    background: #3D1A29;
    font-family: 'Varela Round', sans-serif;
}

.home-airline-advert.quatar-advert a:hover {
    background: #aa1654;
}

@media (min-width:960px) {
    .home-airline-advert.flybe-advert .advert-logo-img {
        display: none;
    }

    .home-airline-advert.quatar-advert .advert-logo-img {
        display: none;
    }
}

@media (max-width:991px) {
    .home-airline-advert.flybe-advert {
        width: 100%;
        height: 220px;
        min-height: 220px;
    }

    .home-airline-advert.flybe-advert .flybe-advert-content {
        height: 170px;
        min-height: 170px;
    }

    .home-airline-advert.flybe-advert h2 {
        font-size: 2em;
    }

    .home-airline-advert.flybe-advert h3 {
        font-size: 1.8em;
    }

    .home-airline-advert.quatar-advert {
        width: 100%;
        height: 220px;
        min-height: 220px;
    }

    .home-airline-advert.quatar-advert .flybe-advert-content {
        height: 170px;
        min-height: 170px;
    }

    .home-airline-advert.quatar-advert h2 {
        font-size: 2em;
    }

    .home-airline-advert.quatar-advert h3 {
        font-size: 1.8em;
    }
}

@media (max-width:960px) {
    .home-airline-advert.flybe-advert {
        width: 100%;
        height: 170px;
        min-height: 170px;
    }

    .home-airline-advert.flybe-advert {
        background-size: contain;
    }

    .home-airline-advert.flybe-advert h2 {
        font-size: 2em;
    }

    .home-airline-advert.flybe-advert h3 {
        font-size: 1.8em;
    }

    .home-airline-advert.flybe-advert .advert-logo-img {
        right: 32px;
    }

    .home-airline-advert.quatar-advert {
        width: 100%;
        height: 170px;
        min-height: 170px;
    }

    .home-airline-advert.quatar-advert {
        background: #7f1743;
    }

    .home-airline-advert.quatar-advert h2 {
        font-size: 2em;
    }

    .home-airline-advert.quatar-advert h3 {
        font-size: 1.8em;
    }

    .home-airline-advert.quatar-advert .advert-logo-img {
        right: 32px;
    }
}

@media (max-width:620px) {
    .home-airline-advert.flybe-advert, .home-airline-advert.flybe-advert .flybe-advert-content {
        height: 230px;
        min-height: 230px;
    }

    .home-airline-advert.flybe-advert .advert-logo-img {
        right: 15px;
    }

    .home-airline-advert.quatar-advertt, .home-airline-advert.quatar-advert .quatar-advert-content {
        height: 230px;
        min-height: 230px;
    }

    .home-airline-advert.quatar-advert .advert-logo-img {
        right: 15px;
    }
}

@media (max-width:330px) {
    .home-airline-advert.flybe-advert, .home-airline-advert.flybe-advert .flybe-advert-content {
        height: 260px;
        min-height: 260px;
    }

    .home-airline-advert.quatar-advert, .home-airline-advert.quatar-advert .quatar-advert-content {
        height: 260px;
        min-height: 260px;
    }
}

/* Facilities */
.home-facilities {
    margin: 50px 0 0 0;
    text-align: center;
}

.home-facilities h2 {
    font-size: 2.6em;
    font-weight: 700;
    text-align: center;
}

.home-facilities .button-wrap {
    text-align: center;
    margin: 25px 0 20px 0;
}

.featurebox {
    display: inline-block;
    max-width: 100%;
    margin: 30px 0 20px 0;
    text-align: center;
    background-color: #E5E5E5;
    padding-bottom: 15px;
}

.featurebox h4 {
    color: #585858;
    font-size: 1.2em;
    font-weight: 700;
    padding: 0 12px;
}

.featurebox p {
    color: #585858;
    font-size: 1em;
}

.featurebox-image {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 15px 0;
    border-bottom: 3px solid #E61F3E;
}

.featurebox:hover {
    opacity: 0.9;
}

@media (min-width:768px) {
    .home-facilities {
        margin: 85px 0 0 0;
    }

    .home-facilities .button-wrap {
        margin: 50px 0 20px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featurebox {
        min-height: 220px;
    }
}

/*=====================================================
FACILITIES LIST
=====================================================*/
.facilities-list {
    display: block;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-top: 1px solid #DDD;
    list-style: none;
}

.facilities-list li {
    display: block;
    float: left;
    width: 25%;
}

.facilities-list li a {
    display: block;
    min-height: 65px;
    font-size: 1.1em;
    font-weight: 700;
    color: #666;
    padding: 10px 20px;
}

.facilities-item .arrowcircle {
    margin: -3px 4px 0 0;
}

.facilities-item-body {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    padding: 0 0 0 4px;
}

@media (max-width:991px) {
    .facilities-item-body {
        width: 115px;
    }
}

@media (max-width:767px) {
    .facilities-item-body {
        width: 78%;
        word-break: break-word;
    }

    .facilities-list li {
        display: block;
        float: left;
        width: 50%;
    }
}

/*=====================================================
FACILITIES DETAIL
=====================================================*/
.facilities-header {
    background: #EEE;
    margin: -40px 0 40px 0;
}

.facilities-header img {
    margin: -25px 0 0 0;
}

.facilities-header-body {
    padding: 20px;
}

/* Special Offers */
.special-offers {
    padding: 30px 0;
    background: #585858;
}

.special-offers .offer-item {
    display: block;
}

.special-offers .offer-item:hover {
    opacity: 0.9;
}

.special-offers .offer-more {
    display: block;
}

.special-offers .offer-all {
    display: block;
    max-width: 100px;
}

.special-offers .offer-all h4 {
    color: #FFF;
    font-size: 1.6em;
}

@media (max-width:767px) {
    .special-offers {
        padding: 20px 10px 0px 10px;
    }

    .special-offers .offer-item {
        margin: 0 0 20px 0;
    }
}

/*=====================================================
NEWS LIST
=====================================================*/
.news-item {
    display: block;
    margin: 20px 0 50px 0;
    color: #585858;
}

.news-item-date {
    margin: 0 0 10px -20px;
    padding: 10px 0 10px 20px;
    color: #E61F3E;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    font-size: 1em;
    font-weight: 700;
}

.news-item:hover {
    color: #585858;
}

.featured-news {
    background: #EEE;
    margin: -40px 0 30px 0;
}

.featured-news .news-item {
    padding: 0;
    margin: 0;
}

.featured-news .news-item-date {
    margin: 0 0 10px -20px;
    padding: 15px 0 15px 20px;
    font-size: 1.2em;
}

.featured-news .news-item-title {
    font-size: 2.4em;
}

.featured-news .news-item .featured-image {
    margin: -25px 0 40px 0;
}

/*=====================================================
NEWS DETAIL
=====================================================*/
.news-header {
    margin: -280px 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #DDD;
}

.news-header-image {
    min-height: 240px;
}

.news-header-date {
    display: inline-block;
    margin: 0 0 20px 0;
    background: #E61F3E;
    color: #FFF;
}

.news-header-date h3 {
    margin: 0;
    line-height: 35px;
    padding: 0 15px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.news-footer {
    border-top: 1px solid #CCC;
    padding: 20px 0;
}

.news-footer-item {
    color: #585858;
}

.news-footer-item:hover {
    color: #585858;
}

.news-footer-item-body {
    padding: 15px 0 0 0;
}

.news-footer-item-body h4 {
    font-size: 1.1em;
    font-weight: 700;
}

.news-footer-item-body h5 {
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    margin: 0 0 6px -20px;
    padding: 0 0 5px 20px;
    text-transform: uppercase;
}

.news-back {
    position: relative;
    display: inline-block;
    margin: 20px 0 40px 20px;
    padding: 9px 15px 9px 10px;
    height: 40px;
    background: #E83551;
    color: #FFF;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    text-transform: uppercase;
}

.news-back:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    width: 0;
    height: 0;
    border-top: 20px dotted transparent;
    border-bottom: 20px dotted transparent;
    border-right: 20px solid #E83551;
}

.news-back:hover {
    background: #d21835;
    color: #FFF;
    text-decoration: none !important;
}

.news-back:hover:before {
    border-right: 20px solid #d21835;
}

@media (max-width:991px) {
    .news-header-image {
        min-height: 240px;
    }
}

/*=====================================================
FOOD AND DRINK
=====================================================*/
.food-item {
    padding: 50px 0;
    background: #EEE;
}

.food-item h3 {
    margin: 0 0 4px 0;
}

.food-item a, .food-item a:hover {
    color: #585858;
}

.food-item .arrowcircle {
    margin: -6px 4px 0 0;
    width: 20px;
    height: 20px;
}

.food-item i.clock, .food-item i.pin {
    top: -2px;
    color: #A5A5A5;
    margin: 0 3px 0 0;
}

.food-item .col-sm-7 h5, .food-item .col-sm-5 h5 {
    margin: 10px 0;
    font-size: 1.1em;
    text-transform: uppercase;
}

.food-item.alternate {
    background: #FFF;
}

/* .food-item.first { padding:30px 0 50px 0; margin:-40px 0 0 0; } */
.food-item.first .food-item-image {
    margin: -50px 0 0 0;
}

@media (max-width:767px) {
    .food-item {
        padding: 30px 0;
    }

    .food-item img {
        margin: 0 0 10px 0 !important;
    }
}

/* Gaz's markup is a mess, so is the PHP. First child done in JS - globals */
/*=====================================================
SPECIAL OFFERS CYCLE
=====================================================*/
/* offercycle */
.offercycle {
    position: relative;
    margin: 30px 0 0 0;
    text-align: center;
}

.offercycle-prev,
.offercycle-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 32px;
    height: 32px;
    color: #666;
    text-align: center;
    z-index: 100;
}

.offercycle-prev i,
.offercycle-next i {
    font-size: 38px;
    line-height: 32px;
}

.offercycle-prev:hover,
.offercycle-next:hover {
    color: #999;
}

.offercycle-prev {
    left: -10px;
}

.offercycle-next {
    right: -10px;
}

.offercycle-window {
    margin: 10px 20px 20px 20px;
    overflow: hidden;
}

.offercycle-items {
    position: relative;
    right: -1px;
}

.offercycle-item {
    display: block;
    width: 230px !important;
    height: auto;
    padding: 0 20px;
    overflow: hidden;
}

.offercycle-item:hover {
    opacity: 0.9;
}

.offercycle-prev .arrowcircle,
.offercycle-next .arrowcircle {
    width: 25px;
    height: 25px;
}

.offercycle-prev:hover .arrowcircle .arrow {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

@media (min-width: 768px) {
    .offercycle-window {
        margin: 70px 0;
    }

    .offercycle-item {
        width: 230px !important;
    }

    .offercycle-prev {
        left: -50px;
    }

    .offercycle-next {
        right: -50px;
    }
}

/*=====================================================
EXECUTIVE LOUNGE BOOKING FORM
=====================================================*/
/* Full Width */
.executive-booking {
    padding: 25px 0;
    margin: -40px 0 25px 0;
    background: #585858;
}

.executive-booking .container {
    position: relative;
}

.executive-booking h4 {
    color: #FFF;
    font-size: 1.6em;
    margin: 0 0 15px 0;
}

.executive-booking a {
    display: block;
    color: #FFF;
    text-align: right;
    font-size: 1.1em;
    font-weight: 700;
}

.executive-booking .form-col {
    float: left;
}

.executive-booking .form-col.small-col {
    width: 205px;
    padding: 10px 20px 10px 10px;
}

.executive-booking .form-col.medium-col {
    width: 305px;
    padding: 10px 20px 10px 20px;
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
}

.executive-booking .form-col.big-col {
    width: 430px;
    padding: 10px 0 10px 20px;
}

.executive-booking .field_wrap {
    margin: 0 0 15px 0;
}

.executive-booking .label_wrap, .executive-booking .input_wrap {
    display: inline-block;
    vertical-align: middle;
}

.executive-booking .label_wrap {
    width: 90px;
    padding: 0 13px 0 0;
}

.executive-booking select {
    width: 60px;
    border-radius: 5px;
}

.executive-booking select#posted-booking_time {
    width: 80px;
}

.executive-booking .form-col.medium-col input {
    width: 168px;
}

.executive-booking .form-col.big-col input {
    width: 330px;
}

.executive-booking .form-col.big-col .label_wrap {
    width: 75px;
}

.executive-booking .cost {
    display: inline-block;
    width: 330px;
    color: #FFF;
    font-weight: 700;
    font-size: 1.4em;
    margin: 0;
}

.executive-booking .submit_wrap {
    position: absolute;
    margin: 0;
    bottom: -25px;
    right: 0;
}

.executive-booking-amend {
    display: none;
}

#execLoungeModal .iframe-wrap {
    padding-top: 80%;
}

@media (max-width:991px) {
    .executive-booking .form-col.medium-col {
        width: 270px;
    }

    .executive-booking .form-col.big-col {
        width: 245px;
    }

    .executive-booking .form-col.medium-col input {
        width: 134px;
    }

    .executive-booking .form-col.big-col input, .executive-booking .cost {
        width: 146px;
    }
}

/* Sidebar */
.sidebar .executive-booking {
    padding: 0;
}

.sidebar .executive-booking .container {
    width: auto;
}

.sidebar .executive-booking .col-xs-8 {
    width: 100%;
}

.sidebar .executive-booking .col-xs-4 {
    display: none;
}

.sidebar .executive-booking h4 {
    margin: 0 -10px 15px -10px;
    padding: 15px 20px 15px 20px;
    background: #4A4A4A;
    font-size: 1.2em;
}

.sidebar .executive-booking .form-col {
    float: none;
    width: auto;
    padding: 0 15px;
    border: none;
}

.sidebar .executive-booking .label_wrap {
    width: 106px !important;
}

.sidebar .executive-booking input {
    width: 100% !important;
}

.sidebar .executive-booking .cost {
    width: 60px;
    font-size: 1.1em;
}

.sidebar .executive-booking .submit_wrap {
    position: initial;
    margin: 0 0 -20px 0;
    bottom: 0;
    right: 0;
}

.sidebar .executive-booking .submit_wrap .default {
    display: block;
    width: 100%;
}

.sidebar .executive-booking-amend {
    display: block;
    background: #EEE;
    margin: 40px 0 0 0;
    padding: 20px;
}

.sidebar .executive-booking-amend h6 {
    font-size: 1.1em;
}

@media (max-width:991px) {
    .sidebar .executive-booking .submit_wrap .default {
        padding: 0 6px;
    }
}

/*=====================================================
DESTINATION LIST
=====================================================*/
.destination-item {
    display: block;
    margin: 30px 0 0 0;
    color: #585858;
}

.destination-item:hover {
    color: #585858;
}

.destination-item h3 {
    margin: 18px 0 15px -20px;
    padding: 0 0 15px 20px;
    border-bottom: 1px solid #C4C4C4;
}

.destination-item .col-sm-12 h3 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

/*=====================================================
DESTINATION MAP
=====================================================*/
.banner.destination .page-icon-outer {
    margin: 45px 0 5px 0;
}

.banner.destination h1, .banner.destinations .h1 {
    margin: 0;
}

.destination-search {
    background: url('/images/transparentBlack.png');
    padding: 30px 60px;
    margin: 20px 0 40px 0;
}

.destination-search h2 {
    font-size: 2.4em;
    margin: 0;
    color: #FFF;
}

.destination-search form {
    position: relative;
}

.destination-search input {
    border-radius: 5px;
    height: 47px;
}

.destination-search button {
    display: none;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 0;
    border: none;
    background: #FFF;
    border-radius: 5px;
}

.destination-menu {
    margin: -40px 0 0 0;
    background: #E61F3E;
}

.destination-menu-item {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 1.3em;
    line-height: 50px;
}

.destination-menu-item:hover {
    background: #C21A34;
    color: #FFF;
}

.destination-menu-item.selected {
    margin: -15px 0 0 0;
    background: #C21A34;
    padding: 0 0 15px 0;
}

.destination-menu-item.selected:after {
    display: block;
    content: "v";
    font-family: icomoon;
    line-height: 1px;
}

.destination-menu-item.selected span {
    display: none;
}

.map {
    height: 600px;
}

.map-sidebar h6 {
    font-size: 1.2em;
    margin: 25px 0 10px 0;
}

.map-sidebar a {
    color: #585858;
}

.map-sidebar a.selected {
    font-weight: 900;
    font-size: 1.1em;
}

.map-sidebar a i.clear_filter {
    color: #E61F3E;
}

.map-sidebar ul {
    list-style: none;
    padding: 0 0 0 15px;
}

.map-sidebar ul li {
    margin: 0 0 2px 0;
}

.map-sidebar ul li:hover a {
    color: #E61F3E;
}

.map-legend {
    margin: 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

.map-legend-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

.map-legend-icon h6 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.map-legend-icon img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin: 0 5px 0 0;
}

.destinations-all {
    display: block;
    margin: 30px 0 35px 0;
    padding: 0 0 10px 0;
    color: #585858;
    border-bottom: 1px solid #F2F2F2;
}

.destinations-all h3 {
    margin: 0 0 5px 0;
}

.destinations-all:hover {
    color: #585858;
}

.destinations-all .arrowcircle {
    width: 20px;
    height: 20px;
}

@media (max-width:991px) {
    .map {
        margin: 0;
    }

    .destination-search {
        padding: 26px 60px;
    }

    .destination-search h2 {
        font-size: 2.2em;
    }

    .map-sidebar ul li {
        display: inline-block;
        margin: 0 0 1px 0;
        padding: 0 2px 0 4px;
        border-left: 1px solid #CCC;
    }

    .map-sidebar ul li:first-child {
        border-left: none;
    }
}

@media (max-width:767px) {
    .destination-menu-item.selected {
        margin: 0;
        padding: 0;
    }

    .destination-menu-item.selected:after {
        content: "";
    }

    .destination-search {
        padding: 10px 60px 34px 60px;
        margin: 20px 0 10px 0;
    }

    .destination-search h2 {
        text-align: center;
        margin: 0 0 10px 0;
    }
}

/*=====================================================
DESTINATION DETAIL
=====================================================*/
/* Destination Header */
.destination-header {
    position: relative;
    min-height: 445px;
    background-size: cover !important;
}

.destination-bar {
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/images/destination-bar.png') bottom center repeat-y;
    color: #FFF;
}

.destination-bar-border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: url('/images/destination-bar-border.png') bottom center repeat-y;
}

.destination-bar .h1 {
    margin: 0 0 5px 0;
    line-height: 1em;
    display: block;
}

.destination-bar .h5 {
    margin: 0;
    padding: 0 10px 0 0;
    display: block;
}

@media (min-width:1400px) {
    .destination-header {
        background-size: 100% auto !important;
    }
}

/* Destination Buttons */
.book-destination {
    display: block;
    min-height: 90px;
    padding: 15px 75px 15px 15px;
    margin: -90px 0 5px -21px;
    background: #E61F3E;
    color: #FFF;
    font-size: 1.5em;
    font-weight: 700;
}

.book-destination:hover {
    color: #FFF;
    background: #C21A34;
}

.book-destination fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.book-destination legend {
    display: none;
}

.book-destination .ADT-BookDirectFlights {
    display: none;
}

.book-destination .ADT-BookAllPrices {
    display: none;
}

@media (max-width:991px) {
    .book-destination {
        min-height: 109px;
        margin: -109px 0 5px 34px;
        padding: 7px 15px;
    }
}

@media (max-width:767px) {
    .book-destination {
        min-height: 100px;
        margin: 0 0 5px 0;
        padding: 32px 15px;
        text-align: center;
    }
}

.add-planner {
    display: block;
    padding: 15px;
    background: #2E2D29;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
}

.add-planner:hover {
    background: #21201d;
    color: #FFF;
}

.add-planner .briefcase {
    padding: 7px 0;
}

.add-planner p {
    margin: 0;
}

.share-photos {
    display: block;
    margin: 0 0 50px 0;
    color: #585858;
}

.share-photos:hover {
    color: #585858;
}

.share-photos h4 {
    font-size: 1.6em;
}

.all-flights {
    display: block;
    padding: 0 30px;
    margin: -1px 0 50px 0;
    background: #E61F3E;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 40px;
}

.all-flights:hover {
    background: #C21A34;
    color: #FFF;
}

/* Weather Table */
.weather-table {
    border-top: 1px solid #E1E1E1;
    padding: 30px 0 50px 0;
    margin: 20px 0 0 0;
}

.weather-table-header, .weather-table-row {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}

.weather-table-header {
    width: 172px;
}

.weather-table-header .title {
    font-size: 1.6em;
    font-weight: 700;
}

.weather-table-header .metoffice {
    padding: 15px 50px 15px 0;
    font-size: 0.9em;
}

.weather-table-header .rainfall, .weather-table-row .rainfall {
    margin: 10px 0 0 0;
    background: #EEE;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.weather-table-row {
    width: 60px;
    text-align: center;
}

.weather-table-row .month {
    font-weight: 700;
    text-transform: uppercase;
    border-left: 1px solid #E1E1E1;
}

.weather-table-row .icon {
    padding: 25px 0;
    border-left: 1px solid #E1E1E1;
}

.weather-table-row .icon img {
    margin: 0 auto;
}

.weather-table-row .temp {
    font-weight: 700;
    border-left: 1px solid #E1E1E1;
}

.weather-table-row.first .month, .weather-table-row.first .icon, .weather-table-row.first .temp {
    border: none;
}

@media (max-width:991px) and (min-width:768px) {
    .weather-table-row {
        width: 43px;
        margin: 0 0 0 -2px;
    }
}

@media (max-width:767px) {
    .weather-table-header {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .weather-table-header .title {
        width: 100%;
    }

    .weather-table-header .metoffice, .weather-table-header .rainfall {
        display: none;
    }

    .weather-table-row {
        display: block;
        width: 100%;
        margin: 0;
        text-align: right;
    }

    .weather-table-header li, .weather-table-row li {
        display: inline-block;
        width: 32%;
        text-align: center;
    }

    .weather-table-row {
        border-bottom: 1px solid #E1E1E1;
    }

    .weather-table-row li {
        padding: 0 !important;
        margin: 5px 0 !important;
        line-height: 53px;
    }

    .weather-table-row.first .icon, .weather-table-row.first .temp {
        border-left: 1px solid #E1E1E1;
    }

    .weather-table-row .month {
        border: none;
    }

    .weather-table-row .icon img {
        display: inline-block;
    }

    .weather-table-row .rainfall {
        display: none;
    }
}

@media(min-width:767px) {
    .tabbar.destination {
        position: relative;
        top: 0;
        overflow: hidden;
    }

    .tabbar.destination ul li {
        display: inline;
    }

    .tabbar.destination ul li a {
        display: block;
        float: left;
        padding: 0 30px;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 60px;
        background: #EEE;
        color: #585858;
        border-top: 1px solid #E1E1E1;
        border-left: none;
    }

    .tabbar.destination ul li.selected a {
        background: #FFF;
    }
}

.tab-content.destination {
    margin: 0 0 20px 0;
    border-top: 1px solid #E1E1E1;
}

.tab-content.destination .tab-pane {
    padding: 15px;
}

.tab-content.destination ol {
    counter-reset: i 0;
    list-style: none;
    padding-left: 31px;
    line-height: 1.35em;
    font-family: 'Lato', sans-serif;
}

.tab-content.destination ol li {
    margin: 20px 0 30px 0;
}

.tab-content.destination ol li:before {
    content: counter(i)".";
    counter-increment: i;
    padding-right: 0.5em;
    color: #E61F3E;
    font-weight: 700;
    font-size: 4em;
}

.tab-content.destination .your-tips-item {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    margin: 0 -15px;
}

.tab-content.destination .your-tips-item em {
    font-style: normal;
    font-weight: 700;
}

.tab-content.destination #your-tips.tab-pane .button.default {
    margin: 20px 0 0 -15px;
}

/* Destination Gallery */
.gallery {
    margin: 0 82px 0 0;
}

.big-slideshow {
    position: relative;
    z-index: 100;
    margin: 40px 0 0 0;
    background: #000;
}

.big-slideshow-items {}

.big-slideshow-item {
    position: relative;
    width: 100%;
    height: 320px;
}

.big-slideshow-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.big-slideshow-body {
    min-height: 35px;
    background: #222;
    position: absolute;
    top: -30px;
    right: -82px;
    width: 160px;
    padding: 10px 15px;
    color: #fff;
}

.big-slideshow-title {
    margin: -10px -15px 5px -15px;
    padding: 0 15px;
    background: #E61F3E;
    color: #FFF;
    font-size: 1em;
    line-height: 30px;
}

.big-slideshow h4 {
    margin: 0 0 2px 0;
    font-size: 1em;
}

.big-slideshow h5 {
    margin: 0 0 15px 0;
    font-size: 1em;
}

.big-slideshow .contributor-link {
    display: block;
    color: #FFF;
}

.big-slideshow .contributor-link:hover {
    text-decoration: underline;
}

.big-slideshow-body hr {
    border-top: 1px solid #3A3A3A;
    margin: 10px 0;
}

.big-slideshow h6 {
    margin: 0 0 5px 0;
    font-size: 1em;
}

.gallery #cycle-prev, .gallery #cycle-next {
    display: block;
    background: #2E2D29;
    text-align: center;
    text-decoration: none;
    padding: 33px 0;
    min-height: 89px;
}

.gallery #cycle-prev {
    margin: 0 -20px 0 0;
}

.gallery #cycle-next {
    margin: 0 0 0 -20px;
}

.gallery #cycle-prev i, .gallery #cycle-next i {
    color: #FFF;
    font-size: 30px;
}

.gallery #cycle-prev:hover, .gallery #cycle-next:hover {
    background: #21201d;
}

.gallery #cycle-prev .arrowcircle,
.gallery #cycle-next .arrowcircle {
    width: 25px;
    height: 25px;
}

.gallery #cycle-prev:hover .arrowcircle .arrow {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

.pager-slideshow {
    position: relative;
    z-index: 100;
    height: 110px;
}

.pager-slideshow-items {
    overflow: hidden;
}

.pager-slideshow-item {
    position: relative;
    width: 147px;
    margin: 0;
    height: 89px;
}

.pager-slideshow-image {
    width: 100%;
}

.pager-slideshow-image:hover {
    cursor: pointer;
}

@media (max-width:767px) {
    .gallery {
        margin: 0;
    }

    .big-slideshow-body {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .big-slideshow-item {
        height: 500px;
    }

    .gallery #cycle-prev .arrowcircle,
    .gallery #cycle-next .arrowcircle {
        width: 15px;
        height: 15px;
    }
}

/* Flights Table */
.table-wrap {
    max-width: 100%;
    overflow-x: auto;
    padding: 1px 0;
    -webkit-overflow-scrolling: touch;
}

.flights-table {
    margin: 30px 0 0 0;
    color: #FFF;
}

.flights-table.no-content {
    margin: 0 0 0 0;
}

.flights-table a {
    color: #FFF;
}

.flights-table a:hover {
    text-decoration: underline;
}

.flights-table thead tr {
    background: #434343;
}

.flights-table thead tr th {
    padding: 7px;
}

.flights-table thead tr th.flightno {
    width: 100px;
}

.flights-table thead tr th.flightdetails {
    width: 140px;
}

.flights-table thead tr th.departed {
    width: 105px;
}

.flights-table thead tr th.airline {
    width: 138px;
}

.flights-table thead tr th.date {
    text-align: center;
    border-right: 1px solid #383838;
    border-left: 1px solid #383838;
}

.flights-table thead tr th.date .month {
    text-transform: uppercase;
}

.flights-table tbody tr {
    background: #222;
}

.flights-table tbody tr .date {
    border-right: 1px solid #141414;
    border-left: 1px solid #141414;
}

.flights-table tbody tr:nth-child(even) {
    background: #434343;
}

.flights-table tbody tr:nth-child(even) .date {
    border-right: 1px solid #383838;
    border-left: 1px solid #383838;
}

.flights-table tbody tr td {
    padding: 7px;
}

.flights-table tbody tr td .detail-header {
    display: block;
}

/* Destinations Cycle */
.destinationcycle {
    position: relative;
    margin: 0;
}

.destinationcycle-prev,
.destinationcycle-next {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #666;
    text-align: center;
    z-index: 100;
}

.destinationcycle-prev i,
.destinationcycle-next i {
    font-size: 38px;
    line-height: 32px;
}

.destinationcycle-prev:hover,
.destinationcycle-next:hover {
    color: #999;
}

.destinationcycle-prev .arrowcircle,
.destinationcycle-next .arrowcircle {
    width: 25px;
    height: 25px;
    margin: 7px 0 0 0;
}

.destinationcycle-prev:hover .arrowcircle .arrow {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

.destinationcycle-window {
    margin: 0 20px;
    overflow: hidden;
}

.destinationcycle-items {
    position: relative;
    right: -1px;
}

.destinationcycle-item {
    display: block;
    width: 233px;
    height: auto;
    overflow: hidden;
}

.destinationcycle-item:hover {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .destinationcycle-window {
        margin: 0;
    }

    .destinationcycle-item {
        width: 233px !important;
    }
}

@media (max-width:767px) {
    .destinationcycle {
        margin: 0 0 20px 0;
    }
}

/* Flights booking */
.booking-iframe {
    width: 100%;
    min-height: 525px;
    margin: 20px 0 0 0;
    overflow: hidden;
}

@media (max-width:767px) {
    .booking-iframe {
        margin: -15px 0 0 0;
    }

    #bookingModal .chunkd-header {
        display: none;
    }
}

/*=====================================================
LOGIN
=====================================================*/
.login-form {
    margin: 30px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.login-form form {
    width: 460px;
    margin: 40px auto;
}

.login-form form .field_wrap {
    margin: 35px 0;
}

.login-form form .label_wrap {
    display: inline-block;
    width: 76px;
}

.login-form form label {
    color: #585858;
}

.login-form form .input_wrap {
    display: inline-block;
    width: 380px;
}

.login-form form input {
    border: 1px solid #DCDCDC;
    border-radius: 2px;
}

.login-form form .submit_wrap {
    text-align: right;
}

.login-form form button {
    width: 380px;
}

.login-form .login-link {
    display: block;
    color: #585858;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0 0 20px 0;
}

.login-form .login-link:hover {
    text-decoration: underline;
}

/*=====================================================
SOCIAL SHARE
=====================================================*/
.socialshare {
    margin: 0 0 40px 0;
    display: block;
    text-align: right;
}

.socialshare a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 5px 0;
}

.socialshare a i {
    color: #FFF;
    font-size: 16px;
}

.socialshare a img {
    margin: 5px auto;
    width: 18px;
}

.socialshare .facebook {
    background: #3B5A9A;
}

.socialshare .twitter {
    background: #2DA8E1;
}

.socialshare .mail {
    background: #D96D00;
}

.socialshare .facebook:hover {
    background: #334D86;
}

.socialshare .twitter:hover {
    background: #248DBC;
}

.socialshare .mail:hover {
    background: #BB5E00;
}

/*=====================================================
ADVERTS
=====================================================*/
.advert {
    display: block;
    text-align: right;
}

.advert:hover {
    opacity: 0.8;
}

.advert img {
    display: inline-block;
}

@media (max-width:767px) {
    .advert {
        display: none;
    }
}

/*=====================================================
SKYSCRAPER ADVERTS
=====================================================*/
.skyscraper-advert {
    margin-bottom: 20px;
    text-align: center;
}

/*=====================================================
CHUNKD-ALT  --- This is used to wrap one of the new style ADT forms. All taken from CHUNKD. JP.
=====================================================*/
.chunkd-alt label {
    color: #585858 !important;
}

.chunkd-alt input[type="text"],
.chunkd-alt select,
.chunkd-alt textarea {
    border: 1px solid #ccc;
}

.chunkd-alt textarea {
    height: auto !important;
}

/*=====================================================
CHUNKD
=====================================================*/
.chunkd {
    position: relative;
    padding: 20px;
    background: #fff;
}

.chunkd-header {
    margin: -20px -20px 20px -20px;
    padding: 20px 0 20px 20px;
    min-height: 75px;
    border-bottom: 1px solid #eee;
}

.chunkd-title {
    margin: 0;
    font-size: 2em;
}

.chunkd-strapline {
    margin: 5px 0 0 0;
}

.chunkd-icon {
    display: table;
    float: left;
    margin: -20px 10px 0 -20px;
    width: 75px;
    height: 75px;
    background: #E61F3E;
    color: #fff;
    text-align: center;
}

.chunkd-icon i {
    display: table-cell;
    font-size: 50px;
    vertical-align: middle;
}

.chunkd label {
    color: #585858 !important;
}

.chunkd input[type="text"],
.chunkd select,
.chunkd textarea {
    border: 1px solid #ccc;
}

.chunkd textarea {
    height: auto !important;
}

@media (min-width:768px) {
    .chunkd {
        margin: 0 -90px;
        padding: 20px 40px 20px 120px;
    }

    .chunkd-header {
        margin: -20px -40px 20px -20px;
    }

    .chunkd-icon {
        width: 100px;
        height: 100px;
        margin: -20px 0 0 -120px;
    }
}

/* stackedform */
.stackedform .field_wrap {
    overflow: hidden;
}

.stackedform .label_wrap {
    float: left;
    padding: 8px 0 0 0;
    width: 35%;
}

.stackedform .input_wrap {
    float: right;
    width: 65%;
}

.stackedform .submit_wrap {
    margin: 0 0 0 35%;
}

/* gridback */
.gridback {
    margin: 0 0 20px 0;
}

.gridback-header {
    font-size: 0.9em;
}

.gridback .field_wrap {
    margin: 0;
    padding: 8px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.gridback .label_wrap {
    float: left;
    width: 50%;
}

.gridback .input_wrap {
    float: left;
    width: 50%;
}

.gridback .input_wrap label {
    float: left;
    width: 20%;
    text-align: center;
}

/*=====================================================
CAR HIRE / FLIGHTS & ACCOMODATION MODAL
=====================================================*/
.adt-carhire {
    width: 100%;
    min-height: 510px;
}

.adt-flightshotel {
    width: 100%;
    min-height: 1080px;
    overflow: hidden;
}

/* loader */
.loader {
    margin: 60px auto;
    width: 128px;
    height: 128px;
    background: url('../images/loader-big.gif') no-repeat;
}

/* countries */
.countries {
    margin: 0 0 -40px 0;
    padding: 30px 0;
    background: #222;
    color: #fff;
}

.countries p {
    text-align: center;
}

.countries-item {
    display: block;
    padding: 5px 0;
    color: #fff;
    border-bottom: 1px solid #666;
}

.countries-item.active {
    color: #E61F3E;
    font-weight: bold;
}

@media (min-width:768px) {
    .countries p {
        text-align: left;
    }
}

/* grid fifths */
.col-sm-fifth {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:768px) {
    .col-sm-fifth {
        float: left;
        width: 20%;
    }
}

/*=====================================================
DATEPICKER
=====================================================*/
.picker__button--today, .picker__button--clear, .picker__button--close {
    color: #222;
}

/*=====================================================
IFRAME WRAP
=====================================================*/
.iframe-wrap {
    position: relative;
    padding-top: 64%;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 95%;
}

/*=====================================================
TYPEAHEAD
=====================================================*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background: #E61F3E;
}

/*=====================================================
COMPETITION FORM
=====================================================*/
.competition {
    padding: 50px;
    margin: 50px 0px;
    background-color: #E61F3E;
}

.competition input[type="file"] {
    color: #FFF;
}

.competition textarea {
    height: 100px;
}

.competition-120 {
    background-color: #534695;
}

.competition-124 {
    background-color: #1D437B;
}

.competition-147 {
    background-color: #534695;
}

/*=====================================================
VWO campaign
=====================================================*/
.home-banner.vwo .parking-form-title {
    text-transform: uppercase;
    padding: 0 0 0 60px;
    margin-bottom: 5px;
    background: url('/images/p-icon.png') no-repeat left center;
}

.home-banner.vwo .parking-form {
    margin: 0;
}

.home-banner.vwo .home-banner-links {
    margin-top: 70px;
}

.destination-buttons a {
    color: #fff;
    float: left;
    padding: 0px 20px 10px 20px;
    font-size: 1.1em;
}

.parkmark-banner-small {
    display: none;
}

.parkmark-banner, .parkmark-banner-small {
    height: 140px;
    margin: 40px 0 -40px;
    background: #1BADCF;
}

.parkmark-banner img {
    margin-top: 15px;
    width: 100%;
}

.parkmark-banner .h2, .parkmark-banner-small .h2 {
    display: block;
    color: #FFF;
    margin: 45px 0 0 30px;
    line-height: 1em;
}

.parkmark-banner-small {
    height: auto;
    text-align: center;
}

.parkmark-banner-small img {
    margin: 15px 0 0;
}

.parkmark-banner-small .h2 {
    margin: 15px 0 20px;
}

@media (max-width:991px) and (min-width:768px) {
    .parkmark-banner {
        height: 110px;
    }

    .parkmark-banner .h2 {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .parkmark-banner {
        height: 110px;
    }

    .parkmark-banner .h2 {
        margin-top: 20px;
    }
}

@media (max-width:551px) {
    .parkmark-banner {
        display: none;
    }

    .parkmark-banner-small {
        display: block;
    }
}

/*=====================================================
Journey planner
=====================================================*/
.journey-planner {
    padding: 25px;
    border-radius: 8px;
    background: #c21a34 none repeat scroll 0 0;
}

.plan-trip-link {
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 20px;
    margin: 0 0 30px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    background: #E61F3E;
}

.plan-trip-link:hover {
    color: #FFF;
    background: #C21A34;
}

.download-map {
    float: right;
    background-color: #e6e6e6;
    padding: 15px;
    margin: 30px;
    width: 175px;
}

.download-map {
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
}

.download-map a {
    color: #000;
}

.download-map a::after {
    content: "";
    margin-left: 10px;
    position: absolute;
    padding: 10px;
    background: url(/images/arrow-downwards.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*=====================================================
Contact accordion
=====================================================*/
#contactdetails .panel {
    border-radius: 0;
    box-shadow: unset;
    border-color: #e61f3e;
}

#contactdetails .panel-heading {
    position: relative;
    background: #e61f3e;
    color: #fff;
    border-radius: 0;
    padding: 15px;
    display: block;
    font-size: 16px;
}

#contactdetails .panel-heading:hover {
    background: #C21A34;
}

#contactdetails .panel-heading::after {
    content: "v";
    font-family: "icomoon";
    font-size: 16px;
    line-height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
}

#contactdetails .panel-heading.collapsed::after {
    content: "v";
}

#contactdetails .panel {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .destresults-block {
        max-height: 360px;
    }
}

.flights-tabbar li.selected.active a {
    position: relative;
}

.flights-tabbar li.selected.active a span {
    position: absolute;
    bottom: 0px;
    left: 15%;
    margin: 0px 0px 0px 0px;
    width: 70%;
    display: block;
    height: 2px;
    border-bottom: red 2px solid;
}

#newsletter-form-embed-dob_root .picker__select--month,
#newsletter-form-embed-dob_root .picker__select--year {
    height: 2.5em;
}
