/* General */
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #00A1A5; /* #00A1A5; */
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2825;
}
h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}
.ridename {
    color: #2C3E4F;
    background-color: transparent;
    text-decoration: none;
}
.ridename:visited{
    color: #2C3E4F;
    background-color: transparent;
    text-decoration: none;
}
.ridename:hover{
    color: #00A1A5;
    background-color: transparent;
    text-decoration: none;
}
.ridename:active{
    color: #00A1A5;
    background-color: transparent;
    text-decoration: none;
}
.link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
.visited {
    color: purple;
    background-color: transparent;
    text-decoration: none;
}
.hover {
    color: red;
    background-color: transparent;
    
}
.active {
    color: red;
    background-color: transparent;
    
}
.col-md-half {
    width: 4.15%;
    position: relative;
    min-height: 1px;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
}
.mobile-view {
    display: none;
}
#inner-page h4 {
    color: #2C3E4F; /* #2C3E4F; */
    font-weight: bold;
    margin-bottom: 15px;
}
.btn-primary {
    border-bottom: 3px solid #00A1A5; /* #00A1A5; */
}
.send {
    width: 100%;
}

.blue-txt {
    color: #284e9f;
}
.bold {
    font-weight: bold;
}

.faq {
    margin-bottom: 30px;
}

/* This's to fix the red and underline text caused by <font>, <a> and <u> tags */
/*#bike-rides .event-preview-info u {
    text-decoration: none;
}
#bike-rides p u {
    text-decoration: none;
    color: #222222;
}
#bike-rides a u {
    color: #ff0033;
}
h4 u {
    color: #2C3E4F;
    text-decoration: none;
}*/
/*----*/
span.red {
    color: red;
}

/* Navbar */
.navbar:after {
    content: '';
    height: 6px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -6px;
    background: url(../../images/menu_shadow.png) left top repeat-x;
}
#ext_menu-0 .navbar, #ext_menu-0 .nav-dropdown-sm, #ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"], #ext_menu-0 .nav-dropdown-sm .dropdown-menu {
    background: #2C3E4F; 
}
#ext_menu-0 .link, #ext_menu-0 .dropdown-item {
    color: #ffffff;
}
#ext_menu-0 .link:hover, #ext_menu-0 .dropdown-item:hover, #ext_menu-0 .link:focus, #ext_menu-0 .dropdown-item:focus {
    color: #fff !important;
}
.navbar-dropdown .navbar-logo img {
    height: 5rem;
}
.navbar-dropdown.navbar-short .navbar-logo img {
    height: 3.375rem;
}
.navbar-dropdown .navbar-brand {
    padding: 0;
}

.nav-dropdown
{
    font-weight:500 !important;
}

.nav-dropdown .link {
    margin: 20px 1.2em 8px;
}
.nav-dropdown {
    display: initial !important;
}
li.nav-item.login-panel {
    margin-bottom: 0;
    padding: 0;
    text-align: right;
    margin-right: 1.2em;
    display: block !important;
    float: right;
}
li.nav-item.login-panel a {
    margin: 0;
    margin-left: 15px;
    color: white;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 0;
}
.navbar-dropdown.navbar-short .navbar-logo img {
    height: 5rem;
}

.lit {
    color: #fff !important; /* Highlight the active nav item which is .lit */
}


/* Home*/
#header4-1 .display-1 {
    font-weight: normal;
}


/* Bike Rides */
#bike-rides h4 {
    color: #2C3E4F;
    font-weight: bold;
    margin-bottom: 15px;
}
#bike-rides p {
    font-size: 13px;
}
#bike-rides .event-preview-info span {
    display: block;
}
#bike-rides .event-location, #bike-rides .event-distance {
    margin-left: 0;
}
#bike-rides .ride-wrapper {
    border-bottom: 3px solid #00A1A5;
    margin-bottom: 20px;
    min-height: 320px;
}
#bike-rides .btn {
    margin-top: 24px;
}
/*.col-ride:nth-child(4n+1) {
    clear: both;
}*/
#bike-rides h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
}
#bike-rides i {
    margin-right: 5px;
}

/* Email to get a event brochure */
#form-email-brochure {
    padding: 18px;
    background: #000a15;
}
.brochure-title-wrapper {
    height: 64px;
}
.brochure-title-wrapper h4 {
    line-height: 64px;
}
.mobile-view button {
    width: 100%;
    margin-top: 10px;
}


/* About */
#about P {
    text-align: left;
    color: #222222;
    font-size: 15px;
    font-weight: normal;
}


/* Featured Rides */
#featured-rides {
    padding-top: 80px;
    padding-bottom: 90px;
}
#featured-rides H4 {
    color: #00A1A5;
    font-weight: bold;
}
#featured-rides img {
    width: 100%;
    height: auto;
}
.featured-ride-wrapper h4 {
    text-align: center;
}
.featured-ride-content-wrapper {
    margin-top: 40px;
    background: #f4f4f4;
    box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
}
.featured-ride-content-wrapper>div:first-child {
    padding: 0;
}
.featured-ride-content-wrapper>div:nth-child(2) {
    padding: 20px 30px;
}
.featured-ride {
    margin-bottom: 14px;
}
#featured-rides P {
    margin-bottom: 2px;
}
.featured-ride a p:first-child {
    color: #004495 !important;
}
.featured-ride .date {
    font-size: 11px !important;
}
.featured-ride:hover a, .featured-ride:hover a p {
    text-decoration: none;
    font-weight: bold;
}
#featured-rides .btn {
    margin-top: 10px;
    width: 100%;
}
.featured-ride-content-wrapper .card-img {
    background: url(../../images/table.jpg);
    width: 100%;
    height: 270px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
}
/** Google Search **/
#about p.lead, #about .lead p {
    margin-bottom: 0;
}
#___gcse_0 {
    margin: 40px 0;
}
.gsc-input-box {
    height: auto!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto!important;
    height: auto!important;
}

/* Cycling for charity and sport */
#charity-and-sport .card-img {
    margin-top: 14px;
}
.charity-and-sport-wrapper {
    padding: 70px 0;
}


/* How to enter a ride */
#how-to {
    padding-top: 80px;
    padding-bottom: 90px;
}
#how-to img {
    width: 100%;
}
.steps {
    margin: 70px 0 30px 0;
}
.arrow {
    text-align: center;
    color: #6A96C8;
}
.step-text {
    padding-top: 20px;
}
.step-text p {
    font-size: 14px;
}
.arrow i {
    margin-top: 54px;
}


/* News */
#news {
    padding: 0;
}
.news-section-wrapper {
    background: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
}
.news-items-wrapper {
    margin: 70px 0;
}
.news-wrapper .card-img {
    background: url(../../images/desktop.jpg);
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
}
#news h4 {
    color: #2C3E4F;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-wrapper.row {
    margin-bottom: 30px;
}
#news .card-btn {
    text-align: center;
}
#news-listing .news-wrapper{
    display:none;
}
#news .news-wrapper img {
    max-width: 100%;
}


/* Contacts */
.address span {
    font-weight: bold;
}
.facebook {
    color: #3b5998;
}
.twitter {
    color: #00aced;
}
.social a:hover {
    color: #000a15;
}
#contacts form .btn {
    width: 100%;
}
#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}


/* Footer */
#footer {
    background: #000a15;
}
.payment-gateway img {
    height: 24px;
    margin-right: 10px;
}
#footer p {
    margin-bottom: 5px;
    color: #efefef;
}
#footer a:hover {
    text-decoration: underline;
}


/* Inner Page */
#inner-page {
    margin-top: 65px;
    padding-top: 80px;
    padding-bottom: 90px;
}
#inner-page img {
    width: 100%;
}
#inner-page h3 {
    color: #2C3E4F;
    text-align: center;
    margin-bottom: 0;
}
.inner-page-content {
    margin-top: 70px;
}
.mbr-section-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: initial;
    margin-top: 24px;
    margin-bottom: 40px;
    color: #222222;
}


/* Search bar */
.search-bar {
    padding: 18px;
    background: #000a15;
}
.search-bar .mbr-section-title, .search-bar h4 {
    color: #fff;
}
.search-bar .form-control{
    min-height: 35px;
    margin-bottom: 10px;
}
.search-bar h4 {
    font-size: 20px;
}
/*.search-bar .mbr-subscribe-dark, .search-bar .form-control {
    display: inline-block;
}*/
.search-bar button {
    padding: 0.50rem 2.1875rem;
    width: 100%;
}
.mbr-map {
    height: 12rem;
}
/* No input field */
.mbr-subscribe {
    border: none;
}


/* Paginator */
.paginator{
    margin-top: 80px;
}
.paginator-l, .paginator-r {
    display: inline-block;
}
.paginator-r {
    float: right;
}


/* Events Calendar */
.events h4 {
    color: #2C3E4F;
    font-weight: bold;
    margin-bottom: 15px;
}
.event {
    margin-bottom: 40px;
}
.event-location, .event-distance {
    margin-left: 14px;
}
.event-preview-info i {
    color: #525252;
}


/* Individual Event page */
.event-subtitle {
    margin-bottom: 0;
}
.event-images {
    margin-bottom: 25px ;
}
.bxslider img {
    max-height: 474px;
    /* width: auto; */
    margin: 0 auto;
}
.bxslider .slide {
  visibility: hidden;
}
.charity-details {
    background: #d4e8ff;
    border: 1px solid #f4f4f4;
    padding: 24px;
}
.event-sidebar {
    background: #f4f4f4;
    padding: 40px 30px;
}
.event-sidebar img {
    margin-top: 25px;
    margin-bottom: 25px;
}
.event-sidebar img.charity-logo {
    width: 80% !important;
    margin-left: 10%;
}
.event-sidebarc {
    background: #f4f4f4;
    padding: 5px 5px;
}
.event-sidebarc-oe {
    border-width: 30px 30px 10px;
	border-color: white;
	border-style: solid;
	margin: 0px;
}
.event-sidebarc img {
    margin-top: 0px;
    margin-bottom: 0px;
}
.event-sidebarc img.charity-logo {
    width: 80% !important;
    margin-left: 10%;
}
.ride-detail {
    font-size: 14px;
    margin-bottom: 25px;
}
.ride-detail-title {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', sans-serif
}
.transport-info {
    margin-bottom: 25px;
}
.getting-here, .ride-general-info {
    margin-top: 35px;
    background: #f4f4f4;
    padding: 40px 10px;
}
.charity-details {
    margin-top: 35px;
}
.getting-here h4 {
    color: #2C3E4F;
    font-weight: bold;
    margin-bottom: 15px;
}
.transport-icon i {
    font-size: 30px;
    border: 1px solid #000a15;
    padding: 8px;
    color: #000a15;
    margin-top: 5px;
}
.book-now-top, .book-now-bottom {
    width: 100%;
}
.book-now-bottom {
    margin-top: 8px;
}
.more-events {
    margin-top: 60px
}
.more-events .mbr-section-title{
    color: #00A1A5 !important;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    margin-bottom: 40px !important;
    text-align: center;
}
.more-events .card-block {
    padding: 20px 0;
    text-align: center;
} 
.more-events .event-preview-info {
    font-size: 13px;
}
.more-events a {
    color: #222222;
}
.more-events a:hover {
    text-decoration: none;
}
.more-events a:hover .card {
    border: 1px solid #00A1A5
}
.logos {
    margin-top: 60px;
}
.logos div {
    margin-bottom: 20px;
}
.logos div:nth-child(12n+1) {
   clear: both;
}
.book-now-btn {
    /*width: 50%;*/
    float: right;
    padding-left: 20px;
	padding-top: 20px;
}
.event-map {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*.charity-logo {
    width: 50% !important;
    float: left;
    margin-right: 20px;
}*/
#inner-page .event-sidebar h3 {
    margin-bottom: 20px;
}
#inner-page .event-sidebarc h3 {
    margin-bottom: 2px;
}
#inner-page .challenge-rating-img,
#inner-page .challenge-rating-img img {
    width: initial;
    border-radius: 100%;
    margin: 0;
}
.event-sidebar hr {
    margin-bottom: 40px;
}
.main-content-wrapper {
    margin-top: 25px;
}
.ride-gradings {
    border-left: 3px solid white;
}
.ride-general-info ul li {
    display: list-item;
}
.ride-general-info ul li a {
    margin-top: 0;
    padding: 0;
    font-weight: normal;
}
.transport-icon {
    padding-left: 5px;
}
.transport-icon i {
    padding: 8px 0 8px 8px;
}
/* Buttons with .bn class on individual ride page */
#inner-page .bn {
    border-bottom: 3px solid #00A1A5 !important; /*  #00A1A5 */
    background-color: #004495;
    border-color: #004495;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    box-shadow: none;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0.75rem 2.1875rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
}
.bn.focus, .bn:focus, .bn:hover {
    color: #fff;
    background-color: #00A1A5 !important;
    border-color: #00A1A5 !important;
}

/* Event Calendar */
.register-text p {
    margin-top: 18px;
    margin-bottom: 0;
}
.logos p {
    width: 10%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.logos img {
    margin-bottom: 20px;
}

/* Event Calendar single */
#inner-page h1 {
    color: #2C3E4F;
    text-align: center;
    margin-bottom: 30px;
}
.event-calendar-date-title {
    font-weight: bold;
    color: #2C3E4F;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}
.event-calendar-entry-wrapper{
    background: #f4f4f4;
    padding: 40px 30px;
}
.event-calendar-ads p {
    width: 25%;
    display: inline-block;
    margin-left: 20px;
}


/* Pager */
.pager {
    margin-top: 80px;
}
.pager .btn {
    padding: 0.75rem 1rem;
    font-weight: bold;
}
.pager .btn + .btn {
    margin-left: 0;
}


/* T-shirts */
.t-shirt {
    margin-bottom: 20px;
}
.t-shirts img {
    width: 100%;
}
.t-shirts .card-img {
    padding: 10px 0;
}
.t-shirts h4 {
    color: #2C3E4F;
    font-weight: bold;
    margin-bottom: 15px;
}
.t-shirts .card-block {
    text-align: center;
}
.t-shirts .btn {
    width: 100%;
}
.t-shirts .card-block {
    background: #f4f4f4;
}
.t-shirts .card {
    border: none;
    box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 6px 14px 0 rgba(0,0,0,0.3);
}
.t-shirts .card-text {
    margin-bottom: 0;
}
/*.t-shirt:nth-child(4n+1) {
    clear: both;
}*/
.t-shirt select {
    width: 70px;
    display: inline-block;
    background: white;
    padding: 0;
    min-height: 20px;
}
.t-shirts .pager .btn {
    width: initial;
}
#s.section {
    margin-top: 20px;
}
#s.section tr {
    border-bottom: 1px solid gray;
}
#s.section tr th, #s.section tr td {
    padding: 2px 14px 2px 0;
}
#s.section tr td {
    font-size: 13px;
}
.total {
    color: #284e9f;
    font-weight: bold;
    margin: 10px 0;
}
.notloggedon {
    background: #e8e8e8;
    padding: 10px;
    margin-bottom: 10px;
}
.notloggedon span {
    font-weight: 900;
    color: #ec0000;
}

/* Basket */
.subheader_pink, .linetotal {
    width: 30%;
    display: inline-block;
}
.subheader_pink h1 {
    text-align: left !important;
    font-size: 26px;
    margin-top: 30px;
}
.send, .basketSend {
    display: inline-block;
    width: auto;
    margin-left: 30%;
}


/* Responsive */


@media (max-width: 1200px) {
    .arrow i {
        margin-top: 40px;
    }
}

/* navbar links */
@media (max-width: 768px) {
    #ext_menu-0 .link:hover, #ext_menu-0 .dropdown-item:hover, #ext_menu-0 .link:focus, #ext_menu-0 .dropdown-item:focus {
        color: #000 !important;
    }
    }
@media (min-width: 768px) {
    .featured-ride-wrapper {
        width: 49%;
    }
    .featured-ride-wrapper:first-child {
        margin-right: 1%;
    }
    .featured-ride-wrapper:nth-child(2) {
        margin-left: 1%;
    }

}
@media (max-width: 991px) {
    .transport-icon.desktop-view{
        display: none;
    }
    #how-to .col-md-half {
        display: none;
    }
    .arrow i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all 0.3s ease;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 50px;
    }
    .step-text {
        padding-top: 0;
    }
    #footer p {
        margin-bottom: 20px;
    }
    #contacts form {
        margin-bottom: 50px;
    }
    /* Search bar */
    .search-bar h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .search-bar {
        padding: 24px 18px;
    }
    /* Calendar */
    .logos div:nth-child(6n+1) {
       clear: both;
    }
    /* Indv Event page */
    .ride-general-info>div {
        margin-bottom: 25px;
    }
    .book-now-btn {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .ride-gradings {
        border-left: none;
        border-top: 3px solid white;
    }
    
}
@media (max-width: 768px) {
    /*Nav bar */
    .login-panel {
        float: none !important;
        margin-right: 0;
        border-top: 2px dashed #4e4e4e;
        border-bottom: 2px dashed #4e4e4e;
    }
    li.nav-item.login-panel a {
        display: block;
        text-align: left;
        padding: 14px 8px;
    }
    
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    /* No field form */
    #form-email-brochure .input-group {
        /*display: block;
        border-collapse: separate;*/
        display: none;
    }
    .featured-ride-wrapper {
        margin-bottom: 80px;
    }
    .arrow i {
        margin-left: 0;
    }
    .news-preview-content {
        margin-top: 20px;
    }
    /* Events Calendar */
    #inner-page img {
        margin-bottom: 20px;
    }
    .event-preview-info span {
        display: block;
    }
    .event-location, .event-distance {
        margin-left: 0;
    }
    /* Individual Event page */
    .book-now-btn {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .charity-logo {
        width: 100% !important;
        float: none;
        margin-right: 0;
    }
    .ride-gradings {
        border-left: none;
        border-top: 3px solid white;
    }
    .getting-here {
        margin-top: 80px;
    }
    
    /* Individual calendar entry page */
    .event-calendar-ads{
        margin-top: 30px;
    }
    .event-calendar-ads p {
        margin: 0 20px 0 0;
    }
    .event-subtitle span {
        display: block;
    }
    
}

.loginLink
{
    color:#00A1A5;
    margin-right:10px;
    margin-left:10px;
     font-size: 12px;
}

.loginLinkSameSize
{
    color:#00A1A5;
    
}

.loginLink:hover
{
    color:#ffffff;
}

p.event-preview-info
{
   /* color:#ECECEC; */
   color:Black;
}

.floatleft { float: left;
	}
.floatright { float: right;
	}
	
.charityImg { width:auto !important; }