/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - Variables                          */

/* ==========================================================================
   01. VAIRABLES
========================================================================== */

:root {
    --main-bg-color: #3681BC;
    --main-font-color: #FFF;

    --secondary-bg-color: #E9E9E9;
    --secondary-font-color: #000;

    --app-white: white;
    --app-red: #ed5565;
    --app-green: #15c855;

    --app-heading-color: #3681bc;
}

/* ==========================================================================
   01. GENERAL STYLE
========================================================================== */
/*------------------------------------------*/
/*	 Basic Settings
/*------------------------------------------*/

/*.or-global-footer {
    background: #000;
    padding: 60px 20px 60px 20px;
}*/

header {
    background: #333333;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.6em;

    -webkit-font-smoothing: antialiased;
    color: #727272;
    line-height: 1.6em;
    font-weight: 300;
    padding: 0;

}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -377px;
    /* Pad bottom by footer height */
    padding: 0 0 377px;
    background: #eee;
}

/* Set the fixed height of the footer here */
#footer {
    height: 210px;
    background-color: #f5f5f5;
}

.admin-alert {
    height: 10px;
    background: #e32;
}

/*.white {
    color: #fff;
}*/

.organisation-primary {
    background: #3681BC;
    background: var(--main-bg-color);
    color: #FFF;
    color: var(--main-font-color);
}

/* ==========================================================================
/* Blocks
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */

.block {
    padding: 20px 0px 20px 0px;
}

.block.white {
    background: white;
    background: var(--app-white);
}

.block.green {
    background: #15c855;
    background: var(--app-green);
}

.block.block-primary {
    background: #3681BC;
    background: var(--main-bg-color);
}

.block.dark-grey {
    background: #b3b3b3;
    color: #fff;
}

.inset-shadow {
    -webkit-box-shadow: inset 1px 3px 1px -2px #CECECE;
    -moz-box-shadow: inset 1px 3px 1px -2px #CECECE;
    box-shadow: inset 1px 3px 1px -2px #CECECE;
}

.inset-shadow-dark {
    -webkit-box-shadow: inset 1px 3px 1px -2px #676767;
    -moz-box-shadow: inset 1px 3px 1px -2px #676767;
    box-shadow: inset 1px 3px 1px -2px #676767;
}

/* ==========================================================================
/* App Structure
 ========================================================================== */

/*Header & Nav bar ------------------------*/
.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus {
    color: #000 !important;
}

.dropdown-menu > li > a.text-red:hover, .dropdown-menu li a.text-red:active, .dropdown-menu li a.text-red:focus {
    color: #dd4b39 !important;
}

a.responsive-menu-icon:hover, a.responsive-menu-icon:focus, a.responsive-menu-icon:active {
    color: #fff !important;
}

.app-navbar-responsive {
    min-height: 46px;
    padding-top: 3px;
    background: #494949;
}

.app-navbar-brand {
    padding: 10px;
}

.app-navbar-toggle .icon-bar {
    background: #fff;
    color: #fff !important;
}


.responsive-menu {
    margin-left: 10px;
}


@media (min-width: 768px){
    .responsive-menu {
        margin-left: 0px;
    }
}

@media min {

}

.app-responsive-item {
    width: 100% !important;
}

.app-responsive-dropdown {
    width: 100%;
}

.app-responsive-dropdown li a {
    text-align: center;
    /*width: 100% !important;*/
}

.app-auth-nav li.visible-xs {
    display: inline-block !important;
}

ul.app-auth-nav {
    padding-top: 7px;
    padding: 0px;
}

ul.app-auth-nav li {
    display: inline;
    list-style: none;
    padding-right: 5px;
    padding-left: 5px;

}

.app-navbar-button-nav > li > a {
    border-top: 0px;
    padding-top: 12px;
    margin-right: 5px;
}

.app-navbar-button-nav > li {
    margin-top: 0px;
    display: inline-block;
}

.app-navbar-button-nav {
    margin-bottom: 0px;
}

.app-navbar-btn-item {
    padding-top: 9px;
    /*padding-bottom:10px;*/
}

.app-navbar-btn {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.responsive-menu-icon {
    font-size: 17px;
}

/*End Header ------------------------------------*/

/*Supplementray Header*/

.navbar-supplementary-outer {
    background-color: #3681bc;
    border: 0px;
    min-height: 18px !important;
}

.navbar-supplementary-outer .navbar-nav {
    margin: 0px 0px;
}

.navbar-supplementary-outer .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
}

.navbar-supplementary-outer .navbar-brand {
    color: #777;
}

.navbar-supplementary-outer .navbar-brand:hover,
.navbar-supplementary-outer .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-supplementary-outer .navbar-text {
    color: #777;
}

.navbar-supplementary-outer .navbar-nav > li > a {
    color: #777;
}

.navbar-supplementary-outer .navbar-nav > li > a:hover,
.navbar-supplementary-outer .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-supplementary-outer .navbar-nav > .active > a,
.navbar-supplementary-outer .navbar-nav > .active > a:hover,
.navbar-supplementary-outer .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-supplementary-outer .navbar-nav > .disabled > a,
.navbar-supplementary-outer .navbar-nav > .disabled > a:hover,
.navbar-supplementary-outer .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-supplementary-outer .navbar-toggle {
    border-color: #ddd;
}

.navbar-supplementary-outer .navbar-toggle:hover,
.navbar-supplementary-outer .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-supplementary-outer .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-supplementary-outer .navbar-collapse,
.navbar-supplementary-outer .navbar-form {
    border-color: #e7e7e7;
}

.navbar-supplementary-outer .navbar-nav > .open > a,
.navbar-supplementary-outer .navbar-nav > .open > a:hover,
.navbar-supplementary-outer .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-supplementary-outer .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-supplementary-outer .navbar-link {
    color: #777;
}

.navbar-supplementary-outer .navbar-link:hover {
    color: #333;
}

.navbar-supplementary-outer .btn-link {
    color: #777;
}

.navbar-supplementary-outer .btn-link:hover,
.navbar-supplementary-outer .btn-link:focus {
    color: #333;
}

.navbar-supplementary-outer .btn-link[disabled]:hover,
fieldset[disabled] .navbar-supplementary-outer .btn-link:hover,
.navbar-supplementary-outer .btn-link[disabled]:focus,
fieldset[disabled] .navbar-supplementary-outer .btn-link:focus {
    color: #ccc;
}

.navbar-supplementary-outer .navbar-nav > li > a > i.fa {
    font-size: 10px;
}

.navbar-supplementary-outer .navbar-nav > li > a, .navbar-supplementary-outer .navbar-nav > li > a:hover {
    border-top: 0px;
}

.navbar-supplementary-outer .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-supplementary-outer .navbar-nav > li > a:active, .navbar-supplementary-outer .navbar-nav > li > a:hover, .navbar-supplementary-outer .navbar-nav > li > a:focus {
    border-top: 0px;
    color: #66ea5e !important;
}

.navbar-supplementary-outer .navbar-nav > li > a.for_organisers {
    background: #00a65a;
}

.navbar-supplementary-outer .navbar-nav > li > a.for_organisers:hover, .navbar-supplementary-outer .navbar-nav > li > a.for_organisers:focus {
    background: #31c581 !important;
    color: #fff !important;
}

/*End Supplementary Header*/

/*Footer-v1 ------------------------------------*/
.footer-v1 .footer {
    padding: 40px 0;
    background: #272727;
}

.footer-v1 .footer p {
    color: #eee;
}

.footer-v1 .footer h2 {
    color: #eee;
    font-size: 18px;
    font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
    border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
    color: #eee;
}

.footer-v1 address {
    line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
    background: url(../img/global/footer/globe.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
    color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
    color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyright {
    background: #222;
    border-top: none;
    padding: 10px 0 5px;
}

.footer-v1 .copyright p {
    color: #eee;
    margin-top: 14px;
}

.footer-v1 .copyright a {
    margin: 0 2px;
}

.footer-v1 .footer-socials {
    margin-top: 12px;
    text-align: right;
}

.footer-v1 .footer-socials li a {
    color: #777;
    font-size: 16px;
}

.footer-logo {
    margin: 17px 0 20px;
}

.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 8px;
}

.link-list li:first-child {
    border-top: none !important;
}

.latest-list small {
    color: #999;
    display: block;
}

.latest-list li {
    padding: 8px 0;
    border-top: 1px solid #353535;
}

.latest-list li:first-child {
    padding-top: 0;
    border-top: none;
}

@media (max-width: 991px) {
    .footer-v1 .copyright,
    .footer-v1 .footer-socials {
        text-align: left;
    }
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #398DD3;
    line-height: 33px;
}

.service-item > i {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin-right: 15px;
    background: #356BA4;
    color: white;
    float: left;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.service-desc {
    overflow: hidden;
}

.service-desc > h4 {
    margin-top: 0;
    font-weight: 500;
}

/*End Footer ------------------------------------*/

/* ==========================================================================
   02. TYPOGRAPHY
========================================================================== */
h1, h2, h3, h4, h5 {
    /*font-family: "Montserrat", 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    margin: 0 0 20px;
    color: #3681bc;
    color: var(--app-heading-color);
    letter-spacing: -1px;
}

h1 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 300;
}

h2 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    text-align: center;
}

h3 {
    font-size: 33px;
    line-height: 36px;
    font-weight: 300;
}

h4 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
}

h5 {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0px 20px 0px;
}

b, strong {
    font-weight: 400;
}

/*
p {
    margin: 0;
}
*/

.large {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 50px;
    font-weight: 400;
    text-align: center;
}

.text-white {
    color: white;
    color: var(--app-white);
}

h4.help-sub-title {
    margin-top: 30px;
}

h3.feature-event-title {
    text-transform: uppercase;
}

.box-success > .box-header > h4.box-title {
    color: #fff !important;
}

div.callout-info > h4 {
    color: #fff;
}

/* Overrides
=========================================================================== */

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li > a {
    padding-top: 12px;
    border-top: 3px solid #333333;
    margin-right: 5px;
}

.navbar-nav > li.active > a {
    border-top: 3px solid #337ab7;
}

.navbar-collapse {
    padding-left: 0px;
}

.navbar-nav > li > a:hover {
    background: none;
    border-top: 3px solid #337ab7;
}

.carousel-title h3 {
    padding-top: 100px;
    font-size: 30px;
    color: #fff;
    margin-top: 0px;
}

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

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    background: none !important;
}

.dropdown-menu {
    border-radius: 0px;
    /*width: 140px;*/
    /* font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif; */
    border-bottom: 3px solid #11A9ED;
    font-size: 12px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.75);
    background: #fff;
}

.custom-a2a-25 {
    width: 116px !important;
    float: right !important;
    display: block;
}

/*Bootstrap pagniation
/ Keeps page numbers inline with buttons
*/

.paginator ul.pagination {
    margin: 0px !important;
}

.paginator > ul.pagination > li.next {
    display: inline-block;
}

/*Country select input box - forces full width of screen like other bootstrap elements*/
.country-select, .intl-tel-input {
    width: 100% !important;
}

/* ==========================================================================
   01. ELEMENTS
========================================================================== */

/*Event feature box*/

.info-wrap {
    background-color: #FFFFFF;
    /*border: 2px solid #F0F0F0;*/
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0px 20px 0px;
    position: relative;
    /*text-align: center;*/
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    color: #000;
}

.feature-event-box:hover {
    box-shadow: 0px 0px 15px #ccc;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.01);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.01);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.01);
    transition: all 200ms ease-in;
    transform: scale(1.01);
}

.info-picture {
    margin-left: -20px;
    margin-right: -20px;
}

.info-content {
    background-color: #fff;
    border: 0 none;
    z-index: 10;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    padding: 0px 5px;
}

.info-footer {
    border-top: 1px solid #f4f3f3;
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 5px;
}

.info-actions {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 38px;
}

.info-event-date {
    display: block;
    font-size: 15px;
    padding: 5px 5px 5px 7px;
    color: #a6a5a5;
}

.info-event-title {
    font-size: 20px;
    padding: 0px 5px 20px 5px;
    max-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info-event-organiser {
    font-size: 13px;
    padding: 0px 5px 0px 5px;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3681bc;
}

/*45degree label with discipline*/

.event-label.event-label-primary {
    background-color: #3f89d8;
    color: #FFFFFF;
}

.event-label {
    background-color: #CECECE;
    color: #292929;
    font-size: 12px;
    font-weight: bold;
    left: -70px;
    padding: 5px 70px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
}

.app-thumbnail-event > img.img-responsive {
    max-height: 130px;
    min-width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 0%;
}

.app-thumbnail {
    padding: 0px;
    border: 0px;
}

.thumbnail-event {
    height: 130px;
    margin-bottom: 0px;
}

/*Used to display the list of events from the WP blog*/
.popular-posts-wrapper .post {
    float: left;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 0px;
}

/*Blog list*/

.popular-posts-wrapper .post .post-image {
    width: 60px;
    max-height: 60px;
    float: left;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /*background-color: #DADADA;*/
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

img.post-img-cover {
    object-fit: cover;
    min-height: 60px;
}

.popular-posts-wrapper .post .post-content {
    margin-left: 80px;
}

.popular-posts-wrapper > .post > .post-content > span {
    display: block;
}

/*Enter Now button*/

#entryBtn {
    display: none;
    width: 100%;
    position: static;
    top: -32px;
}

#entryBtn.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
    display: block;
}

/*Icons*/

.race-icon-precise {
    /*    position:relative;
        top:-13px;*/
    margin-right: 5px;
}

/*Event search - The event search on homepage*/

.event-search {
    background: #3681BC;
    background: var(--main-bg-color);
    color: #FFF;
    color: var(--main-font-color);
}

.event-search .lead {
    margin: 0;
    line-height: 93px;
}

.event-search ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.event-search li {
    float: left;
    width: 24%;
    padding: 20px 3px;
    border-right: 1px solid #2976B3;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
}

.event-search li:first-child {
    border-left: 1px solid #2976B3;
}

.event-search ul:hover li {
    width: 20%;
}

.event-search ul:hover li:hover {
    width: 36%;
}

.event-search li i {
    font-size: 22px;
}

.event-search li p {
    margin: 10px 0 0;
    text-transform: uppercase;
}

.event-search li span {
    display: none;
}

.event-search li:hover span {
    display: inline-block;
}

@media (max-width: 767px) {
    .event-search li {
        display: block;
        float: none;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #2976B3;
    }

    .event-search li:first-child {
        border-left: 0;
    }

    .event-search ul:hover li {
        width: 100%;
    }

    .event-search ul:hover li:hover {
        width: 100%;
    }
}

.event-search-bar-inner {
    padding-top: 25px;
    text-align: center;
}

/*End event search*/

/*Tabs*/

.flush-tab {
    border-bottom: 0px;
}

.flush-tab > li.active > a, .flush-tab > li.active > a:focus, .flush-tab > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #eee !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.flush-tab > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background: #fff;
}

.flush-tab > li > a:hover {
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.secondary-nav {
    float: right !important;
    margin-left: 10px;
    margin-right: 0;
}

.social-tab {
    padding: 10px;
    border: 0px;
}

.social-tab a {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

/**
strike line
 */

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 1em;
}

.strike > span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: green;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/**
Psudo link
 */

.psudo-link {
    cursor: pointer;
    color: #11A9ED;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline-item {
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 10px 0px 20px 10px;
    border-left: 1px solid #C7C7C7;
    position: relative;
    background: #fff;
    margin-top: 10px;
}

.timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}

.timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.timeline-item > .timeline-header > a {
    font-weight: 600;
}

.timeline-item > .timeline-body,
.timeline-item > .timeline-footer {
    padding: 10px;
}

.timeline > li.time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.timeline-img {
    margin-top: 20px;
}

/*Progress bar*/

/*
This is the progress bar for payment
*/

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 14px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.bs-wizard > .bs-wizard-step.semi > .progress > .progress-bar {
    width: 100%;
}

.clickable {
    pointer-events: all !important;
}

/*END Form Wizard*/

/* ==========================================================================
   02. MEDIA QUERIES
========================================================================== */

@media (max-width: 767px) {

    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }

    .products-list .product-info {
        margin-left: 0px;
    }

    .margin-xs {
        margin-bottom: 15px !important;
    }

    .block-responsive {
        padding: 20px 0px 20px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }

    .margin-sm {
        margin-bottom: 15px;
    }

    .block-responsive {
        padding: 20px 0px 20px 0px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }

    .margin-md {
        margin-bottom: 15px;
    }

    .block-responsive {
        padding: 40px 0px 40px 0px;
    }

}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }

    .margin-lg {
        margin-bottom: 15px;
    }

    .block-responsive {
        padding: 40px 0px 40px 0px;
    }
}

/* ==========================================================================
   0X. HELPERS
========================================================================== */

.margin-top {
    margin-top: 10px;
}

.margin-bottom-small {
    margin-bottom: 5px;
}

.margin-top-small {
    margin-top: 5px;
}

.padding-bottom-remove {
    padding-bottom: 0px;
}

.padding-top-remove {
    padding-top: 0px;
}

.padding-top-narrow {
    padding-top: 5px;
}

.padding-bottom-narrow {
    padding-bottom: 5px;
}

.border-between > [class*='col-']:before {
    background: #e1e3e9;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

ul.line li {
    font-size: 12px;
}

ul.line li:not(:first-child):before {
    border-left: 1px solid #000;
}

.cover-image-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 450px;
    /*max-width: 600px;*/
}

.cover-image-height {
    height: 450px;
}

.cover-image-responsive-height {
    height: 400px;
}

.event-thumbnail {
    position: absolute;
    bottom: -25px;
    max-height: 250px;
    max-width: 250px;
}

.event-thumbnail-responsive {
    max-height: 200px;
    max-width: 200px;
    margin-top: 20px;
}

.thumbnail-event > img.img-responsive {
    max-height: 130px;
    min-width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 0%;
}

.race-component-brief {
    display: inline-block;
    margin-right: 10px;
}

.race-component-brief img {
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.small-icon {
    height: 14px;
}

.margin-up {
    margin-top: -1px;
}

.no-round {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

dd {
    margin-bottom: 1em;
}

.future-price {
    color: #ccc;
}

.current-price {
    cursor: pointer;
    background: #4BC373;
    color: #fff;
}

.review-form .radio {
    display: inline-block;
}

.iframe-responsive {
    width: 1px;
    min-width: 100%;
    *width: 100%;
}

.dropdown-right {
    right: 0 !important;
    left: auto !important;
}

.basket-label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.basket-label-responsive {
    position: absolute;
    /*    top: 9px;
        right: 7px;*/
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.feedImg {
    max-height: 80px;
    max-width: 200px;
}

.entryBrandBar {
    text-align: center;
    padding-top: 10px;
}

.entryBrandBar img {
    max-height: 100px;
}

.tt-hint {
    max-width: 100%;
}

.sponsor-img {
    margin: 10px;
    max-width: 150px;
    max-height: 150px;
}

/*
Add a margin to the paragrpah.  Overrides the default
 */
div.text-margin > p {
    margin-bottom: 1em;
}

.form-group.inline > .checkbox {
    display: inline;
}

div.prevent-image-overflow > p > img {
    max-width: 100%;
}

div.prevent-image-overflow > img {
    max-width: 100%;
}

/* ==========================================================================
   0X. BOOTSTRAP OVERRIDES
========================================================================== */

.app-breadcrumb {
    background: none;
    padding: 0px;
    font-size: 11px;
}

/* ==========================================================================
   0X. SERVICES MENUS
========================================================================== */

.services-sub-nav.event {
    background: #333333;
}

.services-sub-nav.organiser {
    background: #00c0ef;
}

.services-sub-nav.club {
    background: #495656;
}

.services-sub-nav.lesson {
    background: #c1558c;
}

.services-sub-nav.event .active, .services-sub-nav.organiser .active, .services-sub-nav.club .active, .services-sub-nav.lesson .active {
    background: #eee;
}

.services-sub-nav.race .active {
    background: #fff;
}

.services-sub-nav.organiser ul li a, .services-sub-nav.club ul li a, .services-sub-nav.lesson ul li a {
    color: #fff !important;
}

.services-sub-nav.organiser ul li a:hover, .services-sub-nav.lesson ul li a:hover {
    color: #000 !important;
}

.services-sub-nav.event ul li a:hover {
    color: #fff !important;
    background: transparent;
}

.services-sub-nav.club ul li a:hover {
    color: #97ceff !important;
}

.services-sub-nav.organiser ul li.active a, .services-sub-nav.club ul li.active a, .services-sub-nav.lesson ul li.active a, .services-sub-nav.event ul li.active a {
    color: #000 !important;
}

/* ==========================================================================
   21. PAGE SPECIFIC
========================================================================== */

/*Pages::Index.ctp*/

.solution-callout {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 20px;
    margin-bottom: 1em;
    font-size: 18px;
}

.client-logos img {
    margin: 0 auto !important; /* it centers any block level element */
}

.box-title {
    color: #797979;
    font-weight: 700;
}

/*Participants:add/edit*/

.checkbox label[for=entered-affiliations-0-identifier] {
    padding-left: 0px !important;
}

/*Payments:basket*/

.invoice {
    background: #fff;
    padding: 10px;
}

/*Payments:checkout*/

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
    padding-left: 15px;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.credit-card-box .form-control.success {
    border-color: #1fdc1f;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 228, 33, 0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
    text-align: center;
}

.credit-card-box label {
    display: block;
}

/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

#card-errors {
    text-align: center;
    font-weight: 700;
    margin-top: 1em;
    color: #ff1f30;
}

/* Misc */

.page-header-runners {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 20px;
    background: url(../img/global/default/page_header.png);
    background-size: cover;
}

.page-header-runners h1 {
    font-weight: bold;
    color: #000;
}

.page-header-runners p.italic {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-style: italic;
}

.page-header-runners p.bold-outline {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.page-header-runners .text-primary {
    color: #234a38;
}

.opt-in-form {
    margin-top: 40px;
}

.organisers-logo {
    max-height: 150px;
}

.ct-content {
    margin-top: 15px;
}

section.clients-home .clients-logos .client-logos-repeater {
    height: 200px;
    cursor: pointer;
}

section.clients-home .clients-logos .client-logos-repeater img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.logo-title {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #0079c2;
}

.occasion-search-bar {
    background: #00000030;
    padding: 15px 15px 0px 15px;
}

.occasion-search-navigation {
    border-bottom: 1px solid #00000012;
}

.box-races > .box-header > h4.box-title {
    color: #3c3434 !important;
}

#enter-metrics.affix {
    position: fixed;
    top: 10px
}

#enter-metrics.affix-top {
    position: static;
}

#enter-metrics.affix-bottom {
    position: absolute;
}

.checked {
    color: orange;
}

.product-thumbnail {
    max-height: 230px!important;
    max-width: 230px!important;
    height: auto!important;
}
