html {
    scroll-behavior: smooth;
}
.mt20p{
    margin-top: 20%;
}
.tm-logo > img{
    width: 120px;
    height: 90px;
    margin-left: -50px;
    margin-top: 0px;
}
.tm-logo span{
    color: #060606;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 20px;
    padding-left: 0;
    font-weight: 700;
}
.tm-logo:hover > img{
    transform: none;
}
.tm-logo:hover span{
    color: #060606;
}
.our-team-main-wrap .img-polaroid{
    width: 100%;
}
input:focus, textarea:focus {
    outline: none;
}
.player-article .img-wrap a img{
    height: 323px;
}
.quote-bg{
    background: url('../images/about-team-banner.jpg');
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    z-index: 2;
    flex-direction: column;
    line-height: 34px;
    padding: 55px;
    position: relative;
}
.quote-bg:before{
    content: '';
    border: 1px solid #ffc722;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}
.our-team-wrap .our-team-title h3{
    font-size: 30px;
    line-height: 40px;
}
li.item-4 a {
    font-size: 11px !important;
}
.remove-pad{
    padding: 0px !important;
    margin: 0 0 15px !important;
}
.player-img{
    height: 280px !important;
}
.map-wrap .contact-form input[type='text'].mobile {
    width: 400px !important;
}
.map-wrap .contact-form select{
    margin: 0;
    width: 428px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    border: solid #d9d9d9;
    border-width: 1px 1px 1px 0;
    line-height: 38px;
    font-size: 14px;
    font-family: 'Work Sans';
}
#aiContactSafe_row_aics_name .validation{
    position: relative;
    top: 50px;
    left: 340px;
    width: 100%;
}
#aiContactSafe_row_aics_email .validation{
    position: relative;
    top: 50px;
    left: 370px;
    width: 100%;
}
#aiContactSafe_row_aics_mobile .validation{
    position: relative;
    top: 60px;
    left: 370px;
    width: 100%;
}
#aiContactSafe_row_aics_purpose .validation{
    position: relative;
    top: 60px;
    left: 400px;
    width: 100%;
}
#aiContactSafe_row_aics_message .validation{
    position: relative;
    top: 0px;
    float: right;
}
#aiContactSafe_row_aics_message .aiContactSafe_contact_form_field_right{
    margin-bottom: 10px;
}
.map-wrap .contact-form #aiContactSafeBtns{
    bottom: 12px;
}
#sucess_message{
    margin-top: 153px !important;
}
input, button, select{
    outline: none;
}
.map-wrap .contact-form select:hover {
    border-color: #ffc722;
}
.text-center{
    text-align: center;
}
#registration{
    padding-bottom: 35px;
}
.icon_pad{
    padding: 15px;
}
.footer-logo a img{
    width: 95px;
    height: 70px;
    transition: none;
    transform: none;
}
.footer-logo a:hover img{
    transform: none;
}
.footer-logo a span{
    color: #fff;
    font-size: 17px;
    display: inline-block;
    line-height: 1.5;
    font-weight: 700;
}
.news-letter{
    color: #fcc536 !important;
}
.about-founder{
    max-width: 850px;
}
.pt-20{
    padding-top: 20px;
}
.article-single-text p{
    word-break: break-all;
}
.padding-top-10{
    padding-top: 10%;
}
.article-single-text b{
    color: #363533;
}
.coaches .avatar img, .referees .avatar img{
    height: 130px;
    max-width: 70%;
}

.coaches .border {
    border: 2px solid #ffffff;
    padding: 20px 10px 0 10px;
    margin-bottom: 15px !important;
    min-height: 180px;
    box-shadow: 0px 0px 5px #363533;
}
/*.border{
    border: 6px solid #363533;
    padding: 10px;
    margin-bottom: 15px !important;
    min-height: 180px;
}
.border::before{
    content: '';
    border-left: 6px solid #fcc536;
    position: relative;
    top: 80px;
    padding: 95.5px;
    left: -16px;
}*/
.coaches .name h2, .referees .name h2{
    margin: 10px 0 0 15px;
    font-size: 20px;
    line-height: unset;
}
.referees .border {
    border: 2px solid #fcc536;
    padding: 20px 10px 0 10px;
    margin-bottom: 15px !important;
    min-height: 180px;
    box-shadow: 0px 0px 5px #fcc536;
}
select {
    font: 400 13.3333px 'Work Sans' !important;
}
.tm-trainers-slider{
    min-height: 488px;
}
.trainers-module .name{
    right: unset;
}
.our-team-wrap .our-team-text{
    line-height: 30px;
}
@media only screen and (max-width:968px){
    .tm-logo{
        padding-right: 0px;
    }
    .tm-logo > img {
        width: 80px;
        height: 60px;
        margin-left: -20px;
        margin-top: 0px;
    }
    .tm-logo:before {
        right: -30px;
    }
    .tm-logo:after {
        right: -22px;
    }
    .tm-logo span {
        margin-top: 5px;
    }
    .tm-trainers-slider{
        text-align: left;
        position: relative;
    }
    .tm-trainers-slider:before{
        left: -180px;
    }
    .va-about-wrap:before{
        right: 0px;
    }
    .trainers-module .img-wrap{
        float: left;
    }
    .va-latest-wrap{
        padding: 50px 0 0;
    }
    .va-latest-top h3 {
        padding: 0;
    }
    .player-article .img-wrap a img{
        height: auto;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px){
    .tm-logo > img {
        margin-left: -20px;
    }
    .tm-trainers-slider {
        min-height: 500px;
    }
    .va-about-wrap{
        padding: 95px 0 12px 0;
    }
    .about-founder {
        max-width: 732px;
    }
    .va-about-text{
        padding-right: 305px;
    }
}
.uk-cover-background.head-wrap::before{
    content:'';
    position: absolute;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}
.tm-toolbar .social-top > a .uk-icon-small{
    font-size: 100%;
    opacity: unset;
}
.padding-40{
    padding: 40px;
}
.font-white{
    color: #fff !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.event-container{
    border-bottom: 1px solid #ffc722;
}
.event-container .uk-accordion-title{
    margin-bottom: 0px;
}
.event-container .uk-accordion-title.uk-active .date span{
    color: #363533;
}
.event-container .uk-accordion-title.uk-active .va-view-wrap a{
    border: 1px solid #363533;
}
.event-container .uk-accordion-title:hover .date span{
    color: #ffc722;
}
.event-container .uk-accordion-title:hover .va-view-wrap a{
    border: 1px solid #ffc722
}
.bottom-wrapper{
    padding: 30px 0 0 0;
}
#tm-bottom-g.tm-bottom-f{
    margin-top: 40px;
    margin-left: -20px;
}
.footer-socials a{
    padding: 10px;
}
.footer-socials a span{
    font-size: 20px;
}
.footer-wrap{
    padding: 25px 0 25px 0;
}
.match-list-wrap .event-container .match-list-item .date{
    width: unset;
}
.match-list-wrap .event-container .match-list-item .date span{
    padding: 15px;
}
.padding-30{
    padding: 30px;
}
.event-container .font-white{
    font-size: 12.9px;
}
.gallery-border{
    border: 1px solid #0033;
    padding: 10px;
    width: 100%;
    max-height: 150px;
}
.pb-10{
    padding-bottom: 10px;
}
.match-list-wrap .event-container .match-list-item .va-view-wrap a{
    width: 100px;
}
.structure{
    overflow-y: scroll;
    height: 400px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.structure::-webkit-scrollbar { width: 0 !important }
/*.structure::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
    margin-top: 10%;
}

.structure::-webkit-scrollbar
{
    width: 10px;
    background-color: #fff;
    margin-top: 10%;
}

.structure::-webkit-scrollbar-thumb
{
    background-color: #363533; 
    background-image: -webkit-linear-gradient(45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent);
    margin-top: 10%;
}*/
.match-list-wrap.foot .match-list-item{
    margin-top: 0px;
}
.text-clr{
    font-size: 16px;
    color: #fff;
    font-family: 'Work Sans';
    font-style: italic;
    font-weight: 500;
    display: inline;
}
.match-list-wrap.foot{
    background: url('../images/main-about-us-bg.jpg');
    background-size: cover;
}
.match-list-item.foot .read-more{
    font-size: 16px;
    display: inline;
}
.bg-grey{
    padding: 30px 29px;
    background: #f2f2f2;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
.gallery-img .button-group li{
    display: inline !important;
}
.gallery-img img{
    height: 200px;
    width: 100%;
}
.gallery-border{
    transition: transform .2s;
}
.gallery-border:hover{
    transform: scale(1.1);
}
.uk-navbar-nav > li > a:active, .uk-navbar-nav > li > a:focus{
    color: #ffc722 !important;
}
.news-list{
    flex: none !important;
}
.news-image{
    width: 100%;
    height: 230px;
    background-size: cover;
}
.video-img{
    width:239px;
    height:172px !important;
    transition: transform .2s;
}
.video-img:hover {
    transform: scale(1.1);
}
.event-container .logo img{
    width: auto !important;
}
.trainers-module .img-wrap{
    border: none;
}
.match-list-wrap .match-list-item .team-name{
    font-size: 13px;
}