@charset "utf-8";

@font-face {
    font-family: "Nioicon";
    src: url("../fonts/Nioicon.ttf?updated=2025-03-18")         format("truetype"),
         url("../fonts/Nioicon.woff?updated=2025-03-18")        format("woff"),
         url("../fonts/Nioicon.svg?updated=2025-03-18#Nioicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf")  format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ni {
    font-family: "Nioicon", sans-serif;
    font-size: 15vmin;
}

.ni.wallet-new:before      { content: "\ed75"; }
.ni.ticket-off:before      { content: "\ed62"; }
.ni.checkbox:before        { content: "\ed2d"; }
.ni.trophy:before          { content: "\ed1b"; }
.ni.web-development:before { content: "\ed76"; }
.ni.vol:before             { content: "\ec41"; }

#headlines {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 101rem;
    padding: 1rem;
}

/*
///// Global styles /////
*/
a {
    outline: 0 !important;
}

body {
    background-color: #f1f1f1;
    overflow-y: scroll;
}

.wrapper {
    min-height: 100%;
    position: relative;
    padding-bottom: 245px;
    background: #f1f1f1 url(/i/redesign/crowd.png) no-repeat;
    background-position: bottom 245px center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/*
//Text styling
*/

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif,ProximaNova-Regular;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-family: "Open Sans", Helvetica, Arial, sans-serif,"museo-300";
    font-style: normal;
    font-weight: normal;
    color: #43a6cf;
}

.navigation_mobile {
    clear: both;
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
    color: #2a2a2a;
    margin-top: 0;
    line-height: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
    color: #3696ce;
}

.section_title {
    font-size: xx-large;
    text-align: center;
    color: #43a6cf;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.with_subtitle {
    margin-bottom: 0;
}

.section_subtitle {
    font-size: 26px;
    text-align: center;
    color: #49c3ed;
    margin-bottom: 2rem;
    margin-top: 0;
}

a {
    color: #43a6cf;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #3d87ae;
    text-decoration: none;
}

a.anchor {
    position: absolute;
    display: block;
    margin-top: -50px;
}

.formfield_title {
    background-color: #43a6cf;
    padding: 12px;
    font-size: medium;
    color: #ffffff;
    text-align: right;
    margin-bottom: 0;
}

.formfield_title_textarea {
    background-color: #43a6cf;
    padding: 12px;
    font-size: medium;
    color: #ffffff;
    text-align: right;
    min-height: 200px;
    margin-bottom: 0;
}

.alert {
    text-align: center;
}

.alert.alert-message h3 {
    color: white;
}

.alert.alert-message a {
    color: white;
    text-decoration: underline;
}

/*
// Colours
*/
.bg-grey {
    background-color: #76766f;
}

.bg-blue {
    background-color: #43a6cf;
}

.bg-aqua,
.bg-more {
    background-color: #52adb3;
}

.bg-pink,
.bg-music {
    background-color: #e82e66;
}

.bg-purple,
.bg-comedy {
    background-color: #7c4b93;
}

.bg-orange,
.bg-popupcinema {
    background-color: #f39200;
}

.bg-green,
.bg-festivals {
    background-color: #8cb63c;
}

/*
// Header Styles
*/
.headerwrap {
    background: #ffffff;
    padding-bottom: 6px;
}

.header {
    padding-top: 12px;
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    display: block
}

.blog-link-box {
    z-index: 100;
}

.blog-link {
    margin-right: 10px;
    margin-top: 5px;
    color: #777;
    text-align: right;
}

.blog-link a {
    text-decoration: underline;
}

.sales-number {
    font-size: 16px;
    font-weight: 700;
    margin: -10px 0 0 0;
    padding-bottom: 10px;
}

.sales-number.hidden-xs {
    margin: 0;
}

.sales-number.hidden-sm {
    text-align: center;
}

.sales-number img {
    float: left;
    padding: 7px 5px 5px 0;
    vertical-align: top;
}

.sales-number-inner {
    display: inline-block;
    padding-right: 32px;
}
.button-row {
    margin: initial;
}

.clientLoginWarning {
    display: block;
    clear: both;
}

.greenbutton {
    background-color: #92c519;
    width: 240px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 0 15px 0;
    background-image: url('../i/redesign/white_chevron.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: center;
    border-radius: 0.25rem;
    border: none;
}

.greenbutton:hover {
    background-color: #84b01a;
    color: #ffffff;
}

.graybutton_small,
.greenbutton_small,
.bluebutton_small {
    background-color: #92c519;
    width: 75%;
    font-size: medium;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    background-image: url('../i/redesign/white_chevron.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 0 !important;
    float: right;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 0.25rem;
}

.greenbutton_small:hover {
    background-color: #84b01a;
}

.bluebutton_small {
    background-color: #43a6cf;
}

.bluebutton_small:hover {
    background-color: #158ec0;
    color: #ffffff;
}

.graybutton_small {
    background-color: #a5a7a8;
    background-image: url('../i/redesign/white_chevron_left.png');
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 30px;
    float: left;
}

.graybutton_small:hover {
    background-color: #858788;
    color: #ffffff;
}

.graybutton_small_no_chevron:hover {
    background-color: #858788;
    color: #ffffff;
}

.graybutton_small_no_chevron {
    background-color: #a5a7a8;
    font-size: medium;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 10px 20px;
    border: 0 !important;
    float: left;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 0.25rem;
}

.registrationButton {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    width: 40%;
}

.screengrabs a {
    color: white;
    text-decoration: underline;
}

.headlinebox {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
}

.textbox_header {
    font-size: 30px;
    text-align: center;
}

video {
    width: 100%;
    max-height: 90vh;
    background-color: black;
}

.textbox_text {
    line-height: 30px;
    font-size: 25px;
    color: grey;
}

/*
// Download button
*/
.button_download,
.button_download:visited {
    background-color: #92c519;
    width: 100%;
    display: block;
    margin: 0 auto 4px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 2px 30px 3px 9px;
    background-image: url('../i/redesign/icon_download.png');
    background-repeat: no-repeat;
    background-position: right 3px center;
    border: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.button_download:hover,
.button_download:active,
.button_download:focus {
    background-color: #84b01a;
    color: #ffffff;
    text-decoration: none;
}

.button_download:focus {
    color: #4a7635;
}

.button_download small {
    font-size: 10px;
    color: #bae880;
    margin-left: 5px;
}

.label-block {
    display: block;
}

/*
// Cookie notice Styles
*/
.alert-cookie {
    color: #666666;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, #eeeeee 0, #dddddd 100%);
    background-image: -o-linear-gradient(top, #eeeeee 0, #dddddd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee 0, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
    background-repeat: repeat-x;
    border-color: #cccccc;
}

.cookie-accept-button {
    display: block;
    float: right;
    padding: 7px 30px 7px 15px;
    margin-left: 10px;
    background-color: #92c519;
    background-image: url('../i/redesign/checkmark.png');
    background-repeat: no-repeat;
    background-position: right 6px center;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cookie-accept-button:hover {
    background-color: #84b01a;
    color: #ffffff;
}

#cookie_agreement {
    position: fixed;
    width: 100%;
    z-index: 101;
    bottom: 0;
}

/*
// Buttons
*/

.button {
    float: right;
    width: 100px;
    padding: 7px 0 7px 0;
    margin: 10px 10px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0.25rem;
}

.button-gray {
    background-color: #76766f;
    color: #ffffff;
}

.button-gray:hover {
    background-color: #575751;
}

.button-blue {
    background-color: #43a6cf;
    color: #ffffff;
}

.button-blue:hover {
    background-color: #158ec0;
}

.button-green {
    background-color: #92c519;
    color: #ffffff;
}

.button-green:hover {
    background-color: #85B80C;
}

.button-full-width {
    width: 100%;
}

header {
    padding-top: 90px;
}

.fixedHeader {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.regform {
    padding-top: 100px;
}

.nav-ul {
    display: inline;
    list-style: none;
    text-align: center;
}

.nav-ul > li {
    display: inline-block;
    font-size: larger;
    width: 32%;
    padding: 15px 15px 0 15px;
}

.headline {
    width: 100%;
    height: 140px;
    display: table;
    background-color: white;
    font-size: x-large;
    max-width: 49rem;
    margin: 0;
}

.headlineIcon {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 15%;
    text-align: center;
}

.headline > img {
    height: 130px;
}

.headline a {
    text-decoration: underline;
}

.headlineText {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1rem;
    font-size: large;
}

.screengrab_image_container {
    border: 3px solid #43a6cf;
    vertical-align: middle;
}

.screengrab_image {
    width: 100%;
    max-width: 767px;
}

.screengrab_text {
    background-color: #43a6cf;
    color: white;
    padding: 15px 10px;
    height: 100%;
    border: 3px solid #43a6cf;
}

.screengrab_text .header {
    font-size: x-large;
}

.screengrab_gradient {
    background-image: linear-gradient(rgba(74, 168, 206.255), rgba(175, 220, 239.255));
}

.arrow-down {
    background-image: url('/i/redesign/white_arrow_down_big.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 96px;
    bottom: 0;
    visibility: hidden;
}

.arrow-down.in {
    visibility: visible;
}

/*
//Hero Image Styles
*/

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    padding-top: 10%;
    padding-bottom: 10%;
}

.image-bg-fluid-height h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 300;
}

.image-bg-fluid-height h3 {
    font-size: 26px;
    width: 35%;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    line-height: 32px;
}

.img-center {
    margin: 0 auto;
}

section {
    background-color: #43a6cf;
    color: white !important;
    padding-bottom: 0.5rem;
}

section a {
    color: white !important;
}

section h2 {
    color: white !important;
    font-size: x-large;
    white-space: nowrap;
}

section > .flex > .flex-item {
    margin: 1rem;
}

@media (min-width: 800px) {
    section > .flex {
        display: flex;
        gap: 0.5rem;
    }
}

#addressManually:hover {
    text-decoration: underline;
}

/*
// Hero Image Title Styles
*/
.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

/*
// Our Services Block Styles
*/
.ourservices_block {
    margin-bottom: 2.5%;
    -webkit-box-shadow: 0 41px 37px -36px rgb(132, 132, 132);
    -moz-box-shadow: 0 41px 37px -36px rgb(132, 132, 132);
    box-shadow: 0 41px 37px -36px rgb(132, 132, 132);
    position: relative;
}

.checkbox-inline,
.radio-inline {
    color: #8c8c8c !important;
}

.ourservices_link {
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    background: #43a6cf url('../i/redesign/white_chevron.png') no-repeat 97%;
    font-weight: bold;
    line-height: 26px;
}

.ourservices_link:hover {
    text-decoration: none !important;
    background: #158ec0 url('../i/redesign/white_chevron.png') no-repeat 97%;
}

.ourservices_image {
    min-height: 200px;
    background: white;
}

.ourservices_image img {
    margin: 0 auto;
    display: block;
    padding-top: 11%;
}

.ourservices_image img.experts {
    padding-top: 9%;
}

@media (max-width: 1000px) {
    .ourservices_image {
        min-height: 240px;
    }

    .ourservices_image img {
        padding-top: 22%;
    }

    .ourservices_image img.experts {
        padding-top: 15%;
    }

    .navigation {
        display: none;
    }
}

@media (max-width: 850px) {
    .ourservices_image {
        min-height: 270px;
    }

    .ourservices_image img {
        padding-top: 30%;
    }

    .ourservices_image img.experts {
        padding-top: 20%;
    }

    .image-bg-fluid-height h3 {
        margin-bottom: 3%;
        width: 70%;
    }

    .section-heading {
        font-size: 2em;
    }

    .cbp-ntopen .cogs {
        padding-left: 7%;
    }

    .blue_section_offer {
        /*display: none;*/
    }

    .blue_section {
        padding-bottom: 5%;
    }
}

@media (max-width: 767px) {
    .formfield_title_textarea,
    .formfield_title {
        text-align: left;
    }

    .topimage {
        display: table-cell;
    }

    .rightimage {
        display: none;
    }

    .ourservices_image {
        min-height: 200px;
    }

    .ourservices_image img {
        padding-top: 6%;
    }

    .ourservices_image img.experts {
        padding-top: 4%;
    }

    .wrapper {
        padding-bottom: 250px;
    }

    .footer {
        height: 250px;
    }

    .headerwrap {
        padding-bottom: 20px;
    }

    .button {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
        padding: 10px 0 10px 0;
    }

    .navbar {
        display: none !important;
    }

    .contactwrap {
        width: 100%;
    }

    .contactdetails {
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .contactbutton {
        margin-top: 15px;
    }

    .form-control {
        width: 100% !important;
    }

    .formfield_title_textarea {
        min-height: 10px;
    }

    .graybutton_small,
    .bluebutton_small,
    .greenbutton_small,
    .graybutton_small_no_chevron {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .clientLoginWarning > hr {
        margin-top: 10px;
    }

    .image-bg-fluid-height h1 {
        font-size: 34px !important;
    }

    .image-bg-fluid-height h3 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    h1 {
        font-size: 36px;
    }

    h3 {
        font-size: 15px;
    }

    .sell_section h1 {
        font-size: 36px;
    }

    #clientLoginForm .col-xs-12,
    #register .col-xs-12,
    #forgot-password .col-xs-12 {
        text-align: left;
    }
}

@media (max-width: 400px) {
    .ourservices_image img {
        padding-top: 11%;
    }

    .ourservices_image img.experts {
        padding-top: 9%;
    }

    .cbp-ntaccordion h4 {
        padding-right: 11%;
    }

    .blue_section_text_wrap p {
        font-size: 15px !important;
        padding-left: 15% !important;
    }

    .formfield_title_textarea {
        min-height: 0;
    }

    .telephone {
        padding-left: 15%;
    }

    .mail {
        padding-left: 15%;
    }

    .name {
        padding-left: 15%;
    }

    .comment {
        padding-left: 15%;
    }

    .form-control {
        padding-left: 15%;
    }
}

/*
//Accordion Styles (features section)
*/

.quotes-slider {
    margin: 0 auto;
    max-width: 950px;
    padding: 20px 0 0 0;

}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
}

/*
//Pricing Styles
*/
#contact {
    margin-top: 3%;
}

.blue_section {
    margin-top: 6%;
    background-color: #47a3da;
    width: 100vw;
    left: 0;
    padding-bottom: 2rem;
}

.blue_section_text_wrap h2 {
    font-size: 40px;
    color: #ffffff;
    padding-top: 7%;
    padding-bottom: 5%;
}

.blue_section_text_wrap p {
    font-size: 16px;
    color: #ffffff;
    padding-left: 10%;
    background-image: url('../i/redesign/white_tick.png');
    margin-bottom: 5%;
    background-repeat: no-repeat;
    background-position: 0 4px;
}

textarea.form-control {
    height: 200px;
}

.cbp-nttrigger {
    cursor: pointer;
}

/*
//Box
*/

.box {
    background: #ffffff;
    margin: 8px 0;
    padding: 20px 25px;
    -webkit-box-shadow: 0 12px 30px -12px rgb(132, 132, 132);
    -moz-box-shadow: 0 12px 30px -12px rgb(132, 132, 132);
    box-shadow: 0 12px 30px -12px rgb(132, 132, 132);
}

.box > ul {
    padding-left: 20px;
}

.box p > a,
.box p > a:visited {
    color: #3a6d98;
    text-decoration: underline;
}

.box p > a:hover,
.box p > a:focus {
    color: #304a6c;
}

/*.box hr {*/
/*margin-bottom: 5px;*/
/*}*/

.box hr {
    border-top: 1px solid #ddd;
}

.box h3 {
    margin-top: 0;
}

.box > p:last-child {
    margin-bottom: 0;
}

.box-header {
    background: #43a6cf;
    color: #ffffff;
    margin: -20px -25px 15px -25px;
    padding: 8px 15px;
    font-weight: bold;
}

/*
// Terms and Conditions
*/

.box-tandc {
    text-align: justify;
    max-width: 54em;
    margin-left: auto;
    margin-right: auto;
}

.box-tandc p {
    margin-bottom: 0.6rem;
}

.box-tandc address {
    font-style: italic;
    padding-left: 10px;
    border-left: 5px solid #dfedef;
}

.box-tandc ul {
    margin-left: 20px;
}

.box-tandc li {
    margin-bottom: 0.5rem;
}

/*
// Styles to get a page working both when logged in and not
*/
.box-cross-site .heading-1,
.box-cross-site .heading-2,
.box-cross-site .heading-3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif,"museo-300";
    font-style: normal;
}

.box-cross-site .heading-1 {
    color: #418eb6;
    font-size: 36px;
    text-align: center;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-bottom: 5px solid #d7e9f1;
}

.box-cross-site .heading-2 {
    color: #2a2a2a;
    font-size: 28px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.box-cross-site .heading-3 {
    color: #418eb6;
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
}

.tandcs {
    color: #526484;
    font-size: 0.875rem;
}

.tandcs > #tandc > h1,
.tandcs > #tandc > h2,
.tandcs > #tandc > h3,
.tandcs > #tandc > h4,
.tandcs > #tandc > h5,
.tandcs > #tandc > h6 {
    color: #364a63;
}

.tandcs > #tandc > h1 {
    font-size: 1.5rem;
}

.tandcs > #tandc > h2 {
    font-size: 1.125rem;
}

/*
//Login form
*/

.login_box {
    /**/
}

#clientLoginWarning {
    white-space: normal;
}

#clientLoginWarning h3 {
    color: #43a6cf;
    padding: 0.5em;
    text-align: center;
    margin-bottom: 0;
}

/*
//Contact Form Styles
*/

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus {
    box-shadow: none !important;
    outline: 0 none !important;
}

.contact_box {
    display: block;
    width: 100%;
    padding: 3%;
    padding-top: 1px;
    margin: 0 auto;
    margin-bottom: 5%;
    margin-top: 2%;
}

#enquiry_type {
    line-height: 35px;
    text-indent: 35px;
}

/* google chrome */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #enquiry_type {
        padding-left: 0 !important
    }
}

@-moz-document url-prefix() {
    #enquiry_type {
        text-indent: 18px;
        padding-left: 0;
    }
}

#enquiry_type option {
    padding-left: 5%;
}

.sell_section h1 {
    text-align: center;
    font-size: 50px;
    color: #43a6cf;
    padding-bottom: 1rem;
}

.affiliate_section {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 12px 30px -12px #848484;
    float: left;
    margin-top: 10px;
    margin-bottom: 5%;
    width: 100%;
}

.affiliate_section h1 {
    text-align: center;
    font-size: 30px;
    color: #43a6cf;
    padding-bottom: 1rem;
}

form {
    margin-left: -15px;
    margin-right: -15px;
}

form input.honey {
    display: none;
}

form label.honey {
    display: none;
}

.requiredfield,
.forgotlink {
    font-size: medium;
    font-weight: 600;
}

.terms_conditions {
    font-size: 14px;
    font-weight: 600;
    color: #2a2a2a;
}

.contactdetails {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.row .form-group:last-child {
    margin-bottom: 0;
}

.form-control {
    width: 66.6%;
    height: 47px;
    border-radius: 0;
    font-size: medium;
    background-image: url('../i/redesign/form_icons/question.png');
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 28px;
}

.headerbutton_wrap,
.headerbutton_wrap_mobile
{
    z-index: 100;
}

#register.container {
    margin-top: 200px;
}

.has-error .formfield_title,
.has-error .formfield_title_textarea {
    background-color: #a94442;
}

.textarea_contact textarea {
    min-height: 200px;
    resize: none;
}

.form-icon-none {
    background-image: initial;
    padding-left: inherit;
}

.form-icon-question {
    background-image: url('../i/redesign/form_icons/question.png');
}

.form-icon-masked {
    background-image: url('../i/redesign/form_icons/password.png');
}

.form-icon-organisation {
    background-image: url('../i/redesign/form_icons/organisation.png');
}

.form-icon-phone {
    background-image: url('../i/redesign/form_icons/telephone.png');
}

.form-icon-email {
    background-image: url('../i/redesign/form_icons/mail.png');
}

.form-icon-link {
    background-image: url('../i/redesign/form_icons/link.png');
}

.form-icon-profile {
    background-image: url('../i/redesign/form_icons/name.png');
}

.message {
    background-image: url('../i/redesign/form_icons/comment.png');
    background-position: 2px 6px;
    padding-left: 28px;
    padding-top: 8px;
}

.form-control-static {
    background-image: none;
    min-height: 41px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 12px;
    border: 1px solid #dfdfdf;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 4%;
    margin-bottom: 0;
    font-weight: 400;
    padding-top: 1.5%;
    cursor: pointer;
}

label {
    font-weight: normal;
}

.radiobuttons {
    margin-top: 1.4%;
}

.checkbox-inline,
.radio-inline {
    font-weight: 600;
    color: #cecece !important;
}

input[type=radio] {
    margin: 1px 0 0;
}

/**
    * Registration form
    */
.badge-information {
    background-color: #3b84ab;
    padding: 2px 7px 2px 8px;
    margin-right: 0.5em;
}

.badge-information:hover {
    background-color: #4096bf;
}

.has-error .badge-information {
    background-color: #773937;
}

.has-error .badge-information:hover {
    background-color: #883e3c;
}

/**
    * Have a button inline at the end of an input field
    */
.form-control-static {
    height: auto;
}

.form-control.has-addon-button {
    padding-right: 12%;
}

.addon-button {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 0;
    height: 47px;
    margin: 0;
    overflow: visible;
    background-color: #92c519;
    border: 0;
    color: #fff;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}

/**
    * Select boxes
    */
.crafty.crafty-postcode-select {
    padding: 0;
}

select.form-control,
.crafty.crafty-postcode-select select {
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: none;
    color: #333;
    height: 41px;
    display: block;
    padding: 6px 12px 6px 28px;
}

.crafty.crafty-postcode-select select {
    width: 100%;
    height: 47px;
}

#country {
    height: 47px;
}

.top_level h3 {
    background: #76766f;
    padding: 1.3%;
}

.cbp-ntopen {
    cursor: pointer;
}

.cbp-ntaccordion .cbp-ntcontent {
    cursor: default;
}

.cogs {
    background: #767671 url('../i/redesign/cogs_icon.png') no-repeat 0.5rem !important;
    background-size: 2rem !important;
}

.barchart {
    background: #767671 url('../i/redesign/barchart_icon.png') no-repeat 0.5rem !important;
    background-size: 2rem !important;
}

.star {
    background: #767671 url('../i/redesign/star_icon.png') no-repeat 0 !important;
    background-size: 1rem;
}

.cbp-ntopen .cogs, .cbp-ntopen .barchart, .cbp-ntopen .star {
    background-color: #43a6cf !important;
}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    -webkit-box-shadow: 0 12px 30px -15px rgb(132, 132, 132);
    -moz-box-shadow: 0 12px 30px -15px rgb(132, 132, 132);
    box-shadow: 0 12px 30px -15px rgb(132, 132, 132);
}

.featured-wrap {
    padding-top: 3%;
    max-width: 1185px;
    margin: 0 auto;
    float: none;
}

.contactwrap {
    padding-top: 6%;
    margin: 0 auto;
    width: 75%;
}

.blue_section_offer {
    display: block;
}

.price-image {
    margin: 0 auto;
}

/*
//Crowd Image Styles
*/
.crowd {
    margin-top: -10%;
    z-index: -1;
    position: relative;
}

/*
//Footer Styles
*/
.footer {
    background: #000000;
    color: #ffffff;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 245px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.credits {
    font-size: 11px;
    color: #ffffff;
    margin: 0;
}

.credits a:hover {
    color: #43a6cf;
}

.copyright {
    font-size: 11px;
}

.copyright {
    font-size: 11px;
}

/*
// Hero Image - Responsive Styles
*/

@media (min-width: 1250px) {
    .image-bg-fluid-height {
        min-height: 600px;
        padding: 11% 0;
        background-size: 100% !important;
    }

    .image-bg-fluid-height h3 {
        margin-bottom: 3%;
    }

    .contentwrap {
        width: 1185px;
        padding-right: 0;
        margin: 0 auto;
        display: block;
    }

    .sticky {
        max-width: 1185px;
        right: inherit;
        margin-left: -15px;
    }

}

@media (min-width: 1000px) {
    .navigation {
        display: initial;
    }

    #Mobile-Navigation {
        display: none;
    }

    #mobile-nav {
        display: none;
    }

    .logo {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .dl-narrow dt {
        width: 60px;
    }

    .dl-narrow dd {
        margin-left: 80px;
    }

    .screengrabs {
        display: table;
        background-color: white;
        border-collapse: collapse;
        border-spacing: 15px;
    }

    .screengrab_image_container {
        display: table-cell;
    }

    .screengrab_image {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

    .screengrab_text {
        display: table-cell;
        width: 40%;
        padding: 10px 10px;
        height: 100%;
    }

    .screengrab_text .header {
        font-size: x-large;
    }

    .image_right {
        margin-top: 0;
        clear: left;
        float: right;
    }

    .topimage {
        display: none;
    }

    .rightimage {
        display: table-cell;
    }

    .contactdetails {
        margin-top: 0;
    }
}

/* DROPDOWN MENU */

.sub-nav {
    display: none;
    padding: 0 10px;
    width: 100%;
}

.sub-nav ul {
    display: inline-block;
    margin: 0 0 5px 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
}

.sub-nav ul:last-child {
    margin: 0;
}

.sub-nav li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 0;
}

.sub-nav li a {
    display: block;
    font-size: 14px;
    padding: 10px 7px;
}

.sub-nav li a.basket, .sub-nav li a.login, .sub-nav li a.logout, .sub-nav li a.tickets, .sub-nav li a.register {
    background-image: none;
    padding: 10px 8px 10px 8px;
}

#Navigation ul#mobile-nav {
    height: auto;
    line-height: normal;
    margin: 5px;
    padding: 0;
    position: absolute;
    width: auto;
}

#Navigation ul.dropdown-menu {
    border-color: #f1f2f3;
    margin: 30px 0 0 1px;
    padding: 0;
    width: auto;
}

#Navigation ul.dropdown-menu li {
    background-color: #fff;
    padding-top: 1px;
}

#Navigation ul.dropdown-menu li:first-child {
    padding-top: 0;
}

#Navigation ul.dropdown-menu li a {
    background-color: #fff;
    color: #44a6cf;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 10px;
    text-decoration: none;
    z-index: 12;
}

#Navigation ul.dropdown-menu li a:focus, #Navigation ul.dropdown-menu li a:active {
    z-index: 12;
}

#Navigation ul.dropdown-menu li a:hover {
    background-color: #44a6cf;
    background-image: initial;
    color: #fff;
}

a.css-menu-button,
a.css-menu-button:not(:focus) {
    border-radius: 4px;
    height: auto;
    margin: 0;
    position: absolute;
    width: auto;
    z-index: 15;
}

a.css-menu-button:focus {
    z-index: 1;
}

a.menu-over {
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 8;
}

a.menu-over:focus ~ .dropdown-menu,
a.menu-over:active ~ .dropdown-menu {
    visibility: visible;
}

li.css-menu {
    background-color: transparent;
    border: 0;
    height: auto;
    position: relative;
    width: auto;
}

li.css-menu a {
    padding: 5px 3px;
}

li.css-menu, ul.dropdown-menu li {
    width: auto;
}

.logged-in-menu {
    float: right;
}

@media only screen and (max-width: 1000px) {
    .logo_mobile img {
        width: 230px;
    }

    .logo_mobile {
        text-align: left;
    }

    .logo {
        display: none;
    }

    .navigation {
        display: none;
    }

    #Mobile-Navigation {
        display: initial;
    }

    .headerbutton_wrap {
        display: none;
    }

    .blog-link {
        display: none;
    }

    .css-menu-wrapper {
        margin: 15px auto;
        text-align: left;
        width: 172px;
    }

    .css-menu-wrapper ul {
        margin: 0;
        width: 100%;
    }

    .css-menu {
        position: relative;
        width: 100%;
    }

    .css-menu a {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
    }

    a.css-menu-button {
        display: inline-block;

    }

    .css-menu-button + .dropdown-menu {
        left: -1px;
        margin: 0;
        position: absolute;
        top: auto;
        visibility: visible;
        z-index: 5000;
    }

    .css-menu-button:focus + .dropdown-menu,
    .css-menu-button:active + .dropdown-menu,
        /** uncomment the lines below if you want the menu to show on hover **/
    .css-menu-button:hover + .dropdown-menu,
    .dropdown-menu:hover,
    .dropdown-menu:active,
    .dropdown-menu:focus,
    .dropdown-menu a:hover,
    .dropdown-menu a:active,
    .dropdown-menu a:focus {
        visibility: visible;
        z-index: 200;

        display: block;
    }

    li.css-menu {
        background-color: #f1f2f3;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    li.css-menu a {
        padding: 5px 5px 5px 5px;
    }

    li.css-menu, ul.dropdown-menu li {
        list-style: outside none none;
        margin: 0;
        width: 100%;
    }

    ul.dropdown-menu li {
        float: none;
    }

    ul.dropdown-menu li a {
        background-color: #f1f2f3;
        color: #000;
        display: inline-block;
        margin: 0;
        padding: 0 0 0 5px;
        width: 165px;
    }

    ul.dropdown-menu li a:hover {
        background-color: #3298d0;
        color: #fff;
    }

    /*------------------------------------------------------------------------------------------------------------------*/
    .filled {
        background: #fff;
    }

    .filled-icon {
        background: url('/skins/default/images/icons/blue/ico-arrow-right.png') no-repeat right 7px center #fff;
    }

    .neutral {
        background-color: transparent;
        border-color: transparent;
        color: #43a6cf;
    }

    a.neutral:hover, .button.neutral:hover {
        background-color: transparent;
        border-color: transparent;
        color: #2A8DB6;
    }

    .neutral-filled,
    #Navigation .dropdown-menu .neutral-filled,
    .css-menu-button.neutral-filled:hover {
        color: #fff;
        background-color: #43a6cf;
        border-color: #43a6cf;
    }

    a.neutral-filled:hover,
    #Navigation .dropdown-menu .neutral-filled:hover,
    .button.neutral-filled:hover {
        color: #fff;
        background-color: #2A8DB6;
        border-color: #2A8DB6;
    }

    .neutral-filled a {
        color: #fff;
    }

    .advance {
        color: #92c519;
    }

    a.advance:hover, .button.advance:hover {
        color: #85B80C;
    }

    .advance-filled,
    li.css-menu.advance-filled,
    #Navigation .dropdown-menu .advance-filled {
        color: #fff;
        background-color: #92c519;
        background-image: initial;
        border-color: #92c519;
    }

    .advance-filled-icon {
        color: #fff;
        background: url('/skins/default/images/icons/white/ico-arrow-right.png') no-repeat right 7px center #92c519;
        border-color: #92c519;
    }

    a.advance-filled:hover,
    .button.advance-filled:hover,
    a.advance-filled-icon:hover,
    .button.advance-filled-icon:hover,
    #Navigation .dropdown-menu .advance-filled:hover,
    .css-menu-button.advance-filled:hover,
    .css-menu-button.advance-filled:focus {
        color: #fff;
        background-color: #85B80C;
        border-color: #85B80C;
    }
}

li.bxslide > h2 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif, ProximaNova-Regular;
}

#partners {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 0 1rem;
}

#partners > img {
    width: 150px;
    height: fit-content;
}

.blue_section h2 {
    font-weight: bold;
    line-height: 3rem;
    margin: 3rem 1rem;
    padding: 0;
    text-align: center
}

.cbp-ntaccordion h3 {
    padding-left: 3rem !important;
}

.contact-us {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    align-items: center;
}

.flex {
    display: flex;
}

.flex.justify-centre {
    justify-content: center;
}

.flex.wrap {
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .contact-us {
        flex-direction: column-reverse;
    }
}

.contact-us > * {
    width: 100%;
}

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

span.email {
    color: #0a96c7;
}

footer .flex > a {
    /* vertically align logo images */
    display: flex;
    align-items: center;
}
