.logged-in .o-site-header {
    top: 32px;
}

.logged-in .o-site-header .o-brand {
    padding: 15px 30px 30px;
}

.hero-text-heading {
    margin-left: 20px;
}

.hero-text-heading h1 {
    font-size: 46px;
    font-weight: 800;
    font-style: italic;
}

/* 21/06/2018 */

.centered-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.owl-fencing div {
    position: relative;
}

.owl-fencing div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 100px solid white;
    border-right: 37px solid transparent
}

.owl-fencing div:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #39adff;
    border-left: 37px solid transparent;
}

.owl-caption {
    position: absolute;
    left: 0px;
    top: 58%;
    font-weight: 700;
    font-size: 18px;
    background-color: #39adff;
    color: #fff;
    padding: 5px 10px;

}

.owl-caption a,
.owl-caption a:focus,
.owl-caption a:hover {
    color: #fff;
    text-decoration: none;
}

.owl-nav {
    position: absolute !important;
    top: 0;
    width: 100%;
}

.nav-icon-lft {
    position: absolute;
    top: 500%;
    font-size: 23px;
    z-index: 999;
    color: #fff;
    background-color: rgba(41, 39, 96, .6);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.nav-icon-rgt {
    position: absolute;
    top: 500%;
    right: 0;
    font-size: 23px;
    z-index: 999;
    color: #fff;
    background-color: rgba(41, 39, 96, .6);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.blue-bg {
    background: #21214C;
}

.clubSearchArea {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #fff;
}

.clubSearchArea .box {
    width: calc(49% - 25px);
}

.clubSearchArea .box.small {
    width: 50px;
    text-align: center;
}

.clubSearchArea .box .o-search {
    padding: 10px 35px 0 0px;
}

.clubSearchArea .box h3 {
    text-align: center;
    margin-bottom: 20px;
}

.clubSearchArea .box input[type="search"] {
    height: 35px;
    border: 0;
    width: 100%;
    color: #282761;
    border-radius: 5px;
    padding: 0 15px;
}

.redioHolder {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 10px 0;
}

.redioHolder label {
    margin: 0 10px;
}

.redioHolder input[type="radio"] {
    margin-right: 5px;
}

.regionSrch {
    height: 35px;
    border: 0;
    width: 100%;
    color: #282761;
    border-radius: 5px;
    margin-bottom: 10px;
}

.centerCont {
    text-align: center;
}

.clubSubmit {
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    background: #5553b9;
    border-radius: 5px;
    margin: 15px 0;
    transition: all 0.5s;
}

.clubSubmit:hover {
    background: #dc0d17;
    transition: all 0.5s;
}

.map {
    margin: 0 0 10px 0;
    height: 400px;
}

h2.clubSrchRslt {
    margin: 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.clubSrchRsltList {
    list-style: none;
    padding-top: 15px;
}

.clubSrchRsltList li {
    margin: 5px 0;
    overflow: hidden;
}

.rsltContent {
    border: 1px solid #e0e0e0;
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.rsltContent:after {
    content: '';
    visibility: hidden;
    display: block;
    clear: both;
    height: 0px;
}

.clubSrchRsltList li h4 {
    color: #dc0d17;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 15px;
}

.owl-fencing div.owl-nav:after {
    content: "";
    display: none !important;
}

.owl-fencing div.owl-nav:before {
    content: "";
    display: none !important;
}

.findout-btn:hover {
    background-color: #fff;
    color: #39adff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    /* border: 1px solid #39adff; */
}

/* 28/06/2018 start */
.nav-links .page-numbers .icon {
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.mainSearch {
    padding: 10px 0;
}

.mainSearch button[type="submit"] {
    right: 10px;
}

.o-hero-banner-item-wrap__tabs .nav.nav-tabs li {
    width: 50%;
}

.fullBtn {
    color: white;
    display: block;
}

.fullBtn:hover {
    color: white;
}

/* 28/06/2018 end */
/* 29/06/2018 start */
.c-athletes-slider .c-athletes-slider__item {
    height: auto !important;
}

a {
    color: #e31f26;
}

.pagination {
    display: block;
    clear: both;
}

.pagination h2.screen-reader-text {
    display: none;
}

/* 29/06/2018 end */


/* 22/10/2018 start */
.advtSrchBlock {
    margin: 15px 0;
}

#advanced label {
    font-weight: normal;
}

.formHolder {
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    padding: 20px 2%;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    text-align: center;
}

.formHolder h3 {
    margin: 0px auto 25px;
}

.formHolder input {
    text-align: left;
    width: 100%;
    padding: 3px 2%;
    box-sizing: border-box;
    border: 1px solid #999;
    outline: none;
    border-radius: 4px;
    margin-bottom: 15px;
}

#membership_lookup {
    width: 40%;
    max-width: 200px;
    padding: 7px 24px;
    border: 1px solid #999;
    outline: none;
    border-radius: 4px;
    margin: 15px auto;
}

.centerDiv {
    display: inline-block;
}



/* 22/10/2018 end */

/* 26/10/2018 */
.o-hero-banner .more-btn.o-btnOuterBlock {
    position: absolute;
    z-index: 1;
    bottom: 36px;
}

/* 26/10/2018 end */

/* 29/06/2018 start */
.c-athletes-slider .c-athletes-slider__item {
    height: auto !important;
}

a {
    color: #e31f26;
}

.pagination {
    display: block;
    clear: both;
}

.pagination h2.screen-reader-text {
    display: none;
}

@media (min-width: 200px) {
    .c-athletes-slider .c-athletes-slider__item figure {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .c-athletes-slider .c-athletes-slider__item .c-athletes-slider__item__details {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 150px;
    }
}

/* 29/06/2018 end */

/* 14/11/2018 start */

.o-conversation ul li strong {
    font-size: 16px;
    display: inline;
    text-align: left;
    color: #000;
    font-weight: 700;
    position: static;
    bottom: 58px;
}


/* 14/11/2018 end */

/* 12/12/2018 start */
.readButton {
    right: 30px;
}

/* 12/12/2018 end */


/* 2019/01/17 start */
#advanced_link {
    background-color: #5553b9;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    font-size: 14px;
    padding: 12px 36px;
    border-radius: 100px;
    color: #fff;
}

#advanced_link:hover {
    background-color: #dc0d17;
}

/* 2019/01/17 end */

/* 2019-02-06 start */
@media only screen and (min-width: 992px) {
    .o-conversation h3 strong {
        bottom: 0 !important;
        position: relative;
    }

    .home .o-hero-banner .c-site-slider .c-site-slider__item {
        padding: 50px 30px 132px 30px;
    }
}

/* 2019-02-06 end */

/* 2019-03-12 start */
@media only screen and (min-width: 1200px) {
    .home .o-hero-banner .c-site-slider .c-site-slider__item {
        padding: 80px 50px 120px 50px;
        min-height: 380px;
        max-height: 380px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1200px) {
    .o-hero-banner .c-site-slider .c-site-slider__item {
        padding: 80px 50px 120px 50px;
        min-height: 380px;
        max-height: 380px;
        overflow: hidden;
    }
}

/* 2019-03-12 end */

/* 2019-03-20 start */
.full-calendar .fc-scroller.fc-time-grid-container {
    display: none;
}

/* 2019-03-20 end */

/* 2019-03-22 start */

@media (min-width: 992px) {
    .o-conversation strong {
        font-size: 16px;
        display: inline-block;
        font-style: normal;
        position: relative;
        bottom: 0;
    }
}

/* 2019-03-22 end */

/* 2019-04-02 start */
@media only screen and (min-width: 1500px) {
    .home .o-hero-banner .c-site-slider .c-site-slider__item {
        padding: 80px 50px 136px 50px;
    }
}

@media only screen and (min-width: 1550px) {
    .home .o-hero-banner .c-site-slider .c-site-slider__item {
        padding: 80px 50px 148px 50px;
    }
}

@media only screen and (min-width: 1580px) {
    .home .o-hero-banner .c-site-slider .c-site-slider__item {
        padding: 80px 50px 160px 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .home .o-hero-banner .c-site-slider .c-site-slider__item {
        padding: 100px 50px 170px 50px;
    }
}

/* 2019-04-02 end */

/* 2019-04-03 start */

.asf .o-filterSec {
    padding-bottom: 0px;
}

.advance-search-filter-new {
    background: #EFEFEF;
    max-width: 1100px;
    width: 100%;
    margin: 10px auto;
    margin-bottom: 35px;
    padding: 0;
}

.advance-search-filter-new .tabHead {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
}

.advance-search-filter-new .tabHead:after,
.inputLi:after {
    content: '';
    visibility: hidden;
    display: block;
    clear: both;
    height: 0px;
}

.advance-search-filter-new .tabHead li {
    width: 20%;
    float: left;
    padding: 15px;
    cursor: pointer;
    background: rgba(255, 255, 255, .3);
    border-top: 5px solid rgba(255, 255, 255, 0);
    transition: border 1s;
}

.advance-search-filter-new .tabHead li.active,
.advance-search-filter-new .tabHead li:hover {
    background: rgba(255, 255, 255, 1);
    border-top: 5px solid rgba(255, 0, 0, 1);
    transition: border 1s;
}

.advance-search-filter-new .tabContent {
    background: #fff;
    padding: 50px;
    display: none;
}

.advance-search-filter-new .inputLi {
    margin: 0;
    padding: 0;
    list-style: none;
}

.advance-search-filter-new .inputLi li {
    width: 33%;
    float: left;
    padding: 5px 10px;
}

@media (max-width: 700px) {
    .advance-search-filter-new ul.inputLi li {
        width: 100%;
    }
}

/* 2019-04-03 end */


/* 2019-04-08 start */
.o-board-directors {
    text-align: left;
}

.o-contentTxt .o-board-directors h2 {
    margin-bottom: 25px;
}

.o-contentTxt .c-directors {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.o-contentTxt .c-directors-image {
    border: 1px solid #C6C6C6;
    /*height: 240px;*/
    overflow: hidden;
}

.o-contentTxt .c-directors-image img {
    width: 100%;
    max-width: 100%;
}

.o-contentTxt .c-directors-title {
    padding: 15px 10px;
    text-align: center;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
}

.o-contentTxt .c-directors-title h3 {
    margin: 0px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.o-contentTxt .c-directors-readmore {
    background-color: #DE0200;
    text-align: center;
}

.o-contentTxt .c-directors-readmore:hover {
    background-color: #9c0605;
}

.o-contentTxt .c-directors-readmore a {
    color: #fff;
    display: block;
    padding: 10px;
    cursor: pointer;
}

.o-contentTxt .c-director-modalboxes .modal-content {
    border-radius: 0px;
}

.o-contentTxt .c-director-modalboxes .modal-body {
    position: relative;
    padding: 25px;
}

.o-contentTxt .c-director-modalboxes .modal-body .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.o-contentTxt .c-director-modalboxes .modal-body .c-directors-content h3 {
    text-transform: capitalize;
}

.o-contentTxt .c-directors-content h3 {
    margin: 0px 0 10px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #282761;
}


.o-contentTxt .c-directors-content-readmore {
    background-color: #DE0200;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    margin-top: 20px;
}

.o-contentTxt .c-directors-content-readmore:hover {
    background-color: #9c0605;
}

.o-contentTxt .c-directors-content-readmore a {
    color: #fff;
    display: block;
    padding: 10px 30px;
}

@media (min-width: 768px) {
    .c-director-modalboxes .modal-dialog {
        width: 800px;
    }
}

/* 2019-04-08 end */

/* 2019-04-23 */

.c-category-box .c-category-list:nth-child(2n+2) {
    border-left: none !important;
    display: block !important;
}

/* 2019-04-23 */

/*2019-04-24*/
.o-contentTxt .c-directors-title {
    max-height: 60px;
    overflow: hidden;
    min-height: 60px;
}

@media (min-width: 768px) {
    .o-contentTxt .c-directors-title h3 {
        font-size: 10px;
        line-height: 20px;
    }
}

/*2019-04-24*/

/*2019-05-01*/
@media (min-width: 200px) {
    .o-conversation strong {
        font-size: 14px;
        color: #333;
    }

    .o-site-content li {
        font-size: 14px;
    }
}

@media (min-width: 480px) {

    .o-conversation strong,
    b {
        font-size: 14px;
        color: #333;
    }

    .o-site-content li {
        font-size: 14px;
    }
}

@media (min-width: 750px) {
    .o-conversation strong {
        font-size: 14px;
        display: inline-block;
        font-style: normal;
        position: relative;
        bottom: 0;
        color: #333;
    }
}

@media (min-width: 992px) {
    .o-conversation strong {
        font-size: 16px;
    }

    .o-conversation strong {
        color: #333;
    }

    .o-site-content li {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .o-conversation strong {
        font-size: 16px;
        display: inline-block;
        font-style: normal;
        position: relative;
        bottom: 0;
        color: #333;
    }
}

.more-btn--red b {
    color: #fff;
}

/*2019-05-01*/

.alm-btn-wrap,
.alm-masonry {

    display: block;
    overflow: hidden;
    clear: both;

}

.alm-btn-wrap {

    text-align: center;
    padding: 10px 0 25px;

}

/*2019-08-05*/

@media (max-width: 375px) {
    .o-hero-banner .more-btn.o-btnOuterBlock.readButton {
        bottom: 8px !important;
        left: 25% !important;
        right: 0px !important;
        text-align: center;
        width: 50%;
    }

    .search_btn_stl {
        width: 100%;
    }

    #advanced_link {
        width: 100%;
        display: block;
        padding-top: 6px;
        margin-top: 9px;
    }

    iframe {
        /*height: auto !important;*/
        width: 100% !important;
    }
}

/*2019-08-06*/

/* 2019-04-08 end */

.newsImgnew {
    height: 210px !important;
    position: relative;
    text-align: center;
    color: white;
}

.categorytext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}


.categorytext p {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.custombutton {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 1em 1.2em;
    color: #fff;
    border-radius: 3px;
    background: #282761;
    margin: 0% 5px 0 5px;
}


@media (min-width:320px) {
    .o-hero-banner .c-site-slider .c-site-slider__item {
        min-height: 150px;
        max-height: 150px;
        overflow: hidden;
    }
}

@media (min-width:481px) {
    .o-hero-banner .c-site-slider .c-site-slider__item {
        min-height: 200px;
        max-height: 200px;
        overflow: hidden;
    }
}

@media (min-width:641px) {
    .o-hero-banner .c-site-slider .c-site-slider__item {
        min-height: 300px;
        max-height: 300px;
        overflow: hidden;
    }
}

.o-newsSection-box .o-newsBox {
    height: 320px;
    margin-bottom: 35px;
}

@media only screen and (max-width:1920px) {
    .o-newsSection-box .o-newsBox .o-info {
        height: 110px !important;
    }
}

@media only screen and (max-width:1680px) {
    .o-newsSection-box .o-newsBox {
        height: 290px;
    }
}

@media only screen and (max-width:1600px) {
    .o-newsSection-box .o-newsBox {
        height: 280px;
    }
}

@media only screen and (max-width:1440px) {
    .o-newsSection-box .o-newsBox {
        height: 262px;
    }
}

@media only screen and (max-width:1366px) {
    .o-newsSection-box .o-newsBox {
        height: 255px;
    }
}

@media only screen and (max-width:1280px) {

    /* .o-newsSection-box .o-newsBox { height: 310px; } */
    .o-newsSection-box .o-newsBox {
        height: 275px;
    }

    .o-newsSection-box .o-newsBox .o-info {
        height: 170px !important;
    }
}

@media only screen and (max-width:1024px) {

    /* .o-newsSection-box .o-newsBox { height: 310px; } */
    .o-newsSection-box .o-newsBox {
        height: 296px;
    }

    .o-newsSection-box .o-newsBox .o-info {
        height: 220px !important;
    }
}

@media only screen and (max-width:768px) {
    .o-newsSection-box .o-newsBox {
        height: 320px;
    }

    /* .o-newsSection-box .o-newsBox { height: 310px; } */
    .o-newsSection-box .o-newsBox .o-info {
        height: 150px !important;
    }
}

@media only screen and (max-width:767px) {
    .o-newsSection-box .o-newsBox {
        height: auto;
    }

    .o-newsSection-box .o-newsBox .o-info {
        height: auto !important;
    }
}

.dataTables_paginate .pagination {
    margin: 6px 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 1.5em;
    padding: 0px !important;
    border: none !important;
}

#example_wrapper {
    overflow: auto;
}

@media(min-width:767px) {
    #example_wrapper {
        overflow: hidden;
    }
}

.o-newsSection a img {
    margin-top: -2px;
}

/* 
* Add 16-08-2024
*/
.bf-custom-mb3 {
    margin-buttom: 3px;
}

.bf-or-label {
    line-height: 27px;
    /* background-color: #e6e6e6; */
    background-color: #0400ff;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-bottom: 7px;
}

.bf-checkbox-for-membership {
    float: left;
    width: auto;
    margin-right: 10px;
}

.formHolder input[type="checkbox"] {
    /* Your custom styles for the checkbox */
    margin-right: 10px;
    /* Example style to add space between checkbox and label */
    margin-left: 0;
    /* Ensure checkbox aligns to the left */
    float: left;
    width: auto;
}

@media(max-width:767px) {
    .formHolder {
        width: 100%;
    }

    .formHolder input[type="checkbox"] {
        /* Your custom styles for the checkbox */
        margin-right: 10px;
        /* Example style to add space between checkbox and label */
        margin-left: 0;
        /* Ensure checkbox aligns to the left */
        float: left;
        width: 100%;
    }
}

.bf-membership-confirmation-label {
    float: left;
    font-weight: normal;
}