/*@import url('icon-component.css');*/
/* === fontawesome === */

/*@import url('font-awesome.min.css');*/


/* ==== overwrite bootstrap standard ==== */
/*@import url('overwrite.css');*/
@import url('animate.css');

/*==========================================================================
  General
  ========================================================================== */
body {
    color: #777;
    background: #f7f7f7;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Asap Condensed', sans-serif; /*font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif, Arial;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 40px;
    line-height: 30px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.txt-light {
    font-weight: 300;
}

.txt-regular {
    font-weight: 400;
}

.txt-bold {
    font-weight: 700;
}

.txt-uppercase {
    text-transform: uppercase;
}

blockquote.bigquote {
    border: none;
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


small {
    font-size: 70%;
    font-weight: 100;
}

a {
    transition: 0.5s;
}

    a:hover {
        text-decoration: none;
        transition: 0.5s;
    }

:focus {
    outline: none;
}

.color-white.txt-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
    text-transform: uppercase;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #db325a;
    margin-bottom: 30px;
}

#side-btn-panel hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #fff;
    border-width: 2px;
    opacity: 0.5;
}

/*==========================================================================
  Misc & Adjust
 ========================================================================== */
.row {
    z-index: 9999;
}

.big {
    font-size: 20pt;
    font-weight: 300;
}

.blink:hover {
    opacity: 0.9;
}

.half-offset {
    margin-bottom: 75px !important;
}

.no-offset {
    margin: 0 !important;
    padding: 0;
}

.content, .container {
    overflow: hidden;
}

.trans {
    border: 0 !important;
    background: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nobg {
    background: 0;
    border: 0;
}

.noborder {
    border: 0 !important;
}

.color-white {
    color: #fff;
}

.theme-bg {
    background-color: #ff7701 !important;
}

.normalize-font-top {
    padding-top: 25px;
}


/* --- float --- */
.float-left {
    float: left;
}

.float-right {
    float: right;
}
/* --- align --- */
.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
    padding-top: 0;
}

.pad-top5 {
    padding-top: 5px;
}

.pad-top10 {
    padding-top: 10px;
}

.pad-top15 {
    padding-top: 15px;
}

.pad-top20 {
    padding-top: 20px;
}

.pad-top25 {
    padding-top: 25px;
}

.pad-top30 {
    padding-top: 30px;
}

.pad-top35 {
    padding-top: 35px;
}

.pad-top40 {
    padding-top: 40px;
}

/* bottom */
.pad-bot0 {
    padding-bottom: 0;
}

.pad-bot5 {
    padding-bottom: 5px;
}

.pad-bot10 {
    padding-bottom: 10px;
}

.pad-bot15 {
    padding-bottom: 15px;
}

.pad-bot20 {
    padding-bottom: 20px;
}

.pad-bot25 {
    padding-bottom: 25px;
}

.pad-bot30 {
    padding-bottom: 30px;
}

.pad-bot35 {
    padding-bottom: 35px;
}

.pad-bot40 {
    padding-bottom: 40px;
}

.no-pad {
    padding: 0 !important;
}

.pad30 {
    padding-left: 30px;
    padding-right: 30px;
}
/* ---- margin --- */
.mar-left5 {
    margin-left: 5px;
}

.mar-left10 {
    margin-left: 10px;
}

.mar-left15 {
    margin-left: 15px;
}

.mar-left20 {
    margin-left: 20px;
}

.mar-left25 {
    margin-left: 25px;
}

.mar-left30 {
    margin-left: 30px;
}

.mar-right0 {
    margin-right: 0px;
}

.mar-right5 {
    margin-right: 5px;
}

.mar-right10 {
    margin-right: 10px;
}

.mar-right15 {
    margin-right: 15px;
}

.mar-right20 {
    margin-right: 20px;
}

.mar-right25 {
    margin-right: 25px;
}

.mar-right30 {
    margin-right: 30px;
}

/* top */
.mar-top0 {
    margin-top: 0;
}

.mar-top5 {
    margin-top: 5px;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top15 {
    margin-top: 15px;
}

.mar-top20 {
    margin-top: 20px;
}

.mar-top25 {
    margin-top: 25px;
}

.mar-top30 {
    margin-top: 30px;
}

.mar-top35 {
    margin-top: 35px;
}

.mar-top40 {
    margin-top: 40px;
}


/* bottom */
.mar-bot0 {
    margin-bottom: 0 !important;
}

.mar-bot5 {
    margin-bottom: 5px;
}

.mar-bot8 {
    margin-bottom: 8px !important;
}

.mar-bot10 {
    margin-bottom: 10px;
}

.mar-bot15 {
    margin-bottom: 15px;
}

.mar-bot20 {
    margin-bottom: 20px !important;
}

.mar-bot25 {
    margin-bottom: 25px;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.mar-bot35 {
    margin-bottom: 35px;
}

.mar-bot40 {
    margin-bottom: 40px;
}

.mar-bot50 {
    margin-bottom: 50px;
}

.mar-bot100 {
    margin-bottom: 100px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
    margin: 0;
    padding: 80px 0;
}

section.home-outer-section {
    margin: 0;
    padding: 80px 0 45px !important;
}

section#scout_hub {
    margin: 0;
    padding: 80px 0 35px;
}

.bg-white {
    background-color: #fff;
}

.white-bg {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

/* --- section heading --- */
.section-header {
    text-align: center;
}

    .section-header h2.section-heading {
        text-transform: uppercase;
        text-align: left;
        padding: 0 40px;
        margin-bottom: 25px;
    }

/*===========================
  --- Header & menu ----
=========================== */
#banner a.list-group-item.chat-user.active {
    background: #f5f5f5;
}

.navbar {
    line-height: 100px;
    height: 100px;
    background-color: rgba(0,0,0,0.3);
    vertical-align: middle;
    text-align: left;
    transition: 0.5s;
}

.nav li {
    padding: 10px 20px;
}

.nav > li > a {
    display: table-cell;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

    .nav > li > a:hover {
        color: #fff;
        background: none;
    }

.navbar .navbar-nav > .active > a {
    color: #fff;
}

.navbar .navbar-nav > .active > a {
    padding-bottom: 10px;
}

.navbar-logo {
    flex-direction: column;
    align- s: center;
}

    .navbar-logo a {
        color: #fff;
        font-size: 36px;
        animation: animate-logo 2s;
    }

@keyframes animate-logo {
    0% {
        color: #551a8b;
        font-size: 20px;
    }

    100% {
        color: #fff;
        font-size: 36px;
    }
}

.navbar-logo a span {
    font-weight: 300;
    /*margin-left: 10px;*/
    font-family: 'Calibri', 'Asap Condensed', sans-serif;
    letter-spacing: -0.05em;
}

    .navbar-logo a span strong {
        font-weight: 500;
    }


.navbar-toggle {
    padding: 0;
    margin: 0;
    width: 80px;
}

    .navbar-toggle span.fa-bars {
        font-size: 24px;
    }

.navbar-collapse.in {
    /*margin-top: -5px !important;*/
}

.nav span {
    float: left;
    line-height: 36px;
    color: #fff;
    display: block;
}

#banner {
    height: 651px;
    overflow: hidden;
    background: #777;
}

    #banner #custom_carouselBanner {
        height: 100% !important;
    }

        #banner #custom_carouselBanner .carousel-inner {
            height: 100% !important;
        }

            #banner #custom_carouselBanner .carousel-inner .item {
                height: 100% !important;
            }

                #banner #custom_carouselBanner .carousel-inner .item .container-fluid {
                    height: 100% !important;
                    display: table;
                    width: 100% !important;
                }

                    #banner #custom_carouselBanner .carousel-inner .item .container-fluid .col-md-12 {
                        height: 100% !important;
                        display: table-cell;
                        vertical-align: middle;
                    }


/*#banner video{display:block;}*/
/*#banner_sm {
    height: 550px;
    overflow: hidden;
}*/

#banner_sm {
    height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #banner_sm img {
        min-height: 550px;
        max-height: 550px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.short {
    height: 550px !important;
    overflow: hidden;
}
/*===========================
  --- Intro ----
=========================== */

#intro {
    width: 100%;
    height: 651px;
    position: absolute;
    top: 0;
}

/*===========================

  --- Membership ----
=========================== */
.membership-pricing-table {
    width: 100%;
    background: rgba(255,255,255,0.8);
}

    .membership-pricing-table table .icon-no, .membership-pricing-table table .icon-yes {
        font-size: 30px
    }

    .membership-pricing-table table .icon-no {
        color: #a93717
    }

    .membership-pricing-table table .icon-yes {
        color: #209e61
    }

    .membership-pricing-table table .plan-header {
        text-align: center;
        font-size: 40px;
        border: 1px solid #dbdbdb;
        padding: 15px 0 5px 0;
        min-width: 150px;
    }

    .membership-pricing-table table .plan-header-free {
        background-color: #eee;
        color: #555
    }


    .membership-pricing-table #col-1 {
        color: #fff;
        background: #f6a9fb; /* Old browsers */
        background: -moz-linear-gradient(top, #f6a9fb 0%, #bf44be 50%, #f6a9fb 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f6a9fb 0%,#bf44be 50%,#f6a9fb 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f6a9fb 0%,#bf44be 50%,#f6a9fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a9fb', endColorstr='#f6a9fb',GradientType=0 ); /* IE6-9 */
    }

    .membership-pricing-table #col-2 {
        color: #fff;
        background: #13c7fc; /* Old browsers */
        background: -moz-linear-gradient(top, #13c7fc 0%, #0278cf 50%, #13c7fc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #13c7fc 0%,#0278cf 50%,#13c7fc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #13c7fc 0%,#0278cf 50%,#13c7fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13c7fc', endColorstr='#13c7fc',GradientType=0 ); /* IE6-9 */
    }

    .membership-pricing-table #col-3 {
        color: #fff;
        /*background: #c0fba9; /* Old browsers */
        /*background: -moz-linear-gradient(top, #c0fba9 0%, #44bf57 50%, #c0fba9 100%); /* FF3.6-15 */

        background: #000; /* Old browsers */
        background: -moz-linear-gradient(top, #7c7c7c 0%, #000 50%, #7c7c7c 100%); /* FF3.6-15 */

        background: -webkit-linear-gradient(top, #7c7c7c 0%,#000 50%,#7c7c7c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #7c7c7c 0%,#000 50%,#7c7c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0fba9', endColorstr='#c0fba9',GradientType=0 ); /* IE6-9 */
    }

    .membership-pricing-table #col-4 {
        color: #fff;
        background: #f4cd4c; /* Old browsers */
        background: -moz-linear-gradient(top, #f4cd4c 0%, #f6851f 50%, #f4cd4c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f4cd4c 0%,#f6851f 50%,#f4cd4c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f4cd4c 0%,#f6851f 50%,#f4cd4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cd4c', endColorstr='#f4cd4c',GradientType=0 ); /* IE6-9 */
    }

    .membership-pricing-table #col-5 {
        color: #fff;
        background: #f6d584; /* Old browsers */
        background: -moz-linear-gradient(top, #f6d584 0%, #bf9b44 50%, #f6d584 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f6d584 0%,#bf9b44 50%,#f6d584 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f6d584 0%,#bf9b44 50%,#f6d584 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d584', endColorstr='#f6d584',GradientType=0 ); /* IE6-9 */
    }

    .membership-pricing-table #col-6 {
        color: #fff;
        background: #f17892; /* Old browsers */
        background: -moz-linear-gradient(top, #f17892 0%, #bf445e 50%, #f17892 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f17892 0%,#bf445e 50%,#f17892 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f17892 0%,#bf445e 50%,#f17892 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17892', endColorstr='#f17892',GradientType=0 ); /* IE6-9 */
    }

    .membership-pricing-table #col-7 {
        color: #fff;
        background: #85f6f7; /* Old browsers */
        background: -moz-linear-gradient(top, #85f6f7 0%, #44bebf 50%, #85f6f7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #85f6f7 0%,#44bebf 50%,#85f6f7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #85f6f7 0%,#44bebf 50%,#85f6f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85f6f7', endColorstr='#85f6f7',GradientType=0 ); /* IE6-9 */
    }

    .membership-pricing-table table td {
        text-align: center;
        width: 15%;
        padding: 12px 10px;
        background-color: none;
        font-size: 18px;
        -webkit-box-shadow: 0 1px 0 #fff inset;
        box-shadow: 0 1px 0 #fff inset;
    }

    .membership-pricing-table table, .membership-pricing-table table td {
        border: 1px solid #dbdbdb;
        font-family: 'Calibri', 'Asap Condensed', sans-serif;
        font-size: 18px;
    }

        .membership-pricing-table table td:hover {
            background: rgba(255,255,255,1);
        }

        .membership-pricing-table table tr td:first-child {
            background-color: transparent;
            text-align: right;
            width: 24%
        }

        .membership-pricing-table table tr:first-child td, .membership-pricing-table table tr:nth-child(2) td {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .membership-pricing-table table tr:first-child th:first-child {
            border-top-color: transparent;
            border-left-color: transparent;
            border-right-color: #dbdbdb
        }

        .membership-pricing-table table tr:first-child th .pricing-plan-name {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .membership-pricing-table table tr:first-child th .pricing-plan-price {
            line-height: 35px;
            margin-bottom: 10px;
            font-weight: normal;
            font-style: italic;
        }

            .membership-pricing-table table tr:first-child th .pricing-plan-price > sup {
                font-size: 45%
            }

        .membership-pricing-table table tr:first-child th .pricing-plan-period, .pricing-plan-period {
            font-style: italic;
        }

        .membership-pricing-table table .header-plan-inner {
            position: relative
        }

        .membership-pricing-table table .plan-head {
            box-sizing: content-box;
            background-color: #ff9c00;
            border: 1px solid #dbdbdb;
            position: absolute;
            top: -33px;
            left: -1px;
            height: 30px;
            width: 100%;
            border-bottom: none
        }

.glyphicon {
    font-family: 'Glyphicons Halflings';
}


#registrationform {
    font-family: 'Montserrat', sans-serif;
}

    #registrationform span, #registrationform input, #registrationform .wrap-select {
        border-color: #8a8d94;
    }

    #registrationform input {
        border-left: 0;
    }

    #registrationform .bdr_left {
        border-left: 1px solid;
    }

    #registrationform .form-group {
        /*margin: 0 0 25px 0;*/
        margin-bottom: 25px;
    }

    #registrationform .fa {
        color: #204c8a;
        font-size: 20px;
        width: 20px;
    }

    #registrationform label {
        padding-top: 5px;
        font-weight: 300; /*color:#8a8d94;*/
        font-size: 15px;
        position: relative;
    }

    #registrationform select {
        width: 100%;
    }

#search-criteria label {
    padding-top: 5px;
    font-weight: 200;
    color: #bee5ec;
    font-size: 16px;
    position: relative;
}

#search-criteria .form-control {
    background: #8a8d94 !important;
    border: 1px solid #ced4da !important;
    color: #bee5ec;
    font-size: 16px;
    font-weight: 200;
}

#player_hub {
    /*background: url(../img/portfolio_bg.png) no-repeat center top fixed;*/
    /*background-image: linear-gradient(#36322f, #234767);*/
    background-image: linear-gradient(#234767, #234767);
}

.masonry { /* Masonry container */
    column-count: 3;
    column-gap: 30px;
}

    /*.masonry .item {
    margin: 0 0 20px;
    width: 100%;
    border:2px solid #fff; display:table;
    height:620px;
    max-height:620px;
    overflow:hidden;
}*/

    .masonry .item { /* Masonry bricks or child elements */
        margin: 0 0 20px;
        width: 100%;
        border: 2px solid #fff;
        display: inline-block;
        height: 620px;
        max-height: 620px;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }

/*
#player_hub .col-contents{border-bottom:20px solid #81848c; padding:30px; display:table-cell; vertical-align:middle; background:rgba(219,219,223,0.9); -webkit-animation: fadein 3s;
       -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
         -o-animation: fadein 3s;
            animation: fadein 3s;}
#player_hub .col-contents-hov{position:relative; border-bottom:20px solid #81848c; padding:30px 30px 45px 30px; display:table-cell; vertical-align:top; background:rgba(127,130,138,0.9); -webkit-animation: fadein 3s;
       -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
         -o-animation: fadein 3s;
            animation: fadein 3s;}
*/

#player_hub .col-contents {
    width: 100%;
    height: 100%;
    border-bottom: 20px solid #81848c;
    padding: 10px;
    /*padding: 30px;*/ /*display:table-cell;*/
    vertical-align: middle;
    /*background: rgba(219,219,223,0.9);*/
    /*background-color:#a61d39 !important;*/
    background: url('../img/player-distorted2.jpg') no-repeat center center #dfdfdf;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}

#player_hub .denined-div .col-contents {
    /*background: #dfdfdf;*/
    pointer-events: none;
    background: url('../img/player-distorted1.jpg') no-repeat center center #dfdfdf !important;
}

#player_hub .denined-div.email .col-contents {
    background: url('../img/7991130919S001_Brightfeetquickhands-Logo.jpg') no-repeat center center #000 !important;
}



#player_hub .col-contents-hov {
    width: 100%;
    height: 100%;
    display: table;
    border-bottom: 20px solid #81848c;
    /*padding: 10px 10px 45px 10px;*/ /*display:table-cell;*/
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    background: rgba(127,130,138,0.9);
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
    position: relative;
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#profile ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 0 0 20px;
}

    #profile ul li {
        display: block;
        text-align: left;
        font-size: 16px;
        margin-bottom: 16px;
        color: #bee5ec;
        transition: 0.5s;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
    }

#profile #ProfilePanel ul li {
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 16px;
    color: #fff;
    transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

    #profile #ProfilePanel ul li span {
        color: #bee5ec;
    }

#profile ul li a {
    color: #bee5ec;
    transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

    #profile ul li a:hover {
        color: #fff;
        transition: 0.5s;
        letter-spacing: 0.05em;
    }

.edit {
    font-size: 1.5em;
    color: rgba(219,219,223,0.9);
    transition: 0.5s;
}

    .edit:hover {
        font-size: 1.5em;
        color: rgba(255,255,255,1);
        transition: 0.5s;
    }

#scout_hub .icon-edit i {
    color: #f4bc09;
}

    #scout_hub .icon-edit i:hover {
        color: #fff;
    }

#scout_hub h4 i {
    color: #f4bc09;
    font-size: 32px;
}

    #scout_hub h4 i:hover {
        color: #fff;
    }

#player_hub .icon-edit i {
    color: #57377d;
}

    #player_hub .icon-edit i:hover {
        color: #fff;
    }

#player_hub .col-contents-hov h4 i {
    color: #57377d;
}

    #player_hub .col-contents-hov h4 i:hover {
        color: #fff;
    }

#email ul, #editing ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 0 0 20px;
}

    #email ul li, #editing ul li {
        display: block;
        text-align: left;
        font-size: 16px;
        margin-bottom: 18px;
        border-bottom: 1px solid #99a6ad;
        padding-bottom: 15px;
    }

        #email ul li a, #editing ul li a {
            color: #bee5ec;
            transition: 0.5s;
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            width: 100%;
            display: block;
        }

        #email ul li .fa, #editing ul li .fa {
            color: #fff !important;
            font-size: 20px !important;
            margin-right: 20px;
        }

        #email ul li a:hover, #editing ul li a:hover {
            color: #fff;
            transition: 0.5s;
            letter-spacing: 0.05em;
        }


#eventbox ul, #editing ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 0 0 20px;
}

    #eventbox ul li, #editing ul li {
        display: block;
        text-align: left;
        font-size: 16px;
        margin-bottom: 18px;
        border-bottom: 1px solid #99a6ad;
        padding-bottom: 15px;
    }

        #eventbox ul li a, #editing ul li a {
            color: #bee5ec;
            transition: 0.5s;
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            width: 100%;
            display: block;
        }

        #eventbox ul li a {
            display: inline;
        }

        #eventbox ul li .fa, #editing ul li .fa {
            color: #fff !important;
            font-size: 20px !important;
            margin-right: 20px;
        }

        #eventbox ul li a:hover, #editing ul li a:hover {
            color: #fff;
            transition: 0.5s;
            letter-spacing: 0.05em;
        }

//------
#dvnotification ul, #editing ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 0 0 20px;
}

#dvnotification ul li {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #99a6ad;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

#editing ul li {
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #99a6ad;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
}

#dvnotification ul li::after {
    content: '\f073';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 19px;
    color: #fff;
    position: absolute;
    top: -1px;
    left: 0px;
    font-weight: 900;
}



#dvnotification ul li a {
    color: #bee5ec;
    transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    display: block;
}

#editing ul li a {
    color: #bee5ec;
    transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

#dvnotification ul li .fa, #editing ul li .fa {
    color: #fff !important;
    font-size: 20px !important;
    margin-right: 20px;
}

#dvnotification ul li .fa {
    display: none;
}

#dvnotification ul li a:hover, #editing ul li a:hover {
    color: #fff;
    /*transition: 0.5s;
            letter-spacing: 0.05em;*/
}

#dvnotification p a {
    font-size: 14px;
    float: right;
    color: #fff;
}

#dvnotification p {
    float: right;
}

#championship ul, #league ul, #Club ul, #awards ul, #search_results ul, #my_videos ul, #SportsPanel ul, #DivAllGroups ul, #dvcertification ul, #dvnotification ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 0 0 20px;
}

    #championship ul li, #league ul li, #Club ul li, #awards ul li, #search_results ul li, #my_videos ul li, #SportsPanel ul li, #DivAllGroups ul li {
        display: inline-block;
        text-align: left;
        font-size: 16px;
        margin-bottom: 15px;
        border-bottom: 1px solid #99a6ad;
        padding-bottom: 15px;
    }

        #championship ul li:last-child, #league ul li:last-child, #Club ul li:last-child, #awards ul li:last-child, #search_results ul li:last-child, #my_videos ul li:last-child, #SportsPanel ul li:last-child, #DivAllGroups ul li:last-child {
            margin-bottom: 0px;
            border-bottom: 0px solid #99a6ad;
            padding-bottom: 0px;
        }

        #championship ul li .pull-left, #league ul li .pull-left, #Club ul li .pull-left, #awards ul li .pull-left, #search_results ul li .pull-left, #my_videos ul li .pull-left, #SportsPanel ul li .pull-left, #DivAllGroups ul li .pull-left {
            margin-right: 20px;
        }

            #SportsPanel ul li .pull-left img, #DivAllGroups ul li .pull-left img {
                width: 100%;
                height: auto;
                max-width: 55px;
            }

#SportsPanel #accordion .panel .panel-collapse {
    background: rgba(127, 130, 138, 0.9) none repeat scroll 0% 0%;
}

.media-object {
    display: block;
}

.media-body {
    overflow: hidden;
    padding-top: 5px;
}

.media-heading {
    margin: 0 0 5px;
    font-size: 16px !important;
    color: #bee5ec !important;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: normal;
    font-weight: 600;
    word-break: break-all;
}

#ClubPanel .media-heading {
    text-transform: capitalize;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

.by-author {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.3 !important;
    color: #bee5ec !important;
    display: block !important;
    text-align: left !important;
    margin: 0 0 5px !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    word-break: break-all;
}

#my_videos {
    /*height: 421px !important;*/
}

#messenger {
    height: 175px !important;
}

    #messenger .pull-left a {
        font-size: 20px;
        color: #bee5ec;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200 !important;
    }

        #messenger .pull-left a .fa {
            font-size: 42px;
            color: #404040;
            margin-right: 5px;
        }

.messenger_bg {
    background: url(../img/messenger_bg.png) no-repeat left top !important;
    background-size: cover;
}

#messenger .counts {
    border-radius: 10px;
    border: 2px solid #404040;
    color: #404040;
    background: #fff;
    font-size: 20px;
    font-weight: 200;
    padding: 8px 6px;
    font-family: 'Montserrat', sans-serif;
}

section#player_hub p {
    text-align: center;
    font-size: 16px;
    color: rgba(219,219,223,0.9);
    margin-bottom: 30px;
    display: inline-block;
}

    section#player_hub p.denied-p {
        position:absolute;
        bottom:0;
    }

section#player_hub #ReportBar p.denied-p {
    color: #393a3e !important;
}


    /*#player_hub .col-contents h4 {
    text-align: left;
    font-size: 36px;
    color: #404040;
    margin: 0;*/
    /*letter-spacing: 4px;*/
    /*letter-spacing: 2px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 90%;
}*/

    #player_hub .col-contents h4 {
        text-align: left;
        font-size: 34px;
        /*color: #404040;*/
        color: #595da8 !important;
        margin: 0;
        /*letter-spacing: 4px;*/
        letter-spacing: unset;
        font-weight: 700;
        /*position: absolute;
    top: 50%;
    bottom: auto;*/
        width: 100%;
        display: table;
        height: 95%;
    }

@media (min-width: 992px) and (max-width: 1199px) {

    section#player_hub p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    section#player_hub p {
        font-size: 12px;
        line-height: 14px;
    }
}

    @media (max-width:575px) {
        section#player_hub p {
            font-size: 16px;
            line-height: 18px;
        }
    }

    @media (max-width:480px) {
        section#player_hub p {
            font-size: 14px;
            line-height: 16px;
        }
    }



    #player_hub .col-contents-hov h4 {
        text-align: left;
        font-size: 36px;
        color: #fff;
        margin: 0 0 30px;
        letter-spacing: 4px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #player_hub .col-contents h4 span.pull-right {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-align: right;
        float: none !important;
    }

    #player_hub .col-contents h4.btm {
        bottom: 5%;
        top: auto;
    }

    #player_hub h4 a {
        /*color: #404040;*/
        color: #595da8 !important;
        transition: 0.3s;
    }

        #player_hub h4 a:HOVER {
            color: #db325a;
            transition: 0.3s;
        }

    .portfolio-items article {
        /*width: 12.5%;*/
        width: calc(12.5% - 4px);
        padding: 10px;
        float: left;
        /*margin-bottom: 0 !important;*/
        margin: 2px !important;
        background: rgba(0,0,0,0.4) !important;
    }

    .players {
        margin-bottom: 0px;
    }

    .bfqhs-social, .bfqhs-links {
        margin-bottom: 0px;
    }

    .no-access span {
        padding-bottom: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300px;
        margin-left: 5px;
    }

    .intro-content {
        font-family: 'Asap Condensed', sans-serif;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        padding-top: 160px;
        overflow: auto;
    }

        .intro-content .container {
            position: relative;
        }

        .intro-content .container {
            position: relative;
        }

            .intro-content .container .edit_position {
                position: absolute;
                right: 15px;
                top: 0px;
            }

        .intro-content .register-box {
            background: rgba(255, 255, 255, 0.6);
            /*border-bottom: 10px solid #fff;*/
            border-bottom: 10px solid #45d3e7;
            padding: 20px;
            border-top: 10px solid #fff;
            position: relative;
            height: auto !important;
        }

        .intro-content h2 {
            color: #000;
            margin-bottom: 30px;
            font-size: 36px;
            font-family: 'Asap Condensed', sans-serif;
            letter-spacing: 0.1em;
        }

        .intro-content ul {
            list-style: none;
            margin: 0 0 20px !important;
            padding: 0px 20px;
            min-height: 210px;
        }

            .intro-content ul li {
                margin: 0 0 0px;
                color: #272727;
                /*text-transform: uppercase;*/
                font-size: 20px;
                line-height: 30px;
            }

    #custom_carousel {
        margin-top: 30px;
    }

        #custom_carousel .carousel-inner {
            background: #1b263a;
            border: 1px solid #acacac;
        }


        #custom_carousel .owl-carousel .owl-item {
            margin: 0 !important;
        }

            #custom_carousel .owl-carousel .owl-item .item {
                display: flex;
                padding: 0 !important;
            }

    .carousel-inner .item .title {
        background: #acacac;
        color: #173362;
        /*font-size: 28px;*/
        font-size: 18px;
        padding: 0px 10px;
        text-align: center;
        display: inline-block;
        height: 80px;
        display: flex;
        align-items: center;
        min-width: 100px;
        justify-content: center;
        font-weight: 500;
    }

        .carousel-inner .item .title a {
            color: #173362;
            text-decoration: none;
        }

            .carousel-inner .item .title a:hover {
                color: #db325a;
                text-decoration: none;
            }

    .carousel-inner .item .desc {
        color: #ffffff;
        font-size: 18px;
        padding: 0px 20px 0 20px;
        text-align: left;
        display: inline-block;
        word-break: break-all;
        /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px !important;*/
        max-width: unset !important;
        height: 80px;
        display: flex;
        align-items: center;
    }

        .carousel-inner .item .desc p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-width: unset !important;
            margin-bottom: 0;
            padding-left: 10px;
            font-size: 14px;
            margin-left: 20px;
        }

            .carousel-inner .item .desc p:hover {
                color: #44d2e6;
                cursor: pointer;
            }


    .carousel-inner .item .date {
        color: #ddd;
        font-size: 12px;
        color: #45d1e5;
        font-weight: 500;
        display: inline-block;
        white-space: nowrap;
        transform: translate(0, 100%) rotate(-90deg);
        transform-origin: 0 0;
        vertical-align: bottom;
        position: absolute;
    }

        .carousel-inner .item .date:before {
            content: "";
            float: left;
            margin-top: 100%;
        }

        .carousel-inner .item .date:after {
            content: "";
            display: inline-block;
        }

    .carousel-inner .item img {
        width: 100%;
        height: auto;
    }

    #Player_search.New_Player_Search .row > [class*="col-"] {
        /*padding-left: 5px;
    padding-right: 5px;*/
        margin-bottom: 0px;
        max-height: 41px;
    }

    .btn-get-started {
        font-size: 18px;
        display: inline-block;
        padding: 10px 34px;
        border-radius: 25px;
        transition: 0.5s;
        margin: 0px;
        color: #fff;
        background: #121e34;
        text-transform: uppercase;
    }

        .btn-get-started:hover {
            color: #121e34;
            background: #fff;
        }

    .btn-register {
        font-size: 14px;
        display: inline-block;
        padding: 7px 15px;
        border-radius: 25px;
        transition: 0.5s;
        margin: 0px;
        color: #fff;
        background: #db325a;
        text-transform: uppercase;
        border: none;
    }

    .btn-registerb {
        font-size: 14px;
        display: inline-block;
        padding: 5px 15px;
        border-radius: 25px;
        transition: 0.5s;
        margin: 0px;
        color: #fff;
        background: #db325a;
        text-transform: uppercase;
    }

        .btn-registerb:hover {
            color: #fff;
            background: #121e34;
        }

    /*.btn-register-big {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 19px;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 25px;
    transition: 0.5s;
    margin: 0px;
    color: #fff;
    background: #db325a;
    text-transform: uppercase;
}*/
    .btn-register-big {
        font-family: 'Asap Condensed', sans-serif;
        font-size: 19px;
        display: inline-block;
        padding: 10px 40px !important;
        border-radius: 25px;
        transition: 0.5s;
        margin: 0px;
        color: #fff;
        background: #db325a;
        text-transform: uppercase;
    }

        .btn-register:hover, .btn-register-big:hover {
            color: #fff;
            background: #121e34;
        }

    /*===========================
  Portfolio
============================ */
    nav#filter a {
        background-color: #EEE;
        color: #555;
    }

        nav#filter a:hover, nav#filter a.current {
            background-color: #44BCDD;
            color: #fff;
        }

    #portfolio img {
        width: 100%;
    }

    #portfolio article p {
        margin-bottom: 1.45em; /*set next row on the baseline*/
    }

    nav#filter {
        margin-bottom: 1.5em;
    }

        nav#filter li {
            display: inline-block;
            margin: 0 0 0 5px;
        }

        nav#filter a {
            padding: 4px 12px;
            line-height: 20px;
            text-decoration: none;
        }

    #section-works {
        /*background: url(../img/portfolio_bg.png) no-repeat center top fixed;*/
        background: url(../img/pedportfolio_bg.png) no-repeat center top fixed;
        background-size: cover;
    }

    #registration {
        background: #f1f1f1;
    }

    #career {
        background: url(../img/profile_bg.png) no-repeat center top fixed;
    }

    #footer_copy {
        background: #a6a6a6 !important;
        padding: 20px 0 !important
    }

    .goalkeeper {
        background: url(../img/bg-dots.png) repeat left top #379432;
        border-bottom: 1px solid #a9c7df;
    }

    .defender {
        background: url(../img/bg-dots.png) repeat left top #3b57b4;
        border-bottom: 1px solid #a9c7df;
    }

    .midfielder {
        background: url(../img/bg-dots.png) repeat left top #cacb37;
        border-bottom: 1px solid #a9c7df;
    }

    .forward {
        background: url(../img/bg-dots.png) repeat left top #b43743;
        border-bottom: 1px solid #a9c7df;
    }

    .portfolio-items article img {
        width: 100% !important;
        height: 100% !important;
    }

        .portfolio-items article img.video-thumb-normal {
            /*padding-top:20px;
    padding-bottom:20px;
    background:#000;*/
        }

    .portfolio-item {
        display: block;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        height: 120px;
        overflow: hidden;
        background: rgba(0,0,0,0.2);
        /*height:100%;*/
    }

    #Home_hub .portfolio-item, .PEDHubSection .portfolio-item {
        /*height:auto !important;*/
        height: 100% !important;
    }

    .portfolio-item img {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        width: 100%;
    }

    .portfolio-item .portfolio-desc {
        display: block;
        opacity: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        color: rgba(220, 220, 220);
        z-index: 9;
    }


    .portfolio-item:hover .portfolio-desc {
        padding-top: 0;
        height: 100%;
        transition: all 200ms ease-in-out 0s;
        opacity: 1;
        display: table;
    }

    .portfolio-item .portfolio-desc a {
        color: #fff;
        word-wrap: anywhere;
    }

        .portfolio-item .portfolio-desc a i {
            color: #db325a !important;
            font-size: 24px;
            transition: all 200ms ease-in-out 0s !important;
        }

            .portfolio-item .portfolio-desc a i:hover {
                color: #fff;
                transition: all 200ms ease-in-out 0s;
            }

        .portfolio-item .portfolio-desc a:hover {
            /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
            text-decoration: none;
        }

    .portfolio-item .portfolio-desc .folio-info {
        top: -20px;
        padding: 5px;
        height: 0;
        opacity: 0;
        position: relative;
    }

    .portfolio-item:hover .folio-info {
        height: 100%;
        opacity: 1;
        transition: all 500ms ease-in-out 0s;
        top: 0;
        /*top: 5px;*/
        display: table-cell;
        vertical-align: middle;
    }



    .portfolio-item .portfolio-desc .folio-info h5 {
        text-transform: uppercase;
        font-size: 13px;
        text-align: center;
        line-height: 24px;
        margin-bottom: 5px;
        color: #fff;
        word-wrap: anywhere;
    }

    .portfolio-item .portfolio-desc .folio-info p {
        color: #ffffff;
    }

    .send-btn input {
        margin: 0 auto 20px auto !important;
    }

    /* google map */
    #google-map {
        height: 315px;
    }


    /*=========================
  Footer
 ================= */

    section#footer {
        background: url(../img/bg-dots.png) repeat left top #08101e;
        margin: 0;
        color: #fff;
    }

        section#footer h3 {
            text-align: center;
            font-size: 32px;
            color: #fff;
        }

    section#section-works h3, section#registration h3 {
        text-align: cener;
        font-size: 32px;
        color: #323232;
    }

    section#player_hub h3 {
        text-align: cener;
        font-size: 32px;
        color: rgba(219,219,223,0.9);
    }

    section#section-works p {
        text-align: center;
        font-size: 16px;
        color: #777;
        margin-bottom: 30px;
    }

    section#registration p {
        text-align: center;
        font-size: 14px;
        color: #777;
        margin-bottom: 30px;
        display: inline-block;
        margin-top: 20px;
    }

    section#footer p {
        text-align: center;
        font-size: 16px;
        color: #d7d7d7;
        margin-bottom: 50px;
    }

    section#footer h5 {
        font-size: 16px;
        color: #fff;
        text-align: left;
    }

    section#footer_copy .copyright {
        text-align: center;
        font-size: 16px;
        color: #000;
        letter-spacing: 1px;
    }

    /* footer menu */
    ul.footer-menu {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }

        ul.footer-menu li {
            display: block;
            text-align: left;
            font-size: 14px;
            color: #c0bebc;
            margin-bottom: 10px;
        }

            ul.footer-menu li a {
                color: #c8c8c8;
                transition: 0.5s;
            }

                ul.footer-menu li a i {
                    font-size: 11px;
                    margin-right: 5px;
                }

                ul.footer-menu li a:hover {
                    color: #fff;
                    transition: 0.5s;
                    letter-spacing: 0.05em;
                }

    a.counts {
        width: 210px;
        color: #fff;
        font-size: 15px;
        line-height: 32px;
        text-align: left;
        text-decoration: none;
        position: fixed;
        bottom: 0px;
        right: 10px;
        z-index: 2;
        opacity: 1;
        background: #db325a;
        padding: 10px;
        transition: 0.5s;
    }

        a.counts:hover {
            opacity: 1;
            color: #fff;
        }

    .credits {
        text-align: center;
    }
    /*===========================
  --- Template Components ----
=========================== */

    /* buttons */
    .btn {
        border: 0;
        border-radius: 25px !important;
    }

        .btn.bold {
            font-weight: 600;
        }

    .btn-cta {
        color: #ffffff;
        border-bottom: 4px solid;
    }

        .btn-cta:hover {
            color: #ffffff;
        }

    .btn-cta {
        border-bottom: 2px solid;
    }

        .btn-cta.btn-lg {
            border-bottom: 4px solid;
        }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #fff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

            .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 6px 0 6px 6px;
                -moz-border-radius: 6px 0 6px 6px;
                border-radius: 6px 0 6px 6px;
            }


    input[type="checkbox"], input[type="radio"] {
        position: absolute;
        right: 9000px;
    }

        /*Check box*/
        input[type="checkbox"] + .label-text:before {
            content: "\f096";
            font-family: "FontAwesome";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            margin-right: 5px;
        }

        input[type="checkbox"]:checked + .label-text:before {
            content: "\f14a";
            color: #2980b9;
            animation: effect 750ms ease-in;
        }

        input[type="checkbox"]:disabled + .label-text {
            color: #aaa;
        }

            input[type="checkbox"]:disabled + .label-text:before {
                content: "\f0c8";
                color: #ccc;
            }

        /*Radio box*/

        input[type="radio"] + .label-text:before {
            content: "\f10c";
            font-family: "FontAwesome";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            margin-right: 5px;
            font-size: 20px;
        }

        input[type="radio"]:checked + .label-text:before {
            content: "\f192";
            color: #db325a;
            animation: effect 750ms ease-in;
            font-size: 20px;
        }

    .New_Player_Search .div_search_filter input[type="radio"]:checked + .label-text:before {
        content: "\f192";
        color: #db325a !important;
        animation: effect 750ms ease-in;
        font-size: 20px;
    }

    input[type="radio"]:disabled + .label-text {
        color: #aaa;
    }

        input[type="radio"]:disabled + .label-text:before {
            content: "\f111";
            color: #ccc;
        }

    /*Radio Toggle*/

    .toggle input[type="radio"] + .label-text:before {
        content: "\f204";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 10px;
    }

    .toggle input[type="radio"]:checked + .label-text:before {
        content: "\f205";
        color: #16a085;
        animation: effect 750ms ease-in;
    }

    .toggle input[type="radio"]:disabled + .label-text {
        color: #aaa;
    }

        .toggle input[type="radio"]:disabled + .label-text:before {
            content: "\f204";
            color: #ccc;
        }

    .form-check {
        display: inline;
        margin-right: 20px;
    }

    @keyframes effect {
        0% {
            transform: scale(0);
        }

        25% {
            transform: scale(1.3);
        }

        75% {
            transform: scale(1.4);
        }

        100% {
            transform: scale(1);
        }
    }



    .wrapper-dropdown-3 {
        /* Size and position */
        position: relative;
        /*width: 200px;
    margin: 0 auto;
    padding: 10px;*/
        padding: 0 0 5px;
        /* Styles */
        /*background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);*/
        cursor: pointer;
        outline: none;
    }

        .wrapper-dropdown-3:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -3px;
            border-width: 6px 6px 0 6px;
            border-style: solid;
            border-color: #bee5ec transparent;
        }

        .wrapper-dropdown-3 .dropdown {
            /* Size & position */
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            padding: 0;
            margin: 0;
            /* Styles */
            background: white;
            border: 1px solid rgba(0,0,0,0.17);
            font-weight: normal;
            -webkit-transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -ms-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in;
            list-style: none;
            z-index: 999;
            /* Hiding */
            opacity: 0;
            pointer-events: none;
        }

            .wrapper-dropdown-3 .dropdown li a {
                display: block;
                padding: 10px;
                text-decoration: none;
                color: #000;
                border-bottom: 1px solid #e6e8ea;
                box-shadow: inset 0 1px 0 rgba(255,255,255,1);
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
                font-weight: 200;
                font-size: 16px;
            }

            .wrapper-dropdown-3 .dropdown li i {
                float: right;
                color: inherit;
            }

            .wrapper-dropdown-3 .dropdown li:first-of-type a {
                border-radius: 7px 7px 0 0;
            }

            .wrapper-dropdown-3 .dropdown li:last-of-type a {
                border: none;
                border-radius: 0 0 7px 7px;
            }

            /* Hover state */

            .wrapper-dropdown-3 .dropdown li:hover a {
                background: #f3f8f8;
            }

        /* Active state */

        .wrapper-dropdown-3.active .dropdown {
            opacity: 1;
            pointer-events: auto;
        }

    /* No CSS3 support */

    .no-opacity .wrapper-dropdown-3 .dropdown,
    .no-pointerevents .wrapper-dropdown-3 .dropdown {
        display: none;
        opacity: 1; /* If opacity support but no pointer-events support */
        pointer-events: auto; /* If pointer-events support but no pointer-events support */
    }

    .no-opacity .wrapper-dropdown-3.active .dropdown,
    .no-pointerevents .wrapper-dropdown-3.active .dropdown {
        display: block;
    }

    /* Set a style for all buttons */
    /*.modal button {
    color: white;
    padding: 6px 28px;
    margin: 8px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    border-radius: 25px;
    transition: 0.5s;
    color: #fff;
    background: #121e34;
    text-transform:uppercase;
    border:2px solid #121e34;
    font-family: 'Asap Condensed', sans-serif;
}

.modal button:hover {
    background: #fff;
    border:2px solid #121e34;
    color:#121e34;
}*/

    .modal button {
        color: #fff;
        padding: 7px 15px;
        margin: 8px;
        border: none;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        border-radius: 25px;
        transition: 0.5s;
        background: #db325a;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        min-width: 80px;
    }

        .modal button span {
            color: #404040;
        }

        .modal button:hover {
            color: #fff;
            background: #121e34;
        }

    /* Extra styles for the cancel button */
    .modal .cancelbtn {
        width: auto;
        padding: 10px 18px;
        background-color: #f44336;
        display: inline-block;
        border-radius: 25px;
        transition: 0.5s;
        margin: 0px;
        color: #fff;
        text-transform: uppercase;
        border: 0;
    }

        .modal .cancelbtn:hover {
            color: #fff;
            background: #121e34;
            border: 0;
        }

    /* Center the image and position the close button */
    .modal .imgcontainer {
        text-align: center;
        margin: 24px 0 12px 0;
        position: relative;
    }

    .modal .container {
        padding: 16px;
        width: 100%;
    }

    .modal span.psw {
        float: right;
    }

        .modal span.psw a {
            color: #121e34;
        }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        /*z-index: 1;*/
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: hidden !important; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        padding-top: 60px;
        line-height: normal;
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
        max-width: 650px;
        font-family: 'Montserrat', sans-serif;
    }

    .modal_editintro .modal-content,
    {
        /*background:rgba(208,208,208,1);*/
        margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
        border: 0px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
        max-width: 700px;
        font-family: 'Montserrat', sans-serif;
    }

        .modal_editintro .modal-content h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            color: #000000;
            font-weight: 300;
            border-bottom: 1px solid rgba(208,208,208,1);
            padding-bottom: 15px;
            margin-bottom: 0;
        }

        .modal_editintro .modal-content label {
            padding-top: 5px;
            font-weight: 300;
            color: #000;
            font-size: 15px;
            position: relative;
        }

        .modal_editintro .modal-content .dropdown-toggle {
            margin: 0 !important;
            background: transparent !important;
            border-color: #c0bebc !important;
        }

        .modal_editintro .modal-content .form-group {
            margin: 0 0 6px 0;
        }

        .modal_editintro .modal-content span, .modal_editintro .modal-content input, .modal_editintro .modal-content textarea, .modal_editintro .modal-content .bootstrap-select {
            background-color: transparent;
            border-color: #c0bebc;
            box-shadow: none;
        }

    .modal .caret {
        border-color: #c0bebc transparent !important;
    }

    textarea.form-control {
        height: auto; /*border-color: #8a8d94;*/
    }
    /*.modal_editintro .modal-content input{border-right:0; border-left:1px solid #c0bebc;}*/
    .modal_editintro .modal-content .fa {
        color: rgba(85,85,85,0.7);
        font-size: 16px;
        width: 16px;
    }

    /* The Close Button (x) */
    .modal .close { /*position: absolute; right: 25px; font-weight: bold; line-height: 0; top: 30px; opacity: 1; width: auto; min-width: auto; margin: 0; padding:0;*/
        color: #fff;
        font-size: 28px;
        opacity: 1;
        margin: 0;
        padding: 0;
        min-width: auto;
    }


        .modal .close:hover, .modal .close:focus { /*color: brown;cursor: pointer;*/
            background: none;
            -webkit-transform: scale(1.2);
        }
    /* Add Zoom Animation */

    .modal .animate {
        -webkit-animation: animatezoom 0.6s;
        animation: animatezoom 0.6s;
    }

    @-webkit-keyframes animatezoom {
        from {
            -webkit-transform: scale(0)
        }

        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes animatezoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    /* Change styles for span and cancel button on extra small screens */

    .profilepic_box {
        position: relative;
        display: inline-block;
        float: none;
    }

    .profile-pic {
        width: 136px;
        height: 136px;
        border-radius: 100px;
        border: 3px solid #616161;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
    }

        .profile-pic img {
            width: 100%;
        }

    .cam_position {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 36px;
        background: #000;
        height: 36px;
        text-align: center;
        line-height: 37px;
        border-radius: 50%;
    }

    .player_intro h3 {
        font-family: 'Asap Condensed', sans-serif;
        font-size: 32px;
        color: #fff;
        margin-bottom: 10px;
        position: relative;
    }



        .player_intro h3 span.username-profile-span {
            max-width: calc(100% - 60px);
            display: block;
        }

        .player_intro h3 span.sport-logo-span {
            position: absolute;
            right: 0;
            padding: 0;
            top: 0;
            height: 60px;
            width: 60px;
            line-height: 54px;
            vertical-align: middle;
            background: #fff;
            text-align: center;
            border-radius: 50%;
            overflow: hidden;
        }

            .player_intro h3 span.sport-logo-span img {
                height: auto;
                width: auto;
                max-width: 100%;
                max-height: 100%;
            }

    .player_intro h4 {
        font-family: 'Asap Condensed', sans-serif;
        font-size: 18px;
        color: #fff;
    }

    .player_intro p {
        font-family: 'Asap Condensed', sans-serif;
        font-size: 18px;
        color: rgba(241,241,241,0.6);
    }

    .player_intro hr {
        margin-bottom: 20px;
    }


    .about_me {
        margin-top: 30px;
    }

        .about_me h1 {
            font-family: 'Asap Condensed', sans-serif;
            font-size: 16px;
            color: #db325a;
            line-height: normal;
            margin-bottom: 10px;
        }

        .about_me p {
            font-size: 15px;
            color: #c2c2c2;
            line-height: 25px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            margin-top: 20px;
        }

    .short_details {
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        color: #ffffff;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

        .short_details ul li {
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            color: #ffffff;
            text-transform: none;
            font-size: 15px;
            line-height: normal;
            margin-bottom: 5px;
        }

            .short_details ul li label {
                font-weight: 200;
                font-size: 15px;
                /*width: 110px;*/
                margin: 0;
                line-height: normal;
                color: #c2c2c2;
            }

            .short_details ul li span {
                margin-right: 15px;
                font-size: 15px;
            }


    /*
#career .col-sm-4 .championships_list, #career .col-sm-4 .leagues_list, #career .col-sm-4 .awards_list {
    background: rgba(229,229,229,0.9);
    border: 2px solid #fff;    
}

    #career .col-sm-4 .championships_list .pull-left {
        position: relative;
        width: 56px;
        min-height: 56px;
    }

    #career .col-sm-4 .championships_list h1, #career .col-sm-4 .leagues_list h1, #career .col-sm-4 .awards_list h1 {
        background: #db325a;
        color: #fff;
        font-size: 24px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        font-family: 'Asap Condensed', sans-serif;
        padding: 15px 20px;
        margin: 0;
    }

        #career .col-sm-4 .championships_list h1 .fa {
            color: #d6d5d5;
            font-size: 30px;
            transition: 0.5s;
        }

            #career .col-sm-4 .championships_list h1 .fa:hover {
                color: #fff;
                transition: 0.5s;
            }
*/
    #career .championships_list, #career .leagues_list, #career .awards_list {
        background: rgba(229,229,229,0.9);
        border: 2px solid #fff;
    }

        #career .championships_list .pull-left {
            position: relative;
            width: 56px;
            min-height: 56px;
        }

        #career .championships_list h1, #career .leagues_list h1, #career .awards_list h1 {
            background: #32527b;
            color: #fff;
            font-size: 24px;
            letter-spacing: 0.13em;
            text-transform: uppercase;
            font-family: 'Asap Condensed', sans-serif;
            padding: 15px 20px;
            margin: 0;
        }

            #career .championships_list h1 .fa {
                color: #d6d5d5;
                font-size: 30px;
                transition: 0.5s;
            }

                #career .championships_list h1 .fa:hover {
                    color: #fff;
                    transition: 0.5s;
                }

    #ClubAssociated h1 .fa {
        color: #d6d5d5;
        font-size: 30px;
        transition: 0.5s;
    }

        #ClubAssociated h1 .fa:hover {
            color: #fff;
            transition: 0.5s;
        }

    .championships_list li .media_options {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(0,0,0,0.6);
        padding-top: 30%;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all ease .25s;
        transition: all ease .25s;
    }

        .championships_list li .media_options .media_options_in {
            position: relative;
            top: -29px;
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-transition: all ease .25s;
            transition: all ease .25s;
            width: 100%;
        }

            .championships_list li .media_options .media_options_in i {
                color: #fff;
                background: #db325a;
                border-radius: 25px;
                padding: 4px;
                -webkit-transition: all ease .25s;
                transition: all ease .25s;
            }

                .championships_list li .media_options .media_options_in i:hover {
                    color: #000;
                }

    .championships_list li:hover .media_options {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .championships_list li:hover .media_options_in {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0;
    }

    #career ul#divChampianShip, #career ul#divLeague, #career ul#divAwardsHonors {
        max-height: 400px !important;
        overflow: auto;
        width: 100%;
    }

    #career ul {
        list-style: none;
        display: block;
        padding: 0 20px;
        margin: 0;
    }

        #career ul li {
            display: block;
            text-align: left;
            font-size: 16px;
            border-bottom: 1px solid rgba(255,255,255,0.6);
            padding: 20px 0;
        }

            #career ul li .pull-left {
                margin-right: 20px;
            }

    #career .media-heading {
        margin: 0;
        font-size: 16px !important;
        color: #404040 !important;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: normal;
        word-break: break-all;
    }

    #career .by-author {
        font-family: 'Montserrat', sans-serif !important;
        line-height: 1.3 !important;
        color: #404040 !important;
        display: block !important;
        text-align: left !important;
        margin: 5px 0 0 !important;
        font-size: 14px !important;
        font-weight: 200 !important;
        word-break: break-all;
    }


    #attributes h1, #DivSearchVideos h1 {
        border-bottom: 1px solid rgba(205,205,205,0.5);
        font-size: 24px;
        color: #404040;
        font-family: 'Asap Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 0.13em;
        margin-bottom: 10px;
        padding-bottom: 10px;
        background: #32527b;
        color: #fff;
        padding: 15px 20px;
    }

        #attributes h1 .fa {
            font-size: 24px;
            color: #a5a5a5;
            transition: 0.5s;
        }

            #attributes h1 .fa:hover {
                color: #fff;
                transition: 0.5s;
            }

    #attributes ul {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        color: #ffffff;
        padding: 0 !important;
    }

        #attributes ul li {
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
            color: #404040;
            text-transform: none;
            font-size: 14px !important;
            line-height: normal;
            margin-bottom: 0px;
            border: none !important;
            padding: 0 0 30px !important
        }

            #attributes ul li label {
                font-weight: normal;
                font-size: 14px;
                width: 250px;
                margin: 0;
                line-height: normal;
                color: #000000;
            }

            #attributes ul li span {
                margin-right: 100px;
                font-weight: 14px;
            }

    #clubs {
        background: url(../img/membership_banner_bg.jpg) no-repeat center center fixed;
    }

        #clubs h1 {
            border-bottom: 0px solid rgba(205,205,205,0.5);
            font-size: 24px;
            color: #fff;
            font-family: 'Asap Condensed', sans-serif;
            text-transform: uppercase;
            line-height: normal;
            letter-spacing: 0.13em;
            margin-bottom: 0px;
        }

            #clubs h1 .fa {
                font-size: 24px;
                color: #a5a5a5;
                transition: 0.5s;
            }

                #clubs h1 .fa:hover {
                    color: #fff;
                    transition: 0.5s;
                }

    #events, #report, #notification, #ScoutReport, #TechnicalIndicators, #search_criteria {
        background: url(../img/scout_profile_bg.png) no-repeat center top fixed;
    }

        #search_criteria .container-fluid {
            max-width: 1600px;
        }

        #events h1, #report h1, #notification h1, #ScoutReport h1, #TechnicalIndicators h1, #search_criteria h1 {
            border-bottom: 0px solid rgba(205,205,205,0.5);
            font-size: 32px;
            color: #404040;
            font-family: 'Asap Condensed', sans-serif;
            text-transform: uppercase;
            line-height: normal;
            letter-spacing: normal;
            margin-bottom: 0px;
        }

            #events h1 .fa {
                font-size: 24px;
                color: #a5a5a5;
                transition: 0.5s;
            }

                #events h1 .fa:hover {
                    color: #fff;
                    transition: 0.5s;
                }


        section#report h3, section#notification h3, section#ScoutReport h3, #TechnicalIndicators h3, #search_criteria h3, #checkout h3, #events h3 {
            text-align: cener;
            font-size: 32px;
            color: #323232;
            text-transform: uppercase;
            margin: 0 0 10px 0;
        }

        #search_criteria h3 {
            text-align: cener;
            font-size: 32px;
            color: #001c60;
            text-transform: uppercase;
            margin: 0 0 10px 0;
        }

        section#report hr, section#notification hr, section#ScoutReport hr, #TechnicalIndicators hr, #search_criteria hr, #checkout hr, #events hr {
            border-color: #556b2f;
        }

        section#report p, section#notification p, section#ScoutReport p, #TechnicalIndicators p, #events p {
            text-align: center;
            font-size: 14px;
            color: #323232;
            margin-bottom: 30px;
            display: inline-block;
        }

        #search_criteria p {
            text-align: center;
            font-size: 14px;
            color: #323232;
            margin-bottom: 30px;
            display: inline-block;
        }

            #search_criteria p.search-new {
                text-align: center;
                font-size: 20px;
                color: #404040;
                margin-bottom: 80px;
                display: inline-block;
                max-width: 1000px;
                font-weight: 500;
                display: none;
            }

        #report #attributes h1 {
            border-bottom: 1px solid rgba(205,205,205,0.5);
            font-size: 24px;
            color: #404040;
            font-family: 'Asap Condensed', sans-serif;
            text-transform: uppercase;
            line-height: normal;
            letter-spacing: 0.13em;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }

        #report .report_summary {
            background: #fff;
            padding: 15px !important;
            -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;
        }

        #report .report-video {
            padding: 20px 0;
            border-bottom: 1px solid #dbdbdb;
        }

        #report .report-video {
            border-bottom: 0px solid #dbdbdb !important;
        }

    .col-item .photo img {
        margin: 0 auto;
        max-width: 100%;
    }

    .clear-left {
        clear: left;
    }

    .controls {
        margin-top: 20px;
    }

    [data-slide="prev"] {
        margin-right: 10px;
    }


    #wrap {
        width: 100%;
        margin: 0 auto;
        font-family: 'Asap Condensed', sans-serif;
    }

    #calendar {
        /*      float: right; */
        margin: 0 auto;
        width: 1140px;
        border-radius: 6px;
        /*box-shadow: 0 1px 2px #C3C3C3;
        -webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
        -moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
        box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);*/
    }

    td.fc-day {
        background: #e6e6e6 !important;
    }

    td.fc-eventday {
        background: #FFF !important;
        position: relative;
    }

    .fc-first th {
        color: #404040;
        font-size: 14px !important;
        font-weight: 300 !important;
        font-family: 'Montserrat', sans-serif;
    }

    .fc-event-inner {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px !important;
        font-weight: 300 !important;
        padding: 5px 0px !important;
    }

    .fc {
        direction: ltr;
        text-align: left;
    }

        .fc table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        html .fc,
        .fc table {
            font-size: 1em;
        }

        .fc td,
        .fc th {
            padding: 0;
            vertical-align: top;
        }



    /* Header
------------------------------------------------------------------------*/
    .fc-header {
        margin-bottom: 50px;
    }

        .fc-header td {
            white-space: nowrap;
            padding: 5px 10px 0px 0;
        }

    .fc-header-left {
        width: 15%;
        text-align: left;
    }

    .fc-header-center {
        width: 5%;
    }

    .fc-header-right {
        width: 80%;
        text-align: left;
    }

        .fc-header-right a {
            font-size: 20px;
            color: #2e2e2e;
        }

    .fc-header-title {
        display: inline-block;
        vertical-align: top;
        margin-top: -5px;
    }

        .fc-header-title h2 {
            margin-top: 0;
            white-space: nowrap;
            font-size: 20px;
            font-weight: 100;
            margin-bottom: 20px;
            color: #404040;
            text-transform: uppercase;
        }

    .fc-state-down, .fc-state-active {
        background-color: #9675ce !important;
        color: #FFF !important;
    }


    /* Content
------------------------------------------------------------------------*/

    .fc-content {
        clear: both;
        zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
    }

    .fc-view {
        width: 100%;
        overflow: hidden;
    }



    /* Cell Styles
------------------------------------------------------------------------*/

    /* <th>, usually */
    .fc-widget-content { /* <td>, usually */
        border: 1px solid #c5c5c5;
        position: relative;
    }

    .fc-widget-header {
        border-bottom: 1px solid #EEE;
    }

    .fc-state-event {
        background: #fcf8e3;
    }

        .fc-state-event > div > div.fc-day-number {
            background-color: #ff3b30;
            color: #FFFFFF;
            border-radius: 50%;
            margin: 4px;
        }

    .fc-cell-overlay { /* semi-transparent rectangle while dragging */
        background: #bce8f1;
        opacity: .3;
        filter: alpha(opacity=30); /* for IE */
    }


    /* Global Event Styles
------------------------------------------------------------------------*/

    .fc-event-container > * {
        z-index: 8;
    }

    .fc-event-container > .ui-draggable-dragging {
        z-index: 9;
    }

    .fc-event {
        border: 1px solid #FFF; /* default BORDER color */
        background-color: #FFF; /* default BACKGROUND color */
        color: #919191; /* default TEXT color */
        font-size: 12px;
        cursor: default;
    }

        .fc-event.chill {
            background-color: #f3dcf8;
        }

        .fc-event.info {
            background-color: #c6ebfe;
        }

        .fc-event.important {
            background-color: #FFBEBE;
        }

        .fc-event.success {
            background-color: #BEFFBF;
        }

        .fc-event:hover {
            opacity: 0.7;
        }

    a.fc-event {
        text-decoration: none;
    }

    a.fc-event {
        cursor: pointer;
    }

    .fc-rtl .fc-event {
        text-align: right;
    }

    .fc-event-inner {
        width: 100%;
        height: 100%;
        overflow: hidden;
        line-height: 15px;
    }

    .fc-event-title {
        display: block;
        color: #db325a;
        font-weight: 400;
    }

    .fc-event-time {
        display: block;
        font-weight: 400;
    }


    /* Reusable Separate-border Table
------------------------------------------------------------*/

    table.fc-border-separate {
        border-collapse: separate;
    }

    .fc-border-separate th,
    .fc-border-separate td {
        border-width: 1px 0 0 1px;
    }

        .fc-border-separate th.fc-last,
        .fc-border-separate td.fc-last {
            border-right-width: 1px;
        }


    .fc-border-separate tr.fc-last td {
    }

    .fc-border-separate .fc-week .fc-first {
        border-left: 0;
    }

    .fc-border-separate .fc-week .fc-last {
        border-right: 0;
    }

    .fc-border-separate tr.fc-last th {
        border-bottom-width: 1px;
        border-color: #cdcdcd;
        font-size: 16px;
        font-weight: 300;
        line-height: 40px;
    }

    .fc-border-separate tbody tr.fc-first td,
    .fc-border-separate tbody tr.fc-first th {
        border-top-width: 0;
    }



    /* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

    .fc-grid th {
        text-align: center;
    }

    .fc .fc-week-number {
        width: 22px;
        text-align: center;
    }

        .fc .fc-week-number div {
            padding: 0 2px;
        }

    .fc-grid .fc-day-number {
        float: right;
        padding: 0 2px;
    }

    .fc-grid .fc-other-month .fc-day-number {
        opacity: 0.3;
        filter: alpha(opacity=30); /* for IE */
        /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */
    }

    .fc-grid .fc-day-content {
        clear: both;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    /* event styles */


    .fc-rtl .fc-grid .fc-day-number {
        float: left;
    }

    .fc-rtl .fc-grid .fc-event-time {
        float: right;
    }



    /* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

    .fc-agenda table {
        border-collapse: separate;
    }

    .fc-agenda .fc-agenda-axis {
        width: 50px;
        padding: 0 4px;
        vertical-align: middle;
        text-align: right;
        white-space: nowrap;
        font-weight: normal;
    }

    .fc-agenda .fc-week-number {
        font-weight: bold;
    }

    .fc-agenda .fc-day-content {
        padding: 2px 2px 1px;
    }

    /* all-day area */

    .fc-agenda-allday th {
        border-width: 0 1px;
    }

    .fc-agenda-allday .fc-day-content {
        min-height: 34px; /* TODO: doesnt work well in quirksmode */
        _height: 34px;
    }

    /* divider (between all-day and slots) */

    .fc-agenda-divider-inner {
        height: 2px;
        overflow: hidden;
    }

    .fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
    .fc-select-helper .fc-event-bg {
        display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
    }

    /* resizable */

    .fc-week .fc-day > div .fc-day-number {
        font-size: 16px;
        margin: 2px;
        min-width: 19px;
        padding: 6px;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 20px;
    }

    .fc-week .fc-day:hover .fc-day-number {
        background-color: #B8B8B8;
        border-radius: 50%;
        color: #FFFFFF;
        transition: background-color 0.2s;
    }

    .fc-week .fc-day.fc-state-event:hover .fc-day-number {
        background-color: #ff3b30;
    }
    /* Events
-----------------------------------------------------*/

    .fc-event {
        background: #fff !important;
        color: #000 !important;
    }

    .fc-event-bg {
        display: none !important;
    }

    #calendar .form-control {
        background: #db325a !important;
        border: 0px solid #ced4da !important;
        color: #bee5ec;
        font-size: 16px;
        font-weight: 200;
    }

    #calendar .wrapper-dropdown-3:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #d6d5d5 transparent;
    }

    /*#create_report, #eventbox, #awards, #dvnotification{height:511px;}*/

    #create_report ul {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0 0 0 20px;
    }

        #create_report ul li {
            display: block;
            text-align: left;
            font-size: 16px;
            margin-bottom: 18px;
            border-bottom: 1px solid #99a6ad;
            padding-bottom: 15px;
        }

            #create_report ul li:last-child {
                margin-bottom: 0px;
                border-bottom: 0px solid #99a6ad;
                padding-bottom: 0px;
            }

            #create_report ul li a {
                color: #bee5ec;
                transition: 0.5s;
                font-family: 'Montserrat', sans-serif;
                font-weight: 200;
            }

                #create_report ul li a:hover {
                    color: #fff;
                    transition: 0.5s;
                    letter-spacing: 0.05em;
                }

    #search-criteria #registrationform .wrapper-dropdown-3:after {
        right: 0px;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 0px;
        top: 40%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #bee5ec transparent;
    }

    #registration #registrationform .wrapper-dropdown-3:after {
        right: 0px;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 0px;
        top: 40%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #8a8d94 transparent;
    }

    .PopupActionMessage {
        position: relative;
    }

        .PopupActionMessage .close {
            height: 30px;
            width: 30px;
            padding: 0;
        }

    #RegisterThanks {
        padding-top: 150px !important;
        background: #f1f1f1;
    }

        #RegisterThanks h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            line-height: normal;
            color: #5cb85c;
        }

        #RegisterThanks p span {
            font-weight: 300;
        }

    .jumbotron {
        background: #f1f1f1;
    }

    /* Technical Indicator */

    .skilltitle {
        padding: 0px 15px 0px 15px;
        line-height: 40px;
        font-size: 20px;
        color: #000;
        background: rgba(0,0,0,0.1);
        border-bottom: 1px solid #c0c0c0;
        margin-bottom: 0;
    }

    .skillnote {
        color: #404040;
        padding: 10px 15px;
        font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif, Arial;
    }

    #career .panel-body {
        font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif, Arial;
    }

    #career .table-bordered {
        border: 0px none;
        background: none;
    }

    .rateyou {
        border: 1px solid #ddd;
        background: #f0efee;
        border-radius: 5px;
        padding: 6px 10px;
    }

    .class_skill tr th div {
        display: inline-block;
        position: relative;
    }

        .class_skill tr th div::before {
            background: #dfb832;
            bottom: -8px;
            content: ".";
            height: 2px;
            left: 0;
            position: absolute;
            width: 50%;
            font-size: 0px;
        }

        .class_skill tr th div::after {
            background: #620D10;
            bottom: -8px;
            content: ".";
            height: 2px;
            right: 0;
            position: absolute;
            width: 50%;
            font-size: 0px;
        }

    label {
        position: relative;
        cursor: pointer;
        color: #000;
        font-weight: 500;
    }

    input[type="checkbox"], input[type="radio"] {
        position: absolute;
        right: 9000px;
    }

        /*Check box*/
        input[type="checkbox"] + .label-text:before {
            content: "\f096";
            font-family: "FontAwesome";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            margin-right: 5px;
            font-size: 20px;
        }

        input[type="checkbox"]:checked + .label-text:before {
            content: "\f14a";
            color: #2980b9;
            animation: effect 250ms ease-in;
        }

        input[type="checkbox"]:disabled + .label-text {
            color: #aaa;
        }

            input[type="checkbox"]:disabled + .label-text:before {
                content: "\f0c8";
                color: #ccc;
            }

    .SkillVideo {
        position: absolute;
        right: 20px;
        cursor: pointer;
    }

    #dvAttributes h1 {
        border-bottom: 1px solid rgba(205,205,205,0.5);
        font-size: 24px;
        color: #404040;
        font-family: 'Asap Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 0.13em;
        margin-bottom: 50px;
        padding-bottom: 10px;
    }

    #TechnicalIndicators {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #dvAttributes table {
        border: 0px !important;
    }

    .dropdown-menu li a {
        font-size: 15px;
        text-transform: none;
        font-weight: normal;
    }

    .dropdown-submenu > li > a {
        font-size: 15px;
        text-transform: none;
        font-weight: normal;
    }

    #userLoginModal button {
        color: #fff;
    }

        #userLoginModal button:hover {
            color: #fff;
        }


    .imgcontainer img {
        background-color: rgba(18, 30, 52, 0.8);
        border-radius: 50px;
        padding: 2px;
    }

    .modal-header {
        background: #db325a;
        color: #fff;
        font-size: 24px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        font-family: 'Asap Condensed', sans-serif;
        padding: 15px 20px;
        margin: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        min-height: 58px;
        background-color: #db325a !important;
    }

    /*#id02 .modal-header {
    background: #db325a;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-family: 'Asap Condensed', sans-serif;
    padding: 15px 20px;
    margin: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}*/
    #id02 .modal-header {
        background: #db325a;
        color: #fff;
        font-size: 24px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        font-family: 'Asap Condensed', sans-serif;
        padding: 15px 20px;
        margin: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    #attributes h1 i:first-child {
        margin-right: 5px;
    }

    #attributes row {
        margin-bottom: 30px;
    }

        #attributes row:last-child {
            margin-bottom: 0px;
        }

    .icon-edit {
        position: absolute;
        right: 15px;
        bottom: 30px;
    }

    .div_edit {
        position: relative;
    }

    .customcheck {
        display: inline-block;
        position: relative;
        padding-right: 30px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: 20px;
        margin-bottom: 0;
        font-weight: normal;
    }

    .chkRemove {
        position: absolute;
        right: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: -10px !important;
        left: 10px !important;
        right: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 2px #C3C3C3;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.18);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.18);
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.18);
    }

    /* On mouse-over, add a grey background color */
    .customcheck:hover input ~ .checkmark {
        background-color: rgb(102,255,204);
    }
    /* When the checkbox is checked, add a blue background */

    .customcheck input:checked ~ .checkmark {
        background-color: rgb(102,255,204);
        border-radius: 5px;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */

    .customcheck input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .customcheck .checkmark:after {
        left: 7px;
        top: 4px;
        width: 6px;
        height: 10px;
        border: solid #283e4a;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #DivAllVideos .checkmark {
        right: 0;
        left: auto !important;
        height: 20px;
        width: 20px;
        border-radius: 3px;
        top: 0 !important;
    }

    input[type=checkbox] {
        appearance: checkbox !important;
        -moz-appearance: checkbox !important;
        -webkit-appearance: checkbox !important;
        -o-appearance: checkbox !important;
        -ms-appearance: checkbox !important;
    }

    #DivAllVideos .customcheck {
        display: inline-block;
        position: absolute;
        padding-left: 0px;
        margin-right: 0px !important;
        right: 8px;
        top: 8px;
        z-index: 999;
    }

    #DivAllVideos .portfolio-item .embed-responsive-16by9 {
        margin-bottom: 0px;
        text-align: center;
    }

    #DivAllVideos .embed-responsive-16by9 {
        margin-bottom: 0px;
        text-align: center;
    }

    #DivAllVideos .portfolio-item .embed-responsive-16by9 img {
        width: 100%;
    }

    #video {
        min-width: 100%;
        min-height: auto;
    }

    #attributes h1 span .show {
        display: inline-block !important;
    }

    .video-edit {
        position: absolute;
        left: 10px;
        bottom: 11px;
        font-size: 10px !important;
    }

        .video-edit i {
            font-size: 20px !important;
            color: rgba(255,255,255,0.5) !important;
        }

    /*position*/
    .position_fix {
        background: rgba(0,0,0,0.02);
        margin-bottom: 50px;
        border-color: #ddd;
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 10px 15px;
        margin-top: 20px;
        text-align: left;
    }

        .position_fix .row .col-sm-6 {
            width: 75%;
        }

    .no-margin {
        margin: 0px !important;
    }

    .no_bdr {
        border: 0 !important;
    }

    .position_diag {
        margin-left: 10px;
        display: inline;
        text-align: left;
        margin-top: 0;
    }

    #getfocus {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1px;
    }

    .w-100 {
        width: 100% !important;
    }

    /*Loading*/
    #loading {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        display: block;
        opacity: 0.7;
        background-color: #fff;
        z-index: 99999;
        text-align: center;
    }

    #loading-image {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
        width: 350px;
        margin-left: -175px;
        margin-top: -132px;
    }

    #my_videosPanel ul li a img {
        width: 160px;
        max-width: 160px;
    }

    #getfocusVideo {
        line-height: 1px;
    }

    .box {
        width: 500px;
    }

    p {
        /*font-size: 20px;
    margin: 0;
    padding: 0;*/
    }

    .rating {
        width: 442px;
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        margin-top: 10px;
        border: 1px solid #000;
        background: linear-gradient(to right, #f00, #ff0, #0f0);
    }

        .rating input {
            display: none;
        }

        .rating label {
            display: block;
            cursor: pointer;
            width: 44px;
            height: 40px;
            display: flex;
            justify-content: center;
            transition: 0.5s;
            background: #fff;
            color: #000;
            font-size: 16px;
            border-right: 1px solid #000;
            margin: 0;
            padding: 0;
            line-height: 40px;
        }

            .rating label:last-child {
                border-bottom: 0px solid #000;
            }



        .rating input[type="radio"]:hover label, .rating input[type="radio"]:checked label {
            background: transparent;
        }

    .btn-rateus {
        width: 210px;
        color: #fff;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        text-decoration: none;
        background: #aaa9ad;
        padding: 10px;
        transition: 0.5s;
        border: 0;
        position: relative;
        z-index: 1;
        margin: 10px 10px 0 0;
        font-weight: 400;
        /*display:block !important;*/
    }

        .btn-rateus:hover {
            color: #fff;
            font-weight: bold;
        }

    /*sampleDIV1*/

    #sampleDIV1 {
        position: fixed;
        /*top: 0px;*/
        top: 180px;
        right: 0px;
        /*bottom: 0px;*/
        z-index: 1056;
    }

    * {
        transition: all 0.5s ease;
    }

    .rightbox {
        position: fixed;
        /*top: 70px;*/
        bottom: 90px;
        right: 0;
        z-index: 1055;
        width: auto;
        display: none;
        text-align: right;
        top: 180px;
    }

        .rightbox.width-half {
            width: 50%;
            bottom: 0px !important;
        }

    #UserDetails {
        position: absolute;
        right: -150%;
        top: -50px;
        color: #000;
        width: 100%;
        height: calc(100% - 50px);
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
        padding: 20px 230px 20px 20px;
        transition: all 0.5s ease;
        text-align: left;
    }

    .UserDetails_contents {
        height: 100%;
        overflow: auto;
        padding: 0px 10px 0px 0px;
    }

    #UserDetails h5.media-heading {
        text-align: left;
    }

    #UserDetails.open {
        right: 0px;
    }

    .rightbox #btnScout {
        position: fixed;
        bottom: 0px;
        right: 220px;
        margin: 0 20px 20px 0;
    }


    #showtwo {
        position: fixed;
        bottom: 0px;
        right: 0px;
        margin: 0 20px 20px 0;
    }

    #sidtwo {
        position: absolute;
        bottom: -100%;
        background: rgba(0,0,0,0.5);
        color: #000;
        width: 60%;
        height: 0;
        right: 0%;
        width: 230px;
        height: 430px;
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
        padding: 20px 50px;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.5);
    }

        #sidtwo.open {
            bottom: 0px;
        }




    .innerrow {
        overflow: hidden;
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }

    .gallery-rightpanel {
        right: 0%;
        -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
        position: fixed;
        /* width: 50%; */
        top: 0px;
        bottom: 0px;
        z-index: -1;
    }

        .gallery-rightpanel.openRightNow {
            right: 35px;
            position: absolute;
            /* width: 50%; */
            top: 40px;
            bottom: 0px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
            z-index: 1052;
        }

        .gallery-rightpanel #sampleDIV1,
        .gallery-rightpanel .rightbox {
            display: none !important;
            -webkit-transition: all 1s linear;
            -moz-transition: all 1s linear;
            -o-transition: all 1s linear;
            transition: all 1s linear;
        }

        .gallery-rightpanel.openRightNow #sampleDIV1,
        .gallery-rightpanel.openRightNow .rightbox {
            display: block !important;
            -webkit-transition: all 1s linear;
            -moz-transition: all 1s linear;
            -o-transition: all 1s linear;
            transition: all 1s linear;
        }


    /*.rating input[type="radio"]:hover ~ label, .rating input[type="radio"]:checked ~ label{background:transparent;}*/
    .rating input[type="radio"] {
        display: block;
        z-index: -1;
        right: 0;
        width: 40px;
        height: 40px;
        opacity: 0.1;
        margin-top: 0;
        line-height: 40px;
    }

        .rating input[type="radio"]:hover ~ label, .rating input[type="radio"]:checked ~ label {
            background: transparent;
        }


    .lg-autoplay-button, .lg-fullscreen, #lg-zoom-in, #lg-zoom-out, #lg-actual-size, #lg-share {
        display: none !important;
    }


    .dropdown {
        position: relative;
        display: block;
        margin-top: 5px;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        /* Links inside the dropdown */
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }

    #Scout_search {
        display: none;
    }

    #accordion a {
        font-family: 'Montserrat', sans-serif;
    }

    #divSearchBlock {
        margin-top: 50px;
    }

    #Player_search .wrap-select ul {
        list-style: none;
        display: block;
        padding: 5px;
        margin: 0;
    }

    #Player_search ul li {
        display: block;
        text-align: left;
        font-size: 12px;
        border-bottom: 1px solid rgba(255,255,255,0.6);
        padding: 0;
    }

        #Player_search ul li a {
            font-size: 12px;
            padding: 5px;
        }

    .faq-cat-content {
        margin-top: 0px;
        font-family: 'Montserrat', sans-serif;
        padding: 15px;
        border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-top-style: solid;
        border-top-width: 1px;
        border-top: 0;
        background: rgba(255,255,255,0.5);
    }

    .faq-cat-tabs li {
        padding: 0px !important;
        background-color: #ffffff !important;
        margin-bottom: -1px !important;
        border-bottom: 0 !important;
        margin-right: 2px !important;
    }

        .faq-cat-tabs li a {
            padding: 15px 10px 15px 10px !important;
            background-color: #ddd !important;
            border: 1px solid #dddddd !important;
            color: #777777 !important;
            font-family: 'Montserrat', sans-serif !important;
        }

    .faq-cat-tabs > li.active > a, .faq-cat-tabs > li.active > a:hover, .faq-cat-tabs > li.active > a:focus {
        border-bottom-color: transparent !important;
        background: #fff !important;
    }

    .faq-cat-content a h4 {
        font-family: 'Montserrat', sans-serif !important;
    }

    .nav-tabs li a:focus,
    .panel-heading a:focus {
        outline: none !important;
    }

    .panel-heading a,
    .panel-heading a:hover,
    .panel-heading a:focus {
        text-decoration: none !important;
        color: #777777 !important;
    }

    .faq-cat-content .panel-heading:hover {
        background-color: #efefef !important;
    }

    .faq-cat-content .panel-group .panel-faq .panel-body ul.checkboxes {
        margin-top: 0;
    }

    .faq-cat-content ul.checkboxes li .label-text {
        color: #666;
        font-size: 14px;
        font-weight: 300;
    }

    .faq-cat-content .panel-group:last-child {
        margin-bottom: 0 !important;
    }

    .faq-cat-content .panel-group .panel-faq .panel-body ul.checkboxes:last-child {
        border-bottom: 0 !important;
    }

    .active-faq {
        border-left: 5px solid #888888 !important;
    }

    .panel-faq .panel-heading .panel-title span {
        font-size: 13px !important;
        font-weight: normal !important;
    }

    div.sportsskills {
        display: inline-block;
        position: relative;
        padding: 7px 0px 0px;
        margin-top: 0px !important;
    }

        div.sportsskills::before {
            background: #fcd44a;
            bottom: -8px;
            content: ".";
            height: 2px;
            left: 0;
            position: absolute;
            width: 50%;
            font-size: 0px;
        }

        div.sportsskills::after {
            background: #8f0000;
            bottom: -8px;
            content: ".";
            height: 2px;
            right: 0;
            position: absolute;
            width: 50%;
            font-size: 0px;
        }

    ul.checkboxes {
        padding: 0 !important;
        margin: 0;
        background: none;
        border-color: #c0c0c0;
        border-bottom-color: rgb(192, 192, 192);
        color: #333;
        float: left;
        margin-top: 15px;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

        ul.checkboxes li {
            list-style-type: none;
            margin: 0;
            padding: 0.1em 0;
        }

        ul.checkboxes label {
            position: relative;
            font-weight: 300;
            cursor: pointer;
            padding-top: 0 !important;
        }

    #search_criteria, #checkout, #newsslider_criteria {
        background: url(../img/profile_bg.png) no-repeat center top fixed;
        background-size: cover;
    }

    #search_criteria {
        background: url(../img/profile_bg.png) no-repeat center top fixed;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #searchplayer-form {
        font-family: 'Montserrat', sans-serif;
    }

        #searchplayer-form .col-sm-3 {
            max-width: 335px;
        }

        #searchplayer-form input, #searchplayer-form .wrap-select {
            border-color: #ccc;
            /*border: 2px solid #d0d4d7;*/
            background: #fff;
            /*border-radius: 4px;*/
            /*border-top-color: #834dbe !important;
        border-right-color: #691fbb !important;
        border-bottom-color: #0000ff !important;
        border-left-color: #0000bd !important;*/
            /*border: 0px solid #d0d4d7;
        background: transparent;*/
            border-radius: 0px;
            border-bottom: 1px solid #c4c4bf !important;
        }

        #searchplayer-form .New_Player_Search input, #searchplayer-form .New_Player_Search .wrap-select {
            border-color: #ccc;
            /*border: 2px solid #d0d4d7;
        background: #fff;
        border-radius: 4px;*/
            border-top-color: #834dbe !important;
            border-right-color: #691fbb !important;
            border-bottom-color: #0000ff !important;
            border-left-color: #0000bd !important;
            border: 0px solid #d0d4d7;
            background: transparent;
            border-radius: 0px;
            border-bottom: 1px solid #c4c4bf !important;
        }

            #searchplayer-form .New_Player_Search input.select_playertype {
                color: #001c60;
                font-weight: 600;
            }



        #searchplayer-form .bootstrap-select.btn-group .dropdown-toggle .caret {
            border-top: 5px dashed;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            color: #c4c4bf;
        }

        #searchplayer-form .bdr_left {
            border-left: 1px solid;
        }

        #searchplayer-form .form-group {
            margin: 0 0 25px 0;
        }

        #searchplayer-form .fa {
            color: #204c8a;
            font-size: 28px;
            width: 20px;
        }

        #searchplayer-form label {
            padding-top: 8px;
            font-weight: 200;
            color: #666;
            font-size: 15px;
            position: relative;
            padding-bottom: 9px;
            margin: 0;
        }

        #searchplayer-form .New_Player_Search .div_search_filter label {
            padding-top: 8px;
            font-weight: 200;
            color: #000;
            font-size: 15px;
            position: relative;
            padding-bottom: 9px;
            margin: 0;
        }

    #search-criteria #searchplayer-form .wrapper-dropdown-3:after {
        right: 0px;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 0px;
        top: 40%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #bee5ec transparent;
    }

    #height .form-check, #weight .form-check {
        margin-right: 5px;
    }

        #height .form-check:last-child, #weight .form-check:last-child {
            margin-right: 0px;
        }

    #height > label, #weight > label {
        font-weight: 400;
        margin-bottom: 0;
    }

    #height .form-check input[type="radio"]::before {
        margin-top: 15px !important;
    }

    #search_criteria #searchplayer-form .form-control {
        border: 0px !important;
        box-shadow: none;
        background: none !important;
        padding: 10px 0;
        height: auto;
        border: 2px solid #d0d4d7 !important;
        background: #fff !important;
        border-top-color: #834dbe !important;
        border-right-color: #691fbb !important;
        border-bottom-color: #0000ff !important;
        border-left-color: #0000bd !important;
        /*border: 0px solid #d0d4d7 !important;
    background: transparent !important;
    border-bottom: 1px solid #c4c4bf !important;
    color: 404040;
    font-weight: 500;*/
    }

    #search_criteria #searchplayer-form .New_Player_Search .form-control {
        border: 0px !important;
        box-shadow: none;
        background: none !important;
        padding: 10px;
        /*height: auto;*/
        /*border: 2px solid #d0d4d7 !important;
    background: #fff !important;*/
        border-top-color: #834dbe !important;
        border-right-color: #691fbb !important;
        border-bottom-color: #0000ff !important;
        border-left-color: #0000bd !important;
        border: 0px solid #d0d4d7 !important;
        background: transparent !important;
        border-bottom: 1px solid #c4c4bf !important;
        color: #404040;
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
        height: 41px;
    }

    #search_criteria #searchplayer-form .New_Player_Search .div_search_filter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #001c60 !important;
        opacity: 1 !important; /* Firefox */
        font-weight: 600 !important;
    }

    #search_criteria #searchplayer-form .New_Player_Search .div_search_filter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #001c60 !important;
        font-weight: 600 !important;
    }

    #search_criteria #searchplayer-form .New_Player_Search .div_search_filter input::-ms-input-placeholder { /* Microsoft Edge */
        color: #001c60 !important;
        font-weight: 600 !important;
    }


    #search_criteria .form-group {
        margin: 0;
    }

    #Player_search .row, #Scout_search .row {
        /*margin-bottom: 15px;*/
        margin-bottom: 5px;
        /*border: 1px solid rgba(0,0,0,0.1);*/
    }

        #Player_search .row:last-child, #Scout_search .row:last-child {
            /*margin-bottom: 0px;
        background: none;
        border: none;*/
        }

    #search_criteria .select_sport {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_country {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria .select_county {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_city {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria .select_postcode {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .enter_name {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria .enter_age {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria .enter_gender {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    .select_noofgamesthisseason {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria .select_lastgameplayed {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria #Player_search.New_Player_Search .enter_height input,
    #search_criteria #Player_search.New_Player_Search .enter_weight input {
        border-bottom: none !important;
    }

    #search_criteria #searchplayer-form .enter_height input {
        border: 0 !important;
    }

    #search_criteria .enter_height span:first-child {
        /*background: #fff;
    border: 2px solid #d0d4d7 !important;*/
        width: 100%;
        display: block;
        /*border-radius: 4px;*/
        border-top-color: #834dbe !important;
        border-right-color: #691fbb !important;
        border-bottom-color: #0000ff !important;
        border-left-color: #0000bd !important;
        background: transparent;
        border: 0px solid #d0d4d7 !important;
        border-bottom: 1px solid #c4c4bf !important;
        border-radius: 0px;
    }

    #search_criteria .enter_weight {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria #searchplayer-form .enter_weight input {
        border: 0 !important;
    }

    #search_criteria .enter_weight span:first-child {
        /*background: #fff;
    border: 2px solid #d0d4d7 !important;*/
        width: 100%;
        display: block;
        border-radius: 4px;
        border-top-color: #834dbe !important;
        border-right-color: #691fbb !important;
        border-bottom-color: #0000ff !important;
        border-left-color: #0000bd !important;
        background: transparent;
        border: 0px solid #d0d4d7 !important;
        border-bottom: 1px solid #c4c4bf !important;
        border-radius: 0;
    }

    #search_criteria .select_nationality {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria .select_championship {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_division {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_club {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_nextgameplayed {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_passportheld {
        padding: 0 10px;
        /*background-color: rgba(0,0,0,0.1);*/
    }

        #search_criteria .select_passportheld span:first-child {
            background: #fff;
            border: 2px solid #d0d4d7 !important;
            width: 100%;
            display: block;
            border-radius: 4px;
            padding: 0 10px;
            border-top-color: #834dbe !important;
            border-right-color: #691fbb !important;
            border-bottom-color: #0000ff !important;
            border-left-color: #0000bd !important;
        }


    #search_criteria .enter_club {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria .select_teamlevel {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_teamlevel {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_noofgames {
        background-color: rgba(0,0,0,0.1);
    }

    #search_criteria .wrapper-dropdown-3 {
        padding: 0;
    }

    #search_criteria ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #555 !important;
        font-weight: 300;
    }

    #search_criteria ::-moz-placeholder { /* Firefox 19+ */
        color: #555 !important;
        font-weight: 300;
    }

    #search_criteria :-ms-input-placeholder { /* IE 10+ */
        color: #555 !important;
        font-weight: 300;
    }

    #search_criteria :-moz-placeholder { /* Firefox 18- */
        color: #555 !important;
        font-weight: 300;
    }

    #Height-value, #Weight-value {
        width: calc(100% - 120px);
        display: inline;
    }

    #height input[type="radio"] + .label-text::before {
        margin-right: 0px !important;
        font-size: 18px !important;
    }

    .New_Player_Search .div_search_filter #height input[type="radio"] + .label-text::before,
    .New_Player_Search .div_search_filter #weight input[type="radio"] + .label-text::before {
        margin-right: 0px !important;
        font-size: 18px !important;
        color: #666;
    }

    #weight input[type="radio"] + .label-text::before {
        margin-right: 0px !important;
        font-size: 18px !important;
    }

    #Player_search .ms-options-wrap > button:focus, #Player_search .ms-options-wrap > button {
        border: 0px solid #aaa;
        background-color: transparent;
    }

    #Scout_search .ms-options-wrap > button:focus, #Player_search .ms-options-wrap > button {
        border: 0px solid #aaa;
        background-color: transparent;
        color: #404040;
        padding-top: 8px;
        padding-bottom: 9px;
        font-size: 14px;
        letter-spacing: 0.025rem;
        font-weight: 500;
    }

    #Player_search.New_Player_Search .ms-options-wrap > button {
        border: 0px solid #aaa;
        background-color: transparent;
        color: #001c60;
        padding-top: 8px;
        padding-bottom: 9px;
        font-size: 14px;
        letter-spacing: 0.025rem;
        font-weight: 600 !important;
        padding-left: 0;
    }

    #Player_search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
        border: 0 !important;
        /*background: #fff !important;
    border-radius: 4px;*/
        background: transparent !important;
        border-radius: 0px;
    }

        #Player_search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button {
            padding-top: 10px;
            padding-bottom: 9px;
        }

    #Scout_search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 220px;
    }

    #Scout_search .bootstrap-select > .dropdown-toggle.bs-placeholder, #Scout_search .bootstrap-select > .dropdown-toggle.bs-placeholder:active, #Scout_search .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, #Scout_search .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
        color: #555 !important;
        text-transform: uppercase;
    }

        #Player_search .bootstrap-select > .dropdown-toggle.bs-placeholder, #Scout_search .bootstrap-select > .dropdown-toggle.bs-placeholder:active, #Scout_search .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, #Scout_search .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            color: #555 !important;
            /*text-transform: uppercase;*/
            font-weight: 300;
            height: 41px;
        }

    .no-results {
        font-size: 14px !important;
    }

    .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
        top: 10px !important;
    }


    #video-gallery {
        display: flex;
        flex-wrap: wrap;
        /*max-width: 1170px;*/
        margin: 0 auto;
        padding: 0 !important;
    }

        #video-gallery li {
            list-style: none;
            margin-bottom: 15px;
            /*height: 143px;*/
            overflow: hidden;
            width: 16.66%;
        }

    .New_Player_Search_Results #video-gallery {
        display: flex;
        flex-wrap: wrap;
        /*max-width: 1170px;*/
        margin: 0 auto;
        padding: 0px !important;
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }

        .New_Player_Search_Results #video-gallery li {
            list-style: none;
            margin-bottom: 30px;
            height: 143px;
            overflow: visible;
            width: unset;
        }

    #video-gallery li img {
        max-width: 100%;
        width: 100%;
        background: none;
        height: 100%
    }

    #video-gallery li p {
        display: inline-block;
    }

    #RootDivPartial #video-gallery li {
        height: auto;
    }


    video {
        width: 100%;
        /*height: 500px;*/
    }

    iframe {
        width: 100%;
        height: 500px;
    }

    .btn-trash {
        margin-left: 5px;
        background: rgba(0,0,0,0.1);
        padding: 5px 7px;
        border-radius: 4px;
    }

        .btn-trash:hover {
            color: rgba(255,255,255,0.8) !important;
            background: #337ab7;
        }

    body {
        height: auto !important;
    }

    .card-body {
        margin-bottom: 50px;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 14px;
        color: #404040;
        font-weight: 300;
        background: rgba(229,229,229,0.9);
        padding: 15px;
        border: 2px solid #fff;
    }

        .card-body label {
            text-align: left !important;
            font-weight: 300;
        }

        .card-body .form-control {
            background-color: transparent;
            border: 1px solid rgba(205,205,205,1);
            border-radius: 4px;
        }

    #search_criteria h1 {
        border-bottom: 1px solid rgba(205,205,205,0.5);
        font-size: 24px;
        color: #404040;
        font-family: 'Asap Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 0.13em;
        margin-bottom: 50px;
        padding-bottom: 10px;
        margin-top: 50px;
    }

    textarea#txtVideoDesc {
        height: 120px;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    #myModalPlayVideo video, #myModalPlayVideo iframe {
        height: auto !important;
        min-height: 350px !important;
    }

    iframe#playnow {
        height: 465px !important;
    }


    .btnbox { /*position: absolute; right:0;*/
        max-width: 220px;
        float: right;
    }

        .btnbox .dropdown {
            display: block;
            margin-top: 0px;
            /*width: 210px;
    right: 10px;
    position: absolute;*/
            z-index: 99;
        }

    #rating-box {
        position: absolute;
        right: 0%;
        width: auto;
        height: 90px;
        background: rgba(0,0,0,0.5);
        padding: 0px 0px;
        text-align: center;
    }

    .rating-boxBottom0 {
        top: -140px;
    }

    .rating-boxBottom100 {
        top: -300px;
    }

    .no-radius {
        border-radius: 0 !important;
    }

    #UserDetails h3 {
        font-family: 'Asap Condensed', sans-serif !important;
        font-size: 28px !important;
        color: #fff !important;
        margin-bottom: 10px !important;
    }

    #UserDetails h4 {
        font-family: 'Asap Condensed', sans-serif;
        font-size: 18px;
        color: #fff;
    }

    #UserDetails hr {
        margin-left: 0;
        margin-right: 0;
    }

    #UserDetails hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #UserDetails p {
        font-family: 'Asap Condensed', sans-serif;
        font-size: 18px;
        color: rgba(241,241,241,0.6);
    }

    #ClubSection select {
        width: 100% !important;
        color: #858585;
    }

    .text-danger {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        /*padding: 10px 0 !important;*/
        padding: 5px 0 !important;
        border-bottom: 1px solid #ddd !important;
    }

    #ClubSection .modal_editintro .modal-content .form-group {
        margin: 0 0 15px 0 !important;
    }

    #ClubAssociated h1 {
        border-bottom: 1px solid rgba(205,205,205,0.5);
        font-size: 24px;
        color: #404040;
        font-family: 'Asap Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 0.13em;
        margin-bottom: 10px;
        padding-bottom: 10px;
        background: #32527b;
        color: #fff;
        padding: 15px 20px;
    }

    .bootstrap-select.btn-group .dropdown-menu {
        /*max-height: 300px !important;*/
    }

        .bootstrap-select.btn-group .dropdown-menu.inner {
            max-height: 300px !important;
        }


    #ClubSection .modal-header {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .btn-primary {
        color: #fff;
        background-color: #db325a;
        border: 0 !important;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #121e34;
            border: 0 !important;
        }

    #UserDetails .profile-pic {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    #UserDetails .profile_box {
        display: inline-block;
    }

    #UserDetails .profilepic_box {
        float: left;
    }

    #UserDetails .profile_details {
        float: left;
        margin-left: 20px;
    }

    #UserDetails .player-address {
        margin-top: 20px !important;
    }

    #UserDetails .pp-status {
        margin-top: 20px !important;
    }

    #UserDetails .PP-Biodata {
        margin-top: 20px !important;
    }

    #DivAllVideos.panel-body, #DivAllCertification.panel-body {
        padding: 15px 0;
    }

    #ClubAssociated .collapse {
        height: auto !important;
    }
    /*#banner video {height: auto !important;}*/
    #banner video {
        height: auto !important;
        min-height: 100% !important;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: auto !important;
        min-width: auto !important;
        max-width: 100% !important;
    }


    /*club new changes*/
    /*#club_listing{margin-bottom: 30px;}*/
    #club_listing h1 {
        border-bottom: 1px solid #337ab7;
        font-size: 16px !important;
        color: #404040;
        font-family: 'Asap Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        margin-bottom: 0px;
        padding-bottom: 5px;
    }

    #club_listing .club-portfolio-item {
        height: 150px;
        text-align: center;
        padding: 10px 15px;
        background: rgba(229,229,229,0.9);
        border: 1px solid #ddd;
        position: relative;
        z-index: 1;
    }

        #club_listing .club-portfolio-item img {
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
            width: 100%;
            max-width: 100px;
        }

        #club_listing .club-portfolio-item .club-portfolio-desc {
            padding: 10px;
            height: 100%;
            transition: all 200ms ease-in-out 0s;
            margin-bottom: 0 !important;
        }

        #club_listing .club-portfolio-item .club-folio-info {
            height: 100%;
            transition: all 500ms ease-in-out 0s;
            padding: 0;
            height: auto;
            text-align: left;
        }

        #club_listing .club-portfolio-item .club-portfolio-desc h1 {
            font-size: 16px !important;
            margin-bottom: 10px;
        }

            #club_listing .club-portfolio-item .club-portfolio-desc h1 a {
                font-size: 16px !important;
                margin-bottom: 0px !important;
                color: ##337ab7 !important;
                font-weight: 300;
            }

        #club_listing .club-portfolio-item .club-portfolio-desc h2 {
            font-size: 14px !important;
        }

            #club_listing .club-portfolio-item .club-portfolio-desc h2 a {
                line-height: normal;
                font-size: 14px !important;
                margin-bottom: 0px !important;
                color: #404040 !important;
                font-weight: 300;
                font-family: 'Montserrat', sans-serif;
            }

        #club_listing .club-portfolio-item .club-folio-info p {
            font-size: 12px !important;
            margin-bottom: 0px;
            color: #404040 !important;
            font-weight: 300;
            font-style: italic;
            font-family: 'Montserrat', sans-serif;
        }

        #club_listing .club-portfolio-item .club-img-edit {
            position: absolute;
            left: 0px;
            bottom: 0px;
            font-size: 10px !important;
            display: table;
            opacity: 0;
            width: 100%;
            z-index: 1;
            height: 100%;
            -webkit-transform: all 500ms ease-in-out 0s;
            -moz-transform: all 500ms ease-in-out 0s;
            -ms-transform: all 500ms ease-in-out 0s;
            -o-transform: all 500ms ease-in-out 0s;
            transform: all 500ms ease-in-out 0s;
            background: rgba(50,50,50,0.8);
        }

        #club_listing .club-portfolio-item:hover .club-img-edit {
            opacity: 1;
        }

    .club-img {
        padding: 10px;
    }

    #club_listing .club-portfolio-item .club-img-edit span {
        display: table-cell;
        vertical-align: middle;
    }

    #club_listing .club-portfolio-item .club-img-edit a i {
        color: #db325a !important;
        font-size: 20px;
        transition: all 200ms ease-in-out 0s !important;
        margin: 0 2px;
    }

    #club_listing .club-portfolio-item .club-folio-info h2 {
        margin-bottom: 10px;
    }

    #modal_editAvatar .modal-content {
        background: rgba(208,208,208,1);
    }
    /*#search_criteria .select_playertype {background-color: rgba(0,0,0,0.1);}*/
    #search_criteria .select_playertype .dropdown {
        margin-top: 0px;
        /*border: 2px solid #d0d4d7 !important;
    background: #fff !important;*/
        border-radius: 4px;
        border-top-color: #834dbe !important;
        border-right-color: #691fbb !important;
        border-bottom-color: #0000ff !important;
        border-left-color: #0000bd !important;
        border: 0px solid #d0d4d7 !important;
        background: transparent !important;
    }

    #search_criteria .select_playertype input {
        display: none;
    }

    #search_criteria .select_playertype .btn_playerddl {
        background-color: rgba(0,0,0,0) !important;
        border: 0px solid #8a8d94 !important;
        border-radius: 0px !important;
        width: 100% !important;
        text-align: left !important;
        color: #555 !important;
        color: #404040;
        padding: 10px 20px 10px 10px !important;
        font-weight: 300;
        letter-spacing: 0.025rem;
    }

    #search_criteria .New_Player_Search .select_playertype .btn_playerddl {
        background-color: rgba(0,0,0,0) !important;
        border: 0px solid #8a8d94 !important;
        border-radius: 0px !important;
        width: 100% !important;
        text-align: left !important;
        color: #001c60 !important;
        padding: 10px 0px 10px 0px !important;
        font-weight: 600 !important;
        letter-spacing: 0.025rem;
        border-bottom: 1px solid #c4c4bf !important;
        height: 41px;
    }

    #search_criteria .select_playertype .btn_playerddl .caret {
        border-top: 5px dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        color: #c4c4bf;
        position: absolute;
        right: 10px;
        top: 15px;
    }

    #search_criteria .select_league { /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_award {
        background-color: rgba(0,0,0,0);
    }

    #search_criteria .select_playertype .dropdown-submenu > a::after {
        margin-right: 5px;
    }

    .rating-static {
        width: 169px;
        height: 19px;
        display: inline-block;
        background: url('../../../images/star-rating.png') 0 0 no-repeat;
        background-position-x: 0px;
        background-position-y: 0px;
    }

    .rating-10 {
        background-position: center 0px;
    }

    .rating-9 {
        background-position: center -20px;
    }

    .rating-8 {
        background-position: center -40px;
    }

    .rating-7 {
        background-position: center -60px;
    }

    .rating-6 {
        background-position: center -80px;
    }

    .rating-5 {
        background-position: center -100px;
    }

    .rating-4 {
        background-position: center -120px;
    }

    .rating-3 {
        background-position: center -140px;
    }

    .rating-2 {
        background-position: center -160px;
    }

    .rating-1 {
        background-position: center -180px;
    }

    .rating-0 {
        background-position: center -200px;
    }


    .bootstrap-select .dropdown-toggle .filter-option {
        transition: all -1s ease !important;
    }

    #club_listing [class*="col-"] {
        margin-bottom: 15px;
    }

    .bootstrap-select ul.dropdown-menu li a span {
        transition: none !important;
    }

    #video-gallery li .rating {
        border: 1px solid #aaa;
    }

        #video-gallery li .rating label {
            color: Transparent;
            height: 16px;
            border-right: 1px solid #aaa;
        }

            #video-gallery li .rating label:last-child {
                border-right: 0px solid #000;
            }

    #video-gallery li p {
        margin: 5px 0;
    }

    #DivAllVideos .portfolio-item {
        height: auto;
    }

    #DivAllCertification .portfolio-item {
        height: auto !important;
    }

        #DivAllCertification .portfolio-item .embed-responsive {
            margin-bottom: 0px !important;
        }

    #DivAllCertification .embed-responsive {
        margin-bottom: 0px !important;
    }

    .ddred {
        background: #8B0000 !important;
    }

    #player_hub .col-contents.ddred h4 {
        color: #404040;
    }

    .lg-video video {
        height: 465px !important;
    }

    .input-group .dropdown {
        margin-top: 0px;
    }

    #DivAddVideosUserUpload .ms-options-wrap button {
        margin-left: 0;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 8px 12px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        margin-bottom: 0;
    }

        #DivAddVideosUserUpload .ms-options-wrap button:hover {
            background: transparent;
            color: #555;
        }


    #DivAddVideosUserUpload .ms-options-wrap .ms-options ul {
        padding: 5px;
    }

        #DivAddVideosUserUpload .ms-options-wrap .ms-options ul li label {
            padding-top: 5px;
            font-weight: 200;
            color: #666;
            font-size: 15px;
            position: relative;
            padding-left: 25px !important;
        }

        #DivAddVideosUserUpload .ms-options-wrap .ms-options ul li {
            padding: 0;
        }

    #DivAllVideos .portfolio-item .portfolio-desc.show {
        display: table !important;
    }

    .low_hgt {
        height: 405px !important;
        max-height: 405px !important;
    }

    #dvscoutedplayer ul {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }

        #dvscoutedplayer ul li {
            display: block;
            text-align: left;
            font-size: 16px;
            margin-bottom: 18px;
            border-bottom: 1px solid #99a6ad;
            padding-bottom: 15px;
        }

            #dvscoutedplayer ul li:last-child {
                margin-bottom: 0px;
                border-bottom: 0px solid #99a6ad;
                padding-bottom: 0px;
            }

            #dvscoutedplayer ul li a {
                color: #bee5ec;
                transition: 0.5s;
                font-family: 'Montserrat', sans-serif;
                font-weight: 200;
            }

                #dvscoutedplayer ul li a:hover {
                    color: #fff;
                    transition: 0.5s;
                    letter-spacing: 0.05em;
                }

    /* ------------------------------ Mail Box -----------------------------*/

    .mail-box {
        border-collapse: collapse;
        border-spacing: 0;
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .mail-box aside {
            display: table-cell;
            float: none;
            height: 100%;
            padding: 0;
            vertical-align: top;
        }

        .mail-box .sm-side {
            background: none repeat scroll 0 0 #e5e8ef;
            border-radius: 4px 0 0 4px;
            width: 25%;
        }

        .mail-box .lg-side {
            background: none repeat scroll 0 0 #fff;
            border-radius: 0 4px 4px 0;
            width: 75%;
        }

            .mail-box .lg-side .inbox-body .panel-body {
                padding: 0 !important;
            }

    a.mail-dropdown {
        background: none repeat scroll 0 0 #80d3d9;
        border-radius: 2px;
        color: #01a7b3;
        font-size: 10px;
        margin-top: 20px;
        padding: 3px 5px;
    }

    .inbox-body {
        padding: 20px;
    }

        .inbox-body .mail-sender .col-md-8 b {
            width: 50px;
            display: inline-block;
        }

    .btn-compose {
        background: none repeat scroll 0 0 #db325a;
        color: #fff;
        padding: 12px 0;
        text-align: center;
        width: 100%;
        border-radius: 4px !important;
    }

        .btn-compose:hover {
            background: none repeat scroll 0 0 #f5675c;
            color: #fff;
        }

    ul.inbox-nav {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .inbox-divider {
        border-bottom: 1px solid #d5d8df;
    }

    ul.inbox-nav li {
        display: inline-block;
        line-height: 45px;
        width: 100%;
    }

        ul.inbox-nav li a {
            color: #6a6a6a;
            display: inline-block;
            line-height: 45px;
            padding: 0 20px;
            width: 100%;
        }

            ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
                background: none repeat scroll 0 0 #d5d7de;
                color: #6a6a6a;
            }

            ul.inbox-nav li a i {
                color: #6a6a6a;
                font-size: 16px;
                padding-right: 10px;
            }

            ul.inbox-nav li a span.label {
                margin-top: 13px;
            }

    ul.labels-info li h4 {
        color: #5c5c5e;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        text-transform: uppercase;
    }

    ul.labels-info li {
        margin: 0;
    }

        ul.labels-info li a {
            border-radius: 0;
            color: #6a6a6a;
        }

            ul.labels-info li a:hover, ul.labels-info li a:focus {
                background: none repeat scroll 0 0 #d5d7de;
                color: #6a6a6a;
            }

            ul.labels-info li a i {
                padding-right: 10px;
            }

    .inbox-head {
        background: none repeat scroll 0 0 #81848c;
        border-radius: 0 4px 0 0;
        color: #fff;
        min-height: 80px;
        padding: 20px;
    }

        .inbox-head h3 {
            display: inline-block;
            font-weight: 300;
            margin: 0;
            padding-top: 6px;
        }

        .inbox-head .position {
            display: block;
            float: right;
        }

        .inbox-head .sr-input {
            border: medium none;
            border-radius: 4px;
            box-shadow: none;
            color: #8a8a8a;
            float: left;
            height: 40px;
            padding: 0 10px;
        }

        .inbox-head .sr-btn {
            background: none repeat scroll 0 0 #00a6b2;
            border: medium none;
            border-radius: 0 4px 4px 0 !important;
            color: #fff;
            height: 40px;
            padding: 0 20px;
        }

    .table-inbox {
        border: 1px solid #d3d3d3;
        margin-bottom: 0;
    }

        .table-inbox tr td {
            padding: 12px !important;
        }

            .table-inbox tr td:hover {
                cursor: pointer;
            }

            .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
                color: #f78a09;
            }

            .table-inbox tr td .fa-star {
                color: #d5d5d5;
            }

        .table-inbox tr.unread td {
            /*background: none repeat scroll 0 0 #f7f7f7;
        font-weight: 600;*/
            color: #000;
            /*font-weight:500;*/
        }

    ul.inbox-pagination {
        float: right;
    }

        ul.inbox-pagination li {
            float: left;
        }

    .mail-option {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
    }

        .mail-option .chk-all, .mail-option .btn-group {
            margin-right: 5px;
        }

            .mail-option .chk-all, .mail-option .btn-group a.btn {
                background: none repeat scroll 0 0 #fcfcfc;
                border: 1px solid #e7e7e7;
                border-radius: 3px !important;
                color: #afafaf;
                display: inline-block;
                padding: 5px 10px;
            }

    .inbox-pagination a.np-btn {
        background: none repeat scroll 0 0 #fcfcfc;
        border: 1px solid #e7e7e7;
        border-radius: 3px !important;
        color: #afafaf;
        display: inline-block;
        padding: 5px 15px;
    }

    .mail-option .chk-all input[type="checkbox"] {
        margin-top: 0;
    }

    .mail-option .btn-group a.all {
        border: medium none;
        padding: 0;
    }

    .inbox-pagination a.np-btn {
        margin-left: 5px;
    }

    .inbox-pagination li span {
        display: inline-block;
        margin-right: 5px;
        margin-top: 7px;
    }

    .fileinput-button {
        /*background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;*/
    }

    .inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
        border: 1px solid #e6e6e6;
        box-shadow: none;
    }

    .btn-send, .btn-send:hover {
        background: none repeat scroll 0 0 #00a8b3;
        color: #fff;
    }

        .btn-send:hover {
            background: none repeat scroll 0 0 #009da7;
        }

    .modal-header h4.modal-title {
        font-family: "Open Sans",sans-serif;
        font-weight: 300;
    }

    .modal-body label {
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
    }

    .heading-inbox h4 {
        border-bottom: 1px solid #ddd;
        color: #444;
        font-size: 18px;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .sender-info {
        margin-bottom: 20px;
    }

        .sender-info img {
            height: 30px;
            width: 30px;
        }

    .sender-dropdown {
        background: none repeat scroll 0 0 #eaeaea;
        color: #777;
        font-size: 10px;
        padding: 0 3px;
    }

    .view-mail a {
        color: #ff6c60;
    }

    .attachment-mail {
        margin-top: 30px;
    }

        .attachment-mail ul {
            display: inline-block;
            margin-bottom: 30px;
            width: 100%;
        }

            .attachment-mail ul li {
                float: left;
                margin-bottom: 10px;
                margin-right: 10px;
                width: 150px;
            }

                .attachment-mail ul li img {
                    width: 100%;
                }

                .attachment-mail ul li span {
                    float: right;
                }

        .attachment-mail .file-name {
            float: left;
        }

        .attachment-mail .links {
            display: inline-block;
            width: 100%;
        }

    .fileinput-button {
        float: left;
        margin-right: 4px;
        overflow: hidden;
        position: relative;
    }

        .fileinput-button input {
            cursor: pointer;
            direction: ltr;
            font-size: 23px;
            margin: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: translate(-300px, 0px) scale(4);
        }

    .fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
        margin-bottom: 5px;
    }

    .files .progress {
        width: 200px;
    }

    .fileupload-processing .fileupload-loading {
        display: block;
    }

    * html .fileinput-button {
        line-height: 24px;
        margin: 1px -3px 0 0;
    }

    * + html .fileinput-button {
        margin: 1px 0 0;
        padding: 2px 15px;
    }



    ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }
    /* Scout Hub Section*/

    #scout_hub .col-contents {
        width: 100%;
        height: 100%;
        border-bottom: 20px solid #81848c;
        /*padding: 30px;*/
        padding: 10px;
        /*display:table-cell;*/
        vertical-align: middle;
        background: rgba(219,219,223,0.9);
        -webkit-animation: fadein 3s;
        /*/ Safari, Chrome and Opera > 12.1 /*/
        -moz-animation: fadein 3s;
        /*/ Firefox < 16 /*/
        -ms-animation: fadein 3s;
        /*/ Internet Explorer /*/
        -o-animation: fadein 3s;
        /*/ Opera < 12.1 /*/
        animation: fadein 3s;
    }

    #scout_hub .col-contents {
        border-bottom: 20px solid #b6ceae;
    }

    #scout_hub .col-contents-hov {
        width: 100%;
        height: 100%;
        display: table;
        border-bottom: 20px solid #81848c;
        /*padding: 10px 10px 45px 10px;*/ /*display:table-cell;*/
        padding: 10px 10px 10px 10px;
        vertical-align: top;
        background: rgba(127,130,138,0.9);
        -webkit-animation: fadein 3s;
        /*/ Safari, Chrome and Opera > 12.1 /*/
        -moz-animation: fadein 3s;
        /*/ Firefox < 16 /*/
        -ms-animation: fadein 3s;
        /*/ Internet Explorer /*/
        -o-animation: fadein 3s;
        /*/ Opera < 12.1 /*/
        animation: fadein 3s;
        position: relative;
        cursor: pointer;
    }

    section#scout_hub p {
        text-align: center;
        font-size: 16px;
        color: #323232;
        margin-bottom: 30px;
        display: inline-block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        max-width: 80%;
    }

    /*#scout_hub .col-contents h4 {
    text-align: left;
    font-size: 36px;
    color: #404040;
    margin: 0;*/
    /*letter-spacing: 4px;*/
    /*    letter-spacing: 2px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 85%;
    text-transform: uppercase;
}*/

    #scout_hub .col-contents h4 {
        text-align: left;
        font-size: 32px;
        color: #404040;
        margin: 0;
        letter-spacing: unset;
        font-weight: 700;
        /*position: absolute;
    top: 50%;
    bottom: auto;*/
        width: 100%;
        display: table;
        height: 95%;
        text-transform: uppercase;
    }

    #scout_hub .col-contents-hov h4 {
        text-align: left;
        font-size: 36px;
        color: #fff;
        margin: 0 0 30px;
        letter-spacing: 4px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #scout_hub .col-contents h4 span.pull-right {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-align: right;
        float: none !important;
    }


    #scout_hub .col-contents-hov #accordion h4 {
        text-align: left;
        font-size: 16px;
        color: #fff;
        margin: 0 0 0px;
        letter-spacing: normal;
        font-weight: 700;
        text-transform: uppercase;
    }

    #scout_hub .col-contents h4.btm {
        bottom: 5%;
        top: auto;
    }

    #scout_hub h4 a {
        color: #404040;
        transition: 0.3s;
    }

        #scout_hub h4 a:HOVER {
            color: #db325a;
            transition: 0.3s;
        }

    section#scout_hub h3 {
        text-align: cener;
        font-size: 32px;
        color: #323232;
        text-transform: uppercase;
    }

    .lgreen {
        background: #679267 !important;
    }

    #scout_hub .col-contents.lgreen h4 {
        color: #b6ceae;
    }

    #scout_hub .item, #player_hub .item {
        /*/ Masonry bricks or child elements /*/
        display: inline-block;
        margin-bottom: 0;
    }

        #scout_hub .item .item-container {
            /*/ Masonry bricks or child elements /*/
            border: 2px solid #fff;
            height: 620px;
            max-height: 620px;
            overflow-y: auto;
            overflow-x: hidden;
            position: relative;
        }

        #player_hub .item .item-container {
            border: 2px solid #fff;
            height: 620px;
            max-height: 620px;
            overflow-y: auto;
            overflow-x: hidden;
            position: relative;
        }

    section#footer-lgreen {
        background: #b6ceae;
        margin: 0;
        color: #08101e;
        font-family: 'Asap Condensed', sans-serif;
    }

    hr {
        border-color: #d1b14b;
    }

    section#footer-lgreen h3 {
        text-align: center;
        font-size: 32px;
        color: #08101e;
    }

    section#footer-lgreen p {
        text-align: center;
        font-size: 16px;
        color: #08101e;
        margin-bottom: 50px;
    }

    section#footer-lgreen h5 {
        font-size: 16px;
        color: #08101e;
        text-align: left;
    }

    #footer-lgreen ul.footer-menu li a {
        color: #08101e;
        transition: 0.5s;
    }

    section#footer_copy .copyright {
        text-align: center;
        font-size: 16px;
        color: #232323;
        letter-spacing: 1px;
    }

    .scoutdash-btn {
        font-size: 18px;
        display: inline-block;
        padding: 20px 20px;
        border-radius: 46px;
        transition: 0.5s;
        margin: 0px;
        color: rgba(255,255,255,0.5);
        background: #121e34;
        text-transform: uppercase;
        border: 2px solid rgba(255,255,255,0.5);
        width: 100%;
        margin-bottom: 10px;
        max-width: 300px;
    }

        .scoutdash-btn:hover {
            color: #121e34;
            background: #fff;
        }

    .scoutplayer-btn {
        font-size: 18px;
        display: inline-block;
        padding: 20px 20px;
        border-radius: 5px;
        transition: 0.5s;
        margin: 0px;
        color: #555;
        background: #f4bc09;
        border: 0px;
        font-family: 'Montserrat', sans-serif;
    }

        .scoutplayer-btn:hover {
            color: #121e34;
            background: #fff;
        }


    #scounted-players {
        background: #555;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        padding-bottom: 60px;
        position: absolute;
        z-index: 99;
    }

        #scounted-players ul {
            list-style: none;
            display: block;
            padding: 0;
            margin: 0;
        }

            #scounted-players ul li {
                display: block;
                text-align: left;
                font-size: 16px;
                margin-bottom: 18px;
                border-bottom: 1px solid #99a6ad;
                padding-bottom: 15px;
            }

                #scounted-players ul li:last-child {
                    margin-bottom: 0px;
                    border-bottom: 0px solid #99a6ad;
                    padding-bottom: 0px;
                }

                #scounted-players ul li a {
                    color: #bee5ec;
                    transition: 0.5s;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 200;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: auto !important;
                    display: inline-block;
                }

                    #scounted-players ul li a:hover {
                        color: #fff;
                        transition: 0.5s;
                        letter-spacing: 0.05em;
                    }

                #scounted-players ul li i {
                    float: right;
                }


    #notification .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #f2f2f2;
    }

    .userbox-body {
        background: #fff;
        padding: 20px;
    }

        .userbox-body .details {
            background: #eee;
            padding: 20px;
        }

            .userbox-body .details table {
                background: transparent;
            }

    .btn-normal {
        font-size: 12px;
        padding: 8px 20px;
        border-radius: 25px;
        transition: 0.5s;
        margin: 0px;
        color: #fff;
        background: #b6ceae;
        text-transform: uppercase;
        margin: 0;
        border: 0;
        color: #556b2f;
        cursor: pointer;
    }

        .btn-normal:hover {
            background: #556b2f;
            color: #fff;
        }

    .pinParent {
        width: auto !important;
        height: auto !important;
    }

        .pinParent img {
            width: 100% !important;
            position: relative !important;
        }


    #search_criteria h1, #checkout h1 {
        border-bottom: 1px solid rgba(205,205,205,0.5);
        font-size: 24px;
        color: #404040;
        font-family: 'Asap Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 0.10em;
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-top: 0px;
    }

        #search_criteria h1 .fa, #checkout h1 .fa {
            font-size: 24px;
            /*color: #a5a5a5 !important;*/
            color: #556b2f;
            transition: 0.5s;
        }

            #search_criteria h1 .fa:hover, #checkout h1 .fa:hover {
                color: #000;
                transition: 0.5s;
            }

    #checkout p {
        text-align: center;
        font-size: 14px;
        color: #000;
        margin-bottom: 20px;
    }

    #search_criteria .panel_bodyseach {
        padding: 10px;
    }

        #search_criteria .panel_bodyseach span {
            padding-top: 5px;
        }

    #search_criteria #div_Gridview .panel {
        padding: 10px;
    }

    #search_criteria #div_Result_Head .btn-primary, #search_criteria #div_Result_Head .btn-secondary {
        font-size: 14px;
        font-weight: 300;
    }

    #dvflagging ul, #dvflagging ul {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0 0 0 20px;
    }

        #dvflagging ul li, #dvflagging ul li {
            display: block;
            text-align: left;
            font-size: 16px;
            margin-bottom: 18px;
            border-bottom: 1px solid #99a6ad;
            padding-bottom: 15px;
        }

            #dvflagging ul li a, #dvflagging ul li a {
                color: #bee5ec;
                transition: 0.5s;
                font-family: 'Montserrat', sans-serif;
                font-weight: 200;
                width: 100%;
                display: block;
            }

            #dvflagging ul li .fa, #dvflagging ul li .fa {
                color: #fff !important;
                font-size: 20px !important;
                margin-right: 20px;
            }

            #dvflagging ul li a:hover, #dvflagging ul li a:hover {
                color: #fff;
                transition: 0.5s;
                letter-spacing: 0.05em;
            }


    #checkout .package_details p {
        text-align: left;
    }

        #checkout .package_details p span:first-child {
            display: block;
            color: #777;
        }

        #checkout .package_details p span#spnPrice {
            font-size: 20px;
            font-weight: 500;
            color: #d9534f;
        }

    .modal-title {
        color: white;
        text-align: left;
        padding-right: 30px;
    }

    #checkout hr {
        border-style: solid none none !important;
        border-width: 1px !important;
        border-color: rgba(205,205,205,0.5);
    }


    #checkout .btn-stripe {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        min-width: 300px;
        margin-top: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 3px !important;
    }

    #payment-request-button {
        width: 300px !important;
        margin: 0 auto !important;
    }

    #card-element {
        background: rgba(205,205,205,0.5);
        padding: 20px 10px;
        border-radius: 5px;
    }

    #checkout iframe input {
        font-family: 'Montserrat', sans-serif !important;
    }

    /*#player_hub #profile .col-contents, #player_hub #email .col-contents, #player_hub #my_videos .col-contents{background-color:#57377d !important;}*/
    #player_hub #profile .col-contents, #player_hub #email .col-contents, #player_hub #my_videos .col-contents {
        background: url('../img/7991130919S001_Brightfeetquickhands-Logo.jpg') no-repeat center center #000 !important;
    }

        #player_hub #profile .col-contents h4, #player_hub #email .col-contents h4, #player_hub #my_videos .col-contents h4 {
            color: #595da8 !important;
        }

            #player_hub #profile .col-contents h4 a, #player_hub #email .col-contents h4 a, #player_hub #my_videos .col-contents h4 a {
                color: #595da8 !important;
            }

    #player_hub #create_report .col-contents, #player_hub #championship .col-contents, #player_hub #awards .col-contents { /*background-color:#a61d39 !important;*/
        /*background-color: rgba(219,219,223,0.9) !important;*/
        background-color: #fff !important;
        background: none;
    }


    /* Contact Section
--------------------------------*/
    #contact.player {
        background: linear-gradient(#36322f, #234767);
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }

        #contact.player h3 {
            font-size: 36px;
            margin: 0 0 10px 0;
            padding: 0;
            line-height: 1;
            font-weight: 300;
            font-family: 'Calibri', 'Asap Condensed', sans-serif;
            letter-spacing: -0.05em;
            color: #000;
        }

        #contact.player .contact-about p {
            font-size: 14px;
            line-height: 24px;
            font-family: "Montserrat", sans-serif;
            color: #000;
            font-weight: 300;
        }

        #contact.player .social-links {
            padding-bottom: 20px;
        }

            #contact.player .social-links a {
                font-size: 18px;
                display: inline-block;
                background: transparent;
                color: #000;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
                border: 1px solid #000;
            }

                #contact.player .social-links a:hover {
                    background: #000;
                    color: #234767;
                    border: 1px solid #000;
                }


        #contact.player .php-email-form input::focus, #contact.player .php-email-form textarea::focus {
            background-color: #1dc8cd;
        }

        #contact.player .php-email-form button[type="button"] {
            background: linear-gradient(45deg, #a6a6a6, #234767);
            border: 0;
            border-radius: 20px;
            padding: 8px 30px;
            color: #000;
            transition: 0.5s !important;
        }

            #contact.player .php-email-form button[type="button"]:hover {
                background: linear-gradient(45deg, #234767, #a6a6a6);
                transition: 0.5s !important;
            }

        #contact.player .form-control {
            background: transparent;
            border: 1px solid #000;
            color: #a6a6a6;
            width: 100% !important;
        }

        #contact.player .form-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        #contact.player ul.footer-menu li a {
            color: #000;
            transition: 0.5s;
        }

            #contact.player ul.footer-menu li a:hover {
                color: #a6a6a6;
                transition: 0.5s;
            }




    #contact {
        background: url(../img/footer_bg.png) no-repeat center top #232323;
        background-size: cover;
    }

        #contact h3 {
            font-size: 36px;
            margin: 0 0 10px 0;
            padding: 0;
            line-height: 1;
            font-weight: 300;
            font-family: 'Calibri', 'Asap Condensed', sans-serif;
            letter-spacing: -0.05em;
            color: #fff;
        }

        #contact .contact-about p {
            font-size: 14px;
            line-height: 24px;
            font-family: "Montserrat", sans-serif;
            color: #c8c8c8;
            font-weight: 300;
        }

        #contact .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #c8c8c8;
            color: #777b84;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            border: 1px solid #c8c8c8;
        }

            #contact .social-links a:hover {
                background: #777b84;
                color: #fff;
                border: 1px solid #777b84;
            }


        #contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
            background-color: #1dc8cd;
        }

        #contact .php-email-form button[type="button"] {
            background: linear-gradient(45deg, #777b84, #5c6067);
            border: 0;
            border-radius: 20px;
            /*padding: 8px 30px;*/
            color: #000;
            transition: 0.5s;
        }

            #contact .php-email-form button[type="button"]:hover {
                background: linear-gradient(45deg, #5c6067, #777b84);
                transition: 0.5s;
            }

        #contact .form-control {
            background: #a6a6a6;
            border: 1px solid #a6a6a6;
            color: #232323;
            width: 100% !important;
            box-shadow: none;
        }

        #contact .form-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }



        #contact.scout {
            background: #b6ceae;
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
        }

            #contact.scout h3 {
                font-size: 36px;
                margin: 0 0 10px 0;
                padding: 0;
                line-height: 1;
                font-weight: 300;
                font-family: 'Calibri', 'Asap Condensed', sans-serif;
                letter-spacing: -0.05em;
                color: #556b2f;
            }

            #contact.scout .contact-about p {
                font-size: 14px;
                line-height: 24px;
                font-family: "Montserrat", sans-serif;
                color: #555;
                font-weight: 300;
            }

            #contact.scout .social-links {
                padding-bottom: 20px;
            }

                #contact.scout .social-links a {
                    font-size: 18px;
                    display: inline-block;
                    background: transparent;
                    color: #556b2f;
                    line-height: 1;
                    padding: 8px 0;
                    margin-right: 4px;
                    border-radius: 50%;
                    text-align: center;
                    width: 36px;
                    height: 36px;
                    transition: 0.3s;
                    border: 1px solid #556b2f;
                }

                    #contact.scout .social-links a:hover {
                        background: #556b2f;
                        color: #fff;
                    }


            #contact.scout .php-email-form input::focus, #contact.scout .php-email-form textarea::focus {
                background-color: #1dc8cd;
            }

            #contact.scout .php-email-form button[type="button"] {
                background: linear-gradient(45deg, #1de099, #1dc8cd);
                border: 0;
                border-radius: 20px;
                padding: 8px 30px;
                color: #000;
                transition: 0.5s;
            }

                #contact.scout .php-email-form button[type="button"]:hover {
                    background: #1dc8cd;
                    transition: 0.5s;
                }

            #contact.scout .form-control {
                background: transparent;
                border: 1px solid #555;
                color: #555;
                width: 100% !important;
            }

            #contact.scout .form-row {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }

            #contact.scout ul.footer-menu li a {
                color: #555;
                transition: 0.5s;
            }

                #contact.scout ul.footer-menu li a:hover {
                    color: #000;
                    transition: 0.5s;
                }


        #contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #000 !important;
            font-weight: 300;
        }

        #contact ::-moz-placeholder { /* Firefox 19+ */
            color: #000 !important;
            font-weight: 300;
        }

        #contact :-ms-input-placeholder { /* IE 10+ */
            color: #000 !important;
            font-weight: 300;
        }

        #contact :-moz-placeholder { /* Firefox 18- */
            color: #000 !important;
            font-weight: 300;
        }


    .hr-full {
        max-width: unset;
        border-width: 1px;
    }

    .bootstrap-dialog.type-info .modal-header {
        background-color: #db325a !important;
    }

    #leagues-block {
        background: #99a6ad;
        padding: 20px;
        margin-top: 20px;
    }

    ul.league-listing {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }

        ul.league-listing li {
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }

            ul.league-listing li a {
                width: 70px;
                text-align: center;
            }

            ul.league-listing li .media-body h5 {
                color: #000 !important;
                font-weight: 300 !important;
            }

            ul.league-listing li .media-body p {
                color: #51545b !important;
            }

    #Club .media-body p {
        text-align: right !important;
    }

    #Club ul.league-listing li p {
        text-align: left !important;
    }

    ul.league-listing li {
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }

    ul.league-listing li {
        border-bottom: 0px solid rgba(255,255,255,0.2) !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    #Club .media-body p {
        text-align: right !important;
    }

    #Club ul li a {
        width: 70px;
        text-align: center;
    }

    #Club ul li ul.league-listing li a {
        width: 70px;
        text-align: center;
    }

    /* Added by Gourav on 01-06*/


    .contact-code {
        font-size: 1rem !important;
        font-weight: bold !important;
        background-color: #fff !important;
    }

    .contact-code-border {
        border-top: 1px solid #8a8d94;
        border-bottom: 1px solid #8a8d94;
    }

    .select_noofgamesthisseason {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    .btn-share {
        width: 210px;
        color: #fff;
        font-size: 15px;
        line-height: 32px;
        text-align: center;
        text-decoration: none;
        background: #58c042;
        padding: 10px;
        transition: 0.5s;
        border: 0;
    }

        .btn-share i {
            font-size: 20px;
        }

    .denined-div {
        pointer-events: none !important;
    }

    .short_details ul li label {
        font-size: 15px;
        /*width: 180px;*/
        font-family: 'Asap Condensed', sans-serif;
        text-transform: uppercase;
    }

    .short_details ul li {
        font-size: 15px;
    }

    .intro-content ul {
        margin: 0 0 0px !important;
    }

    .user-location .location-row span.location-label {
        color: #777;
    }

    .user-location .location-row span.location-value {
        color: #333;
    }

    [id^="cross_"] {
        background: #dbdbdb !important;
    }

    [id^="crossTab_"] {
        margin: 0 !important;
    }

    #LeagueSection {
        z-index: 1;
    }

    .compose-btn {
        margin-top: 10px;
    }

    #div_Mapview .map_info_wrapper .property_content_wrap .property_title label a {
        font-weight: 500;
    }



    .portfolio-item:hover .face {
        animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
    }

    @keyframes shake {
        10%, 90% {
            transform: translate3d(-1px, 0, 0);
        }

        20%, 80% {
            transform: translate3d(2px, 0, 0);
        }

        30%, 50%, 70% {
            transform: translate3d(-4px, 0, 0);
        }

        40%, 60% {
            transform: translate3d(4px, 0, 0);
        }
    }

    #search_criteria .enter_username {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_Isverified {
        /*background-color: rgba(0,0,0,0.1);*/
    }

        #search_criteria .select_Isverified span:first-child {
            background: #fff;
            /*border: 2px solid #d0d4d7 !important;*/
            width: 100%;
            display: block;
            border-radius: 0px;
            /*padding:0 10px;*/
            border-top-color: #834dbe !important;
            border-right-color: #691fbb !important;
            border-bottom-color: #0000ff !important;
            border-left-color: #0000bd !important;
            border: none !important;
            border-bottom: 1px solid #c4c4bf !important;
            padding: 0;
        }

        #search_criteria .select_Isverified span label .label-text {
            color: #001c60;
            font-weight: 600 !important;
        }

        #search_criteria .select_Isverified span label input {
            width: 0px;
        }


    #search_criteria .select_certification {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    #search_criteria .select_supportreport {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    .nav > li > a.dropdown-toggle .caret {
        float: right;
        top: 5px;
        position: relative;
        margin-left: 10px;
    }

    .nav > li.open ul {
        padding: 0;
    }

        .nav > li.open ul li {
            padding: 8px 5px;
        }

            .nav > li.open ul li a {
                padding: 0px 10px;
                font-weight: 300;
            }

    #side-btn-panel.open {
        right: 0px;
    }

    #side-btn-panel {
        position: fixed;
        /*background-color: #333030;*/
        /*background-color: #44d2e6;*/
        background: linear-gradient(45deg, #12d6df, #ef40fd);
        /*top: 300px;*/
        top: 50%;
        right: -100%;
        transition: 1s ease;
        padding: 5px;
        width: 75px;
        z-index: 11;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    @media (min-width: 768px) and (max-width: 1199px) {

        #side-btn-panel {
            position: fixed;
            background-color: #333030;
            /*top: 300px;*/
            top: 50%;
            right: -100%;
            transition: 1s ease;
            padding: 5px;
            width: 90px;
            z-index: 11;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
        }
    }

    #side-btn-panel .header_active_btn_box ul {
        max-width: 278px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0px;
    }

        #side-btn-panel .header_active_btn_box ul li.login {
            padding-left: 0px;
            margin-right: 0px;
            background-size: 35%;
            padding-top: 10px;
        }

            #side-btn-panel .header_active_btn_box ul li.login i {
                background: #fff !important;
                color: #ef40fd;
                border-radius: 30px;
                line-height: 30px;
                width: 30px;
                font-size: 14px;
            }

            #side-btn-panel .header_active_btn_box ul li.login a {
                font-size: 12px;
                color: #fff;
                width: 100%;
                white-space: nowrap;
                font-weight: 500;
            }

        #side-btn-panel .header_active_btn_box ul li {
            list-style: none;
            min-width: 75px;
            position: relative;
            margin-bottom: 15px;
            margin-left: 0px;
            height: 50px;
            min-width: 34px;
            width: 100%;
            text-align: center;
        }

            #side-btn-panel .header_active_btn_box ul li:after {
                position: absolute;
                width: 80px;
                /*height: 1px;*/
                background-color: #FFF;
                left: 0px;
                right: 0px;
                bottom: -7px;
                z-index: 9;
                content: "";
            }

    / The Modal (background) /
    #myModalViewCertificate {
        display: none;
        position: fixed;
        z-index: 99999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
    }

    / Modal Content /
    #myModalViewCertificate .modal-content {
        position: relative;
        /*background-color: #fefefe;*/
        margin: auto;
        padding: 20px;
        width: 90%;
        /*max-width: 1200px;*/
        background: none !important;
        border: none !important;
    }

    / The Close Button /
    #myModalViewCertificate .close {
        color: white;
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

    #myModalViewCertificate .close:hover,
    #myModalViewCertificate .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

    / Hide the slides by default /
    #myModalViewCertificate .mySlides {
        display: none;
    }


    / Caption text /
    #myModalViewCertificate .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }

    img.demo {
        opacity: 0.6;
    }

    .active,
    .demo:hover {
        opacity: 1;
    }

    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .mySlides {
        padding: 50px;
        text-align: center;
    }
    /* #ecran { */
    /* height: 250px; */
    /* overflow: hidden; */
    /* } */
    #myModalViewCertificate {
        background-color: rgba(0,0,0,0.8) !important;
    }

        #myModalViewCertificate .modal-content {
            margin: 5% auto 15% auto;
            max-width: 1000px;
        }

            #myModalViewCertificate .modal-content img {
                width: auto;
                /*max-width: 800px;*/
                max-width: 100%;
            }

    #search_criteria .container .edit_position {
        position: absolute;
        right: 0;
        top: 0;
    }

    #search_criteria .container .edit:hover {
        color: #556b2f;
        transition: 0.5s;
    }

    #search_criteria .about_me p {
        text-align: left;
        margin-bottom: 0;
    }

    .league-duration {
        font-family: 'Montserrat', sans-serif !important;
        line-height: 1.3 !important;
        color: #bee5ec !important;
        display: block !important;
        text-align: left !important;
        margin: 0 0 5px !important;
        font-size: 14px !important;
        font-weight: 200 !important;
        word-break: break-all;
    }

    .league-info {
        margin: 0 0 5px;
        font-size: 14px !important;
        color: #bee5ec !important;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: normal;
        font-weight: 200 !important;
        word-break: break-all;
        text-transform: capitalize;
    }

    #Club .club-listing {
        border-top: 1px solid #99a6ad !important;
        padding: 10px 0;
        /*display: flex;*/
    }

    #Club h5.league-info p {
        display: block !important;
        text-align: left !important;
        margin: 0 !important;
        margin-bottom: 0px;
        padding: 0;
        font-size: 14px !important;
        color: #bee5ec !important;
        margin-bottom: 5px !important;
    }

    #Club h5.league-info span {
        font-weight: 300;
        margin-right: 20px;
        width: 100px !important;
        display: inline-block;
    }

    .btn-profileimg-save {
        display: inline-block !important;
    }

    .btn-profileimg-cancel {
        padding: 5px 12px;
        vertical-align: middle;
    }

    #showone {
        background: #d132db !important;
    }

    #btnScoutThisPlayer {
        background: #326edb !important;
    }

    #ReportVideo {
        background: #db325a !important;
    }

    #search_criteria .select_age {
        /*background-color: rgba(0,0,0,0.1);*/
    }

    .about_support i {
        background: rgba(0,0,0,0.1);
        color: #337ab7;
        height: 24px;
        width: 24px;
        text-align: center;
        line-height: 22px;
        border-radius: 25px;
        border: 1px solid rgba(0,0,0,0.1);
    }

    .profile-incomplte-div table tr:first-child td {
        border-top: 0px solid #ddd;
    }

    /*#Player_search{max-width: 270px;}*/

    .New_Player_Search {
        max-width: 270px;
    }

    #Player_search.New_Player_Search .div_search_filter {
        padding: 0px; /*background: #e2eaf0;*/
        background: transparent;
        border-radius: 0px; /*border-bottom: 2px solid #00b5e9;*/
    }

    #Player_search .div_search_filter .enter_name {
        display: flex;
    }

    #Player_search .div_search_filter button#btnUserVideoSearch {
        content: '\f073';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 19px;
        color: #fff;
        position: relative;
        font-weight: 900;
        border-bottom: 1px solid #c4c4bf !important;
        border-radius: 0;
        background: transparent;
        border: none;
        padding-right: 5px;
    }

        #Player_search .div_search_filter button#btnUserVideoSearch .fa {
            color: #a7a7a7 !important;
            font-size: 20px;
            width: 20px;
        }

    #Player_search.New_Player_Search .div_search_filter:last-child {
        border-bottom: 0px solid #00b5e9;
    }

    #Player_search.New_Player_Search .div_search_filter .row:last-child {
        margin-bottom: 0;
    }

    /*#Player_search.New_Player_Search .div_search_filter .row div:last-child .wrap-select{border-bottom: 0 !important;}*/

    /*#Player_search.New_Player_Search .div_search_filter .row div.select_award .wrap-select{border-bottom: 0 !important;}*/

    #Player_search.New_Player_Search .btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        #Player_search.New_Player_Search .btn:hover {
            outline: none !important;
            box-shadow: none !important;
        }

        #Player_search.New_Player_Search .btn:focus {
            outline: none !important;
            box-shadow: none !important;
        }

    #intro #custom_carousel .owl-item {
        cursor: pointer;
    }

        #intro #custom_carousel .owl-item:hover .desc, #intro #custom_carousel .owl-item:hover .desc .date {
            color: #44d2e6;
        }

    #searchplayer-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        color: #404040;
        font-weight: 300;
    }

    #searchplayer-form .New_Player_Search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        color: #001c60;
        font-weight: 600 !important;
    }

    #ViewProfileClubPanel, #ViewProfileCertification {
        padding: 20px;
        background: rgba(0,0,0,0.5);
        border: 1px solid rgba(255,255,255,0.25);
        overflow: auto;
        border-radius: 5px;
    }

        #ViewProfileClubPanel h4, #ViewProfileCoachinglevel h4, #ViewProfileCertification h4 {
            font-family: 'Montserrat', sans-serif !important;
            font-size: 14px;
            color: #bee5ec !important;
            font-weight: 300;
        }

    #UserDetails p {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 14px !important;
        margin-bottom: 0 !important;
        text-align: left !important;
    }

    #UserDetails h5.media-heading {
        text-align: left;
        font-weight: 300;
        color: #fff !important;
    }

    #UserDetails .club-listing {
        border-top: 1px solid #99a6ad !important;
        padding: 20px 0 20px;
        /*display: flex;*/
    }

    #UserDetails .league-info {
        margin: 0 0 5px;
        font-size: 14px !important;
        color: #bee5ec !important;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: normal;
        font-weight: 200 !important;
        word-break: break-word;
        text-transform: capitalize;
        width: 100%;
    }

    #UserDetails h5.league-info p {
        display: block !important;
        text-align: left !important;
        margin: 0 !important;
        margin-bottom: 0px;
        margin-bottom: 0px;
        padding: 0;
        font-size: 14px !important;
        color: #bee5ec !important;
        margin-bottom: 15px !important;
        font-weight: bold;
        line-height: normal;
    }

    #UserDetails h5.league-info span {
        font-weight: 300;
        margin-right: 20px;
        width: 100px !important;
        display: inline-block;
        /*display:block;*/
    }

    #UserDetails .league-duration {
        font-family: 'Montserrat', sans-serif !important;
        line-height: 1.3 !important;
        color: #bee5ec !important;
        display: block !important;
        text-align: left !important;
        margin: 0 0 5px !important;
        font-size: 14px !important;
        font-weight: 200 !important;
        word-break: break-word;
        width: 100%
    }

    #UserDetails .PP-Biodata {
        height: auto;
        max-height: 170px;
        padding: 20px;
        background: rgba(0,0,0,0.5);
        border: 1px solid rgba(255,255,255,0.15);
        overflow: auto;
        border-radius: 5px;
        line-height: 2.0rem !important;
    }

    #ViewProfileClubPanel ul li .pull-left {
        margin-right: 20px;
        float: left !important;
        margin-bottom: 0px;
        display: inline-block;
    }

    #ViewProfileScoutCertification .portfolio-item {
        height: 75px;
    }

        #ViewProfileScoutCertification .portfolio-item .portfolio-desc a i {
            font-size: 24px;
        }

    .enter_age .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    #Player_search.New_Player_Search .enter_age .row {
        padding-left: 0;
        padding-right: 0;
    }

    #ViewProfileScoutCertification .portfolio-item .embed-responsive {
        margin-bottom: 0px;
    }

    #ViewProfileScoutCertification .embed-responsive {
        margin-bottom: 0px;
    }

    #EmailBar h1, #EmailPanel h1 {
        border-bottom: 1px solid rgba(205,205,205,0.5);
        font-size: 24px;
        color: #404040;
        font-family: 'Asap Condensed', sans-serif;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 0.10em;
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-top: 0px;
    }

    .visitor-section-hub {
        background: #117b7f !important;
    }

        .visitor-section-hub .white-bg {
            background: #45b9bd !important;
            padding: 40px 20px;
            border-radius: 5px;
            border: 4px solid #556b2f;
        }

            .visitor-section-hub .white-bg .edit_position {
                position: absolute;
                right: 15px;
                top: 15px !important;
            }

        .visitor-section-hub h1 {
            border-bottom: 1px solid rgba(85,107,47,0.5) !important;
        }

        .visitor-section-hub .scoutdash-btn {
            margin-bottom: 0px !important;
        }

    ul#visitormailbox {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0px;
    }

        ul#visitormailbox li {
            display: block;
            text-align: left;
            font-size: 16px;
            margin-bottom: 5px;
            border-bottom: 1px solid rgba(85,107,47,0.5);
            padding-bottom: 5px;
        }

            ul#visitormailbox li:last-child {
                border-bottom: 0px solid #99a6ad;
            }

            ul#visitormailbox li a {
                /*color: #a5a5a5 !important;*/
                color: #556b2f;
                transition: 0.5s;
                font-family: 'Montserrat', sans-serif;
                font-weight: 500;
                font-size: 15px;
                width: 100%;
                display: block;
            }

            ul#visitormailbox li .fa {
                /*color: #a5a5a5 !important;*/
                color: #556b2f;
                font-size: 20px !important;
                margin-right: 20px;
                width: 15px;
            }

            ul#visitormailbox li a:hover {
                color: #000;
                transition: 0.5s;
                letter-spacing: 0.05em;
            }

    #DivPopupActionMessage {
        top: 10px;
        right: 10px;
        z-index: 1055;
        position: fixed;
    }

    #intro .profilepic_box .profile-pic {
        width: 100%;
        height: auto;
        max-width: 260px;
        max-height: 260px;
        border-radius: 0px;
        border: 3px solid #616161;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        margin-bottom: 0px;
        line-height: 0;
    }

    .player_intro hr {
        margin-bottom: 20px;
        margin-left: 0;
        text-align: left;
    }

    #search_criteria .profilepic_box .profile-pic {
        /*width: 260px;
    height: 260px;
    border-radius: 0px;
    border: 3px solid #616161;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;*/
        width: 100%;
        height: auto;
        max-width: 260px;
        max-height: 260px;
        border-radius: 0px;
        border: 3px solid #616161;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        margin-bottom: 0px;
        line-height: 0;
    }

    #ProfilePanel .profile-pic {
        width: 136px;
        height: 136px;
        border-radius: 0px;
        border: 3px solid #616161;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        margin-bottom: 0px;
    }

    .short_details ul li .col-sm-6:first-child:after {
        content: ":";
        float: right;
    }

    .select_passportheldId img {
        height: 24px;
        width: 24px;
    }

    .pp-status img {
        height: 24px;
        width: 24px;
    }

    .flag-icn {
        height: 24px;
        width: 24px;
    }

    .vide-slider-volume-btn {
        z-index: 12;
        position: absolute;
        top: 100px;
        right: 10px;
        background: none;
        border: none;
        color: #eee;
        font-size: 18px;
    }

    @media (max-width:991px) {
        .vide-slider-volume-btn {
            top: 0px;
            z-index: 9;
        }
    }

    .vide-slider-volume-btn img {
        max-width: 40px !important;
        width: 40px !important;
    }

    #showone i {
        line-height: 32px !important;
        margin-left: 10px !important;
        float: left !important;
    }

    .rightdash-btn {
        font-size: 18px;
        display: inline-block;
        padding: 20px 20px;
        border-radius: 5px;
        transition: 0.5s;
        margin: 0px;
        color: rgba(255,255,255,0.5);
        background: #121e34;
        border: 2px solid rgba(255,255,255,0.5);
    }

        .rightdash-btn:hover {
            color: #121e34;
            background: #fff;
        }

    .package_details {
        padding: 20px 15px;
        background: url('https://salesforce.dotsquares.com/images/bottom-right.png') no-repeat 250px -100px #234767;
    }

    #checkout .package_details h1 {
        color: #fff;
    }

    #checkout .package_details p {
        color: #fff;
    }

        #checkout .package_details p span#spnPrice {
            color: #44d2e6;
        }

    #checkout .payment_details p span#spnPrice, #checkout .payment_details p span#spnCurrency {
        text-align: left;
        color: red;
        font-size: 24px;
    }

    #checkout .payment_details p {
        text-align: left;
        color: red;
        font-size: 24px;
        margin-bottom: 50px;
    }

    #checkout .payment_details {
        padding: 20px 15px;
    }


    .modal .alert-info .close {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    #ResetPassModal .PopupActionMessage .alert-info .close {
        position: absolute;
        right: -10px !important;
        top: -10px !important;
    }


    .hubbox-hd {
        width: calc(100% - 36px);
        /*display: inline-block;*/
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: none;
    }


    #gdpr-cookie-message {
        position: fixed;
        left: 20px;
        bottom: 30px;
        max-width: 375px;
        background-color: #3b3646;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.25);
        margin-left: 30px;
        font-family: system-ui;
        z-index: 99999;
    }

        #gdpr-cookie-message h4 {
            color: #ee4b5a;
            font-family: 'Quicksand', sans-serif;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        #gdpr-cookie-message p, #gdpr-cookie-message ul {
            color: white;
            font-size: 15px;
            line-height: 1.5em;
            margin-bottom: 20px;
        }

        #gdpr-cookie-message button, button#ihavecookiesBtn {
            border: none;
            background: #ee4b5a;
            color: white;
            font-family: 'Quicksand', sans-serif;
            font-size: 15px;
            padding: 7px;
            border-radius: 3px;
            margin-left: 15px;
            cursor: pointer;
            transition: all 0.3s ease-in;
        }

            #gdpr-cookie-message button:hover {
                background: white;
                color: #ee4b5a;
                transition: all 0.3s ease-in;
            }

    button#gdpr-cookie-decline {
        background: white;
        color: #ee4b5a;
    }

    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }

    .sports .btn-primary {
        margin-bottom: 5px;
    }

        .sports .btn-primary.metallic {
            background: #32527b;
        }

    .sports_select {
        text-align: right;
    }

    .sports_options {
        text-align: left;
        margin-bottom: 0;
    }

    #career ul#divChampianShip li img {
        font-size: 10px;
    }

    #career ul#divAwardsHonors li img {
        font-size: 12px;
    }

    #TournamentsDiv .row .col-sm-6:first-child {
        margin-bottom: 0;
    }

    .add-UserClub, .add-UserClubTeam, .add-UserClubLeague, .add-ClubDivision {
        margin-top: 10px;
        width: 100%;
        max-width: 150px;
    }

    .support-hub-boxes {
        margin-bottom: 0;
    }

        .support-hub-boxes .pad30, .player-hub-boxes .pad30 {
            padding-left: 30px;
            padding-right: 30px;
        }


    #mailbox .dataTables_paginate {
        margin-top: 15px;
    }

    .sports {
        text-align: left;
    }

    .sport-selectbox {
        text-align: right;
        margin-bottom: 0;
        margin-top: 0;
    }

    .add-CertificationInstitute, .add-UserAwardName {
        margin-top: 0;
    }

    .checkbox-info {
        margin-left: 20px;
    }

    .bootstrap-select .dropdown-menu {
    }

    .mail-reply-txt {
        min-width: 200px;
    }

    .position_fix .table > thead > tr > th,
    .position_fix .table > tbody > tr > th,
    .position_fix .table > tfoot > tr > th,
    .position_fix .table > thead > tr > td,
    .position_fix .table > tbody > tr > td,
    .position_fix .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0px solid #ddd;
    }

    .user-location {
        min-width: 300px;
    }

    .supportresult_action {
        min-width: 250px;
        text-align: right;
    }

    #ped_hub {
        background: #305d59;
    }

        #ped_hub .col-contents {
            width: 100%;
            height: 100%;
            border-bottom: 20px solid #81848c;
            /*padding: 30px;*/
            padding: 10px;
            /*display:table-cell;*/
            vertical-align: middle;
            background: rgba(219,219,223,0.9);
            -webkit-animation: fadein 3s;
            /*/ Safari, Chrome and Opera > 12.1 /*/
            -moz-animation: fadein 3s;
            /*/ Firefox < 16 /*/
            -ms-animation: fadein 3s;
            /*/ Internet Explorer /*/
            -o-animation: fadein 3s;
            /*/ Opera < 12.1 /*/
            animation: fadein 3s;
        }

        #ped_hub .col-contents {
            border-bottom: 20px solid #63bfb8;
        }

        #ped_hub .col-contents-hov {
            width: 100%;
            height: 100%;
            display: table;
            border-bottom: 20px solid #81848c;
            /*padding: 10px 10px 45px 10px;*/ /*display:table-cell;*/
            padding: 10px 10px 10px 10px;
            vertical-align: top;
            background: rgba(127,130,138,0.9);
            -webkit-animation: fadein 3s;
            /*/ Safari, Chrome and Opera > 12.1 /*/
            -moz-animation: fadein 3s;
            /*/ Firefox < 16 /*/
            -ms-animation: fadein 3s;
            /*/ Internet Explorer /*/
            -o-animation: fadein 3s;
            /*/ Opera < 12.1 /*/
            animation: fadein 3s;
            position: relative;
            cursor: pointer;
        }

    section#ped_hub p {
        font-size: 16px !important;
        color: #fff !important;
        display: inline-block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
    }

        section#ped_hub p i {
            color: rgba(255,255,255,0.8);
        }

    #ped_hub .col-contents h4 {
        text-align: left;
        font-size: 32px;
        color: #404040;
        margin: 0;
        letter-spacing: unset;
        font-weight: 700;
        /*position: absolute;
    top: 50%;
    bottom: auto;*/
        width: 100%;
        display: table;
        height: 95%;
        text-transform: uppercase;
    }

    #ped_hub .col-contents-hov h4 {
        text-align: left;
        font-size: 36px;
        color: #fff;
        margin: 0 0 30px;
        letter-spacing: 4px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #ped_hub .col-contents h4 span.pull-right {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-align: right;
        float: none !important;
    }

    #ped_hub .col-contents-hov h4 span.hub-addsport-span {
        /*font-size: 14px;*/
        font-size: 18px;
        letter-spacing: normal;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        text-transform: capitalize;
        font-weight: 300;
    }

        #ped_hub .col-contents-hov h4 span.hub-addsport-span a {
            color: #f4bc09 !important;
        }

            #ped_hub .col-contents-hov h4 span.hub-addsport-span a:hover {
                color: #fff !important;
            }


    #ped_hub .col-contents-hov #accordion h4 {
        text-align: left;
        font-size: 16px;
        color: #777;
        margin: 0 0 0px;
        letter-spacing: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

    #ped_hub .col-contents h4.btm {
        bottom: 5%;
        top: auto;
    }

    .hub-sport-group-a {
        max-width: calc(100% - 150px);
        width: 100%;
        display: inline-block;
    }

    #ped_hub .col-contents-hov #accordion h4 span a {
        border-radius: 3px;
        background: #2e857e !important;
        color: #fff !important;
        padding: 5px;
        font-size: 12px !important;
        text-transform: capitalize;
        font-weight: normal;
    }


    #ped_hub h4 a {
        color: #404040;
        transition: 0.3s;
    }

        #ped_hub h4 a:HOVER {
            color: #db325a;
            transition: 0.3s;
        }

    section#ped_hub h3 {
        text-align: cener;
        font-size: 32px;
        color: #323232;
        text-transform: uppercase;
    }

    #ped_hub .lgreen {
        background: #2e857e !important;
    }

    #ped_hub .col-contents.lgreen h4 {
        color: #b6ceae;
    }

    #ped_hub .item, #player_hub .item {
        /*/ Masonry bricks or child elements /*/
        display: inline-block;
        margin-bottom: 0;
    }

        #ped_hub .item .item-container {
            /*/ Masonry bricks or child elements /*/
            border: 2px solid #fff;
            height: 620px;
            max-height: 620px;
            overflow-y: auto;
            overflow-x: hidden;
            position: relative;
        }


    .length-p-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    #divGroupDetails ul {
        list-style: none;
        margin: 30px auto 0;
        padding: 0;
    }

        #divGroupDetails ul li {
            display: inline-block;
            margin-right: 15px;
            margin-bottom: 0;
        }

            #divGroupDetails ul li h5 {
                font-size: 16px;
                /*font-size: 1.2rem;*/
                margin: 0;
                padding: 0;
                border: 0 !important;
                font-family: 'Montserrat', sans-serif !important;
            }

            #divGroupDetails ul li > a {
                display: block;
                padding: 0;
                margin: 0;
                text-decoration: none;
                text-align: left;
            }

            #divGroupDetails ul li i {
                border: 1px solid #ddd;
                padding: 10px;
                border-radius: 20px;
                margin-right: 5px;
                /* font-size: 18px; */
                font-size: 1.6rem;
                background: #44d2e6;
                color: #fff;
                height: 40px;
                width: 40px;
            }

    .group-section-header h3 {
        font-size: 18px !important;
        /*font-size: 1.4rem !important;*/
        color: #111 !important;
        /* text-transform: uppercase; */
        text-align: center;
        font-weight: 600;
        position: relative;
        padding-bottom: 15px;
        /* word-break: break-all; */
        font-family: 'Montserrat', sans-serif !important;
        margin-bottom: 50px !important;
    }

        .group-section-header h3::before {
            content: '';
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .group-section-header h3::after {
            content: '';
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: rgb(102,255,204);
            bottom: 0;
            left: calc(50% - 20px);
        }

    #divGroupDetails .group-section-header h3 {
        font-size: 18px !important;
        color: #111 !important;
        text-align: center;
        font-weight: 600;
        position: relative;
        padding-bottom: 15px;
        font-family: 'Montserrat', sans-serif !important;
        margin-bottom: 10px !important;
        margin-top: 20px !important;
    }

    .break-word {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        word-wrap: anywhere;
        /*display:block !important;*/
    }

    #divGroupDetails span.edit {
        display: inline;
        z-index: 10;
        position: relative;
        /* font-size: 16px; */
        font-size: 1.6rem;
        text-align: center;
        border-bottom: none;
        margin-left: 6px;
    }


    .same-form {
        /*margin-top: 10px;
background: rgba(0,0,0,0.02);
background:#fff;
padding: 15px;
border-radius: 5px;*/
    }

    .add-member {
        /*background: rgba(0,0,0,0.02);*/
        background: #ddd;
        padding: 15px 0;
        border-radius: 3px;
        display: inline-block;
        width: 100%;
    }

        .add-member p {
            margin: 0 !important;
        }

    .remove-other-Member {
        width: 30px;
        height: 30px;
        background: #db325a;
        display: block;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        float: right;
        margin-top: 3px;
        color: #fff;
    }

        .remove-other-Member:hover {
            background: #fff;
            color: #db325a;
        }

    .add-member .form-group {
        margin-bottom: 0px;
    }

    .group-logo-box {
        position: relative;
        display: inline-block;
        float: none;
    }

    .group-pic {
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height: 100px;
        border-radius: 0px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        margin-bottom: 0px;
        border-radius: 50%;
        background: #ddd;
    }

        .group-pic img {
            width: 100%;
            height: auto;
        }

    .groupcam_position {
        position: absolute;
        right: 0;
        top: 0;
        width: 26px;
        background: #ddd;
        height: 26px;
        text-align: center;
        line-height: 27px;
        border-radius: 50%;
    }

    .action_btn.accepted {
        padding-right: 20px;
    }

    .to-addlogo {
        position: relative;
        background: no-repeat;
    }

        .to-addlogo a i {
            margin-right: 5px;
            width: 30px;
            background: #ddd;
            height: 30px;
            text-align: center;
            line-height: 27px;
            border-radius: 50%;
        }

    #SportsPanel .sport-group-rsvp-div {
        padding: 20px;
        border-radius: 3px;
        background: rgba(0,0,0,0.2) !important;
        border: 1px solid rgba(0,0,0,0.1) !important;
        margin-top: 20px;
    }

    /*#SportsPanel ul.group-rsvp-ul{padding: 10px; border-radius: 3px; background: rgba(0,0,0,0.2) !important; border: 1px solid rgba(0,0,0,0.1) !important;}*/
    #SportsPanel .group-rsvp-h4 {
        text-align: center !important;
        color: #fff !important;
        margin-top: 0px !important;
        position: relative;
    }

        #SportsPanel .group-rsvp-h4 .hub-group-rsvp-add-span {
            position: absolute;
            right: 0;
        }

            #SportsPanel .group-rsvp-h4 .hub-group-rsvp-add-span a i {
                color: #f4bc09;
            }

                #SportsPanel .group-rsvp-h4 .hub-group-rsvp-add-span a i:hover {
                    color: #fff;
                }

    #SportsPanel .group-rsvp-bar {
        color: #f4bc09;
        background: #2e857e !important;
        width: 30px;
        display: block;
        height: 30px;
        line-height: 30px;
    }

    .divGroupDetailsTop {
        text-align: center !important;
    }

    .divGroupDetailsTopBox {
        background: #305d59 !important;
        border-radius: 3px !important;
        margin: 20px 0 !important;
        padding: 20px !important;
        max-width: 800px !important;
        width: 100% !important;
        display: inline-block !important;
    }

    .GroupTitle {
        color: #63bfb8 !important;
        font-weight: bold !important;
        margin-bottom: 20px !important;
        font-size: 18px !important;
        display: block !important;
    }

    .GroupCreateBy {
        color: #fff !important;
        font-weight: normal !important;
        margin-bottom: 30px !important;
        font-size: 14px !important;
        display: block !important;
        margin-top: 15px;
    }

        .GroupCreateBy span {
            padding: 6px 10px;
            border-radius: 5px;
            background: rgba(255,255,255,0.1);
        }

    .GroupSmallDesc {
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
        color: #fff !important;
        display: block !important;
    }

    .GroupMoreDetails {
        font-family: 'Montserrat', sans-serif !important;
        line-height: 1.3 !important;
        color: #bee5ec !important;
        display: block !important;
        text-align: left !important;
        margin: 0 0 5px !important;
        font-size: 14px !important;
        font-weight: 200 !important;
        word-break: break-all;
    }

    .GroupCreatedTime, .GroupAddress, .GroupDistance {
        text-align: center !important;
    }

        .GroupCreatedTime p, .GroupAddress p, .GroupDistance p {
            text-align: center !important;
            display: block !important;
            color: #bee5ec !important;
            line-height: 2.25rem !important;
            margin-bottom: 0 !important;
        }

        .GroupCreatedTime i, .GroupAddress i, .GroupDistance i {
            background: #63bfb8 !important;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            line-height: 40px;
            margin-bottom: 10px;
            color: #305d59;
        }

    .show-group-join a {
        background: #f4bc09;
        color: #305d59;
    }

        .show-group-join a:hover {
            background: #fff;
            color: #305d59;
        }

    .show-group-join p {
        border-top: 1px solid rgba(0,0,0,0.1) !important;
        padding-top: 15px !important;
        margin-top: 15px !important;
        color: #fff !important;
        display: block !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #divGroupDetails ul li i {
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 20px;
        margin-right: 5px;
        font-size: 18px;
        font-size: 1.6rem;
        height: 40px;
        width: 40px;
        background: transparent;
        color: #777;
    }

    .HubNumericSlider span {
        color: white;
        display: inline-block;
        margin-right: 10px;
    }

    .HubNumericSlider .output {
        width: 50px;
        color: #EC8500;
        font-weight: 600;
        text-align: center;
        margin: -20px auto 30px auto;
    }

    .HubNumericSlider div:focus {
        outline: none;
    }

    .HubNumericSlider .ui-loader {
        display: none;
    }

    .HubNumericSlider .container {
        height: 4px;
        margin: 0 auto 60px auto;
        background-color: #DADADA;
        position: absolute !important;
        border-radius: 5px;
        /*display: inline;
        max-width: calc(100% - 100px) !important;*/
        margin-top: 10px;
    }

    .HubNumericSlider .dragger {
        width: 30px;
        height: 30px;
        color: #FFF;
        font-weight: 600;
        line-height: 30px;
        background-color: #2e857e;
        border-radius: 25px;
        font-size: 14px !important;
    }

    .HubNumericSlider .dragging {
        background-color: #FFC168;
        box-shadow: inset 0px 0px 20px #222;
    }

    .HubNumericSlider .progress {
        width: 0px;
        background-color: #222;
    }

    #group_notes_listing {
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

        #group_notes_listing ul {
            list-style-type: none;
            padding: 0px;
            margin: 0px;
        }

            #group_notes_listing ul li {
                border-bottom: 1px solid #ddd;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

                #group_notes_listing ul li:last-child {
                    border-bottom: 0px solid #ddd;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                }

                #group_notes_listing ul li .gnotes-img-span {
                    display: inline-block;
                    margin-right: 20px;
                }

                #group_notes_listing ul li .gnotes-p {
                    margin-bottom: 10px !important;
                    vertical-align: top;
                    margin-top: 0px;
                }

                    #group_notes_listing ul li .gnotes-p .gnotes-msg-span {
                        display: block;
                        margin-bottom: 10px;
                        text-align: left;
                    }

                    #group_notes_listing ul li .gnotes-p .gnotes-user-span {
                        display: block;
                        float: left;
                        margin: 0 !important;
                    }

    #SportsPanel span.distance-km-span {
        color: #fff;
        margin-bottom: 5px;
        display: block;
    }

    #SportsPanel .distance-km-div {
        height: 50px;
        margin-bottom: 20px;
    }

    #SportsPanel .hub-join-btn {
        background: #f4bc09;
        color: #000;
        transition: 0.5s;
    }

        #SportsPanel .hub-join-btn:hover {
            background: #b58b05;
            color: #000;
            transition: 0.5s;
        }

    #SportsPanel .hub-unjoin-btn {
        background: #b58b05;
        color: #000;
        transition: 0.5s;
    }

        #SportsPanel .hub-unjoin-btn:hover {
            background: #f4bc09;
            color: #000;
            transition: 0.5s;
        }

    #ped-group-status {
        background: none;
        padding: 5px 0 15px !important;
        margin: 10px 0 !important;
        border: 1px solid rgba(0,0,0,0.2) !important;
    }

        #ped-group-status h1 {
            font-size: 16px !important;
            margin-bottom: 5px;
            font-family: 'Montserrat', sans-serif !important;
            color: #ddd;
        }

        #ped-group-status p {
            margin-bottom: 0px;
            padding: 3px 10px;
            border-radius: 5px;
            background: #f4bc09;
            color: #000 !important;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700 !important;
        }

    #ped-group-detail-status {
        background: none;
        padding: 15px 0 15px !important;
        margin: 20px 0 !important;
        border: 1px solid #63bfb8 !important;
        border-radius: 3px;
    }

        #ped-group-detail-status h1 {
            font-size: 14px !important;
            margin-bottom: 5px !important;
            font-family: 'Montserrat', sans-serif !important;
            color: #ddd !important;
        }

        #ped-group-detail-status p {
            margin-bottom: 0px !important;
            padding: 3px 10px;
            border-radius: 5px;
            background: #f4bc09;
            color: #000 !important;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700 !important;
        }


    #GroupUserRequestData, #SearchResultRsvp {
        background: #fff;
    }

    #RsvpTable {
        margin-bottom: 0 !important;
    }

    .modal button.gm-control-active {
        min-width: auto !important;
    }

    .modal .gm-style-mtc button {
        border-radius: 0;
    }

    .modal .gm-ui-hover-effect {
        min-width: unset;
    }

    .rsvp-model-detail h3 {
        color: #fff !important;
        font-size: 20px !important;
    }

    .textarea-resize {
        resize: none;
    }

    .group-other-user-div {
        margin-bottom: 5px !important;
    }

        .group-other-user-div:last-child {
            margin-bottom: 0px !important;
        }

    #DivAllVideos [class*="col-"], #DivAllCertification [class*="col-"] {
        margin-bottom: 15px;
    }

    .PEDHubSection {
        background: url(../img/pedportfolio_bg.png) no-repeat center top fixed !important;
    }

        .PEDHubSection .portfolio-items article {
            background: rgba(0,0,0,0.8) !important;
        }

    .mbody-300 {
        max-height: 300px;
        overflow: auto;
    }

    .vistor-news-div {
        -webkit-animation: fadein 3s !important; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 3s !important; /* Firefox < 16 */
        -ms-animation: fadein 3s !important; /* Internet Explorer */
        -o-animation: fadein 3s !important; /* Opera < 12.1 */
        animation: fadein 3s !important;
    }

    .home-newsslider {
        /*background: url(../img/portfolio_bg.png) no-repeat center top fixed !important;*/
        background: none !important;
        padding: 80px 0 0px;
    }

    .playerhub-newsslider {
        background: #234767 !important;
        border-bottom: 10px solid #57377d;
        padding: 0;
    }

        .playerhub-newsslider .newsbtn-div {
            transition: 0.5s;
            margin-top: 20px;
            margin-bottom: -34px;
        }

            .playerhub-newsslider .newsbtn-div .player-news-clrbtn {
                border-radius: 100%;
                height: 40px;
                width: 40px;
                border: none;
                background: #57377d;
                color: #fff;
                z-index: 99999;
                position: relative;
                -webkit-box-shadow: 0 2px 0 #a37ece inset;
                box-shadow: 0 2px 0 #a37ece inset;
            }

    .scouthub-newsslider {
        background: #556b2f !important;
        border-bottom: 10px solid #679267;
        padding: 0;
    }

        .scouthub-newsslider .newsbtn-div {
            transition: 0.5s;
            margin-bottom: 20px;
            margin-bottom: -34px;
        }

            .scouthub-newsslider .newsbtn-div .scout-news-clrbtn {
                border-radius: 100%;
                height: 40px;
                width: 40px;
                border: none;
                background: #679267;
                color: #fff;
                z-index: 99999;
                position: relative;
                -webkit-box-shadow: 0 2px 0 #b3e4b3 inset;
                box-shadow: 0 2px 0 #b3e4b3 inset;
                margin-top: 30px;
            }

    .visitorhub-newsslider {
        background: #117b7f !important;
        border-bottom: 10px solid #45b9bd !important;
        padding: 0;
    }

        .visitorhub-newsslider .newsbtn-div {
            transition: 0.5s;
            margin-top: 20px;
            margin-bottom: -34px;
        }

            .visitorhub-newsslider .newsbtn-div .visitor-news-clrbtn {
                border-radius: 100%;
                height: 40px;
                width: 40px;
                border: none;
                background: #45b9bd !important;
                color: #117b7f !important;
                z-index: 99999;
                position: relative;
                -webkit-box-shadow: 0 2px 0 #5bfaff inset;
                box-shadow: 0 2px 0 #5bfaff inset;
            }

    .pedhub-newsslider {
        background: #305d59 !important;
        border-bottom: 10px solid #2e857e;
        padding: 0;
    }

        .pedhub-newsslider .newsbtn-div {
            transition: 0.5s;
            margin-top: 20px;
            margin-bottom: -34px;
        }

            .pedhub-newsslider .newsbtn-div .ped-news-clrbtn {
                border-radius: 100%;
                height: 40px;
                width: 40px;
                border: none;
                background: #2e857e;
                color: #fff;
                z-index: 99999;
                position: relative;
                -webkit-box-shadow: 0 2px 0 #6dcec6 inset;
                box-shadow: 0 2px 0 #6dcec6 inset;
            }

    #myModalHubSport .modal-header, #myModalHubSport button {
        background: #305d59 !important;
    }

    .player-report-mobile {
        display: none;
    }

    .player-report-desktop {
        display: block;
    }

    .report_video {
        margin-bottom: 0px;
    }

    .type-warning button.close {
        background: none !important;
    }

    .report_video a img {
        width: 100%;
    }

    #NewsDetailModal {
        z-index: 99999;
    }

        #NewsDetailModal .modal-title {
            float: left;
        }

    #btn_mobileviewoptions {
        display: none;
    }

    .user-detail-close {
        display: none;
        color: #fff !important;
    }

    #events .nav li a.nav-link {
        padding: 10px 20px !important;
    }

    #scoutedplayer .event-result table td:last-child {
        min-width: 240px;
    }

    .mobile-req-video {
        position: absolute;
        right: 0px;
        top: 124px !important;
    }

    .mobile-scout-req-video {
        position: absolute;
        right: 0px;
        top: 185px !important;
    }

    .mobile-player-req-video {
        position: absolute;
        right: 0px;
        top: 185px !important;
    }

    #btnFollowThisUser {
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 248px;
    }

    .searchfilter_sport {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #EventDetail {
        word-break: break-all;
    }


    #ViewProfilePlayerClubs ul li:last-child .club-listing {
        padding-bottom: 0 !important;
    }

        #ViewProfilePlayerClubs ul li:last-child .club-listing .league-duration {
            margin-bottom: 0 !important;
        }

    #addediteevent .white-bg, #viewallevent .white-bg, #viewsharedevent .white-bg, #calendarevent .white-bg, #mapevent .white-bg {
        padding: 0;
    }

    .event-title {
        min-width: 200px;
    }
	
	.owl-carousel {
		width: 100% !important;
		margin: 0px auto !important;
	}


    /* ========================================
Media queries
========================================= */
    @media (min-width: 1400px) and (max-width: 1699px) {
        .portfolio-items article {
            padding: 10px;
        }

        .portfolio-item .portfolio-desc .folio-info {
            padding: 10px;
        }

            .portfolio-item .portfolio-desc .folio-info h5 {
                margin-bottom: 5px;
            }

        .portfolio-item:hover .folio-info {
            top: 0;
        }

        .scoutplayer-btn {
            font-size: 18px;
            display: inline-block;
            padding: 20px 10px;
            border-radius: 5px;
            transition: 0.5s;
            margin: 0px;
            color: #555;
            background: #f4bc09;
            border: 0px;
            font-family: 'Montserrat', sans-serif;
        }

        #scounted-players ul li a {
            color: #bee5ec;
            transition: 0.5s;
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 150px !important;
            display: inline-block;
        }
    }

    @media (max-width: 1399px) {
        #scout_hub .col-contents-hov h4, #ped_hub .col-contents-hov h4 {
            font-size: 26px;
            letter-spacing: 2px;
        }

        #player_hub .col-contents-hov h4 {
            font-size: 26px;
            letter-spacing: 2px;
        }

        #scout_hub .col-contents.lgreen h4, #ped_hub .col-contents.lgreen h4 {
            font-size: 26px;
            letter-spacing: 2px;
        }

        #scout_hub h4 i {
            color: #f4bc09;
            font-size: 22px;
        }

        #UserDetails .profile-pic {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
        }

        #UserDetails h3 {
            font-size: 24px !important;
            margin-bottom: 10px !important;
        }

        #UserDetails h4 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        #UserDetails p {
            font-size: 12px !important;
            margin-bottom: 0 !important;
        }

        #UserDetails hr {
            margin-bottom: 5px;
            margin-top: 5px;
        }

        #UserDetails p {
            font-size: 12px !important;
            margin-bottom: 0 !important;
        }

        #UserDetails .player-address {
            margin-top: 0px !important;
        }

        #UserDetails .pp-status {
            margin-top: 5px !important;
        }

        #UserDetails .PP-Biodata {
            padding: 10px;
            margin-bottom: 10px !important;
            margin-top: 10px !important;
        }

        #ViewProfileClubPanel h4, #ViewProfileCoachinglevel h4, #ViewProfileCertification h4 {
            font-size: 14px;
        }

        #UserDetails h5.media-heading {
            font-size: 14px !important;
        }

        #UserDetails h5.league-info p {
            margin: 0 !important;
            padding: 0;
            font-size: 12px !important;
            margin-bottom: 10px !important;
        }

        #UserDetails .league-duration {
            font-size: 12px !important;
        }
    }

    @media (min-width: 959px) and (max-width: 1399px) {
        .portfolio-items article {
            /*width: 25%;*/
            width: calc(25% - 4px);
            padding: 5px;
            float: left;
        }

        .scoutplayer-btn {
            font-size: 18px;
            display: inline-block;
            padding: 20px 10px;
            border-radius: 5px;
            transition: 0.5s;
            margin: 0px;
            color: #555;
            background: #f4bc09;
            border: 0px;
            font-family: 'Montserrat', sans-serif;
        }

        #scounted-players ul li a {
            color: #bee5ec;
            transition: 0.5s;
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 120px !important;
            display: inline-block;
        }
    }

    @media (min-width:1200px) {
        .navbar-nav {
            float: right;
            margin-top: 35px;
        }

        /*#ViewProfilePlayerClubs ul li .media-body{padding-top: 20px !important; display: block !important;}*/
    }

    @media (max-width:1200px) {
        #video-gallery li {
            /*width: 20%;*/
        }

        .New_Player_Search_Results #video-gallery {
            display: flex;
            flex-wrap: wrap;
            /*max-width: 1170px;*/
            margin: 0 auto;
            padding: 0 !important;
            display: grid;
            grid-column-gap: 30px;
            grid-template-columns: repeat(3, 1fr);
        }

            .New_Player_Search_Results #video-gallery li {
                width: unset;
            }

        #player_hub .col-contents h4 {
            font-size: 30px;
            letter-spacing: 2px;
        }
    }

    @media (min-width: 768px) and (max-width: 1399px) {
        #my_videos ul .media-body {
            padding-top: 5px;
            display: block;
            width: 100%;
        }
    }


    @media (min-width: 768px) and (max-width: 1023px) {

        #player_hub .col-contents h4 {
            font-size: 24px;
            letter-spacing: 2px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {

        .navbar-logo a {
            color: #fff;
            font-size: 32px;
        }

        .navbar-nav {
            float: right;
            margin-top: 35px;
        }

        .nav li {
            padding: 10px 12px;
        }

        .nav > li > a {
            font-size: 13px;
        }

        .support-hub-boxes {
            margin-bottom: 30px;
        }

            .support-hub-boxes .pad30, .player-hub-boxes .pad30 {
                padding-left: 0;
                padding-right: 0;
            }

        #ViewProfilePlayerClubs ul li .media-body { /*padding-top: 20px !important; display: block !important;*/
        }

        #UserDetails h5.league-info span {
            display: block;
        }

        #ViewProfileClubPanel ul li .pull-left {
            margin-right: 0px;
            float: none !important;
            margin-bottom: 10px;
            display: inline-block;
        }

        #UserDetails h5.league-info span {
            display: block;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .navbar {
            height: 115px;
        }

        .navbar-nav {
            float: right;
            margin-top: 35px;
        }

        .nav li {
            padding: 10px 12px;
        }

        .nav > li > a {
            font-size: 12px;
        }

        .support-hub-boxes {
            margin-bottom: 30px;
        }

        .input-group .btn, .input-group select, .input-group input {
            padding: 6px 6px;
            font-size: 12px;
        }

        #registrationform label {
            font-size: 13px;
        }

        #search_criteria #searchplayer-form .form-control {
            font-size: 13px !important;
        }

        #searchplayer-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            font-size: 13px !important;
            overflow: hidden;
        }

        #Scout_search .ms-options-wrap > button:focus, #Player_search .ms-options-wrap > button {
            font-size: 13px !important;
        }

        #search_criteria .select_playertype .btn_playerddl {
            font-size: 13px !important;
        }

        .intro-content .container .edit_position {
            position: absolute;
            right: 15px;
            top: -30px;
        }

        .carousel-inner .item .desc p {
            max-width: 500px !important;
        }

        .position_diag {
            margin-left: 10px;
            display: inline;
            text-align: left;
            margin-top: 0px;
        }

        .intro-content .register-box {
            padding: 10px;
        }

        .intro-content h2 {
            margin-bottom: 10px;
            font-size: 30px;
        }

        .intro-content ul li {
            font-size: 16px;
        }

        .navbar.navbar-fixed-top .container {
            width: 100%;
        }
    }


    @media (max-width:1024px) {

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-collapse.collapse {
            /*display: none !important;*/
        }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .navbar.navbar-fixed-top {
            background-color: rgba(0,0,0,1);
        }
    }

    @media (max-width:991px) {
        #Player_search .row > [class*="col-"] {
            /*padding-left: 5px;
        padding-right: 5px;*/
            margin-bottom: 10px;
        }

        .recomd #video-gallery li {
            height: auto;
            width: 210px;
        }

        .New_Player_Search_Results #video-gallery {
            display: flex;
            flex-wrap: wrap;
            /*max-width: 1170px;*/
            margin: 0 auto;
            padding: 0 !important;
            display: grid;
            grid-column-gap: 15px;
            grid-template-columns: repeat(3, 1fr);
        }

            .New_Player_Search_Results #video-gallery li {
                width: 100%;
            }

        .rightbox.width-half {
            width: 100%;
            bottom: 0px !important;
        }

        .support-hub-boxes .pad30, .player-hub-boxes .pad30 {
            padding-left: 0;
            padding-right: 0;
        }

        .modal_editintro {
            top: 50px;
        }

        .intro-content .container .edit_position {
            position: absolute;
            right: 15px;
            top: -20px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 959px) {

        .portfolio-items article {
            /*width: 33%;*/
            width: calc(33% - 4px);
            padding: 10px;
            float: left;
        }

        .unique .main-text2 h3 {
            padding: 0;
            margin: 0 !important;
            color: #3896d8 !important;
            font-size: 15px !important;
            font-family: 'Montserrat', sans-serif;
        }

        .masonry { /* Masonry container */
            column-count: 2;
            column-gap: 30px;
        }

            .masonry .item { /* Masonry bricks or child elements */
                margin: 0 0 24px;
                width: 100%;
                border: 2px solid #fff;
                display: table;
                height: 300px;
                max-height: 300px;
                overflow: hidden;
            }

        .scoutplayer-btn {
            font-size: 18px;
            display: inline-block;
            padding: 20px 10px;
            border-radius: 5px;
            transition: 0.5s;
            margin: 0px;
            color: #555;
            background: #f4bc09;
            border: 0px;
            font-family: 'Montserrat', sans-serif;
        }

        #scounted-players ul li a {
            color: #bee5ec;
            transition: 0.5s;
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 120px !important;
            display: inline-block;
        }
    }
	
	
    @media (max-width: 767px) {

        .carousel-inner .item img {
            width: 100%;
        }
		
		.owl-carousel {
			width: 100% !important;
			margin: 0px !important;
		}

        .unique .main-text2 h3 {
            padding: 0;
            margin: 0 !important;
            color: #3896d8 !important;
            font-size: 15px !important;
            font-family: 'Montserrat', sans-serif;
        }

        .portfolio-items article {
            /*width: 50%;*/
            width: 100%;
            padding: 10px;
            float: left;
            min-width: 200px;
        }
        /*.portfolio-item .portfolio-desc .folio-info h5{display:none;}*/

        .portfolio-item {
            /*width: 200px!important;*/
        }

        .masonry { /* Masonry container */
            column-count: 1;
            column-gap: 30px;
        }

            .masonry .item { /* Masonry bricks or child elements */
                margin: 0 0 24px;
                width: 100%;
                border: 2px solid #fff;
                display: table;
                height: 300px;
                max-height: 300px;
                overflow: hidden;
            }

        .files .btn span {
            display: none;
        }

        .files .preview * {
            width: 40px;
        }

        .files .name * {
            display: inline-block;
            width: 80px;
            word-wrap: break-word;
        }

        .files .progress {
            width: 20px;
        }

        .files .delete {
            width: 60px;
        }

        #intro {
            /*height: 100vh;*/
            /*height:auto;*/
        }

        .intro-content h2 {
            font-size: 34px;
        }

        #banner {
            /*height: auto;
        overflow: hidden;*/
            /*background:none;*/
        }

        /*#banner{background:url(../img/banner_bg.jpg) no-repeat center top;}*/
        /*#banner video{display:none;}*/

        .players {
            margin-bottom: 20px;
        }

        #scout_hub .item, #player_hub .item, #ped_hub .item {
            margin-bottom: 20px !important;
        }

        #video-gallery li {
            /*width: 50%;*/
        }

        .New_Player_Search_Results #video-gallery {
            display: flex;
            flex-wrap: wrap;
            /*max-width: 1170px;*/
            margin: 0 auto;
            padding: 0 !important;
            display: grid;
            grid-column-gap: 30px;
            grid-template-columns: repeat(2, 1fr);
        }

            .New_Player_Search_Results #video-gallery li {
                width: unset;
            }

        .navbar-toggle {
            display: block;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #ddd;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background: #000;
            }

        .navbar .navbar-collapse ul.nav {
            background-color: #444;
            margin: 0;
        }

            .navbar .navbar-collapse ul.nav li {
                border-bottom: 1px solid #666;
            }

        .nav span {
            float: left;
            line-height: 36px;
            color: #fff;
            display: none;
        }

        .sports_select {
            text-align: center;
        }

        .sports_options {
            text-align: center;
            margin-bottom: 10px;
        }

        #club_listing .club-portfolio-item {
            height: auto;
        }

        #TournamentsDiv .row .col-sm-6:first-child {
            margin-bottom: 20px;
        }

        .navbar .navbar-nav > .active > a {
            padding-bottom: 0px;
            border-bottom: 0px solid #f8f8f9 !important;
        }

        .short_details {
            /*        background:rgba(65,65,65,1);
        */ padding-top: 20px;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .add-UserClub, .add-UserClubTeam, .add-UserClubLeague, .add-ClubDivision {
            margin-top: 10px;
            width: 100%;
            max-width: 150px;
        }

        .mail-box aside {
            display: block;
        }

        .mail-box .sm-side {
            width: 100%;
        }

        .mail-box .lg-side {
            width: 100%;
        }

        #notification #dataTables_length .form-control, #notification #dataTables_filter .form-control,
        #mailbox #dataTables_length .form-control, #mailbox #dataTables_filter .form-control {
            display: inline-block;
            width: auto;
        }

        #ScoutReport #dataTables_length .form-control, #ScoutReport #dataTables_filter .form-control,
        #search_criteria #dataTables_length .form-control, #search_criteria #dataTables_filter .form-control {
            display: inline-block;
            width: auto;
        }

        .dataTables_info, #dataTables_paginate, .dataTables_length, .dataTables_filter {
            text-align: center !important;
        }

            #dataTables_paginate .pagination {
                float: none;
            }

        .event-result .dataTables_length {
            width: 100% !important;
            float: left;
        }

        .event-result .dataTables_info {
            width: 100% !important;
            float: left;
            text-align: center;
        }

        #events #EventTable_length .form-control, #events .dataTables_info .form-control {
            display: inline-block;
            width: auto;
        }

        #Player_search {
            max-width: unset;
        }

        #search_criteria #searchplayer-form .col-sm-3 {
            max-width: unset;
        }

        #Player_search .row > [class*="col-"] {
            /*padding-left:0px;
        padding-right: 0px;*/
            margin-bottom: 10px;
        }

        #searchplayer-form .row > [class*="col-"] {
            margin-bottom: 10px;
        }

        .sports, .sport-selectbox {
            text-align: center;
        }

        .add-CertificationInstitute, .add-UserAwardName {
            margin-top: 10px;
        }

        .sport-selectbox {
            margin-top: 10px;
        }

        .modal_editintro .modal-footer {
            text-align: center;
        }

        #DivAllVideos .embed-responsive-16by9 {
            margin-bottom: 15px;
        }

        #DivAllCertification .embed-responsive {
            margin-bottom: 15px !important;
        }

        #ViewProfileScoutCertification .embed-responsive {
            margin-bottom: 15px;
        }

        #DivAllVideos .portfolio-item .embed-responsive-16by9 {
            margin-bottom: 0px;
        }

        #DivAllCertification .portfolio-item .embed-responsive {
            margin-bottom: 0px !important;
        }

        #ViewProfileScoutCertification .portfolio-item .embed-responsive {
            margin-bottom: 0px;
        }

        #DivAllVideos .embed-responsive-16by9 {
            margin-bottom: 15px;
            text-align: center;
        }

        .intro-content .register-box ul li {
            font-size: 20px !important;
            line-height: 32px !important;
        }

        .player-report-mobile {
            display: block;
        }

        .player-report-desktop {
            display: none;
        }

        .report_video {
            margin-bottom: 20px;
        }

        .carousel-inner .item .desc p {
            max-width: 390px !important;
        }

        #btn_mobileviewoptions {
            display: block;
        }

        #UserDetails {
            top: -60px;
            color: #000;
            width: 100%;
            height: calc(100% - 50px);
            background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
            padding: 20px 20px 20px 20px;
            transition: all 0.5s ease;
            text-align: left;
            z-index: 99;
        }

        #sampleDIV1 {
            z-index: 1054;
        }

        .user-detail-close {
            display: block;
            color: #fff !important;
            opacity: 0.5;
            font-size: 32px;
        }

            .user-detail-close:hover {
                opacity: 1;
            }

        .portfolio-item {
            height: 200px;
            /*height:100%;*/
        }

        .mobile-req-video {
            position: absolute;
            right: 0px;
            top: 124px !important;
        }

        .mobile-scout-req-video {
            position: absolute;
            right: 0px;
            top: 186px !important;
        }

        .mobile-player-req-video {
            position: absolute;
            right: 0px;
            top: 185px !important;
        }

        .position_fix .row {
            text-align: center;
        }

            .position_fix .row .col-sm-6 {
                width: 100%;
            }
    }


    @media (max-width: 575px) {
        .carousel-inner .item .desc p {
            max-width: 200px !important;
        }

        #events .nav li a.nav-link {
            padding: 10px 5px !important;
        }

        .portfolio-item {
            height: 180px;
            /*height:100%;*/
        }

        #intro .profilepic_box .profile-pic {
            max-width: 180px;
            max-height: 180px;
        }

        #ViewProfilePlayerClubs ul li .media-body { /*padding-top: 20px !important; display: block !important;*/
        }

        #UserDetails h5.league-info span {
            display: block;
        }

        .position_fix {
            text-align: center;
        }

        .New_Player_Search_Results #video-gallery {
            display: flex;
            flex-wrap: wrap;
            /*max-width: 1170px;*/
            margin: 0 auto;
            padding: 0 !important;
            display: grid;
            grid-column-gap: 20px;
            grid-template-columns: repeat(2, 1fr);
        }

            .New_Player_Search_Results #video-gallery li {
                width: 100%;
            }
    }

    @media (max-width: 480px) {
        ul.inbox-pagination {
            float: none;
            display: block;
        }

        .mail-option {
            text-align: center;
        }

        ul.inbox-pagination li {
            float: none;
        }

        .intro-content h2 {
            font-size: 30px !important;
            margin-bottom: 10px !important;
        }

        .player_intro h3 {
            font-size: 28px;
        }

        .carousel-inner .item .title {
            width: 100%;
        }

        #events .nav li {
            display: block;
            margin-bottom: 5px;
            float: none;
        }

            #events .nav li a.nav-link {
                padding: 10px 20px !important;
                border: 1px solid #ddd !important;
                border-radius: 4px !important;
            }

        #events .nav > li.active > a {
            background: #ddd !important;
        }

        #events .nav > li > a:hover {
            background: #ddd !important;
        }

        #ViewProfileClubPanel ul li .pull-left {
            margin-right: 0px;
            float: none !important;
            margin-bottom: 10px;
            display: inline-block;
        }
    }


    @media (max-width: 480px) {

        .navbar-logo a {
            font-size: 22px;
        }

            .navbar-logo a img {
                width: 60px;
            }

        .portfolio-items article {
            width: 100%;
            padding: 10px 10px;
            float: left;
        }

        /*.portfolio-item .portfolio-desc .folio-info h5{display:none;}*/

        .masonry { /* Masonry container */
            column-count: 1;
            column-gap: 30px;
        }

            .masonry .item { /* Masonry bricks or child elements */
                margin: 0 0 24px;
                width: 100%;
                border: 2px solid #fff;
                display: table;
                height: 300px;
                max-height: 300px;
                overflow: hidden;
            }

        .portfolio-item:hover .folio-info {
            /*top: 30%;*/
        }

        #video-gallery li {
            /*width: 100%;*/
        }

        .New_Player_Search_Results #video-gallery {
            display: flex;
            flex-wrap: wrap;
            /*max-width: 1170px;*/
            margin: 0 auto;
            padding: 0 !important;
            display: grid;
            grid-column-gap: 10px;
            grid-template-columns: repeat(2, 1fr);
        }

            .New_Player_Search_Results #video-gallery li {
                width: unset;
            }

        #player_hub .col-contents h4 {
            top: 40%;
        }

        #player_hub .col-contents-hov h4 {
            margin: 0 0 20px;
        }

        #ProfilePanel .profile-pic {
            width: 100px;
            height: 100px;
        }

        #profile ul li {
            margin-bottom: 10px;
            font-size: 14px;
        }

        #my_videosPanel ul li a img {
            width: 100px;
            max-width: 100px;
        }

        #Club h5.league-info span {
            display: block;
        }

        #Club h5.league-info p {
            margin-bottom: 10px !important;
        }

        #Club ul li a {
            width: 100%;
            text-align: left;
        }

        .rating {
            width: 360px;
        }

            .rating label {
                width: 36px;
                height: 36px;
                line-height: 36px;
            }

            .rating input[type="radio"] {
                width: 36px;
                height: 36px;
                line-height: 36px;
            }

        section.section {
            margin: 0;
            padding: 40px 0;
        }

        .btnbox .dropdown {
            right: 0px;
        }

        .btn-rateus {
            width: 190px;
            padding: 10px 5px;
            line-height: 20px;
            font-size: 16px;
        }

        .btn-share {
            width: 190px;
            padding: 10px 5px;
            line-height: 20px;
            font-size: 14px;
        }

        #showone i {
            line-height: 20px !important;
            margin-left: 10px !important;
            float: left !important;
        }
        /*#requireonwhatsapp{top:150px !important;}*/

        #sampleDIV1 {
            top: 150px;
        }

        .rightbox {
            top: 150px;
        }

        .btn-register-big {
            padding: 10px 20px !important;
        }

        .portfolio-item {
            height: auto;
            /*height:100%;*/
            /*max-height:200px;*/
        }

        .mobile-req-video {
            position: relative;
            right: 0px;
            top: 103px !important;
        }

        .mobile-player-req-video {
            position: absolute;
            right: 0px;
            top: 153px !important;
        }

        .mobile-scout-req-video {
            position: absolute;
            right: 0px;
            top: 152px !important;
        }

        #btnFollowThisUser {
            cursor: pointer;
            position: absolute;
            right: 0px;
            top: 204px;
        }

        #intro .profilepic_box .profile-pic {
            max-width: 160px;
            max-height: 160px;
        }

        .btnbox {
            max-width: 200px;
        }

        .position_diag {
            margin-left: 0px;
            display: block;
            text-align: center;
            margin-top: 10px;
        }
    }



    @media (max-width: 400px) {
        .navbar-toggle {
            width: 50px;
        }

        #career .championships_list h1, #career .leagues_list h1, #career .awards_list h1 {
            padding: 15px 10px;
        }

        .rating {
            width: 320px;
        }

            .rating label {
                width: 32px;
                height: 32px;
                line-height: 32px;
            }

            .rating input[type="radio"] {
                width: 32px;
                height: 32px;
                line-height: 32px;
            }

        .btn-rateus {
            width: 170px;
            padding: 10px 5px;
            line-height: 20px;
            font-size: 14px;
        }

        .btn-share {
            width: 170px;
            padding: 10px 5px;
            line-height: 20px;
            font-size: 14px;
        }

        #showone i {
            line-height: 20px !important;
            margin-left: 10px !important;
            float: left !important;
        }

        #sampleDIV1 {
            top: 150px;
        }

        .rightbox {
            top: 150px;
        }

        .inbox-head, .inbox-body {
            padding: 20px 10px;
        }

            .inbox-head h3 /*{display:block;}*/
            .inbox-head .position {
                display: block;
                /*float: none;*/
            }

            .inbox-head .sr-input {
                float: none;
            }

        .btnbox {
            max-width: 180px;
        }

        .video-gallery #video-gallery li {
            height: auto;
            width: 210px;
        }
    }

    @media (max-width: 320px) {
        .portfolio-items article {
            width: 100%;
            padding: 10px 10px;
            float: left;
        }

        .portfolio-item:hover .folio-info {
            top: 30%;
        }

        .carousel-inner .item .desc p {
            max-width: 250px !important;
        }

        #intro .profilepic_box .profile-pic {
            max-width: 140px;
            max-height: 140px;
        }

        section#events .btn-submit {
            padding: 10px 30px !important;
        }
    }

    @media screen and (max-width: 300px) {
        .modal span.psw {
            display: block;
            float: none;
        }

        .modal .cancelbtn {
            width: 100%;
        }
    }

    @media (min-width: 1024px) {
        #intro {
            background-attachment: fixed;
        }

        .portfolio-items .col-sm-2 {
            width: 12.5%;
            padding-top: 15px;
            padding-bottom: 15px;
        }
    }

    @media (max-width: 991px) {
        .bfqhs-social, .bfqhs-links {
            margin-bottom: 30px;
        }
    }

    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        color: #a1a1a1;
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        /*border-bottom: 0;*/
    }

    .bootstrap-select .dropdown-toggle:focus {
        outline: thin dotted #333 !important;
        outline: 0px auto -webkit-focus-ring-color !important;
        outline-offset: 0;
    }

    #contact .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        color: #000;
    }

    #btnContactUsSubmit {
        padding: 8px 30px;
    }

    #contact .bootstrap-select {
        border: 0 !important;
    }

    .portfolio-item::after {
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    #Request_videos .bootstrap-select button.btn {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .modal_editintro .modal-body, #NewsDetailModal .modal-body, #ProfileInCompleteModal .modal-body, .positionShowModal .modal-body, #ClubSection .modal-body {
        max-height: 400px;
        /*overflow: auto !important;*/
    }

    #AddRecipientModal .modal-body {
        max-height: 400px !important;
        overflow: auto !important;
    }

    #modal_editAvatar.modal_editintro .modal-body {
        max-height: 400px !important;
        overflow: auto !important;
    }

    .modal .modal-body .bootstrap-select.btn-group .dropdown-menu {
        /*max-height:250px !important;*/
    }

    /*#userLoginModal
{
    overflow:auto !important;
}*/


    /*--- New Login css -------19-02-2021 -----*/

    #userLoginModal {
        background: url(../img/login-bg.jpg) no-repeat center top;
        background-size: cover;
        overflow: auto !important;
    }

    .login-box {
        margin: 0 auto;
        width: 100%;
        max-width: 520px;
        font-family: 'Montserrat', sans-serif;
        height: 100%;
        display: flex;
        align-items: center;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    @media (max-width: 991px) {
        .login-box {
            align-items: start;
        }
    }

    .login-box form {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .login-box h1 {
        color: #fff;
        font-weight: 500;
        font-size: 36px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .login-box p.logo {
        text-align: center;
        margin-bottom: 40px;
    }

    .login-box p.login-msg {
        color: #8b949f;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 40px;
    }

    .login-box p.continue {
        color: #9298a2;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .login-box .form-control {
        background-color: rgba(255,255,255,0.4);
        border: none;
        border-radius: 5px;
        margin-bottom: 19px;
        height: 54px;
        color: #fff;
        font-weight: 500;
    }

    .login-box ::-webkit-input-placeholder {
        /*Edge */ color: #fff;
    }

    .login-box :-ms-input-placeholder {
        /* Internet Explorer 10-11 */ color: #fff;
    }

    .login-box ::placeholder {
        color: #fff;
    }

    .login-box p.forgot-password {
        text-align: right;
        color: #3fbcd1;
        font-weight: 500;
    }

    .login-box .social {
        display: flex;
        margin-bottom: 25px;
    }

    .login-box button.login {
        text-align: center;
        background: #44d2e6;
        color: #fff;
        font-weight: bold;
        height: 55px;
        border-radius: 5px;
        border: none;
        font-size: 20px;
        margin: 0;
    }

    .login-box button.social {
        text-align: center;
        background: #fff;
        /*height: 54px;*/
        height: 45px;
        border-radius: 5px;
        border: none;
        font-size: 20px;
        display: block !important;
        min-width: 60px;
    }

        .login-box button.social:first-child {
            margin-right: 9px;
        }

        .login-box button.social:last-child {
            margin-left: 9px;
        }

    .login-box .btn-group button {
        cursor: pointer;
        /* Pointer/hand icon */ float: left;
        /* Float the buttons side by side */ margin: 0;
    }

    /* Clear floats (clearfix hack) */
    .login-box .btn-group:after {
        content: "";
        clear: both;
        display: table;
    }

    .loginmodal-open {
        overflow: hidden !important;
    }

    .login-box input:-webkit-autofill {
        background-color: rgba(255,255,255,0.2) !important;
        appearance: menulist-button;
        background-image: none !important;
        color: -internal-light-dark(black, black) !important;
    }

    /*#ViewOnTrialFeedbackModal input[type="checkbox"], #ViewOnTrialFeedbackModal input[type="radio"] {
    right: 0 !important;
    position: relative !important;
}*/

    #ViewOnTrialFeedbackModal .modal-body, #OnTrialFeedbackDetailView .modal-body {
        overflow: auto !important;
        max-height: 400px;
    }

    #myModalViewCertificate .modal-content {
        overflow: auto !important;
        max-height: 500px;
    }

    .span-feedback a {
        margin-left: 10px;
        border-radius: 30px;
        background: #b6ceae;
        padding: 1px;
        text-align: center;
        border: 1px solid #779347;
        color: #556b2f !important;
    }



        .span-feedback a i {
            height: 20px;
            width: 20px;
        }

        .span-feedback a:hover {
            background: #556b2f;
            color: #fff !important;
            border: 1px solid #556b2f;
        }

    span.stars-active i.fa-star {
        color: #777;
    }

    span.stars-active i.filled-star {
        color: #d1b14b;
    }

    span.stars-active .fa-star-half {
        position: relative;
    }

        span.stars-active .fa-star-half:after {
            content: "\f005";
            color: #777;
            left: 0;
            position: absolute;
            z-index: 1;
        }

        span.stars-active .fa-star-half:before {
            content: "\f089";
            z-index: 2;
            position: relative;
        }


    .btn-follow {
        /*background: url(../img/following-leader.jpg) no-repeat center top -10px #fff;*/
        background: url(../img/following-leader.jpg) no-repeat right 20px top -24px #FFf;
        background-size: 75%;
    }

    .btn-unfollow {
        /*background: url(/content/front/img/unfollow.jpg) no-repeat center top -10px #fff;*/
        background: url(../img/unfollow.jpg) no-repeat right 20px top -24px #FFf !important;
        background-size: 75% !important;
    }

    .rem-checkbox label {
        color: #8b949f !important;
    }

    .login-box a {
        color: #44d2e6;
    }

    .login-closebtn {
        position: fixed !important;
        right: 30px !important;
        top: 30px !important;
    }

    @media (min-width: 959px) and (max-width: 1399px) {
        .login-box p.login-msg {
            margin-bottom: 15px;
        }

        #userLoginModal.modal {
            padding-top: 10px;
        }
    }

    .btn_followUser {
        margin-top: 62px;
    }

    #ped_hub #EmailBar {
        background: #323344 !important;
    }

    #ped_hub #SportsBar {
        background: #e0e0e0 !important;
    }

    #ped_hub #MyVideoBar {
        background: #323344 !important;
    }

    #ped_hub #ProfileBar {
        background: #e0e0e0 !important;
    }

    #ped_hub #SportsBar h4 {
        color: #323344 !important;
    }

    #ped_hub #ProfileBar h4 {
        color: #323344 !important;
    }

    .bg-1 {
        background: url(../img/button-bg1.png) no-repeat center center !important;
        color: #323344 !important;
        background-size: cover !important;
    }

    .bg-2 {
        background: url(../img/button-bg2.png) no-repeat center center !important;
        color: #323344 !important;
        background-size: cover !important;
    }

    .bg-3 {
        background: url(../img/button-bg3.png) no-repeat center center !important;
        color: #323344 !important;
        background-size: cover !important;
    }

    .bg-4 {
        background: #305d59 !important;
        color: #fff !important;
        background-size: cover !important;
    }

    /*==========================================================================
  Registration New
  ========================================================================== */

    #registration {
        background: url(../img/profile_bg.png) no-repeat center top fixed;
    }

    /*form styles*/
    #pregform {
        text-align: center;
        position: relative;
        margin-top: 30px;
        max-width: 700px;
        margin: 0 auto;
    }

    .form-row > .col, .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    #pregform fieldset {
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
        padding: 70px 0 0;
        box-sizing: border-box;
        width: 90%;
        margin: 0 5%;
        position: relative;
        z-index: 0;
        transition-duration: 4s;
        transition-delay: 2s;
    }

        #pregform fieldset .row {
            padding-left: 70px;
            padding-right: 70px;
            min-height: 405px;
        }

    #pregform .position_diag {
        margin-left: 0px;
        display: block;
        text-align: left;
        margin-top: 10px !important;
    }

    #pregform fieldset#fieldset1 {
        background-image: linear-gradient(white, #ffe9ea);
        border-bottom: 5px solid #fd9b9f;
    }

    #pregform fieldset#fieldset2 {
        background-image: linear-gradient(white, #ffe9ff);
        border-bottom: 5px solid #fca4fc;
    }

    #pregform fieldset#fieldset3 {
        background-image: linear-gradient(white, #ebe9ff);
        border-bottom: 5px solid #afa7fd;
    }

    #pregform fieldset#fieldset4 {
        background-image: linear-gradient(white, #e9fcff);
        border-bottom: 5px solid #a9f0fb;
    }

    #pregform fieldset#fieldset5 {
        background-image: linear-gradient(white, #efffe9);
        border-bottom: 5px solid #bdfca5;
    }

    #pregform fieldset#fieldset6 {
        background-image: linear-gradient(white, #ffffe9);
        border-bottom: 5px solid #fafaa1;
    }

    #pregform fieldset#fieldset7 {
        background-image: linear-gradient(white, #ffffe9);
        border-bottom: 5px solid #fafaa1;
    }

    #pregform fieldset#fieldset8 {
        background-image: linear-gradient(white, #ffffe9);
        border-bottom: 5px solid #fafaa1;
    }

    /*Hide all except first fieldset*/
    #pregform fieldset:not(:first-of-type) {
        display: none;
    }

    /*label*/
    #pregform label {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
        color: #323232;
        font-weight: 500;
    }

    #pregform .form-check label {
        margin-bottom: 0px;
    }

    #pregform .dropdown {
        margin-top: 0;
    }


    /*Form Group*/
    #pregform .form-group {
        margin-bottom: 30px;
        text-align: left;
        position: relative;
        /*font-size: 0;*/
    }

    /*inputs*/
    #pregform input, #pregform select {
        padding: 15px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        margin-bottom: 0px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 13px;
        height: 52px;
    }

    @media (max-width:991px) {
        #pregform input, #pregform select {
            padding: 5px 15px;
            border: 1px solid #dfdfdf;
            border-radius: 5px;
            margin-bottom: 0px;
            width: 100%;
            box-sizing: border-box;
            font-family: montserrat;
            color: #2C3E50;
            font-size: 13px;
            height: 36px;
        }

        #pregform .bootstrap-select .btn,
        #pregform .bootstrap-select {
            height: 36px;
            text-transform: uppercase;
        }

        #pregform .bootstrap-select {
            border: 1px solid #dfdfdf !important;
            border-radius: 5px;
            margin-bottom: 0px;
            width: 100%;
            box-sizing: border-box;
            font-family: montserrat;
            color: #2C3E50;
            font-size: 13px;
            height: 36px;
            text-transform: uppercase;
            display: block !important;
            background: #fff;
        }

            #pregform .bootstrap-select .dropdown-toggle {
                margin-top: 0;
            }

            #pregform .bootstrap-select .btn {
                height: 36px;
                text-transform: uppercase;
            }
    }

    #pregform input[type="checkbox"] {
        position: relative !important;
        right: auto !important;
        right: 0 !important;
        width: 20px !important;
        height: 20px !important;
        margin: 0 10px 0 0 !important;
    }

        /*Check box*/
        #pregform input[type="checkbox"] + .label-text:before {
            content: "\f096";
            font-family: "FontAwesome";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            margin-right: 5px;
        }

        #pregform input[type="checkbox"]:checked + .label-text:before {
            content: "\f14a";
            color: #2980b9;
            animation: effect 750ms ease-in;
        }

    #pregform .form-row.choose-one {
        text-align: right;
        margin-top: 10px;
        position: relative;
    }

        #pregform .form-row.choose-one div.form-check:last-child {
            margin-right: 0;
        }

        #pregform .form-row.choose-one .text-danger {
            position: absolute;
            bottom: -25px;
            margin: 0;
            left: auto;
            right: 0;
        }

    #pregform .form-group .text-danger {
        position: absolute;
        bottom: -25px;
        margin: 0;
        left: 0px;
    }

    #pregform .form-group .col-sm-4 .text-danger {
        position: absolute;
        bottom: unset;
        margin: 0;
        left: 0px;
    }

    #pregform .btn_playerddl {
        border: 1px solid #dfdfdf !important;
        border-radius: 5px !important;
        width: 100% !important;
        text-align: left !important;
        color: #555 !important;
        text-transform: uppercase;
        padding-right: 25px !important;
        padding: 15px;
        font-weight: 300;
        letter-spacing: 0.025rem;
    }

    #pregform input:focus, #pregform textarea:focus,, #pregform select:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #ee0979;
        outline-width: 0;
        transition: All 0.5s ease-in;
        -webkit-transition: All 0.5s ease-in;
        -moz-transition: All 0.5s ease-in;
        -o-transition: All 0.5s ease-in;
    }

    #pregform .ms-options-wrap > button {
        position: relative;
        width: 100%;
        text-align: left;
        background-color: #fff;
        padding: 15px;
        margin-top: 1px;
        outline: none;
        white-space: nowrap;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        margin-bottom: 0px;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 13px;
        height: 52px;
    }

    #pregform .ms-options-wrap > .ms-options {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 1px;
        margin-bottom: 0px;
        background: white;
        z-index: 2000;
        border: 0px solid #aaa;
        padding: 10px;
        max-height: 300px !important;
        overflow: auto;
    }

        #pregform .ms-options-wrap > .ms-options::-webkit-scrollbar {
            width: 8px;
            max-height: 127px; /* width of the entire scrollbar */
        }

        #pregform .ms-options-wrap > .ms-options::-webkit-scrollbar-track {
            background: transparent; /* color of the tracking area */
        }

        #pregform .ms-options-wrap > .ms-options::-webkit-scrollbar-thumb {
            background-color: #fd9b9f; /* color of the scroll thumb */
            border-radius: 0px; /* roundness of the scroll thumb */
            border: 0px solid orange; /* creates padding around scroll thumb */
        }

    #pregform .ms-options-wrap > .ms-options {
        scrollbar-width: thin; /* "auto" or "thin" */
        scrollbar-color: #fd9b9f transparent; /* scroll thumb and track */
    }

    #pregform .ms-options ul {
        display: block;
        padding: 0;
        margin: 10px 0 0 0;
        list-style: none;
    }

        #pregform .ms-options ul li label {
            border: 0px !important;
            padding: 0 10px !important;
            display: flex !important;
            margin-top: 0 !important;
            margin-bottom: 10px !important;
            font-size: 14px !important;
            color: #323232 !important;
            font-weight: 500 !important;
        }

            #pregform .ms-options ul li label: last-child {
                margin-bottom: 0px !important;
            }

            #pregform .ms-options ul li label:hover {
                background: transparent !important;
                border: 0px !important;
            }

            #pregform .ms-options ul li label input {
                font-family: montserrat !important;
                color: #2C3E50 !important;
                font-size: 13px !important;
                height: 20px !important;
                width: 20px !important;
                margin-bottom: 0 !important;
                position: relative !important;
                left: 0px !important;
                top: 0px !important;
                padding: 0 !important;
                margin-right: 10px !important;
            }

    /*buttons*/
    #pregform .action-button {
        width: 100px;
        background: #ee0979;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #pregform .action-button:hover, #pregform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
        }

    #pregform .action-button-previous {
        width: 100px;
        background: #C5C5F1;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #pregform .action-button-previous:hover, #pregform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
        }

    /*progressbar*/
    .card {
        z-index: 0;
        border: none;
        border-radius: 0.5rem;
        position: relative
    }

    #progressbar {
        margin-top: 0px;
        margin-bottom: 60px;
        overflow: hidden;
        color: lightgrey
    }

        #progressbar .active {
            color: #000000
        }

        #progressbar li {
            list-style-type: none;
            font-size: 12px;
            width: 16.66%;
            float: left;
            position: relative
        }

        #progressbar .step-1:before {
            content: "1"
        }

        #progressbar .step-2:before {
            content: "2"
        }

        #progressbar .step-3:before {
            content: "3"
        }

        #progressbar .step-4:before {
            content: "4"
        }

        #progressbar .step-5:before {
            content: "5"
        }

        #progressbar .step-7:before {
            content: "7"
        }

        #progressbar .step2-6:before {
            content: "6"
        }

        #progressbar .step-9:before {
            content: "9"
        }

        #progressbar .step-10:before {
            font-family: FontAwesome;
            content: "\f00c"
        }

        #progressbar .step-8:before {
            font-family: FontAwesome;
            content: "\f00c"
        }

        #progressbar .step2-8:before {
            content: "8"
        }

        #progressbar .step-6:before {
            font-family: FontAwesome;
            content: "\f00c"
        }

        #progressbar li:before {
            /*width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 24px;*/
            width: 50px;
            height: 50px;
            line-height: 44px;
            display: block;
            font-size: 18px;
            color: #323232;
            background: lightgray;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px;
            background: #fff;
            /*border: 2px solid #44d2e6;*/
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: lightgray;
            position: absolute;
            left: 0;
            top: 25px;
            z-index: -1;
            color: #323232;
        }

        #progressbar li.active:before,
        #progressbar li.active:after {
            background-image: linear-gradient(#98f2ff, #98f2ff);
        }

        #progressbar li.current:before {
            /*border: 2px solid #39b1c2;*/
            color: #fff;
            font-weight: bold;
        }

        #progressbar li.current:before,
        #progressbar li.current:after {
            background-image: linear-gradient(#44d2e6, #44d2e6);
        }


    #pregform .bootstrap-select {
        border: 1px solid #dfdfdf !important;
        border-radius: 5px;
        margin-bottom: 0px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 13px;
        height: 52px;
        text-transform: uppercase;
        display: block !important;
        background: #fff;
    }

        #pregform .bootstrap-select .dropdown-toggle {
            margin-top: 0;
        }

        #pregform .bootstrap-select .btn {
            height: 52px;
            text-transform: uppercase;
        }

    #pregform *:focus {
        outline: none !important;
    }

    .meter {
        height: 5px;
        position: relative;
        background: #f3efe6;
        overflow: hidden;
    }

        .meter span {
            display: block;
            height: 100%;
        }

    .progress {
        background-color: #e4c465;
        -webkit-animation: progressBar 3s ease-in-out;
        -webkit-animation-fill-mode: both;
        -moz-animation: progressBar 3s ease-in-out;
        -moz-animation-fill-mode: both;
    }

    @-webkit-keyframes progressBar {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }
    }

    @-moz-keyframes progressBar {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }
    }

    /*#dvfieldsetform{overflow: hidden;}*/

    #ClubSection .modal-body.no-height {
        padding: 0px !important;
        max-height: unset !important;
    }

    #ClubSection .modal-body #pregform {
        width: 100% !important;
    }

        #ClubSection .modal-body #pregform fieldset {
            width: 100% !important;
            margin: 0 !important;
            box-shadow: none !important;
            padding: 20px 0;
        }

        #ClubSection .modal-body #pregform #progressbar {
            margin-bottom: 0 !important;
        }

            #ClubSection .modal-body #pregform #progressbar li::before {
                background-color: lightgray !important;
            }

    #pregform fieldset .row {
        min-height: 360px !important;
    }


    #ClubSection.modal {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

        #ClubSection.modal .modal-content {
            /*background:rgba(208,208,208,1);*/
            margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
            border: 0px solid #888;
            width: 90%; /* Could be more or less, depending on screen size */
            max-width: 630px;
            font-family: 'Montserrat', sans-serif;
        }

        #ClubSection.modal .modal-header {
        }

    .modal_editintro .modal-body /*#bodyIsOverflowing*/ {
        overflow: hidden !important;
    }

    #dvClubfieldsetform #pregform {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        #dvClubfieldsetform #pregform .file-upload span.btn-file {
            height: 52px;
            display: flex;
            align-items: center;
        }

    #pregform fieldset#Clubfieldset1 {
        background-image: linear-gradient(white, #ffe9ea);
        border-bottom: 5px solid #fd9b9f;
    }

    #pregform fieldset#Clubfieldset2 {
        background-image: linear-gradient(white, #ffe9ff);
        border-bottom: 5px solid #fca4fc;
    }

    #pregform fieldset#Clubfieldset3 {
        background-image: linear-gradient(white, #ebe9ff);
        border-bottom: 5px solid #afa7fd;
    }

    #pregform fieldset#Clubfieldset4 {
        background-image: linear-gradient(white, #e9fcff);
        border-bottom: 5px solid #a9f0fb;
    }

    #pregform fieldset#Clubfieldset5 {
        background-image: linear-gradient(white, #efffe9);
        border-bottom: 5px solid #bdfca5;
    }

    #pregform fieldset#Clubfieldset6 {
        background-image: linear-gradient(white, #ffffe9);
        border-bottom: 5px solid #fafaa1;
    }

    #pregform fieldset#Clubfieldset7 {
        background-image: linear-gradient(white, #ffffe9);
        border-bottom: 5px solid #fafaa1;
    }

    #pregform fieldset#Clubfieldset8 {
        background-image: linear-gradient(white, #ffffe9);
        border-bottom: 5px solid #fafaa1;
    }

    #pregform fieldset#Clubfieldset9 {
        background-image: linear-gradient(white, #ffffe9);
        border-bottom: 5px solid #fafaa1;
    }

    #pregform fieldset#Clubfieldset10 {
        background-image: linear-gradient(white, #ffffe9);
        border-bottom: 5px solid #fafaa1;
    }

    .modal-open-other {
        overflow: hidden;
    }


    .portfolio-item {
        background: #fff;
        padding: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 16px rgba(204,204,204,0.8);
        box-shadow: 0 0px 16px rgba(204,204,204,0.8);
        margin-bottom: 5px;
        height: auto;
    }

    .New_Player_Search_Results .portfolio-item {
        background: #fff;
        padding: 15px;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 16px rgba(204,204,204,0.8);
        box-shadow: 0 0px 16px rgba(204,204,204,0.8);
        margin-bottom: 0px;
        height: auto;
    }

    .portfolio-item .video-img {
        margin-bottom: 15px;
        height: 202px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .portfolio-item .video-img img {
            min-height: 202px;
            max-height: 202px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .portfolio-item .video-img .video-time {
            position: absolute;
            right: 5px;
            bottom: 5px;
            color: #fff;
            background: #000;
            width: 40px;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
        }

        .portfolio-item .video-img span {
            position: absolute;
            left: 5px;
            bottom: 5px;
        }

    .portfolio-item .video-details {
        display: flex;
    }

        .portfolio-item .video-details a.avatar-link {
            height: 40px;
            width: 40px;
            min-width: 40px;
            max-width: 40px;
            display: flex;
            margin-right: 10px;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            -webkit-box-shadow: 0 0px 16px rgba(204,204,204,0.8);
            box-shadow: 0 0px 16px rgba(204,204,204,0.8);
        }

            .portfolio-item .video-details a.avatar-link img {
                min-height: 40px;
                max-height: 40px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .portfolio-item .video-details #video-info {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .portfolio-item .video-details #video-info h2 {
                font-size: 20px;
                color: #404040;
                margin-bottom: 20px;
                padding-top: 12px;
                font-family: 'Montserrat', sans-serif;
                display: none;
            }

            .portfolio-item .video-details #video-info h3 {
                font-size: 16px;
                color: #b7b7b7;
                margin-bottom: 20px;
                font-family: 'Montserrat', sans-serif;
                font-weight: bold;
                line-height: 100%;
                padding-top: 12px;
            }

            .portfolio-item .video-details #video-info p {
                font-size: 14px;
                color: #404040;
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #d0d0d0;
                text-align: left;
                font-weight: 500;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                min-height: 55px;
            }

        .portfolio-item .video-details .video-options {
            background: #f1f1f1;
            border-radius: 5px;
            display: inline-block;
            padding: 10px 0;
        }

            .portfolio-item .video-details .video-options ul {
                display: flex;
                margin: 0;
                padding: 0;
            }

                .portfolio-item .video-details .video-options ul li {
                    border-right: 1px solid #44d2e6;
                    padding: 0 10px;
                    margin-bottom: 0 !important;
                }

                    .portfolio-item .video-details .video-options ul li img {
                        background: transparent !important;
                        width: auto !important;
                        height: auto !important;
                        max-width: unset !important;
                    }

                    .portfolio-item .video-details .video-options ul li:last-child {
                        border-right: 0px solid #44d2e6;
                    }

    .video-nav {
        display: flex;
        float: right;
        margin-bottom: 12px;
        align-items: center;
        font-size: 14px;
        color: #9a9a9a;
        font-weight: bold;
    }

        .video-nav li:first-child {
            margin-right: 10px;
        }

        .video-nav li:last-child {
            margin-left: 10px;
        }


    .onoffswitch4 {
        position: relative;
        width: 90px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .onoffswitch4-checkbox {
        display: none;
    }

    .onoffswitch4-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid #27A1CA;
        border-radius: 0px;
    }

    .onoffswitch4-inner {
        display: block;
        width: 200%;
        margin-left: -100%;
        -moz-transition: margin 0.3s ease-in 0s;
        -webkit-transition: margin 0.3s ease-in 0s;
        -o-transition: margin 0.3s ease-in 0s;
        transition: margin 0.3s ease-in 0s;
    }

        .onoffswitch4-inner:before, .onoffswitch4-inner:after {
            display: block;
            float: left;
            width: 50%;
            height: 30px;
            padding: 0;
            line-height: 26px;
            font-size: 14px;
            color: white;
            font-family: Trebuchet, Arial, sans-serif;
            font-weight: bold;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 2px solid transparent;
            background-clip: padding-box;
        }

        .onoffswitch4-inner:before {
            content: "Yes";
            padding-left: 10px;
            background-color: #FFFFFF;
            color: #27A1CA;
        }

        .onoffswitch4-inner:after {
            content: "No";
            padding-right: 10px;
            background-color: #FFFFFF;
            color: #666666;
            text-align: right;
        }

    .onoffswitch4-switch {
        display: block;
        width: 25px;
        margin: 0px;
        background: #27A1CA;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 65px;
        -moz-transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
        -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
    }

    .onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
        margin-left: 0;
    }

    .onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
        right: 0px;
    }

    .pagingbtnDisabled {
        pointer-events: none;
        cursor: none;
    }

    #SelectSportVideoSkillModal {
        z-index: 99999;
    }

        #SelectSportVideoSkillModal h3 {
            color: #fff !important;
            vertical-align: middle;
            font-size: 18px;
        }

    .modal-showSelectedSportTabList {
        background: #fff !important;
    }

    #spnTotalResultCount {
        color: #a7a7a7 !important;
        font-size: 14px;
    }

    #spnTotalResultCount {
        display: flex;
        align-items: center;
    }

    #btnSearchRefresh {
        border: none !important;
        color: #a7a7a7 !important;
        width: 24px;
        height: 24px;
        background: none;
        margin: 0 0 0 10px;
        padding: 0;
    }

        #btnSearchRefresh .fa {
            color: #a7a7a7 !important;
            font-size: 23px;
        }


    @media (max-width: 767px) {
        .contact-about-p {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        #video-gallery {
            display: flex;
            flex-wrap: unset;
            /* max-width: 1170px; */
            margin: 0 auto;
            padding: 0 !important;
            overflow-x: auto;
        }

        .bfqhs-links {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        #contact h3 {
            font-size: 24px;
        }

        #contact.scout h3 {
            font-size: 24px;
        }
    }



    @media (max-width: 400px) {

        .intro-content h2 {
            font-size: 24px;
        }

        .intro-content .register-box ul li {
            font-size: 18px !important;
            line-height: 36px !important;
        }

        .intro-content ul {
            list-style-position: inside;
        }

        section#contact {
            margin: 0;
            padding: 20px 0;
        }

        #contact h3 {
            font-size: 20px;
        }

        #contact.scout h3 {
            font-size: 20px;
        }


        #contact .contact-about p {
            font-size: 13px;
            line-height: 22px;
            margin-bottom: 0 !important;
        }

            #contact .contact-about p img {
                max-width: 80px;
            }

        #contact .form-row {
            margin-right: 0px;
            margin-left: 0px;
        }

        ul.footer-menu li {
            font-size: 13px;
            margin-bottom: 6px;
        }

        section#footer_copy {
            background: #a6a6a6 !important;
            padding: 10px 0 !important;
        }

            section#footer_copy .copyright {
                font-size: 12px;
                letter-spacing: unset;
            }

                section#footer_copy .copyright p {
                    margin-bottom: 0;
                }
    }

    @media (max-width:480px) {

        #pregform fieldset .row {
            padding-left: 30px;
            padding-right: 30px;
        }

        #progressbar li::before {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px;
        }

        #progressbar li::after {
            top: 14px;
        }

        #gdpr-cookie-message {
            left: 8% !important;
            right: 8% !important;
            margin: 0px auto !important;
        }

        .membership-pricing-table table tr:first-child th .pricing-plan-name {
            font-size: 12px;
            margin-bottom: 0px;
        }

        .membership-pricing-table table, .membership-pricing-table table td {
            font-size: 10px;
        }

            .membership-pricing-table table .plan-header {
                font-size: 25px;
            }

            .membership-pricing-table table .plan-header {
                min-width: unset;
            }

            .membership-pricing-table table .icon-no, .membership-pricing-table table .icon-yes {
                font-size: 22px;
            }
    }


    #btnLoadMoreMenus {
        color: #001c60;
        font-weight: bold;
        border: 2px solid #001c60;
        margin-top: 10px;
    }

    #btnLoadLessMenus {
        color: #001c60;
        font-weight: bold;
        border: 2px solid #001c60;
        margin-top: 10px;
    }

    #banner img {
        width: 100%;
    }

    .home-intro-button-div {
        position: absolute;
        bottom: 10px;
    }

    @media (max-width: 991px) {

        #banner {
            height: auto;
            overflow: hidden;
            background: #777;
            position: relative;
            margin-top: 115px;
        }

        #intro {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
        }

        .intro-content {
            /*padding-top: 140px;*/
            padding-top: 12px;
        }

        #intro.short .intro-content {
            padding-top: 140px;
        }
    }

    @media (max-width: 767px) {

        .intro-content h2 {
            font-size: 24px;
        }

        .intro-content .register-box {
            padding: 10px 10px;
            padding-bottom: 50px;
        }

            .intro-content .register-box.register-box-in {
                padding: 10px 20px;
                padding-bottom: 50px;
            }

                .intro-content .register-box.register-box-in ul {
                    max-height: 200px !important;
                }

            .intro-content .register-box ul li {
                font-size: 14px !important;
                line-height: auto !important;
            }

        .btn-get-started {
            font-size: 14px;
            padding: 6px 20px;
        }

        #banner {
            height: 300px;
            /*height: auto;*/
            overflow: hidden;
            background: #777;
            margin-top: 100px;
            position: relative;
        }

            #banner img {
                width: 100%;
                height: 100%;
            }

        .intro-content {
            /*padding-top: 120px;*/
            padding-top: 12px;
        }

        #intro.short .intro-content {
            padding-top: 120px;
        }

        .intro-content ul {
            min-height: 150px;
            max-height: 150px !important;
            overflow: auto !important;
        }

        .intro-content ul {
            list-style-position: inside;
        }

        #intro {
            height: 100%;
        }

        .intro-content ul {
            padding: 0px 10px;
        }

        .intro-content .register-box {
            min-height: unset !important;
        }
    }


    @media (max-width: 575px) {

        .intro-content h2 {
            font-size: 24px !important;
            margin-bottom: 0px !important;
        }

        .intro-content .register-box ul li {
            line-height: 28px !important;
        }
    }

    @media (max-width: 480px) {

        .intro-content h2 {
            font-size: 22px !important;
            margin-bottom: 0px !important;
        }

        .intro-content .register-box ul li {
            line-height: 26px !important;
        }
    }

    @media (max-width: 460px) {
        #banner video {
            padding: 20px 0 !important;
        }
    }

    @media (max-width: 400px) {
        #banner video {
            padding: 30px 0 !important;
        }
    }

    @media (max-width: 375px) {

        .intro-content h2 {
            font-size: 18px !important;
            margin-bottom: 0px !important;
        }

        .intro-content .register-box ul li {
            line-height: 24px !important;
        }
    }


    .combo_selectPlayerType .comboTreeParentPlus, #registration .comboTreeParentPlus {
        position: relative;
        left: 6px !important;
        top: 4px;
        width: 20px;
        float: left;
        cursor: pointer;
        font-size: 13px;
        font-weight: bold !important;
    }

    .combo_selectPlayerType .comboTreeInputBox {
        padding-left: 0px !important;
    }

    .combo_selectPlayerType .comboTreeArrowBtn {
        border: 0px !important;
    }

    #registration .comboTreeParentPlus {
        font-size: 14px !important;
    }

    #registration .comboTreeDropDownContainer li {
        padding-left: 0px;
    }

    #registration span.comboTreeItemTitle {
        color: #000;
        font-size: 14px;
    }

    #registration .comboTreeArrowBtn::after {
        border: 4px solid rgba(0, 0, 0, 0) !important;
        border-top-color: #555 !important;
        margin-top: 10px;
        z-index: 9999;
    }

    #hubNewSporttxt {
        font-style: italic;
        font-weight: bold;
    }
    /*________________2-10-2023______________________________*/
    #myModalHubSport .bs-searchbox .form-control {
        background-image: url(https://playerprofile.azurewebsites.net/content/front/img/icons-search.svg) !important;
        background-position: calc(100% - 0.5rem), 100% 0 !important;
        background-size: 1.5em 1.5em !important;
        background-repeat: no-repeat !important;
    }

    /*_________________________________________________*/
    #myModalHubSport .dropdown-menu.open {
        margin-top: -5px;
    }

    #myModalHubSport .bootstrap-select {
        border: none !important;
    }

    #myModalHubSport .text-center {
        border-top: 1px solid #e5e5e5;
    }


    @media (max-width: 767px) {

        .about_me {
            margin-top: 10px;
        }

            .about_me p {
                margin-top: 0px;
            }

        .intro-content .container .edit_position {
            position: absolute;
            right: 15px;
            top: -5px;
        }
    }


    @media (max-width: 575px) {
        .short_details {
            /*        background:rgba(65,65,65,1);
*/ padding-top: 20px;
            padding-bottom: 10px;
            margin-bottom: 0px;
        }


        .intro-content ul {
            min-height: 130px;
            max-height: 130px !important;
            overflow: auto !important;
        }
    }

    @media (max-width: 450px) {
        .short_details {
            /*        background:rgba(65,65,65,1);
*/ padding-top: 20px;
            padding-bottom: 10px;
            margin-bottom: 0px;
        }


        .intro-content ul {
            min-height: 130px;
            max-height: 130px !important;
            overflow: auto !important;
        }

        .bootstrap-select ul.dropdown-menu li a span {
            white-space: normal !important;
        }
    }


    @media (max-width: 375px) {
        .short_details {
            /*        background:rgba(65,65,65,1);
*/ padding-top: 20px;
            padding-bottom: 10px;
            margin-bottom: 0px;
        }


        .intro-content ul {
            min-height: 120px;
            max-height: 120px !important;
            overflow: auto !important;
        }
    }

    /*------------------ Support Hub Options --------------*/
    .support-hub-options {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px;
        /*overflow-x: auto;*/
    }

        .support-hub-options li {
            width: auto;
            margin: 0 10px;
            min-width: 200px;
            position: relative;
        }

    .player-hub-buttons {
        overflow: unset !important;
        margin-bottom: 30px;
    }

    @media (max-width: 1150px) {
        .player-hub-buttons {
            overflow: auto !important;
            margin-bottom: 30px;
        }

            .player-hub-buttons .dropdown-menu {
                position: relative;
                top: 0;
            }

                .player-hub-buttons .dropdown-menu li a {
                    white-space: break-spaces;
                }
    }

    /*------------------ player Hub Options --------------*/
    .player-hub-options {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px;
    }

        .player-hub-options li {
            width: auto;
            margin: 0 10px;
            min-width: 200px;
            position: relative;
        }

    /*.hub-buttons {*/
    /*overflow: auto !important;*/
    /*overflow: visible !important;
        margin-bottom: 30px;
    }*/

    .hub-buttons {
        overflow: unset !important;
        margin-bottom: 30px;
    }

    @media (max-width: 1500px) {
        .hub-buttons {
            overflow: auto !important;
            margin-bottom: 30px;
        }

            .hub-buttons .dropdown-menu {
                position: relative;
                top: 0;
            }

                .hub-buttons .dropdown-menu li a {
                    white-space: break-spaces;
                }
    }

    /*------------------ ped Hub Options --------------*/
    .ped-hub-options {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px;
        /*overflow-x: auto;*/
    }

        .ped-hub-options li {
            margin: 0 10px;
            min-width: 170px;
            position: relative;
        }

    /*.ped-hub-buttons {*/
    /*overflow: auto !important;*/
    /*margin-bottom: 30px;
        overflow: visible !important;
    }*/
    .ped-hub-buttons {
        overflow: unset !important;
        margin-bottom: 30px;
    }

    @media (max-width: 1150px) {
        .ped-hub-buttons {
            overflow: auto !important;
            margin-bottom: 30px;
        }

            .ped-hub-buttons .dropdown-menu {
                position: relative;
                top: 0;
            }

                .ped-hub-buttons .dropdown-menu li a {
                    white-space: break-spaces;
                }
    }


    /*------------------ visitor Hub Options --------------*/
    .visitor-hub-options {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px;
        /*overflow-x: auto;*/
    }

        .visitor-hub-options li {
            width: auto;
            margin: 0 10px;
            min-width: 200px;
            position: relative;
        }

    /*.visitor-hub-buttons {*/
    /* overflow: auto !important;*/
    /*margin-bottom: 30px;
        overflow: visible !important;
    }*/

    .visitor-hub-buttons {
        overflow: unset !important;
        margin-bottom: 30px;
    }

    @media (max-width: 1150px) {
        .visitor-hub-buttons {
            overflow: auto !important;
            margin-bottom: 30px;
        }

            .visitor-hub-buttons .dropdown-menu {
                position: relative;
                top: 0;
            }

                .visitor-hub-buttons .dropdown-menu li a {
                    white-space: break-spaces;
                }
    }


    /*------------------ Home Hub Options --------------*/
    .home-hub-options {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px;
        width: 100%;
    }

    .home-hub-buttons {
        overflow: auto !important;
    }

    .home-hub-options li {
        margin: 0 10px;
        min-width: 230px;
    }

    .home-hub-buttons .tiers-links li {
        min-width: 100% !important;
    }

    #tiers-links {
        background: #555;
        padding: 10px 0;
        margin: 10px 0;
        border-radius: 5px;
        position: absolute;
        z-index: 99;
    }

        #tiers-links ul {
            padding: 10px 0;
        }

        #tiers-links li {
            margin: 0 0px 15px;
            min-width: 230px;
            position: relative;
            padding: 0 20px 0px;
            text-align: left;
        }

            #tiers-links li:last-child {
                margin-bottom: 0;
            }

        #tiers-links ul li a {
            color: #fff;
        }

            #tiers-links ul li a:hover {
                color: #ccc;
            }

    .home-user-social li i, .home-user-social .bt-01 a {
        opacity: 0.4;
        color: #337ab7 !important;
    }

        .home-user-social .bt-01 a:hover {
            background-color: #b6ceae;
            border: none;
        }

    .home-newsslider #custom_carousel {
        margin: 0 !important;
    }

    @media (max-width: 1299px) {
        .ped-hub-options {
            justify-content: flex-start;
        }

            .ped-hub-options li {
                min-width: auto;
                white-space: nowrap;
            }
    }

    @media (max-width: 1199px) {
        .support-hub-options {
            justify-content: flex-start;
        }
    }

    @media (max-width: 991px) {
        .player-hub-options {
            justify-content: flex-start;
        }

            .player-hub-options li {
                min-width: 200px;
            }

        .visitor-hub-options {
            justify-content: flex-start;
        }

        #scounted-players {
            background: #555;
            padding: 10px;
            margin: 10px 0;
            border-radius: 5px;
            padding-bottom: 60px;
            position: relative;
            z-index: 99;
        }

        .support-hub-options li ul li {
            min-width: 120px;
        }
    }

    @media (max-width: 767px) {
        .home-hub-options {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            margin-bottom: 30px;
            width: 100%;
        }
    }


    .New_Player_Search.scout-search-div {
        max-width: 100%;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 50px;
        box-shadow: 0 0px 16px rgba(204,204,204,0.8);
    }

    .divSearchFilter {
        text-align: right;
        height: auto !important;
        margin: 0 !important;
    }

        .divSearchFilter .btn-sm {
            border: none;
            background: transparent;
            padding: 0 5px;
            margin: 0;
            font-weight: bold;
            text-decoration: underline;
        }

            .divSearchFilter .btn-sm:hover {
                text-decoration: none;
            }

        .divSearchFilter .btn-showfilters {
            color: #00549d;
            position: relative;
        }

        /*.divSearchFilter .btn-showfilters:after {
			display: block;
			content: " ";
			float: right;
			width: 1px;
			height: 10px;
			border: none;
			background: #646464;
			position: absolute;
			margin: 0;
			top: 5px;
			right: 0;
		}*/

        .divSearchFilter .btn-lessfilters {
            color: #ad2239;
            position: relative;
        }

    /*.divSearchFilter .btn-lessfilters:before {
			display: block;
			content: " ";
			float: right;
			width: 1px;
			height: 10px;
			border: none;
			background: #646464;
			position: absolute;
			margin: 0;
			top: 5px;
			left: 0;
		}*/

    #searchplayer-form .scout-search-div .row > [class*="col-"] {
        margin-bottom: 5px;
        height: 41px;
    }

    @media (max-width: 767px) {
        #tiers-links {
            background: #555;
            padding: 10px 0;
            margin: 10px 0;
            border-radius: 5px;
            position: relative;
            z-index: 99;
        }

        .portfolio-item .video-img {
            margin-bottom: 15px;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .portfolio-item .video-img img {
                min-height: 150px;
                max-height: 150px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        #scounted-players ul li a {
            color: #bee5ec;
            transition: 0.5s;
            font-family: 'Montserrat', sans-serif;
            font-weight: 200;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 140px !important;
            display: inline-block;
        }

        .hide-mob-banner {
            display: none !important;
        }

        .search-mob-section {
            padding-top: 120px !important;
        }
    }


    @media (min-width: 768px) and (max-width: 991px) {

        .portfolio-item .video-details #video-info h3 {
            font-size: 14px;
            color: #b7b7b7;
            margin-bottom: 20px;
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            line-height: 100%;
            padding-top: 12px;
        }

        .portfolio-item .video-details #video-info p {
            font-size: 14px;
        }

        .rating-static {
            width: 150px;
            height: 15px;
            display: inline-block;
            background: url(../../../images/star-rating.png) 0 0 no-repeat;
            background-position-x: 0px;
            background-position-y: 0px;
            background-size: cover;
        }

        .rating-10 {
            background-position: center 0px;
        }

        .rating-9 {
            background-position: center -19px;
        }

        .rating-8 {
            background-position: center -37px;
        }

        .rating-7 {
            background-position: center -55px;
        }

        .rating-6 {
            background-position: center -72px;
        }

        .rating-5 {
            background-position: center -90px;
        }

        .rating-4 {
            background-position: center -107px;
        }

        .rating-3 {
            background-position: center -125px;
        }

        .rating-2 {
            background-position: center -143px;
        }

        .rating-1 {
            background-position: center -161px;
        }

        .rating-0 {
            background-position: center -180px;
        }
    }


    @media (max-width: 767px) {
        .portfolio-item .video-details a.avatar-link {
            height: 40px;
            width: 40px;
            min-width: 40px;
            max-width: 40px;
            display: flex;
            margin-right: 10px;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            -webkit-box-shadow: 0 0px 16px rgba(204,204,204,0.8);
            box-shadow: 0 0px 16px rgba(204,204,204,0.8);
        }

            .portfolio-item .video-details a.avatar-link img {
                min-height: 40px;
                max-height: 40px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .mar-bot20 {
            margin-bottom: 0px !important;
        }

        section#scout_hub {
            margin: 0;
            padding: 80px 0 15px;
        }

        .section-header h2.section-heading {
            text-transform: uppercase;
            text-align: left;
            padding: 40px 40px 0;
            margin-bottom: 25px;
        }

        .home-newsslider {
            padding: 40px 0 0px;
        }

        #search_criteria {
            padding-bottom: 20px;
        }
    }

    @media (max-width: 575px) {
        .rating-static {
            width: 141px;
            height: 15px;
            display: inline-block;
            background: url(../../../images/star-rating3.png) 0 0 no-repeat;
            background-position-x: 0px;
            background-position-y: 0px;
            background-size: cover;
        }

        .rating-10 {
            background-position: center 0px;
        }

        .rating-9 {
            background-position: center -17px;
        }

        .rating-8 {
            background-position: center -34px;
        }

        .rating-7 {
            background-position: center -51px;
        }

        .rating-6 {
            background-position: center -68px;
        }

        .rating-5 {
            background-position: center -85px;
        }

        .rating-4 {
            background-position: center -102px;
        }

        .rating-3 {
            background-position: center -119px;
        }

        .rating-2 {
            background-position: center -136px;
        }

        .rating-1 {
            background-position: center -153px;
        }

        .rating-0 {
            background-position: center -170px;
        }

        .portfolio-item .video-details #video-info h3 {
            font-size: 12px;
            color: #b7b7b7;
            margin-bottom: 10px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            line-height: 100%;
            padding-top: 10px;
        }

        .portfolio-item .video-details #video-info p {
            font-size: 12px;
        }

        .New_Player_Search_Results .portfolio-item {
            padding: 10px;
        }

        .New_Player_Search_Results #video-gallery li {
            margin-bottom: 20px;
        }
    }



    @media (max-width: 480px) {
        .rating-static {
            width: 121px;
            height: 13px;
            display: inline-block;
            background: url(../../../images/star-rating2.png) 0 0 no-repeat;
            background-position-x: 0px;
            background-position-y: 0px;
            background-size: cover;
        }

        .rating-10 {
            background-position: center 0px;
        }

        .rating-9 {
            background-position: center -15x;
        }

        .rating-8 {
            background-position: center -30px;
        }

        .rating-7 {
            background-position: center -45px;
        }

        .rating-6 {
            background-position: center -60px;
        }

        .rating-5 {
            background-position: center -75px;
        }

        .rating-4 {
            background-position: center -90px;
        }

        .rating-3 {
            background-position: center -105px;
        }

        .rating-2 {
            background-position: center -120px;
        }

        .rating-1 {
            background-position: center -135px;
        }

        .rating-0 {
            background-position: center -150px;
        }

        .portfolio-item .video-details a.avatar-link {
            height: 25px;
            width: 25px;
            min-width: 25px;
            max-width: 25px;
            display: flex;
            margin-right: 10px;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            -webkit-box-shadow: 0 0px 16px rgba(204,204,204,0.8);
            box-shadow: 0 0px 16px rgba(204,204,204,0.8);
        }

            .portfolio-item .video-details a.avatar-link img {
                min-height: 25px;
                max-height: 25px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .portfolio-item .video-details #video-info h3 {
            font-size: 12px;
            color: #b7b7b7;
            margin-bottom: 10px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            line-height: 100%;
            padding-top: 6px;
        }

        .portfolio-item .video-details #video-info p {
            font-size: 12px;
        }

        .portfolio-item .video-details .video-options ul li {
            border-right: 1px solid #44d2e6;
            padding: 0 5px;
            margin-bottom: 0 !important;
        }

        .New_Player_Search_Results .portfolio-item {
            padding: 5px;
        }

        .portfolio-item .video-img {
            margin-bottom: 15px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .portfolio-item .video-img img {
                min-height: 100px;
                max-height: 100px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .portfolio-item .video-img .video-time {
                position: absolute;
                right: 5px;
                bottom: 5px;
                color: #fff;
                background: #000;
                width: 30px;
                font-size: 8px;
                font-weight: bold;
                text-align: center;
                font-family: 'Montserrat', sans-serif;
                line-height: 14px;
            }

        .portfolio-item .video-details .video-options {
            background: #f1f1f1;
            border-radius: 5px;
            display: inline-block;
            padding: 5px 0;
        }

        #search_criteria #searchplayer-form .New_Player_Search .form-control {
            font-size: 11px;
        }

        #searchplayer-form .New_Player_Search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            font-size: 11px;
        }

        #searchplayer-form .New_Player_Search input, #searchplayer-form .New_Player_Search .wrap-select {
            font-size: 11px;
        }

        #Player_search.New_Player_Search .ms-options-wrap > button {
            font-size: 11px;
        }

        #searchplayer-form .New_Player_Search .div_search_filter label {
            font-size: 11px;
        }

        #searchplayer-form .New_Player_Search .div_search_filter #Height-value,
        #searchplayer-form .New_Player_Search .div_search_filter #Weight-value {
            width: calc(100% - 100px);
            display: inline;
        }

        #Player_search .row, #Scout_search .row {
            margin-right: -5px;
            margin-left: -5px;
        }

        #searchplayer-form .scout-search-div .row > [class*="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

        .New_Player_Search.scout-search-div {
            padding: 20px 15px;
        }

        .divSearchFilter .btn-showfilters {
            font-size: 11px;
        }

        .divSearchFilter .btn-lessfilters {
            font-size: 11px;
        }

        #Player_search.New_Player_Search .div_search_filter {
            padding: 0px;
        }

        .video-nav {
            margin-bottom: 0;
            font-size: 12px;
        }

        .New_Player_Search_Results #video-gallery li {
            margin-bottom: 10px;
        }
    }



    @media (max-width: 400px) {

        .navbar-logo a img {
            width: 50px;
        }

        .navbar-logo a span {
            margin-left: -10px;
        }


        .rating-static {
            width: 91px;
            height: 11px;
            display: inline-block;
            background: url(../../../images/star-rating1.png) 0 0 no-repeat;
            background-position-x: 0px;
            background-position-y: 0px;
            background-size: cover;
        }

        .rating-10 {
            background-position: center 0px;
        }

        .rating-9 {
            background-position: center -12px;
        }

        .rating-8 {
            background-position: center -24px;
        }

        .rating-7 {
            background-position: center -36px;
        }

        .rating-6 {
            background-position: center -48px;
        }

        .rating-5 {
            background-position: center -60px;
        }

        .rating-4 {
            background-position: center -72px;
        }

        .rating-3 {
            background-position: center -84px;
        }

        .rating-2 {
            background-position: center -96px;
        }

        .rating-1 {
            background-position: center -108px;
        }

        .rating-0 {
            background-position: center -120px;
        }

        .portfolio-item .video-details a.avatar-link {
            height: 20px;
            width: 20px;
            min-width: 20px;
            max-width: 20px;
            display: flex;
            margin-right: 5px;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            -webkit-box-shadow: 0 0px 16px rgba(204,204,204,0.8);
            box-shadow: 0 0px 16px rgba(204,204,204,0.8);
        }

            .portfolio-item .video-details a.avatar-link img {
                min-height: 20px;
                max-height: 20px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .portfolio-item .video-details #video-info h3 {
            font-size: 10px;
            color: #b7b7b7;
            margin-bottom: 10px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            line-height: 100%;
            padding-top: 6px;
        }

        .portfolio-item .video-details #video-info p {
            font-size: 10px;
        }

        .portfolio-item .video-details .video-options ul li {
            border-right: 1px solid #44d2e6;
            padding: 0 5px;
            margin-bottom: 0 !important;
        }

        .New_Player_Search_Results .portfolio-item {
            padding: 5px;
        }

        .portfolio-item .video-img {
            margin-bottom: 15px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .portfolio-item .video-img img {
                min-height: 100px;
                max-height: 100px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .portfolio-item .video-img .video-time {
                position: absolute;
                right: 5px;
                bottom: 5px;
                color: #fff;
                background: #000;
                width: 30px;
                font-size: 8px;
                font-weight: bold;
                text-align: center;
                font-family: 'Montserrat', sans-serif;
                line-height: 14px;
            }

        .portfolio-item .video-details .video-options {
            background: #f1f1f1;
            border-radius: 5px;
            display: inline-block;
            padding: 5px 0;
        }

        #search_criteria #searchplayer-form .New_Player_Search .form-control {
            font-size: 10px;
        }

        #searchplayer-form .New_Player_Search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            font-size: 10px;
        }

        #searchplayer-form .New_Player_Search input, #searchplayer-form .New_Player_Search .wrap-select {
            font-size: 10px;
        }

        #Player_search.New_Player_Search .ms-options-wrap > button {
            font-size: 10px;
        }

        #searchplayer-form .New_Player_Search .div_search_filter label {
            font-size: 10px;
        }

        #searchplayer-form .New_Player_Search .div_search_filter #Height-value,
        #searchplayer-form .New_Player_Search .div_search_filter #Weight-value {
            width: calc(100% - 90px);
            display: inline;
        }

        #Player_search .row, #Scout_search .row {
            margin-right: -5px;
            margin-left: -5px;
        }

        #searchplayer-form .scout-search-div .row > [class*="col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

        .New_Player_Search.scout-search-div {
            padding: 20px 5px;
        }

        .divSearchFilter .btn-showfilters {
            font-size: 10px;
        }

        .divSearchFilter .btn-lessfilters {
            font-size: 10px;
        }

        #Player_search.New_Player_Search .div_search_filter {
            padding: 0px;
        }

        .row.mobilespacevideo {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            /*margin: 0;*/
        }

            .row.mobilespacevideo .col-sm-6 {
                padding: 0 5px;
            }

        #spnTotalResultCount {
            font-size: 12px;
        }

        .video-nav {
            margin-bottom: 0;
            font-size: 12px;
        }

            .video-nav li:first-child {
                margin-right: 5px;
            }

            .video-nav li:last-child {
                margin-left: 5px;
            }

        .portfolio-item .video-img .video-time {
            right: 2px;
        }

        .portfolio-item .video-img span {
            left: 2px;
        }
    }

    @media (min-width: 320px) and (max-width: 480px) {
        .row.mobilespacevideo {
            display: flex;
            width: 100%;
            justify-content: space-between;
            margin: 0;
        }
    }

    .outer-search-container {
        max-width: 800px;
    }

    #searchplayer-form .New_Player_Search .div_search_filter .ms-options ul li label {
        padding-left: 5px !important;
    }

    #SportsPanel #accordion .panel-heading a:hover {
        color: #f4bc09 !important;
    }

    #AddRecipientModal #UserList .customcheck .checkmark {
        background-color: #5cb85c !important;
        border-radius: 5px !important;
        border: none !important;
    }

    #AddRecipientModal #UserList .customcheck input:checked ~ .checkmark {
        background-color: #5cb85c !important;
        border-radius: 5px !important;
        border: none !important;
    }

    #AddRecipientModal #UserList .customcheck .checkmark::after {
        left: 6px !important;
        top: 3px !important;
        border: solid #fff !important;
        border-width: 0 2px 2px 0 !important;
    }

    #AddRecipientModal #UserList h5 {
        margin-bottom: 0 !important;
    }

    #AddRecipientModal #UserList p {
        margin-bottom: 0 !important;
    }

    #AddRecipientModal #UserList table tr td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /*.col-contents-hov-out {
    width: 100%;
    height: 100%;
    display: table;
    border-bottom: 20px solid #81848c;
    padding: 10px 10px 45px 10px;
    vertical-align: top;
    background: rgba(127,130,138,0.9);
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
    position: relative;
    cursor: pointer;
}

    .col-contents-hov-out .col-contents-hov {
        width: 100%;
        height: auto !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
    }

#ped_hub .col-contents-hov-out h4 {
    text-align: left;
    font-size: 36px;
    color: #fff;
    margin: 0 0 30px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

    #ped_hub .col-contents-hov-out h4 span.hub-addsport-span {
        font-size: 18px;
        letter-spacing: normal;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        text-transform: capitalize;
        font-weight: 300;
    }

        #ped_hub .col-contents-hov-out h4 span.hub-addsport-span a {
            color: #f4bc09 !important;
        }

#ped_hub .col-contents-hov-out span.distance-km-span {
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

#ped_hub .col-contents-hov-out .distance-km-div {
    height: 50px;
    margin-bottom: 20px;
}*/
    @media (max-width: 575px) {
        form#streamForm {
            width: 100%;
        }
    }

    #NonMemberList .modal-body .row .col-xs-12 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #NonMemberList .modal-body .row img {
        border: 1px solid #555;
        opacity: 0.6;
    }
    /*#nonregisteredModal .modal-dialog{
    width:800px !important;
}
*/

    #nonregisteredModal .modal-dialog {
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    @media (max-width: 767px) {
        #nonregisteredModal .modal-dialog .group-other-user-div .col-xs-12,
        #nonregisteredModal .modal-dialog .group-other-user-div .col-xs-6 {
            margin-bottom: 15px;
        }
    }

    .btn-location {
        white-space: break-spaces !important;
        text-align: left !important;
    }

    .clr-red {
        color: #db325a !important;
        font-weight: normal !important;
        /*font-family: 'Asap Condensed', sans-serif !important;*/
    }

    #biodata_btns {
        padding: 0 !important;
        margin-top: 10px !important;
        height: auto !important;
        min-height: unset !important;
        float: right;
        display: flex;
        margin-bottom: 10px !important;
    }

        #biodata_btns li {
            margin: 0 5px !important;
        }

            #biodata_btns li a {
                font-family: 'Montserrat', sans-serif !important;
            }



    @media (max-width: 767px) {
        #biodata_btns {
            padding: 0 !important;
            float: none;
            margin-bottom: 10px !important;
        }
    }


    #player_hub #ReportBar {
        background: url(../img/ReportBarBg.jpg) no-repeat center center !important;
        background-size: 100% !important;
    }

    /*#player_hub .player_ReportBar {
    background: url(../img/ReportBarBg.jpg) no-repeat center center !important;
    background-size: 100% !important;
}*/

    #player_hub #championshipBar {
        background: url(../img/ChampionshipBarBg.jpg) no-repeat center center !important;
        background-size: 100% !important;
    }

    #player_hub #awardsBar {
        background: url(../img/AwardsBarBg.jpg) no-repeat center center !important;
        background-size: 100% !important;
    }

    .player-clrbtn {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }


    /*.bs-searchbox > .form-control.abc {
    background-image: url(https://playerprofile.azurewebsites.net/content/front/img/icons-search.svg) !important;
    background-position: calc(100% - 0.5rem), 100% 0 !important;
    background-size: 1.5em 1.5em !important;
    background-repeat: no-repeat !important;
}*/


    #search_criteria #searchplayer-form .New_Player_Search .bs-searchbox input.form-control {
        background-image: url(https://playerprofile.azurewebsites.net/content/front/img/icons-search.svg) !important;
        background-position: calc(100% - 0.5rem), 100% 0 !important;
        background-size: 1.5em 1.5em !important;
        background-repeat: no-repeat !important;
    }

    .bs-searchbox input.form-control {
        background-image: url(https://playerprofile.azurewebsites.net/content/front/img/icons-search.svg) !important;
        background-position: calc(100% - 0.5rem), 100% 0 !important;
        background-size: 1.5em 1.5em !important;
        background-repeat: no-repeat !important;
    }


    .user_info:hover span {
        color: #a61d39;
    }

    .ped-clrbtn {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }


    @media (max-width: 480px) {

        #searchplayer-form .New_Player_Search .dropdown span.option-value {
            font-size: 11px;
        }
    }

    @media (max-width: 400px) {
        #searchplayer-form .New_Player_Search .dropdown span.option-value {
            font-size: 10px;
        }
    }

    .act-btns {
        display: flex;
    }

        .act-btns button {
            margin: 0 5px;
        }

    .net-pse {
        word-break: break-all;
    }

    section#ParicipatsView {
        padding: 0;
    }

    button#DeleteNotifyBtnP {
        color: #fff;
        padding: 0;
        margin: 0;
        border: none;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        border-radius: 25px;
        transition: 0.5s;
        background: #db325a;
        text-transform: uppercase;
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: unset;
    }

    #myModal button {
        margin: 8px;
    }

        #myModal button.close {
            margin: 0px;
        }

    #myModal select {
        margin: 0 !important;
        background: transparent !important;
        border: 1px solid #c0bebc !important;
        padding: 7px 15px;
        border-radius: 4px !important;
        width: 100%;
    }

    #myModal textarea {
        background-color: transparent;
        border-color: #c0bebc;
        box-shadow: none;
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        border-radius: 4px !important;
    }

    #deniedrequest button:first-child {
        margin-bottom: 5px;
    }


    /* crops animations that exceeds one line area */
    .line {
        width: 100%;
        height: 4rem;
        overflow: hidden;
        border: 1px solid black;
        padding: 0;
        margin-bottom: 16px;
    }

    /* flipping class and key frames*/
    .flipX {
        animation: 3s anim-flipX ease 2;
        display: block;
        animation-duration: 6s;
    }

    @keyframes anim-flipX {
        0% {
            opacity: 0;
            transform: rotateX(90def);
        }

        50% {
            opacity: 1;
            transform: rotateX(720deg);
        }

        100% {
            /* animate nothing to pause animation at the end */
            opacity: 1;
            transform: rotateX(720deg);
        }
    }

    /* lineup class and keyframes */
    .lineUp {
        animation: 2s anim-lineUp ease-out infinite;
    }

    @keyframes anim-lineUp {
        0% {
            opacity: 0;
            transform: translateY(80%);
        }

        20% {
            opacity: 0;
        }

        50% {
            opacity: 1;
            transform: translateY(0%);
        }

        100% {
            opacity: 1;
            transform: translateY(0%);
        }
    }
    /* flipY class and keyframes*/
    .flipY {
        animation-name: spin, depth;
        animation-timing-function: linear;
        animation-iteration-count: 2;
        animation-duration: 6s;
        width: auto !important;
        display: inline-block !important;
    }

    .flipZ {
        animation-name: spinz, depth;
        animation-timing-function: linear;
        animation-iteration-count: 2;
        animation-duration: 6s;
        width: auto !important;
        display: inline-block !important;
    }

    @keyframes spin {
        0% {
            transform: rotateY(0deg) !important;
        }

        100% {
            transform: rotateY(-360deg) !important;
        }
    }

    @keyframes depth {
        0% {
            text-shadow: 0 0 black;
        }

        25% {
            text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black;
        }

        50% {
            text-shadow: 0 0 black;
        }

        75% {
            text-shadow: -1px 0 black, -2px 0 black, -3px 0 black, -4px 0 black, -5px 0 black;
        }

        100% {
            text-shadow: 0 0 black;
            transform: rotateY(-360deg) !important;
        }
    }

    /* subtle zoom to attention and then back */
    .pop-outin {
        animation: 2s anim-popoutin ease infinite;
    }

    @keyframes anim-popoutin {
        0% {
            color: black;
            transform: scale(0);
            opacity: 0;
            text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        }

        25% {
            color: red;
            transform: scale(2);
            opacity: 1;
            text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
        }

        50% {
            color: black;
            transform: scale(1);
            opacity: 1;
            text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
        }

        100% {
            /* animate nothing to add pause at the end of animation */
            transform: scale(1);
            opacity: 1;
            text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
        }
    }

    .fromtop {
        animation: 2s anim-fromtop linear infinite;
    }

    @keyframes anim-fromtop {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }

        25% {
            opacity: 1;
            transform: translateY(0%);
        }

        50% {
        }

        100% {
        }
    }


    keyframes spin {
        0%

{
    transform: rotate(0deg)
}

100% {
    transform: rotateY(-360deg) !important;
}

}



@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.animtedVolbtn_on {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}





@-moz-keyframes spinz {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotateY(-360deg);
    }
}

@-webkit-keyframes spinz {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotateY(-360deg);
    }
}

@-o-keyframes spinz {
    0% {
        -o-transform: rotateY(-360deg);
    }

    100% {
        -o-transform: rotateY(-360deg);
    }
}

@-ms-keyframes spinz {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotateY(-360deg);
    }
}

@keyframes spinz {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotateY(-360deg);
    }
}

.nav > li.open ul.dropdown-menu {
    right: 0;
    left: unset !important;
}
/*
@media (max-width:991px) {

    .dropup .caret {
        border-bottom: 0px dashed !important;
        border-top: 4px dashed !important;
    }

    .dropup.open .caret {
        border-bottom: 4px dashed !important;
        border-top: 0px dashed;
    }
}*/

.news-title-head {
}

/* 26/02/2024  News artical*/

/*#NewsDetailModal table tr td:last-child {
    color: #121e34;
    font-weight: 500;
}*/

#newsslider_criteria .carousel-inner .item .desc p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

    #newsslider_criteria .carousel-inner .item .desc p:hover {
        color: #44d2e6;
        cursor: pointer;
    }

#sportPref .ms-options-wrap button {
    white-space: unset !important;
}

#userLoginModal .modal-content.login-box {
    scrollbar-width: none;
    overflow: auto;
}

@media (min-width: 768px) {
    .add-UserClub {
        margin-top: 0 !important;
    }
}


.footercontact-code.contact-code-border {
    height: 34px;
    margin-right: 5px;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
}
