/* Generated 04/12/2024 14:21:20 */
/* #221134 #4A2763 #FFFFFF */

.header {
    background-color: #221134;
}

.button-holder {
    background-color: #4A2763;
}

.text-everywhere{
    color: #FFFFFF;
}

.tenant-color {
     color: #FFFFFF !important;
    background-color: #221134 !important;
}
button.green-button, a.green-button, .if-cash .btn-pay {
    color: #FFFFFF !important;
    background-color: #221134 !important;
    border: 0px;
    border-radius: 25px;
    padding: 10px 40px;
    margin-top: 20px;
    width: 100%;
    max-width: 320px;
}

.footer {
    background-color: #221134 !important;
}


/*Burger icon */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 40px;
    height: 30px;
    position: absolute;
    margin: 0px 0px 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    left: 0;
    right: 0;
    top: -10px;
    z-index: 99999;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 40px;
    background: #FFFFFF;
    border-radius: 17px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    z-index: 999;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
    /*background: #0C4F9C;*/
}

#nav-icon1 span:nth-child(2) {
    top: 9px;
    /*background: #FDC205;*/
}

#nav-icon1 span:nth-child(3) {
    top: 19px;
    /*background: #7B8234;*/
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.main-nav {
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #221134;
    color: #FFFFFF;
    z-index: 99;
    height: 100vh;
    overflow-y: auto;
    top: 0px;
    overflow-x: hidden;
}

.main-nav-mobile {
    opacity: 1 !important;
    pointer-events: all;
}

/* End burger */

.header {
    background: #221134;
    position: relative;
}

.logo-holder a {
    width: 55px;
    display: block;
}

img {
    max-width: 100%;
}

.footer {
    background: #221134;
    position: relative;
    min-height: 41px;
    box-shadow: 3px 3px 10px 16px rgba(0, 0, 0, 0.2);
}

.header a,
.footer a, .footer p {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}

.header a {
    margin: 0px 3px;
}

.button-holder {
    background: #221134;
}

.min-height-fix {
    min-height: calc(100vh - 103px);
}

.button-holder img {
    display: block;
    margin: 0px auto 10px auto;
    height: 50px;
}

.button-holder a {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

.button-holder .col {
    /*    border-right: 2px solid #FFFFFF;*/
    position: relative;
    transition: all 0.4s ease;
}

.button-holder .col::after {
    content: " ";
    position: absolute;
    top: 50%;
    height: 100px;
    margin-top: -50px;
    right: 0px;
    width: 2px;
    background: #FFFFFF;
}
.button-holder .col:hover {
    background: #4A2763;
    border-radius: 50px 50px 0px 0px;
}

.button-holder .col:hover::after {
    opacity: 0;
}

.button-holder .col:last-child::after {
    /*    border-right: 0px;*/
    display: none;
}

.item-slider {
    position: relative;
}

.large-slide .owl-carousel {
    max-height: calc(100vh - 283px);
    overflow: hidden;
    min-height: calc(100vh - 283px);
}

.item.slider .col.caption {
    max-width: 600px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 25%;
    right: 40px;
    padding: 20px;
}

.large-slide .caption h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.page-header {
    position: relative;
}

.page-header h1,
.page-header h2,
.page-header h3 {
    display: inline-block;
    background: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 29px;
    color: #221134;
    padding: 0px 40px;
}

.page-header h1::after,
.page-header h2::after {
    display: block;
    max-width: 90%;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0px auto;
    height: 2px;
    background: #221134;
    content: " ";
    z-index: -1;
}

.page-header h3 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #221134;
}

.round-border {
    border: 2px solid #221134;
    border-radius: 25px;
    position: relative;
}

.round-border h2 {
    position: absolute;
    top: -35px;
    background: #fff;
    padding: 0px 40px;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    width: auto;
max-width: 600px;
}

.round-border span {
    background: #221134;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 25px;
    display: block;
    margin: 0px auto;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 23px;
}

.lesson-holder .col-md-12 {
    border: 2px solid #221134;
    border-radius: 25px;
    overflow: hidden;
}

.time-duration {
    text-align: center;
    padding: 10px 0px;
}

.lesson-holder a:hover {
    text-decoration: none;
}

.lesson-description {
    background: #221134;
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    transition: all 0.4s ease;
    min-height: 135px;
}

.booking-area .spaces-left, .booking-area .booking-card::before, .booking-area .step-tab, .booking-area .custom-radio .custom-control-input:checked ~ .custom-control-label, .booking-area .btn-basket, span.time_hour:hover, span.time_hour:focus {

    background: #221134;
    color: #FFFFFF;
}

.fully-booked {
    background: #5a5a5a;
}

.lesson-description p {
    margin-bottom: 0px;
    font-size: 14px;
}
.lesson-holder a:hover > .lesson-description {
    background: #221134;
}

.time-duration h5,
.time-duration h6 {
    color: #FFFFFF;
    font-weight: 300;
}

.lesson-holder .time-duration h5,
.lesson-holder .time-duration h6 {
    color: #221134;
    font-weight: 300;
}

.time-duration h5 {
    font-size: 26px;
    margin-bottom: 0px;
}

.time-duration h6 {
    font-size: 15px;
    margin-bottom: 0px;
}

span.green-key {
    background: transparent;
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin-left: 98px;
    position: relative;
}

span.green-key::before {
    display: block;
    position: absolute;
    left: -50px;
    background: #221134;
    width: 60px;
    height: 40px;
    border-radius: 25px;
    content: " ";
    top: 12px;
}

a.time-button {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    width: calc(100% / 8 - 10px);
    text-align: center;
    display: inline-block;
    transition: all 0.4s ease;
    padding: 5px;
    border-radius: 25px;
}

a.time-button:hover {
    text-decoration: none;
    color: #fff;
    background: #cccccc;
}

a.green-bg,
a.green-bg:hover {
    background-color: #221134;
    color: #FFFFFF;
    cursor: default;
}

.time-row {
    border-bottom: 1px solid #000;
}

.info-heading {
    font-size: 23px;
    font-weight: 300;
    display: inline-block;
    margin: 0px auto;
    max-width: 900px;
}

.modal-body .green-holder {
    border: 2px solid #221134;
    border-radius: 25px;
    overflow: hidden;
}

.modal-body .black-holder,
.block-holder {
    border: 2px solid #221134;
    border-radius: 25px;
    overflow: hidden;
}

/*
.block p {
    margin: 0px;
    padding: 33px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
*/
.block p {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.green-holder .block {
    background: #221134;
    color: #fff;
}

.block-holder span {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
}

.black-holder .block {
    background: #221134;
    color: #fff;
}

.rider-name-holder {
    position: relative;
    height: 35px;
}

.label-wrap {
    position: absolute;
    bottom: -20px;
    right: 0px;
    left: 0px;
}

span.rider-name {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    opacity: 1;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    transform: translateX(-100);
    top: -60px;
}

span.rider-name.active-rider,
span.rider-name.active-courseRider,
span.horse-name.active-courseHorse {
    top: 0px;
}

.arrow-left,
.arrow-right {
    cursor: pointer;
}

span.horse-name {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    opacity: 1;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    transform: translateX(-100);
    top: -100px;
}

span.horse-name.active-horse {
    top: 0px;
}

span.time-name,
span.school-name,
span.lesson-type-name,
span.instructor-name {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    opacity: 1;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    transform: translateX(-100);
    top: -100px;
}

span.time-name.active-time,
span.school-name.active-school,
span.lesson-type-name.active-lesson-type,
span.instructor-name.active-instructor {
    top: 0px;
}

.booking-modal {
    max-width: 700px;
}
.modal-header {


    border-bottom: 0px;


}

.modal-header h3 {

    display: block;
    width: 100%;
    text-align: center;

}

.block img {
    height: 84px;
    margin: 0px auto;
    display: block;
    padding: 20px 0px;
}

.arrow-right img,
.arrow-left img {
    display: block;
    margin: 0px auto;
    height: 45px;
}

a.add-rider {
    display: block;
    width: 100%;
    border: 1px solid #221134;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0px;
    max-width: 90%;
    margin: 20px auto 0px auto;
    font-size: 12px;
    color: #000;
    background: transparent;
    transition: all 0.4s ease;
    font-weight: 500;
}

a.add-rider:hover,
a.add-rider:focus {
    background: #221134;
    color: #fff;
    text-decoration: none;
}

a.booking-button {
    display: block;
    padding: 20px 0px 20px 100px;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #221134;
    background-size: 90px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.lesson-date-select:hover {
    text-decoration: none;
}


a.booking-button:hover,
a.booking-button:focus {
    text-decoration: none;
}

/* a.booking-button.go-to-checkout {
    padding: 20px 0px;
} */

.large-banner img {
    width: 100%;
    height: auto;
}

/*stub for additional rider when added via dynamically to booking modal*/
.additional-rider {
}

a.green-circle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #221134;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    transition: all 0.4s ease;
    margin: 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.green-circle:hover,
a.green-circle:focus {
    background: #4A2763;
    text-decoration: none;
    color: #FFFFFF;
}

.comp-holder .time-duration {
    background: #221134;
    transition: all 0.4s ease;
    color: #FFFFFF;
    min-height: 165px;
}

.comp-holder .lesson-description {
    background: #221134;
    color: #FFFFFF;
    text-align: center;
    padding: 18px;
    font-size: 16px;
    transition: all 0.4s ease;
    min-height: 70px;
}

.comp-holder .time-duration h5 {
    transition: all 0.4s ease;
}

.comp-holder a:focus .time-duration h5,
.comp-holder a:hover .time-duration h5 {
    color: #FFFFFF;
}
.comp-holder a:hover .time-duration,
.comp-holder a:focus .time-duration {
    background: #221134;
    color: #FFFFFF !important;
}

.comp-holder a:hover .lesson-description,
.comp-holder a:focus .lesson-description {
    background: #4A2763;
    color: #FFFFFF;
}

.event-title h2 {
    color: #221134;
    text-transform: uppercase;
    font-size: 22px;
}

.event-bookable a:hover,
.event-bookable a:focus {
    text-decoration: none;
}

.event-name span {
    font-size: 0.9rem;
}

h2.larger {
    color: #000;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
}
.event-bookable {
    border: 1px solid black;
    border-radius: 25px;
}

.event-bookable a {
    display: block;
}

span.class-type {
    display: block;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}

span.class-type strong {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: black;
    color: #fff;
    border-radius: 50%;
}

p.jump-height {
    text-align: center;
    color: #000;
    padding: 5px 0px;
}

span.book-space {
    display: block;
    width: 100%;
    border: 3px solid #221134;
    border-radius: 25px;
    padding: 10px;
    text-align: right;
    position: relative;
    font-size: 13px;
    color: #221134;
    margin: 0px auto;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    max-width: 188px;
}
span.book-space strong {
    position: absolute;
    left: 0px;
    color: #fff;
    background: #221134;
    display: block;
    width: 60px;
    text-align: center;
    height: 100px;
    top: 0px;
    padding-top: 10px;
}

a.normal-link {
    color: #212529;
    text-decoration: none;
    display: block;
    text-align: left;
    padding-left: 0px;
}
button.green-button,
a.green-button {
    background: #221134;
    border: 0px;
    border-radius: 25px;
    padding: 10px 40px;
    margin-top: 20px;
    width: 100%;
    max-width: 320px;
}

button.grey-button,
a.grey-button {
    background: #6c757d;
    border: 0px;
    border-radius: 25px;
    padding: 10px 40px;
    margin-top: 20px;
}

button.red-button,
a.red-button {
    background: red;
    border: 0px;
    border-radius: 25px;
    padding: 10px 40px;
    margin-top: 20px;
}

button.black-button,
a.black-button,
.btn-primary.black-button.disabled,
.btn-primary.black-button:disabled {
    background: #221134;
    border: 0px;
    border-radius: 25px;
    padding: 15px 40px;
    margin-top: 20px;
    width: 100%;
    color: #fff;
    background-color: #221134;
    border-color: #FFFFFF;
    color: #FFFFFF;

}

button.green-button:hover,
a.green-button:hover,
button.green-button:focus,
a.green-button:focus,
.small-button:hover,
.small-button:focus {
    background: #221134;
}

button.black-button:focus,
a.black-button:focus,
button.black-button:hover,
a.black-button:hover {
    background: #221134;
}

.small-button {
    background: #221134;
    border: 0px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 20px;
}

.input-group-text {
    min-width: 9rem;
    padding-left: 15px;
    font-weight: 300;
    font-size: 14px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #221134;
    color: #FFFFFF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #221134;
    color: #FFFFFF;
}

.new-book-modal .custom-radio .custom-control-input .custom-control-label::before, .new-book-modal .custom-radio .custom-control-input .custom-control-label::after, .new-book-modal .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .new-book-modal .custom-radio .custom-control-input:checked ~ .custom-control-label::after,.new-book-modal .custom-control-label::before, .custom-control-label::after {
    display: none;
}

.new-book-modal .custom-checkbox .custom-control-input .custom-control-label::before, .new-book-modal .custom-checkbox .custom-control-input .custom-control-label::after,.new-book-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,.new-book-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
   display: none;
}

.new-book-modal .custom-control-label {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
    width: 150px;
    height: auto;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 10px 0px;
      -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.0);
            box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.0);
    font-size: 14px;
border-radius: 8px;
    cursor: pointer;
    padding: 15px 0px;

}
.new-book-modal .custom-control-label:hover, .new-book-modal .custom-control-label:focus {
    background: #f5f5f5;
}

.border-bottom-modal {
    border-bottom: 3px solid #221134;
    padding: 20px 0px;
}

.new-book-modal .custom-control.custom-radio, .new-book-modal .custom-control.custom-checkbox {
    padding-left: 0px;
}

.new-book-modal .custom-radio .custom-control-input:checked ~ .custom-control-label {
    background-color: #221134;
    color: #FFFFFF;
      -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
            box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
}

.new-book-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    background-color: #221134;
    color: #FFFFFF;
      -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
            box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #221134;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 55, 0.25);
}

.footer p {
    margin: 0px;
}

.addthis_toolbox,
.addthis-animated {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.account-area .table-responsive {
    border: 3px solid #221134;
    border-radius: 25px;
}

.account-area .table-responsive table {
    border-radius: 25px;
    margin: 0px;
}

.account-area .table-responsive table th {
    background: #221134;
    color: #fff;
    border: 0px;
    text-align: center;
    padding: 15px 5px;
    text-transform: uppercase;
    font-weight: 300;
    vertical-align: middle;
    border-right: 1px solid #fff;
    min-width: 144px;
}

.account-area .table-responsive table th:last-of-type {
    border-right: 0px;
}

.account-area .table-responsive table th tr:nth-child(even) {
    background: #f2f2f2;
}

.account-area .table-responsive table tr td {
    text-align: center;
    padding: 15px 5px;
    text-transform: uppercase;
    font-weight: 300;
    vertical-align: middle;
    border-right: 1px solid #221134;
    min-width: 144px;
    font-size: 14px;
}

.account-area .table-responsive table tr td:last-of-type {
    border-right: 0px;
}

.account-area .table-responsive table tr td a,
.account-area .table-responsive table tr td button {
    color: #FFFFFF;
    text-decoration: none;
    background: #221134;
    display: block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 25px;
    transition: all 0.4s ease;
    max-width: 120px;
    margin: 0px auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    -webkit-appearance: none;
    border: 0px;
    width: 100%;
}

.modal-footer button {
    max-width: 900px !important;
}
.account-area .table-responsive table tr td a:hover,
.account-area .table-responsive table tr td button:hover {
    background: #221134;
}

.account-area .table-responsive table th img {
    width: 24px;
    margin-left: 5px;
}
span.oval {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-radius: 25px;
    position: relative;
    left: -7px;
    top: 4px;
}

span.oval.green {
    background: #00ab66;
}

span.oval.red {
    background: red;
}

.admin-buttons a.btn {
    background: #221134;
    border: none;
    border-radius: 25px;
    padding: 20px 10px;
    margin: 20px 20px 20px 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    transition: all 0.4s ease;
}

a.credit-show {
    cursor: none;
    pointer-events: none;
}

.voucher-a a,
span.voucher-value {
    display: inline-block;
    color: #221134;
    font-size: 31px;
    padding: 33px;
    border-radius: 50%;
    border: 5px solid #221134;
    width: 150px;
    height: 150px;
    margin: 0px 10px;
    background: #FFFFFF;
    transition: all 0.4s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
}

.voucher-a a:hover {
    background: #4A2763;
    color: #FFFFFF;
    text-decoration: none;
}

.rangeslider__fill {
    background-color: #221134;
}

a.important-link {
    color: #221134;
    font-weight: 800;
}

.side-nav .admin-buttons a.btn {
    background: #221134;
    border: none;
    border-radius: 25px;
    padding: 10px;
    margin: 5px 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.admin-buttons a.btn:hover,
.admin-buttons a.btn:focus {
    background: #4A2763;
    color: #fff;
}

.rider-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    color: #221134;
    list-style-type: none;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    margin: 10px 5px 0 5px;
}

#telescope .header {
    background: #fff;
}

li.is-main {
    display: inline-block;
    width: calc(100% / 3 - 20px);
    padding: 0px 20px;
    vertical-align: top;
    margin-top: 10px;
}

.nav ul {
    margin: 0px;
    padding: 0px;
}

li.is-main ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
}

li.is-main > a {
    font-weight: 800;
    border-bottom: 2px dashed #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    color: #FFFFFF;
}

li.is-main > a:hover {
    color: #4A2763;
    text-decoration: none;
    border-bottom: 2px solid #4A2763;
}

li.is-child a {
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 10px;
    display: block;
}

li.is-child a::after {
    width: 0px;
    height: 2px;
    background: #FFFFFF;
    transition: all 0.4s ease;
    content: " ";
    display: block;
}

li.is-child a:hover {
    text-decoration: none;
}

li.is-child a:hover::after {
    width: 100%;
}

.booking-unavailable {
    background-color: red;
    pointer-events: none;
}

.morning-unavailable {
    background-image: -webkit-linear-gradient(135deg, #FFFFFF 50%, #4A2763 50%);
}

.afternoon-unavailable {
    background-image: -webkit-linear-gradient(135deg, #4A2763 50%, #FFFFFF 50%);
}

h3 {
    font-weight: 300;
}

.horse-box-holder ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0px 20px;
}

.horse-box-holder ul li {
    position: relative;
    padding-left: 10px;
}

.horse-box-holder ul li::before {
    display: block;
    content: " ";
    border-radius: 50%;
    border: 2px solid #221134;
    position: absolute;
    left: -20px;
    width: 15px;
    height: 15px;
    top: 4px;
}

.box-image img {
    border-radius: 50px;
    overflow: hidden;
}

h2.transparent-bg {
    position: absolute;
    top: -17px;
    background: #fff;
    padding: 0px 40px;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    width: 320px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
}

h2.small-h2 {
    font-size: 20px;
    text-align: center;
}

.book-box-modal input[type="text"] {
    font-size: 14px;
    padding-left: 10px;
}

.modal-header h5 {

    font-weight: 300;
    display: block;
    text-align: center;
    width: 100%;

}

input#voucher-code {
    text-transform: uppercase;
}

/* start slide panel*/
.cd-panel {
    /*...*/
    visibility: hidden;
    transition: visibility 0s 0.6s;
}

.cd-panel.cd-panel--is-visible {
    visibility: visible;
    transition: visibility 0s 0s;
}

.cd-panel--from-right .cd-panel__header {
    right: 0;
}

.cd-panel--from-left .cd-panel__header {
    left: 0;
}

.cd-panel--is-visible .cd-panel__header {
    transition: transform 0.3s 0.3s;
    transform: translateY(0px);
}


.cd-panel--from-right .cd-panel__container {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    overflow: auto;
}

a.cd-panel__close {
    font-size: 46px;
    color: #221134;
    position: absolute;
    top: 0px;
    right: 20px;
    transition: all 0.4s ease;
}

a.cd-panel__close:hover,
a.cd-panel__close:focus {
    color: #221134;
}

.cd-panel__content .block img {
    height: 54px;
    margin: 0px auto;
    display: block;
    padding: 10px 0px;
}

.cd-panel__content span.time-name,
.cd-panel__content span.school-name,
.cd-panel__content span.instructor-name {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    transform: translateX(-100);
    top: -100px;
}

.cd-panel__content span.time-name.active-time,
.cd-panel__content span.school-name.active-school,
.cd-panel__content span.instructor-name.active-instructor {
    top: -10px;
}

.cd-panel__content .block p {
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.cd-panel__content span.horse-name.active-horse {
    top: -10px;
}
.cd-panel__content span.horse-name {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    transform: translateX(-100);
    top: -100px;
}

.cd-panel__content a.booking-button {
    display: block;
    padding: 20px 0px 20px 100px;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #221134;
    background-size: 81px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

ul.additional-rider {
    padding: 20px 0px;
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #221134;
    margin: 0px 0px 20px 0px;
    font-size: 12px;
}

ul.additional-rider:last-of-type {
    border-bottom: 0px;
}

ul.additional-rider li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 10px 0px 10px 10px;
    background: #f5f5f5;
}
ul.additional-rider li:nth-of-type(even) {
    background: #fff;
}

/* end slide panel*/

h1.main-date {
    color: #000;
    font-weight: 300;
}

.date-form-picker .xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
    width: 100%;
}

.date-form-picker .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100%;
    float: left;
    margin-left: 8px;
}

.date-form-picker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.date-form-picker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.date-form-picker
    .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #221134;
    box-shadow: #221134 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.date-form-picker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #FFFFFF;
}

.date-form-picker .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.date-form-picker
    .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div:hover {
    color: #fff !important;
    background: #221134 !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #221134;
    border-color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #FFFFFF;
    background-color: #221134;
    border-color: #FFFFFF;
}

.mobile-button-holder {
    display: none;
}
.owl-item {
    background: transparent;
}

.login-auth-modal {
    top: 50%;
    margin-top: -200px;
}

.login-auth-modal .alert-warning {

    border-color: transparent;
    font-size: 21px;
}

.login-auth-modal .modal-header,
.login-auth-modal .modal-footer {
    border-bottom: 0px;
    border-top: 0px;
}
.top-image img {
    width: 100%;
    height: auto;
}
.sale-content ul {
    margin: 0px;
    padding: 0px;

}

.sale-content ul li {
    margin: 7px 0px;
}
 .hideaway {
        display: none;
    }

p.oval-holder {
    position: relative;
    max-width: 200px;
    display: block;
    margin: 0px auto;
    text-align: left;
}


.black-logos .app-icon-buttons img, .t3.black-logos .contact-holder a img  {

    filter: contrast(0);

}
.black-logos .nav-holder li.is-main > a {

    filter: contrast(0);

}

.black-logos .nav-holder li.is-child a {

    filter: contrast(0);

}
.t2 .button-holder a:hover, .t2 .button-holder a:focus, .slider a {
    background: #4A2763 !important;
    color: #FFFFFF !important;
}

.black-logos button.green-button, .black-logos a.green-button {
    border: 2px solid #FFFFFF;
}

.black-logos .admin-buttons a.btn {
    border: 2px solid #text_color;
}

.black-logos .page-header h1,
.black-logos .page-header h2,
.black-logos .page-header h3 {

    background: transparent;
    text-transform: uppercase;
    color: #FFFFFF;

}

.black-logos  a.booking-button {

    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.black-logos .admin-buttons a.btn {
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;

}

.black-logos a.important-link {
    color: #FFFFFF;
    font-weight: 800;
}

.black-logos .btn-primary {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.lesson-description p {
    color: #FFFFFF;
}

/*
.black-logos .lesson-description p, .black-logos .time-duration h5, .black-logos .time-duration h6 {
    color: #FFFFFF;
}
*/

.login-auth-modal .modal-content {

    background: #221134;
    color: #FFFFFF;


}

.login-auth-modal .alert-warning {

    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
    font-size: 21px;

}

#nav-icon1 small {
    position: absolute;
    bottom: -20px;
    color: #FFFFFF;
    text-align: center;
    left: 0px;
    right: 0px;
}

.logo-holder a {
    width: 100%;
}

.cd-panel__container {
    z-index: 9999999;
}

.in-content a {
    color: #221134;
    text-decoration: none;
    transition: all 0.4s ease;
}

.in-content a:hover, .in-content a:focus {
    color: #4A2763;
    text-decoration: none;
}

.in-content .page-header h1, .in-content .page-header h2, .in-content .page-header h3 {
    color:#221134;
}

.black-logos .in-content .page-header h1, .black-logos .in-content .page-header h2, .black-logos .in-content .page-header h3 {
    color:#FFFFFF;
}

.black-logos .in-content a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.4s ease;
}

.black-logos .in-content a:hover, .black-logos .in-content a:focus {
    color: #4A2763;
    text-decoration: none;
}

.in-content img {
    padding: 5px;
    max-width: 100%;
    height: auto;
}

.in-content .page-header h1::after, .in-content .page-header h2::after {
    display: none !important;
}

button.green-button, a.green-button, .if-cash .btn-pay, .fb-actions button, .serviceslider-logo a.read-more {
    background: #221134;
    color: #FFFFFF;
}
.black-logos button.green-button,.black-logos a.green-button, .black-logos .if-cash .btn-pay,.black-logos .fb-actions button,.black-logos .serviceslider-logo a.read-more {
    background: #FFFFFF;
    color: #221134;
}

.comp-holder .time-duration h5,
.comp-holder .time-duration h6 {
    color: #FFFFFF;
    font-weight: 300;
}

.black-logos .comp-holder .time-duration h5,
.black-logos .comp-holder .time-duration h6 {
    color: #221134;
    font-weight: 300;
}

.black-logos .account-area .table-responsive table th {
    background: #FFFFFF;
    color: #221134;
}

.black-logos a.qr img {
    filter: contrast(1) !important;
}

.black-logos a.green-circle {
    background: #FFFFFF;
color:#221134;
}

.add-to-basket::before, .go-to-checkout::before,.request-extra::before {
    background-color: #221134;
}

.add-to-basket:hover::before, .go-to-checkout:hover::before,.request-extra:hover::before {
    background-color: #4A2763;
}

.black-logos .add-to-basket::before, .black-logos .go-to-checkout::before , .black-logos .request-extra::before{
    background-color: #FFFFFF;
    background-blend-mode: difference;
}

.black-logos .custom-radio .custom-control-input:checked ~ .custom-control-label::before,.black-logos .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color:#FFFFFF;
color:#221134;
}

.black-logos .round-border span {
    background: #FFFFFF;
    color: #221134;
}
.black-logos span.green-key {
    background: transparent !important;
    color: #FFFFFF !important;
}

.black-logos span.green-key::before {

    background: #FFFFFF;

}

.black-logos .round-border  {
   border: 2px solid #FFFFFF;
    }

.black-logos .lesson-holder .time-duration h5, .black-logos .lesson-holder .time-duration h6 {
    color: #FFFFFF;
}

.black-logos a.green-bg, .black-logos a.green-bg:hover {
    background-color: #FFFFFF;
color:#221134;
    cursor: default;
}

.black-logos .lesson-holder .col-md-12 {
    border: 2px solid #FFFFFF;
}

.lesson-holder:hover .lesson-description {
    background: #4A2763;
}

.t4 .footer {
    background-color: transparent !important;
}

.t4 .item a {
    color: #FFFFFF;
}

.t1 .button-holder a {
    color: #FFFFFF;
    background: #221134;
}

.t1 .button-holder a::before {
    background: #4A2763;
}

.t1 .big-button a {
    background: #221134;
    color: #FFFFFF;
    border: 2px solid #221134;
}

.t1 .button-holder a:hover, .t1 .button-holder a:focus{
     background: #4A2763;
    color: #FFFFFF;
}
.t1 .button-holder a::before {
    background: #221134;

}

.t1.black-logos .button-holder a {
    background: #FFFFFF;
    color: #221134;
}

.t1.black-logos .big-button a {
    background: #FFFFFF;
    color: #221134;
    border: 2px solid #FFFFFF;
}

.t1.black-logos .button-holder a:hover, .t1.black-logos .button-holder a:focus{
    background: #FFFFFF;
    color: #221134;
}
.t1.black-logos .button-holder a::before {
    background: #FFFFFF;

}
.xdsoft_datetimepicker {
    z-index: 999999999999;
}

.dashboard-home-buttons a.uber-button {

    border: 2px solid #221134;
    color: #221134;
}

.dashboard-home-buttons a.uber-button:hover, .dashboard-home-buttons a.uber-button:focus {

    background: #221134;
    color: #FFFFFF;
}
.black-logos .dashboard-home-buttons a.uber-button {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.t1.black-logos .dashboard-home-buttons a.uber-button:hover,.t1.black-logos .dashboard-home-buttons a.uber-button:focus {
    background: #4A2763;
    color: #221134;
}

.holding-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #221134;
    z-index: 9999999999999999;
    text-align: center;
    display: none;

}

.holding-div * {
    color: #FFFFFF;
}
.black-logos .holding-div {
    background: #FFFFFF;
}

.black-logos span.book-space  {
    color: #FFFFFF;
    border: 3px solid #FFFFFF;
}
.black-logos account-area .table-responsive table tr td a, .black-logos .account-area .table-responsive table tr td button {
    color: #FFFFFF;
}

.black-logos .holding-div * {
    color: #221134;
}

.black-logos .booking-area .spaces-left, .black-logos .booking-area .booking-card::before, .black-logos .booking-area .step-tab, .black-logos .custom-radio .custom-control-input:checked ~ .custom-control-label,.black-logos .booking-area .custom-radio .custom-control-input:checked ~ .custom-control-label, .black-logos .booking-area .btn-basket,.black-logos span.time_hour:hover,.black-logos span.time_hour:focus {

    background: #FFFFFF;
    color: #221134;
}

.black-logos .date-form-picker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.black-logos .date-form-picker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.black-logos .date-form-picker
    .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #FFFFFF;
    box-shadow: #FFFFFF 1px 3px 0 inset;
    color: #221134;
    font-weight: 700;
}

.black-logos .account-area .table-responsive table tr td a,
.black-logos .account-area .table-responsive table tr td button {
    background: #FFFFFF;
    color: #221134;

}

.black-logos .date-form-picker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #221134;
}

.cls-1 {
    stroke: #FFFFFF !important;
}

.black-logos .cls-1 {
    stroke: #FFFFFF !important;
}

a.changer {
    border: 2px solid #221134;
    color: #221134;
    text-decoration: none;
}

.black-logos a.changer {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

a.changer.active-changer {
    background: #221134;
    color: #FFFFFF;
}

.black-logos a.changer.active-changer {
    background:#FFFFFF ;
    color: #221134;
}

.black-logos span.book-space strong {
    position: absolute;
    left: 0px;
    color: #221134;
    background:#FFFFFF;
    display: block;
    width: 60px;
    text-align: center;
    height: 100px;
    top: 0px;
    padding-top: 10px;
}

svg.fall-hire .st0, svg.fall-hire .st1, svg.fall-hire .st2 {
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
    stroke-width: 1.3233px;

}

@media screen and (min-width: 1020px) and (max-width: 3800px) {
 .logo-holder {

    background: #221134;

}

    .t4 .logo-holder {
        background: transparent !important;
    }

}

@media screen and (min-height: 1021px) {
    .owl-carousel .owl-item img {
        display: block;
        width: auto;
        height: calc(100vh - 200px);
        max-width: 300%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1200px) and (max-width: 1800px) and (min-height: 600px) and (max-height: 900px) {
    .owl-carousel .owl-item img {
        width: 100% !important;
        height: auto !important;
        min-height: 1px !important;
        max-height: 9000px !important;
    }
}

@media screen and (max-width: 1700px) {
    .owl-carousel .owl-item img {
        display: block;
        height: 100%;
        max-height: calc(100vh - 283px);
        overflow: hidden;
        min-height: calc(100vh - 283px);
        max-width: 300vw;
        width: auto;
    }
}

@media screen and (max-width: 1550px) {
    .owl-carousel .owl-item img {
        display: block;
        width: auto;
        max-width: 9000px;
    }

    .cd-panel__container {
        width: 100%;
    }
}

@media screen and (max-width: 1440px) {
    a.green-circle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #221134;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        transition: all 0.4s ease;
        margin: 0px auto;
    }
}

@media screen and (max-width: 1200px) {
    .admin-buttons a.btn {
        font-size: 12px;
    }

    .cd-panel__container {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .button-holder img {
        display: block;
        margin: 0px auto 10px auto;
        max-width: 82px;
    }
}

@media screen and (max-width: 980px) {
    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        top: -35px;
    }
}

@media screen and (max-width: 900px) {
    a.time-button {
        width: calc(100% / 4 - 10px);
        margin: 10px 0px;
    }
    .button-holder .col {
        border-right: 2px solid #000;
        max-width: 100%;
        flex: 0 0 33.3333333%;
        margin: 20px 0px;
    }
}

@media screen and (max-width: 700px) {

    .mobile-button-holder a {
        background: #221134 !important;
    }

    .mobile-button-holder a:hover, .mobile-button-holder a:focus {
        background: #4A2763 !important;
    }

    .t4 .header {
        background: #221134 !important;
    }
    .min-height-fix {
    min-height: 1px;
}
    .nav-holder ul {
        padding: 0px;
        margin: 0px;
    }
    .cd-panel__container {
        width: 100%;
    }

    a.time-button {
        width: calc(100% / 2 - 10px);
        font-size: 18px;
    }
    .button-holder .col {
        border-right: 0px;
        max-width: 100%;
        flex: 0 0 50%;
        margin: 10px 0px;
    }
    a.green-circle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #221134;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transition: all 0.4s ease;
        margin: 0px auto;
    }

    .owl-carousel .owl-item img {
        max-height: 9000px;
        width: 100%;
        min-height: 1px;
    }
    .large-slide .owl-carousel {
        max-height: 100%;
        overflow: hidden;
        min-height: 1px;
    }
    .item.slider .col.caption {
        max-width: 600px;
        width: 100%;
        background: #221134;
        position: relative;
        bottom: auto;
        right: auto;
        padding: 20px;
        font-size: 13px;
        color: #FFFFFF !important;
    }

    li.is-main {
        display: inline-block;
        width: 100%;
        padding: 20px;
        vertical-align: top;
    }
    .page-header h1,
    .page-header h2,
    .page-header h3 {
        font-size: 22px;
    }
    h1.main-date {
        font-size: 22px;
    }
    p {
        font-size: 14px;
    }
    .info-heading {
        font-size: 17px;
    }
    .footer a {
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 5px 2.5px;
        width: 100%;
}
    .footer .app-icon-buttons a {
        display: inline-block !important;
    }
    .mobile-button-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mobile-button-holder a {
        background: #221134;
        display: block;
        padding: 20px 30px;
        position: relative;
        transition: all 0.4s ease;
    }

    .mobile-button-holder a span {
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 22px;
        font-weight: 300;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mobile-button-holder a img {
        position: absolute;
        width: 30px;
        top: 15px;
        filter: contrast(0);
    }
    .mobile-button-holder a:hover,
    .mobile-button-holder a:focus {
        text-decoration: none;
        background: #221134;
    }

    .mobile-button-holder a i {
        position: absolute;
        right: 30px;
        top: 50%;
        font-size: 27px;
        color: #FFFFFF;
        margin-top: -13px;
    }
    .button-holder {
        background: #221134;
        display: none;
    }

    .t4 .footer {
        background-color: #221134 !important;
    }
}

@media screen and (max-width: 675px) {

    .large-slide {
        background: #221134 !important;
    }

    .account-area .table-responsive table tr td {
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 300;
    vertical-align: middle;
    border-right: 1px solid #221134;
    min-width: 200px;
}
    .account-area .table-responsive {
    border: 3px solid #221134;
    border-radius: 0px;
}
    .account-area .table-responsive table {
    border-radius: 0px;
    margin: 0px;
    overflow: hidden;
}
    .block p {
        padding: 10px 0px;
    }
    .hideaway {
        display: none;
    }

    .arrow-left {
        position: relative;
        left: -10px;
    }
    .arrow-right {
        position: relative;
        right: -10px;
    }
    span.horse-name.active-horse {
        top: 0px;
    }
    span.time-name.active-time {
        top: -0px;
    }
    .item.slider .col.caption {
        background: #221134 !important;
    }

    .admin-buttons a.btn {

    font-size: 12px;
    padding: 12px 0px;
    margin: 9px 0px;

}

}

@media screen and (max-width: 400px) {
    img {
        height: auto !important;
        min-height: 1px;
    }
    a.green-circle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #221134;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        width: 100%;
        height: auto;
        border-radius: 0px;
        transition: all 0.4s ease;
        padding: 20px 0px;
        margin: 10px 0px;
    }
    .mobile-button-holder a span {
        font-size: 17px;
    }
    .mobile-button-holder a img {
        position: absolute;
        width: 25px;
        top: 15px;
    }
    span.book-space {
        font-size: 12px;
    }

    .voucher-a a {
        margin: 15px;
    }
    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 40px;
        height: 40px;
        position: absolute;
        margin: 0px 0px 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        left: 0;
        right: 10px;
        top: -20px;
        z-index: 99999;
    }

    .contact-holder {
        text-align: center !important;
    }
}


