/* url(images/bg.jpg) no-repeat center center fixed; */
/* url(images/bg.jpg) no-repeat center center fixed; */
/* ==========================================================================
   Layout
   ========================================================================== */
@import url("../fonts/HCo_fonts.css");
table.rate-table input {
    text-align: center;
    width: 55px;
    display: inline-block;
    float: left;
    margin: 0 !important;
    padding: 0px !important;
    font-size: 13px;
}

table.rate-table input.rate-date {
    text-align: center;
    width: 85px;
    margin: 0 !important;
    padding: 0 !important;
}

table.rate-table input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    background-color: red;
    margin: 10px 0 !important;
}

ul.social-links {
    text-decoration: none;
    list-style: none;
    margin-top: 20px;
    float: right;
}

ul.social-links i {
    font-size: 1.14em;
    margin-left: -1px;
}

ul.social-links li {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    border: 1px solid #001489;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
ul.social-links li:hover {
    background-color: #140a47;
    border-color: #140a47;
}

ul.social-links li a {
    padding: 0px;
    line-height: 40px !important;
    width: 40px !important;
    display: block;
    text-align: center;
}

ul.social-links li a {
    color: #03f;
}

ul.social-links li a:hover {
    color: #fff !important;
}

.show-more-section-col {
    padding-right: 0;
}

.pricing-section {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 12%;
}

.pricing-sq-outter {
    position: relative !important;
    display: block;
}

.pricing-sq {
    border: 4px solid #001489;
    padding: 10px;
    min-width: 240px;
    max-width: 240px;
    position: absolute;
    top: 30px;
    right: 2em;
    background: #fff;
    z-index: 8;
}

.pricing-sq.second {
    top: 295px;
}

@media (max-width: 1100px) {
    .pricing-sq {
        display: none;
    }
}
.pricing-sq p {
    margin-bottom: 2px;
}
.pricing-sq.add-fixed {
    position: fixed;
}

@media (max-width: 1000px) {
    .pricing-sq.add-fixed {
        display: none;
    }
}
@media (max-width:1225px) {
    .pricing-sq {
        min-width: 229px;
    }
}
@media (max-width: 1000px) {
    .pricing-sq {
        right: 0;
    }
}
@media (max-height: 670px) {
    .pricing-sq {
        position:absolute!important;
    }
}
@media (max-width: 991px) {
    .header .social-links li {
        border-color: #fff !important;
    }
    .header .social-links li a {
        color: #fff !important;
    }

    .header {
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-top: 0px solid #001489;
        padding-top: 20px !important;
        padding-bottom: 15px !important;
        background: #001489;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cookie-content .col-md-2 {
        text-align: left;
        margin-top: 10px;
        padding-left:15px;
    }
}

.cookieAcceptBar {
    display:none;
    position: fixed;
    bottom: 0%;
    left:0;
    right: 0;
    text-align: center;
    background-color: #6b6763;
    color: #fff;
    padding: 20px 0;
    z-index: 99999;
}
.cookie-content {
    margin: 0 auto;
    width: 75%;
    text-align: left;
}


.mt-booking {
    padding-top: 40px;
}

@media(max-width: 767px) {
.edit-basket-btn-col {
    margin-bottom: 20px;
}
}
.row.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(max-width: 767px) {
.mobile-booking-btns a {
    width: 100%;
}
}

.mobile-booking-btns .btn-cols{
     padding-right: 0px;
     padding-left: 10px;
 }

@media (max-width: 991px) {
    .mobile-booking-btns .btn-cols {
        padding-left: 3px;
    }
}
@media (max-width: 767px) {
    .mobile-booking-btns .btn-cols {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-booking-btns .btn-cols.edit-basket-btn-col {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-booking-btns .btn-cols.checkout-btn-col {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-booking-btns .btn-cols.col-sm-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
}

}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}


@media (min-width:576px) {
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:768px) {
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

.cookie-content .col-md-2 {
    text-align: center;
}

.cookie-content p {
    text-align: left;
    margin-bottom: 0px;
}
.cookieAcceptBar .cookie-content button {
    text-align: center;
    margin-left: 0px!important;
    background-color: transparent;
    border-color: white;
    margin-top:3px;
}
.cookieAcceptBar a {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}
.cookieAcceptBar a:hover {
    color: #ddd!important;
    text-decoration: underline;
    font-weight: normal;
}
footer ul.social-links {
    margin: 0px 25px 20px 0;
    float: left;
    clear: both;
    padding: 0;
    width: 100%;
}

ul.social-links img {
    width: 15px;
}

.navbar {
    border-radius: 0px;
    border: none;
    background-color: #001489;
}

.navbar-collapse {
    padding: 0px;
}

.nav > li > a {
    padding: 6px 12px;
    line-height: 1.42857143;
}

.nav > a {
    margin-top: 8px;
    margin-left: 3px;
}

.sf-link a {
    color: #001489;
}

.navbar-default .navbar-nav > li {
    display: inline-block;
    position: relative;
    float: none;
    list-style: none;
    border-right: 1px solid #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    margin-left: -3px;
}

.navbar-default .navbar-nav > li:hover > a {
    background: #140a47;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    display: block;
    padding: 14px 20px 10px;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 0.928em;
    height: 45px;
    line-height: 18px;
    position: relative;
}

.navbar-default .navbar-nav > li > a.active {
    background: #140a47;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover:before {
    height: 4px;
}

.navbar-default .navbar-nav > li > a:focus:before {
    height: 4px;
}

ul.nav-list {
    display: inline;
}

.login-wrapper {
    width: 400px;
    position: fixed;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 5px solid #001489;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: #fff;
}

.login-wrapper img {
    margin: 0 auto;
    display: block;
    background-color: #fff;
}

.admin-login {
    width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    color: #364B5F;
}

.module-content {
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 120px;
}

ul.overview {
    margin: 0px 15px 20px 15px;
}

ul.sub-nav {
    padding-left: 0px;
    margin: 20px 0px;
    margin-bottom: 40px;
}

ul.sub-nav > li {
    display: inline;
    list-style: none;
    margin: 0px 10px;
}

ul.sub-nav > li:first-child {
    margin-left: 0px;
}

ul.voucher-progress li {
    display: inline;
    border-radius: 5px;
}

.sub-nav a {
    padding: 5px 10px;
    border: 1px solid #F8F8F8;
    border-radius: 5px;
}

.sub-nav a:hover {
    background-color: #ffffff;
    padding: 5px 10px;
    color: #00a0d2;
    border: 1px solid #00a0d2;
    text-decoration: none;
    transition-duration: 0.2s;
    border-radius: 5px;
}

a.sub-nav-active {
    color: #00a0d2 !important;
    text-decoration: underline !important;
}

.booking-panels, .voucher-panels {
    margin: 20px 0px;
    height: 140px;
    padding-top: 20px;
}

.donut-inner {
    margin-top: -135px;
    margin-bottom: 79px;
}

.donut-inner h2 {
    margin-bottom: 5px;
    margin-top: 0;
}

.campaign-chart canvas {
    width: 400px;
}

.progress {
    margin-bottom: 40px;
}

/* No side padding for tables inside panels */
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding a {
    padding-left: 10px;
}

/*.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 {padding-left: 0px;}*/
/*.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 {padding-left: 0px;}*/
ul.legend {
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0;
    display: block;
    clear: both;
    position: relative;
    text-align: center;
}

ul.legend li {
    display: inline-block;
    font-size: 13px;
    margin: 0 7px 10px 0;
    border: 0;
}

ul.legend span {
    width: 14px;
    height: 14px;
}

span.available-legend {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #43C393;
    border-radius: 2px;
    margin-bottom: -3px;
    margin-right: 10px;
}

span.limited-legend {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #F19B2B;
    border-radius: 2px;
    margin-bottom: -3px;
    margin-right: 10px;
}

span.sold-legend {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #E84D4D;
    border-radius: 2px;
    margin-bottom: -3px;
    margin-right: 10px;
}

span.good-text, span.low-priority {
    color: #43C393;
    font-weight: bold;
}

span.limited-text, span.medium-priority {
    color: #F19B2B;
    font-weight: bold;
}

span.sold-text, span.high-priority {
    color: #E84D4D;
    font-weight: bold;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1.counter-panel {
    margin-top: 0px;
}

h3.navbar-header {
    color: #333333 !important;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 12px;
}

.navbar i.fa {
    /*float: left;*/
    margin-right: 10px;
}

h3.section-headers {
    padding: 0px 0px 8px 15px;
}

.module-content > h2::after {
    background-color: #E0E2E2;
    content: "";
    display: block;
    width: 1.5em;
    height: .2em;
    margin-bottom: .8em;
    margin-top: .3em;
}

a {
    color: #001489;
}

.nav-pills, .btn {
    font-size: 13px !important;
}

/* ==========================================================================
   Color
   ========================================================================== */
body.login {
    background-color: #364B5F;
    margin-top: 20px;
}

.modal-backdrop.in {
    opacity: 0.8;
    background-color: #221E1F;
}

.search {
    text-align: center;
    padding: 20px 0px 35px 0px;
}

span.label {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
}

span.limited, span.paid {
    background-color: #F19B2B;
    font-size: 12px;
    font-weight: 500;
}

span.good, span.not-due, span.positive {
    background-color: #43C393;
    font-size: 12px;
    font-weight: 500;
}

span.sold, span.overdue, span.negative {
    background-color: #E84D4D;
    font-size: 12px;
    font-weight: 500;
}

/* Zendesk */
span.open {
    background-color: #EA7C7F;
    padding: 3px 5px;
}

span.closed {
    background-color: #E5E5E5;
    padding: 3px 5px;
}

span.pending {
    background-color: #99D1E6;
    padding: 3px 5px;
}

.panel-voucher {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
}

.panel-voucher.active {
    background-color: #fff;
    border: 1px solid #ED1C2A;
    color: #ED1C2A;
    border-radius: 0px;
}

.panel-voucher:hover {
    border-radius: 0px;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    border: 1px solid #ED1C2A;
    color: #ED1C2A;
    transform: scale(1.04);
}

.panel-bookings {
    border: 1px solid #eee;
    border-top: 4px solid #EA2032;
}

.panel-bookings > .panel-heading {
    background-color: #F19B2B;
    color: #fff;
    border: 1px solid #F19B2B;
}

.panel-profit {
    border: 1px solid #eee;
    border-top: 4px solid #EA2032;
}

.panel-profit > .panel-heading {
    background-color: #43C393;
    color: #fff;
    border: 1px solid #43C393;
}

.panel-visitors {
    border: 1px solid #eee;
    border-top: 4px solid #EA2032;
}

.panel-visitors > .panel-heading {
    background-color: #5BA5D9;
    color: #fff;
    border: 1px solid #5BA5D9;
}

.panel-today {
    border: 1px solid #eee;
    border-top: 4px solid #EA2032;
}

.panel-today > .panel-heading {
    background-color: #5BA5D9;
    color: #fff;
    border: 1px solid #5BA5D9;
}

.panel-zendesk {
    border: 1px solid #eee;
}

.panel-zendesk > .panel-heading {
    background-color: #78A440;
    color: #fff;
    border: 1px solid #78A440;
}

.panel-google {
    border: 1px solid #eee;
}

.panel-google > .panel-heading {
    background-color: #FF9E0D;
    color: #fff;
    border: 1px solid #FF9E0D;
}

.progress {
    background-color: #E8E8E8;
}

.progress-bar-success {
    background-color: #43C393;
}

.progress-bar-danger {
    background-color: #E84D4D;
}

span.available-legend, span.limited-legend, span.sold-legend, span.group-enquiry, span.group-provisional, span.group-confirmed, span.learning-enquiry, span.learning-provisional, span.learning-confirmed, span.cancelled, span.refunded {
    display: inline-block;
    border-radius: 2px;
    margin-bottom: -2px;
    margin-right: 10px;
}

span.available-legend {
    background-color: #43C393;
}

span.limited-legend {
    background-color: #F19B2B;
}

span.sold-legend {
    background-color: #E84D4D;
}

span.group-enquiry {
    background-color: #a5a5a7;
}

span.group-provisional {
    background-color: #2AAEF5;
}

span.group-confirmed {
    background-color: #CB77DF;
}

span.learning-enquiry {
    background-color: #f5ce4a;
}

span.learning-provisional {
    background-color: #d3b48d;
}

span.learning-confirmed {
    background-color: #27d7d0;
}

span.cancelled {
    background-color: #b94a48;
}

span.refunded {
    background-color: #54008b;
}

ul#menu {
    padding-left: 0px;
}

ul#menu li {
    display: inline;
    margin-right: 30px;
}

.menu-mobile {
    display: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
tr:nth-child(even) {
    background-color: #fcfcfc;
}

.tablesaw thead th {
    font-weight: bold !important;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 10px;
}

.tablesaw thead tr:first-child th {
    border-right: none !important;
}

.tablesaw thead {
    border: none !important;
    background: none !important;
    background-image: none !important;
}

table.accounts td:first-child {
    width: 300px;
}

table.booking td:first-child {
    width: 200px;
}

table.booking td:last-child, table.booking th:last-child {
    width: 125px;
    text-align: right;
}

table.tour-list td:last-child {
    /*text-align: right;*/
}

td.small-cell {
    width: 150px !important;
}

.alerts td:last-child {
    text-align: left !important;
}

.dashboard th {
    background-color: #ffffff !important;
    border: none !important;
}

.dashboard td:first-child {
    width: auto !important;
}

.ga tbody, .ga table, .ga tbody tr {
    border: none !important;
}

.ga td, .ga th {
    border-right: 1px solid #F1EEEE;
    text-align: center !important;
}

.form-group.cpd {
    margin-right: 30px;
}

table.good td:first-child {
    border-left: 4px solid #43C393;
}

table.limited td:first-child {
    border-left: 4px solid #F19B2B;
}

table.sold td:first-child {
    border-left: 4px solid #EA2032;
}

/* ==========================================================================
   Misc.
   ========================================================================== */
.search input.form-control {
    width: 140px;
}

.mob-show {
    display: none;
}

.center {
    text-align: center;
}

dd, dt {
    margin-bottom: 15px;
}

.btn {
    border-radius: 0px;
}

.btn-default {
    border-radius: none;
    color: #ffffff;
    border-color: #001489;
    background-color: #001489;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 0px transparent;
    position: relative;
    overflow: hidden;
    background: #001489;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-default:hover {
    background: #001489;
    border-color: #485979;
    color: #485979;
    text-decoration: none;
}

.btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #03f;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-default:hover:before, .btn-default:focus:before, .btn-default:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.nav-pills > li > a {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #00a0d2;
    border-radius: 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #00a0d2;
    border: 1px solid #00a0d2;
    color: #ffffff;
    border-radius: 5px;
}

.nav-pills > li > a:hover {
    background-color: #fff;
    border: 1px solid #00a0d2;
    color: #00a0d2;
    border-radius: 5px;
}

#checkboxgroup2 {
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

#menu-toggle {
    margin-right: 8px;
}

.tour-search .btn {
    margin-top: 26px;
}

ul#legend-cal span {
    margin: 0 10px 0 0;
    padding: 2px 0 0 0;
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
}

.cal-blue {
    background: #fff;
    outline: 1px solid #ccc;
}

.cal-purple {
    background: #ebe6df;
    outline: 1px solid #ececec;
}

span.closure {
    background: #ccc;
}

span.championship {
    background: #1f6684;
}

span.closed {
    background: #970000;
}

label > input[type="radio"], label > input[type="checkbox"] {
    margin-right: 5px;
}

label.control-label {
    font-weight: bold;
}

.modal-header {
    padding: 10px 21px 6px !important;
}

/* ==========================================================================
  Mobile
  ========================================================================== */
@media screen and (max-width: 62em) {
    .menu-mobile {
        display: block;
    }

    #menu {
        display: none;
    }

    .mob-show {
        display: inline;
        display: none;
    }

    .mob-hide {
        display: none;
    }

    .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-9 {
        width: 100%;
    }

    .module-content {
        padding: 0px;
        margin-top: 0px;
    }

    .search {
        padding: 20px 50px 35px 50px;
    }

    .search input.form-control {
        width: 100%;
    }

    p.navbar-text {
        margin-top: -30px;
        margin-left: -60px;
    }

    .navbar-default .navbar-nav > li {
        width: 100%;
        display: block;
        position: relative;
        float: none;
        list-style: none;
        /*border-right: 1px solid #d4d5d8; */
        padding: 0;
        margin: 0;
        text-align: left;
        text-transform: uppercase;
    }

    .nav > li {
        position: inherit;
        display: inline;
    }

    .nav > li > a {
        display: inline;
        margin-right: 3px;
    }

    .navbar i.fa {
        margin-top: 0px;
        font-size: 16px;
        margin-top: 4px;
        margin-right: 4px;
    }

    ul.nav.navbar-nav.mob-inline {
        float: left;
        width: 60%;
        margin-left: -10px;
    }

    ul.nav.navbar-nav.navbar-right {
        float: right;
        margin-top: 18px;
    }

    ul.mob-inline li {
        display: inline;
    }

    ul.mob-inline li:first-child {
        float: left;
        margin-left: 10px;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0px;
        left: 200px;
        background-color: white;
        border: 1px solid #eee;
        text-align: left;
        float: right;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: none;
    }

    ul.sub-nav li {
        display: block;
    }

    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        float: none !important;
    }

    table.booking td:first-child {
        width: auto;
    }

    table.booking td:last-child, table.booking th:last-child {
        width: auto;
        text-align: left;
    }

    h3.navbar-header {
        color: #333333 !important;
        margin-bottom: 0px;
        font-size: 14px;
    }

    h4.steps {
        border-bottom: 2px solid #00a0d2;
    }
}
@media screen and (min-width: 47.75em) and (max-width: 63.236em) {
    .menu-mobile {
        display: block;
    }

    #menu {
        display: none;
    }

    .mob-show {
        display: inline;
        display: none;
    }

    .mob-hide {
        display: none;
    }

    .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-9 {
        width: 100%;
    }

    .module-content {
        padding: 0px;
        margin-top: 0px;
    }

    .search {
        padding: 20px 50px 35px 50px;
    }

    .search input.form-control {
        width: 100%;
    }

    p.navbar-text {
        /*margin-top: -30px;
        margin-left: -60px;*/
    }

    .nav > li {
        position: inherit;
        display: inline;
        float: none;
    }

    .nav > li > a {
        display: inline;
        margin-right: 3px;
    }

    .navbar i.fa {
        margin-top: 0px;
        font-size: 16px;
        margin-top: 4px;
        margin-right: 4px;
    }

    ul.nav.navbar-nav.mob-inline {
        float: left;
        width: 60%;
        margin-left: -25px;
    }

    ul.nav.navbar-nav.navbar-right {
        float: right;
        margin-top: 8px;
    }

    ul.mob-inline li {
        display: inline;
    }

    ul.mob-inline li:first-child {
        float: left;
        margin-left: 10px;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0px;
        left: 200px;
        background-color: white;
        border: 1px solid #eee;
        text-align: left;
        float: right;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: none;
    }

    ul.sub-nav li {
        display: block;
    }

    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        float: none !important;
    }

    table.booking td:first-child {
        width: auto;
    }

    table.booking td:last-child, table.booking th:last-child {
        width: auto;
        text-align: left;
    }

    h3.navbar-header {
        color: #333333 !important;
        margin-bottom: 0px;
        margin-top: 12px;
        font-size: 14px;
    }

    h4.steps {
        border-bottom: 2px solid #00a0d2;
    }
}
@media screen and (max-width: 32em) {
    .menu-mobile {
        display: block;
        width: 100%;
    }

    #menu {
        display: none;
    }

    .mob-show {
        display: inline;
    }

    .mob-hide {
        display: none;
    }

    .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-9 {
        width: 100%;
    }

    .module-content {
        padding: 0px;
        margin-top: 0px;
    }

    .search {
        padding: 20px 50px 35px 50px;
    }

    .search input.form-control {
        width: 100%;
    }

    p.navbar-text {
        /*margin-top: -30px;
        margin-left: -60px;*/
    }

    .navbar-default .navbar-nav > li {
        width: 100%;
        display: block;
        position: relative;
        float: none;
        list-style: none;
        /*border-right: 1px solid #d4d5d8; */
        padding: 0;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        margin-left: -4px;
    }

    .nav > li {
        position: inherit;
    }

    .navbar-nav > li > a {
        padding: 8px 12px;
        margin-right: 3px;
    }

    .navbar i.fa {
        margin-top: 0px;
        font-size: 16px;
        margin-top: 4px;
        margin-right: 4px;
    }

    ul.nav.navbar-nav.mob-inline {
        float: left;
        width: 60%;
    }

    ul.nav.navbar-nav.navbar-right {
        float: right;
    }

    ul.mob-inline li {
        display: inline;
    }

    ul.mob-inline li:first-child {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0px;
        left: 200px;
        background-color: white;
        border: 1px solid #eee;
        text-align: left;
        float: right;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: none;
    }

    ul.sub-nav li {
        display: block;
    }

    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        float: none !important;
    }

    table.booking td:first-child {
        width: auto;
    }

    table.booking td:last-child, table.booking th:last-child {
        width: auto;
        text-align: left;
    }

    h3.navbar-header {
        font-size: 14px;
        color: #333333 !important;
        margin-bottom: 0px;
    }

    h4.steps {
        border-bottom: 2px solid #00a0d2;
    }
}
span.o2-sub {
    font-size: 60%;
    vertical-align: bottom;
    font-weight: bolder;
}

.modal-header {
    padding: 10px 21px 14px;
    min-height: 16.428571429px;
    border-bottom: 3px solid #001489;
}

#voucher-preview .modal-body {
    background-image: none !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff !important;
    background-color: #140a47;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

p.faq-q {
    color: #001489;
    font-weight: 600;
}

.col-md-6.faq-left {
    padding-left: 0px;
}

a:hover, a:focus {
    color: #001489 !important;
}

div.stars {
    width: 270px;
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #03f;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #03f;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #03f;
    text-shadow: 0 0 0px #952;
}

input.star-1:checked ~ label.star:before {
    color: #03f;
}

label.star:hover {
    transform: rotate(0deg) scale(1);
    content: '\f005';
    color: #03f;
}

label.star:hover ~ label.star:before {
    color: #03f;
    content: '\f005';
}

label.star:hover:before {
    content: '\f005';
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

/** Header changes**/
.navbar-default .navbar-nav > li > a {
    font-family: "BasisGrotesquePro", Arial, sans-serif;
    font-size: 1.05em;
    letter-spacing: .4px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "BasisGrotesquePro", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
}

@media (max-width: 991px) {
    .col-md-6.faq-right {
        padding-left: 0px;
    }

    .header {
        padding: 5px 0 5px 0;
        overflow-x: hidden;
    }
}
@media (min-width: 992px) {
    .header img.logo {
        position: absolute;
        width: 96px;
        margin-top: 10px;
    }

    ul.social-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    ul.social-links li {
        width: 25px;
        height: 25px;
    }
    ul.social-links li:hover {
        background: #ebe6df;
    }
    ul.social-links li:hover a {
        color: #001489 !important;
    }
    ul.social-links li a {
        line-height: 23px !important;
        width: 25px !important;
        color: white;
    }
    ul.social-links li i {
        font-size: 0.9em;
        margin-left: 0px;
    }

    .header {
        padding: 5px 0px;
        background-color: #001489;
    }

    ul.nav.navbar-nav {
        margin-left: 100px;
    }

    .navbar {
        background-color: white;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a.active {
        background: transparent;
        color: #140a47;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #03f !important;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li {
        margin-left: 7px;
        margin-right: 7px;
        border-right: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #140a47;
        padding: 14px 0px 10px 0px;
    }
    .navbar-default .navbar-nav > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 8px;
        left: 0;
        background-color: #03f;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar-default .navbar-nav > li > a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .day.header {
        background-color: white;
    }
}
footer.sub-footer {
    padding: 32px 15px;
    padding-bottom: 0px;
    overflow: hidden;
    background: #ebe6df;
}

footer ul.social-links {
    margin-top: 0px !important;
    margin-bottom: 15px;
    margin-right: 0px;
}
footer ul.social-links li {
    width: 40px;
    height: 40px;
}
footer ul.social-links li a {
    line-height: 40px !important;
    width: 40px !important;
    color: #03f;
}
footer ul.social-links li i {
    font-size: 1.14em;
    margin-left: -1px;
}

.footer-social {
    overflow: hidden;
    padding: 0px;
}

ul.footer-menu {
    padding-left: 0px;
    padding-inline-start: 0px;
    text-align: center;
}
ul.footer-menu li {
    display: inline-block;
    margin-right: 30px;
    font-family: "BasisGrotesquePro", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .3px;
}
ul.footer-menu li a {
    color: #140a47;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
ul.footer-menu li a:hover {
    color: #001489;
    text-decoration: none;
}

@media (max-width: 1365px) {
    .col-lg-2.footer-social {
        width: 100%;
    }

    .col-lg-8.footer-links {
        width: 100%;
    }

    .col-lg-2.sf-brand-link {
        width: 100%;
    }

    footer ul.social-links {
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        padding-inline-start: 0px;
        overflow: hidden;
    }

    footer ul.social-links li {
        display: inline-block;
        float: none !important;
    }

    span.pull-right.sf-link {
        float: none !important;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .sub-footer {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .footer-links {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer ul.footer-menu li {
        width: 100%;
        margin-right: 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    footer ul.footer-menu li a {
        padding: 16px;
        display: inline-block;
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        margin-right: 5px;
    }

    .cookie-content {
        margin: 0 auto;
        width: 75%;
        text-align: left;
        width: 85%;
        margin-bottom: 5px;
    }
}
@media (max-width: 430px) {
    .cfc_footer .cfc_sponsors a img {
        max-height: 50px;
    }
}
aside#side-menu b {
    font-family: "BasisGrotesquePro", Arial, sans-serif;
}

.form-group strong {
    font-family: Arial, sans-serif;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: white;
    font-family: "BasisGrotesquePro", Arial, sans-serif;
    font-size: 16px;
}
.navbar-default .navbar-toggle:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 0px;
    }
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/** Slider Style **/
.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left, transparent 0, transparent 100%);
    background-image: linear-gradient(to right, transparent 0, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left, transparent 0, transparent 100%);
    background-image: linear-gradient(to right, transparent 0, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control .icon-prev, .carousel-control .angle-left {
    left: 20%;
}
@media (max-width: 991px) {
    .carousel-control .icon-prev, .carousel-control .angle-left {
        display: none !important;
    }
}

.carousel-control .icon-next, .carousel-control .angle-right {
    right: 20%;
}
@media (max-width: 991px) {
    .carousel-control .icon-next, .carousel-control .angle-right {
        display: none !important;
    }
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .angle-left, .carousel-control .angle-right {
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .angle-right img, .carousel-control .angle-left img {
    width: 23.3px;
}

.carousel-control .angle-right img {
    transform: rotate(180deg);
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    margin-right: 7px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 0px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
    margin-right: 7px;
    background-color: #ffffff;
}

h1.border-caption {
    font-family: "Chelsea-Chiselled", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 75px;
    font-weight: 400;
    margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
    h1.border-caption {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    h1.border-caption {
        font-size: 55px;
    }
}
@media screen and (max-width: 767px) {
    h1.border-caption {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 991px) {
    .carousel-indicators {
        bottom: 95px;
    }

    .carousel-caption {
        top: 85px;
    }
}
@media screen and (max-width: 666px) {
    h1.border-caption {
        font-size: 3.2rem;
        margin-bottom: 6%;
    }

    h2.carousel-caption1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 470px) {
    h1.border-caption {
        font-size: 2.2rem;
        margin-bottom: 6%;
    }

    h2.carousel-caption1 {
        font-size: 1rem;
    }
}
/** Home page Search **/
#search {
    max-width: 325px;
}
#search h2.main-title-ul.no-top.color.tickets {
    font-size: 23px;
    color: #001489;
    margin-top: 0px;
}

#search-section {
    position: absolute;
    top: 205px;
    margin-left: 15px;
    z-index: 11;
}
@media (max-width: 425px) {
    #search-section {
        top: 15px;
    }
}

.search-inner {
    background: white;
    padding: 20px;
    border: 3px solid #001489;
}

@media (max-width: 767px) {
    div#search {
        width: 100%;
        margin: 0 auto;
        margin-top: -10px;
    }
}
@media (max-width: 767px) {
    #search {
        max-width: 100% !important;
    }

    #search-section {
        margin-left: 30px;
        margin-right: 30px;
        top: 15px;
        position: relative;
    }

    .row.mobile.cards-section-outer.tops {
        margin-top: 0px;
    }

    .card-block {
        margin-bottom: 25px;
    }
}
.row.mobile.cards-section-outer.bottoms {
    padding-bottom: 30px;
}

.to-to {
    margin-top: 10px;
    font-size: 12px;
}

.row.mobile.cards-section-outer {
    padding-top: 90px;
}
@media (max-width: 767px) {
    .row.mobile.cards-section-outer {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.row.mobile.cards-section-outer h2 {
    color: #001489;
    font-size: 24px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .row.mobile.cards-section-outer h2 {
        font-size: 24px;
    }
}

.mobile-index-title {
    display: none;
    width: 100%;
    margin: 0;
    text-align: center;
}
.mobile-index-title h1 {
    font-family: "Chelsea-Chiselled", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 45px;
    font-weight: 400;
}
@media (max-width: 425px) {
    .mobile-index-title h1 {
        font-size: 25px;
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .mobile-index-title {
        display: block;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .mobile-index-title {
        margin-top: 0px;
    }
}

.col-xs-12.three-sections-mobile p {
    color: #665f5a;
    font-size: 16px;
}

@media screen and (max-width: 63.236em) and (min-width: 33em) {
    .form-group.col-xs-5.form-inlin.today-tomorrow {
        margin: 0px !important;
        width: 33%;
    }
}
/** Header sponsors **/
ul.social-links img {
    width: 88px;
    margin-top: -2px;
}

@media (min-width: 992px) {
    ul.social-links li {
        width: 88px;
        height: 25px;
        margin-left: 0px;
    }

    ul.social-links li:hover {
        background: transparent;
    }

    .header {
        padding: 0px 0px;
        padding-bottom: 5px;
        background-color: #001489;
    }
}
@media (max-width: 991px) {
    .header .social-links li {
        border-color: transparent !important;
    }
    .header .social-links li:hover {
        background-color: transparent;
    }

    .header .social-links {
        -webkit-padding-start: 0px;
        margin-right: 15px;
    }

    ul.social-links li {
        display: inline-block;
        float: left;
        margin: 0 0 0 0px;
        border: 0px solid #001489;
        border-radius: 50%;
        width: 64px;
        height: 40px;
    }
}
footer ul.social-links li {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    border: 1px solid #001489;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/** Search Results **/
section.inner.search-again {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.pull-right.stars-search-section {
    display: none;
}

.show-more-img {
    width: 14px;
    transform: rotate(-90deg);
}

.show-more-section {
    margin-top: 10px;
}

.img-section {
    position: relative;
}

.img-section .img-label {
    position: absolute;
    text-transform: uppercase;
    top: 45px;
    width: 115px;
    background: white;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
}

.time-row {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

@media (max-width: 767px) {
    .time-row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
.time-row.first {
    padding-top: 0px;
}

.tour-features {
    pointer-events: none;
}

.tour-features img {
    display: none;
}

@media (max-width: 767px) {
    .tour-features img {
        display: inline;
        transform: rotate(-90deg);
        transition: all 0.5s ease;
    }
}
@media (max-width: 767px) {
    .tour-features {
        pointer-events: auto !important;
    }
}
.rotate-img {
    transform: rotate(0deg) !important;
}

.time-row a .time-class {
    color: #333 !important;
}

.time-row a .time-class:hover {
    text-decoration: none;
}

.time-row a .time-class.grey {
    color: #fff !important;
}

.time-row a .time-class.selected {
    background-color: #1DAEEC !important;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .b-but-row {
        padding: 0;
        padding-left: 15px;
        position: absolute;
        margin-top: 100px !important;
        height: 50px !important;
    }

    .booking-total-sp {
        margin-bottom: 50px;
    }

    .q-price {
        font-size: 19px;
    }

    .q-price p {
        margin-bottom: 0px;
    }

    .q-tot-green {
        height: 20px !important;
    }
}
.time-class {
    float: left;
    padding: 10px 15px;
    width: 72px;
    font-weight: bold;
    color: white;
}
@media (max-width: 991px) {
    .time-class {
        padding: 10px 13px;
        width: 60px;
    }
}
@media (max-width: 767px) {
    .time-class {
        text-align: center;
    }
}

.time-class:hover {
    cursor: pointer;
}

.time-class.selected {
    background-color: #1DAEEC !important;
    color: #ffffff !important;
}

.time-class.green {
    background-color: rgb(0, 51, 255);
}

.time-class.grey {
    background-color: red;
}

.time-class.yellow {
    background-color: rgb(251, 183, 0);
}

.b-button {
    float: left;
    margin-top: 10px;
}

.choose-exp {
    padding-bottom: 20px;
}

a.btn.btn-default.blue.dark-btn:focus {
    color: white !important;
}

.promo-code {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
}

.exp-div {
    float: left;
    padding: 9px 20px;
    width: 125px;
    font-weight: bold;
    text-align: center;
    height: 55px;
}

@media (max-width: 767px) {
    .exp-div {
        width: 100%;
        text-align: center;
    }
}
.exp-div:hover {
    cursor: pointer;
}

.exp-div.selected {
    background-color: #001489 !important;
    color: #ffffff !important;
}

.exp-div.grey {
    background-color: #ddd;
    color: #000000;
    padding-top: 18px;
}

.exp-div.blue {
    background-color: #001489;
    color: white;
}
.exp-div.blue.selected {
    background-color: #03f !important;
}

.prices-p {
    margin-top: 0px;
}

.tour-features h3 {
    font-size: 20px;
}

.time-row .col-xs-3 {
    width: 25%;
}

@media (max-width: 991px) {
    .pricing-section .img-section {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .availability-section {
        margin-top: 25px;
    }
}

html {
    overflow-x: hidden;
    max-width: 100%;
}

span.time-key {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 414px) {
    span.time-key {
        width: 15px;
        height: 15px;
    }
}

span.time-key.green {
    background: rgb(0, 51, 255);
}

span.time-key.grey {
    background: red;
}

span.time-key.yellow {
    background: rgb(251, 183, 0);
}

span.key-name {
    vertical-align: super;
}
@media (max-width: 414px) {
    span.key-name {
        vertical-align: text-bottom;
    }
}

.key-col {
    padding: 0;
    /*margin-left: 3em;*/
    padding-right: 2em;
}

.availability-section {
    padding-right: 25%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .key-col .col-xs-12.no-padding {
        font-size: 11px;
    }
}

.prices-section h3 {
    font-size: 20px;
    margin-top: 0px;
}
@media (max-width: 767px) {
    .prices-section h3 {
        margin-top: 31px;
        clear: both;
        display: inline-block;
    }
}

a.btn.btn-default.no-bkg {
    background: transparent;
    color: #03f;
    text-transform: uppercase;
    font-weight: bold;
}
a.btn.btn-default.no-bkg:hover {
    border: 1px solid #001489;
}

/** Page Headers & search **/
#header-image {
    position: relative;
}
#header-image .header-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin-top: -60px;
    text-align: center;
}
@media (max-width: 767px) {
    #header-image .header-caption {
        margin-top: -38px;
    }
}
#header-image .header-caption h1 {
    color: white;
    font-family: "Chelsea-Chiselled", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 55px;
    font-weight: 400;
}
@media (max-width: 767px) {
    #header-image .header-caption h1 {
        font-size: 35px;
    }
}

.form-group.col-xs-6.col-sm-2.form-inline.sp-sel {
    margin-bottom: 0px !important;
}

section.inner.search-again label {
    font-weight: 900;
}

.exp-div.blue {
    background-color: #001489;
    color: white;
    font-size: 9px;
    padding: 9px 10px;
    text-transform: uppercase;
}

label.exp-div {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    height: auto;
}
@media (max-width: 767px) {
    label.exp-div {
        width: 50%;
    }
}
@media (max-width: 375px) {
    label.exp-div {
        width: 100%;
    }
}

label.blank-label {
    width: 100%;
}
@media (max-width: 767px) {
    label.blank-label {
        display: none;
    }
}

@media (max-width: 767px) {
    .double-btn {
        margin-top: 15px !important;
        display: inline-block;
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .double-btn {
        padding: 0 15px;
    }
}

span.input-group-btn.input-group-addon {
    background: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
}

.row.mobile.search-row {
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 991px) and (min-width: 528px) {
    .row.mobile.search-row {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.time-row a .time-class.selected {
    background-color: #001489 !important;
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .search-row .col-xs-6.col-sm-2 {
        width: 16.666666666666664%;
    }
}
.search-row .form-control:focus {
    border-color: #001489;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6);
}

.alert-bar {
    background-color: #ffe20f;
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}
.alert-bar .container {
    display: table;
}
@media (max-width: 767px) {
    .alert-bar .container {
        width: 100%;
        padding: 0px 25px;
    }
}
@media (min-width: 768px) {
    .alert-bar .container {
        width: 697px;
    }
}
@media (min-width: 992px) {
    .alert-bar .container {
        width: 919px;
    }
}
@media (min-width: 1200px) {
    .alert-bar .container {
        width: 1120px;
    }
}
.alert-bar .fa {
    display: table-cell !important;
    vertical-align: middle;
    float: none !important;
    padding: 0px 10px 0px 0px !important;
    font-size: 39px;
    display: block;
    float: left;
    padding-right: 30px;
}
.alert-bar span {
    max-width: 800px;
    display: inline-block;
    margin-top: 0px;
}

@media (max-width: 639px) {
    .alert-bar .fa {
        font-size: 44px;
        display: block;
        float: left;
        padding-right: 30px;
        padding-top: 5px;
    }
}
@media (max-width: 469px) {
    .alert-bar .fa {
        font-size: 55px;
        display: block;
        float: left;
        padding-right: 30px;
        padding-top: 10px;
    }
}
@media (max-width: 395px) {
    .alert-bar .fa {
        font-size: 55px;
        display: block;
        float: left;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
.alert-bar span.line-br {
    max-width: 900px;
}

span.dot-info {
    display: inline;
    text-decoration: underline;
}

/** Updated Page Wrap **/
.wrap {
    position: relative;
    padding: 10px 10px 40px 10px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 0rem solid #001489;
}

/** Booking Step 1 update **/
.quant-box {
    padding: 15px;
    border: 1px solid #001489;
    background-color: transparent;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    /*overflow: hidden;*/
}

.quant-question {
    position: absolute;
    right: 0;
    right: 5px;
    bottom: 5px;
    height: 18px;
}
.quant-question .fa {
    font-size: 18px;
    color: darkgrey;
}
.quant-question .fa:hover {
    cursor: pointer;
}

.q-title h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-family: 'ApexNew-Bold', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #071231;
    font-size: 22px;
    border-bottom: none;
}

.number, .tablesaw td.number, td.number .tablesaw-cell-content,
.tablesaw td.right-aligned, td.right-aligned .tablesaw-cell-content {
    text-align: right;
}

@media (max-width: 1199px) {
    .q-title h3 {
        font-size: 20px;
    }
}

.booking-total-sp {
    margin-top: 0px;
    float: right;
    text-align: right;
    min-width: 200px;
}

@media (max-width: 991px) {
    .quant-box {
        text-align: left;
        height: 94px;
    }
    .quant-box .quant-question {
        position: absolute;
        /* right: 0; */
        LEFT: 225px;
        TOP: 15px;
        height: 18px;
    }
    .quant-box .l-mobile {
        float: left;
        width: 80%;
    }
    .quant-box .l-mobile .q-price, .quant-box .l-mobile .q-tot-green {
        display: inline-block;
    }
    .quant-box .l-mobile .q-tot-green {
        margin-left: 10px;
    }
    .quant-box .r-mobile {
        width: 19%;
        float: left;
    }
    .quant-box .r-mobile a.btn.btn-default.blue {
        width: 100%;
        margin-bottom: 1px;
    }
    .quant-box .r-mobile a.btn.btn-default.blue.dk {
        width: 100%;
        margin-top: 1px;
    }
}
.q-title {
    height: 68px;
}
@media (max-width: 991px) {
    .q-title {
        height: 40px;
    }
}

.q-tot-green {
    color: green;
    height: 30px;
    line-height: 20px;
}
.q-tot-green p {
    margin-bottom: 0px;
}

.q-button .blue {
    background-color: #001489 !important;
    border: 1px solid #ebe6df;
    padding: 6px 30px 4px 30px !important;
    background-color: #001489;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='$primary', EndColorStr='$primary');
}
.q-button .blue.dk {
    background-color: #071231 !important;
    border: 1px solid #ebe6df;
    background-color: #0c1226;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0c1226', EndColorStr='#0c1226');
}
.q-button .blue.dk:hover {
    background-color: #030918 !important;
}
.q-button .blue:hover {
    border: 1px solid #ebe6df;
}

.q-button.hit .blue {
    background-color: green !important;
    border: 1px solid #ebe6df;
    padding: 6px 30px 4px 30px !important;
    background-color: green;
}
.q-button.hit .blue.dk {
    background-color: darkgrey !important;
    border: 1px solid #ebe6df;
    background-color: darkgrey;
}
.q-button.hit .blue.dk:hover {
    background-color: #8d8d8d !important;
}

.q-button.hit .blue:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #035a03;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.q-button.hit .blue:hover:before, .q-button.hit .blue:focus:before, .q-button.hit .blue:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.q-button .blue.dk:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.q-button .blue.dk:hover:before, .q-button .blue.dk:focus:before, .q-button .blue.dk:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

@media (max-width: 991px) {
    .quant-box.mobile {
        padding: 0px;
        border: 0px solid #071231;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        height: auto !important;
    }

    .quant-box.mobile .q-title {
        height: 40px;
    }

    img.img-responsive.search-img {
        /*max-width: 100px;*/
        margin: 0 auto;
    }

    .quant-box.mobile p {
        margin-bottom: 5px;
    }

    .quant-box.mobile .quant-question {
        position: relative;
        height: auto !important;
    }

    .quant-box.mobile .l-mobile {
        float: none;
        width: auto;
    }

    .quant-box.mobile .l-mobile .q-price, .quant-box.mobile .l-mobile .q-tot-green {
        display: block;
    }

    .quant-box.mobile .l-mobile .q-tot-green {
        margin-left: 0px;
        height: 30px !important;
        line-height: 20px;
    }

    .quant-box.mobile .r-mobile {
        width: auto;
        float: none;
    }

    .quant-box.mobile .r-mobile a.btn.btn-default.blue {
        width: auto;
        min-width: 60px;
        margin-bottom: 0px;
    }

    .quant-box.mobile .r-mobile a.btn.btn-default.blue.dk {
        width: auto;
        margin-top: 0px;
    }

    .quant-box.mobile .q-title h3 {
        font-size: 15px;
        font-weight: 100 !important;
        font-family: '';
        text-transform: none;
    }
}
@media (max-width: 435px) {
    .q-button.hit .blue {
        padding: 6px 10px 4px 10px !important;
    }

    .q-button .blue {
        padding: 6px 10px 4px 10px !important;
    }

    .q-title h3 {
        font-size: 21px;
    }

    .quant-box .quant-question {
        position: absolute;
        /* right: 0; */
        left: 185px;
    }
}
.show-more-section-col {
    padding-right: 7px;
}
@media (max-width: 991px) {
    .show-more-section-col {
        padding-right: 16px;
    }
}

.extra-img {
    max-height: 85px;
}

.w-100 {
    width: 100%;
}

/** Sidebar adjustments **/
aside#side-menu {
    margin-top: 12px;
}

.responsive-calendar {
    background: transparent;
    margin: 10px 0px 10px 0px !important;
    padding-top: 0px;
}

.cal-purple {
    background: #ebe6df;
    outline: 1px solid #ccc;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #001489 !important;
    border-color: transparent;
    color: #fff;
    border-radius: 0px !important;
}

.form-control.calendar-home:focus {
    border-color: #001489;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px #001489, 0 0 0px #001489;
    box-shadow: inset 0 0px 0px #001489, 0 0 0px #001489;
}

.basket-sidebar {
    background: whitesmoke;
}

/** Basket Nav **/
.basket-nav {
    height: 45px;
    margin-right: 15px !important;
    margin-left: 10px!important;
    margin-top: 4px;
}
@media (max-width: 991px) {
    .basket-nav {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
        margin-top: 0px !important;
        text-align: center;
    }
}
.basket-nav a:hover {
    cursor: pointer;
    text-decoration: none;
}
.basket-nav a:hover i {
    color: #03f !important;
}
@media (max-width: 991px) {
    .basket-nav a:hover i {
        color: whitesmoke;
    }
}
.basket-nav i {
    font-size: 17px;
    color: #001489;
}
@media (max-width: 991px) {
    .basket-nav i {
        color: white;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        float: none !important;
        margin: 0px -0px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 63.236em) and (min-width: 47.75em) {
    ul.nav.navbar-nav.navbar-right.basket-nav {
        float: right;
        margin-top: 0px;
    }
}
table.tablesaw {
    background-color: whitesmoke;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: #001489;
    /* Black fallback color */
    background-color: #001489;
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 45px;
    color: #fff !important;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.overlay-inner {
    padding: 20px;
}
.overlay-inner .mobile-logos {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.overlay-inner .mobile-logos img {
    margin: 0 auto;
    float: none;
    max-width: 64px;
}
.overlay-inner li {
    width: 100%;
    display: block;
    float: left;
    padding: 12px 0px;
}
.overlay-inner li a {
    padding: 0px;
    font-family: "BasisGrotesquePro", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .3px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    text-transform: uppercase;
}
.overlay-inner li a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6) !important;
}
.overlay-inner ul.nav.navbar-nav.navbar-right.basket-nav {
    float: left;
    text-align: left;
}
.overlay-inner ul.nav.navbar-nav.navbar-right.basket-nav a {
    padding: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    line-height: initial;
}
.overlay-inner ul.nav.navbar-nav.navbar-right.basket-nav a i {
    margin-top: 0px;
    color: rgba(255, 255, 255, 0.6);
}

select.form-control.sm-form {
    max-width: 85px !important;
}

.border-line {
    display: inline;
    width: 1px;
    border-right: 1px solid #140a47;
    height: 17px;
    padding-left: 5px;
    margin-top: 0px;
    padding-bottom: 3px;
    padding-top: 4px;
    margin-right: 6px;
}
@media (max-width: 991px) {
    .border-line {
        border-right: 0px solid #140a47;
        height: 14px !important;
        display: block;
    }
}

.row.desktop-index-title {
    background: transparent;
    text-align: center;
    max-width: 100%;
    z-index: 2;
    position: relative;
    margin-top: -135px;
    margin-left: 0px;
}
@media (max-width: 991px) {
    .row.desktop-index-title {
        display: none;
    }
}

.row.desktop-index-title h1 {
    font-family: "Chelsea-Chiselled", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 70px;
    color: white;
    padding-left: 200px;
}
@media (max-width: 1199px) {
    .row.desktop-index-title h1 {
        padding-left: 250px;
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .mobile-index-title {
        display: block;
        margin-top: 0px;
    }
}
.red-btn-skew.search-btn a {
    font-size: 17px !important;
}

@media (max-width: 991px) {
    #search-section {
        position: absolute;
        top: 275px;
    }
}
@media (max-width: 767px) {
    #search-section {
        position: relative;
        top: 0px;
    }
}

/** Calendar **/
.bootstrap-datetimepicker-widget {
    z-index: 999999;
}
.bootstrap-datetimepicker-widget .prev:hover, .bootstrap-datetimepicker-widget .next:hover {
    background: none;
    background-color: transparent !important;
}
.bootstrap-datetimepicker-widget table td.day {
    border-radius: 0px;
    font-weight: bold;
}
.bootstrap-datetimepicker-widget table td.day:hover {
    background: #001489 !important;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active {
    background: #03f !important;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #03f !important;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget .glyphicon.glyphicon-chevron-right {
    color: #001489;
}
.bootstrap-datetimepicker-widget .prev:hover .glyphicon, .bootstrap-datetimepicker-widget .next:hover .glyphicon {
    color: #03f;
}
.bootstrap-datetimepicker-widget .glyphicon.glyphicon-chevron-left {
    color: #001489;
}

table.tablesaw {
    background-color: transparent;
}
table.tablesaw tr:nth-child(even) {
    background-color: transparent;
}

.tablesaw thead th {
    font-weight: bold !important;
    border-bottom: 0px solid #001489;
    padding-left: 10px;
    background: transparent;
    border: 0px;
}

.tablesaw thead tr {
    border-bottom: 1px solid #001489;
}

.tablesaw-stack tbody tr {
    border-bottom: 1px solid #001489;
}

.form-control {
    border: 1px solid #001489;
}

.table-first-col tr td:first-child {
    font-weight: bold;
    width: 15%;
}
@media (max-width: 991px) {
    .table-first-col tr td:first-child {
        width: auto;
    }
}

.input-group-addon {
    border: 1px solid #001489;
}

.tour-features h3 {
    margin-top: 0px;
}

.modal-content {
    position: relative;
    background-color: #ebe6df;
    border: 0px solid #999999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-header {
    padding: 15px 21px 14px !important;
    min-height: 16.428571429px;
    border-bottom: 0px solid #001489;
}
.modal-header h4 {
    font-size: 23px !important;
}

.modal-body {
    position: relative;
    padding: 0px 20px;
}

.modal-title {
    color: #001489;
}

.tablesaw thead th {
    text-shadow: 0 0px 0 #fff;
}

select.form-control {
    background-color: transparent;
}

.form-control {
    background-color: transparent;
}

input.form-control.calendar-home.generic_input {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
}

.form-group.col-xs-12.col-sm-2.no-gutters {
    min-width: 165px;
}
@media (max-width: 991px) {
    .form-group.col-xs-12.col-sm-2.no-gutters {
        min-width: unset;
    }
}

@media (max-width: 991px) {
    .row.mobile.time-row .col-xs-2 {
        width: 13%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .row.mobile.time-row .col-xs-2 {
        width: 25%;
        margin-bottom: 15px;
    }
}

.input-group-addon {
    background: transparent;
}

@media (max-width: 991px) {
    .col-sm-5.text-right {
        float: left;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .prices-title {
        margin-top: 0px !important;
    }
}

img.extra-icon {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 200px;
    padding: 5%;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    img.extra-icon {
        max-height: 600px;
        padding: 15px;
    }
}

@media screen and (min-width: 1025px) {
    img.extra-icon {
        max-height: 200px;
        padding: 20px;
    }
}


#extra-info .modal-dialog {
    width: 800px;
}
@media (max-width: 920px) {
    #extra-info .modal-dialog {
        width: 100%;
    }
}
#extra-info .q-title {
    height: 80px;
}
#extra-info .q-title h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-family: 'ApexNew-Bold', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #071231;
    font-size: 22px;
}
@media (max-width: 1199px) {
    #extra-info .q-title h3 {
        font-size: 19px;
    }
}
@media (max-width: 991px) {
    #extra-info .q-title h3 {
        font-weight: bold !important;
    }
}
@media (max-width: 655px) and (min-width: 576px) {
    #extra-info .q-title h3 {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    #extra-info .q-title {
        height: 75px;
    }
}
@media (max-width: 575px) {
    #extra-info .q-title {
        height: auto;
    }
}
#extra-info .quant-box {
    padding: 15px;
    border: 1px solid #001489;
    background-color: transparent;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 374px) {
    #extra-info .quant-box {
        padding: 10px 7px 10px 7px;
    }
}
#extra-info .q-descript {
    height: 60px;
}
@media (max-width: 700px) {
    #extra-info .q-descript {
        height: 75px;
    }
}
@media (max-width: 575px) {
    #extra-info .q-descript {
        height: auto;
    }
}

.col-xs-6.modal-section-extra {
    width: 50%;
}
@media (max-width: 575px) {
    .col-xs-6.modal-section-extra {
        width: 100%;
    }
}

.cookieAcceptBar {
    display: none;
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #6b6763;
    color: #fff;
    padding: 20px 0;
    z-index: 99999;
}

.cookie-content {
    margin: 0 auto;
    width: 75%;
    text-align: left;
}
@media (max-width: 767px) {
    .cookie-content {
        width: 85%;
        margin-bottom: 5px;
    }
}

.cookie-content .col-md-2 {
    text-align: center;
}
@media (max-width: 991px) {
    .cookie-content .col-md-2 {
        text-align: left;
        margin-top: 10px;
        padding-left: 15px;
    }
}

.cookie-content p {
    text-align: left;
    margin-bottom: 0px;
}

.cookieAcceptBar .cookie-content button {
    text-align: center;
    margin-left: 0px !important;
    background-color: transparent;
    border-color: white;
    margin-top: 3px;
}

.cookieAcceptBar a {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

.cookieAcceptBar a:hover {
    color: #ddd !important;
    text-decoration: underline;
    font-weight: normal;
}

.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}