

.mdi-action-get-app:before, .mdi-action-wallet-membership:before, .mdi-action-favorite:before, .mdi-action-favorite-outline:before {
  font-family: "Material-Design-Icons";
  margin-right: 5px;
  font-size: 20px;
}


.container .row {
    margin-left: auto;
    margin-right: auto;
}


.before_margin_rigth_8px:before {margin-right:8px;}


/*=======================================================================
	autocomplete dos friends no suggest club
 ========================================================================*/
.RadAutoCompleteBox .racTokenList
{
    font-size: 1rem;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    border: 2px solid #ccc!important;
    border-radius: 2px!important;
    height: initial;
    padding: 0px!important;
    padding-left: 10px!important;
    font-weight: 300!important;
    resize: none;
}


.RadAutoCompleteBox .racTokenList input.racInput
{
    line-height: inherit!important;
    border-bottom: none!important;
    box-sizing: border-box;
    height: 31px!important;
    font-size: inherit;
    font-weight: inherit;
    max-width: 150px!important;
}


.RadAutoCompleteBox .racToken
{
    height: 29px;
    vertical-align: middle;
    line-height: 25px;
    margin-top: 1px!important;
}




b, strong {
    font-weight: 600!important;
}




/*Reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



h1 {
    color: #fff;
    font-size: 68px;
    height: 68px;
    text-align: center;
}
h2  {
    font-size: 32px;
    /*-webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);*/
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
h5 {
    font-size: 18px;
    font-weight: 400;
}
.float_r {
    float: right;
}
.menu_pos_fixed {
    position: fixed!important;
    top: 0;
    z-index: 3;
    /*height:40px;
    line-height:40px;*/
}

/*2022-09-16*/
.menu_pos_fixed_height {
    height:40px;
    line-height:40px;
}

@font-face {
    font-family: "Flaticon";
    src: url("../font/flaticon.eot");
    src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),
    url("../font/flaticon.woff") format("woff"),
    url("../font/flaticon.ttf") format("truetype"),
    url("../font/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
        font-size: 20px;
font-style: normal;
}.flaticon-facebook29:before {
    content: "\e000";

}
.flaticon-mark1:before {
    content: "\e001";
}
.flaticon-star178:before {
    content: "\e002";
}



.g-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #fff; 
}
 
::-webkit-scrollbar-thumb {
    background-color: #C3C3C3;
}

/*Slider*/
.bx-viewport {
  /*height: 400px!important;*/
  z-index:0;
}

.bx-wrapper img {
    width: 100%;
    /*height: 400px;*/
}
.item_wrapper .bx-wrapper {
    z-index: 0;
}
.add_mBottom{
    margin-bottom: 124px!important;
}
#lean-overlay {
    z-index:4;
}
/*Header*/
.logo {
    text-decoration: none;
    display:block;
    margin: 30px 0;
}
.logo img {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
ul {
    padding: 0px;
    margin: 0px;
}
li {
    list-style: none;
}
.slidx_menu {
    height: 100%;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index:104!important;
}
.slidx_menu ul {
    margin-top: 130px;
}
.slidx_menu ul a {
    padding: 14px 0px;
    display: block;
    text-align:center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
    margin-left: 20px;
}
.slidx_menu ul a i {
    font-size: 25px;
    color: #25a0da;
    vertical-align: middle;
    margin-right: 7px
}
.slidx_menu ul a:hover {
    background-color: #42A5F5;
    color: #fff;
    cursor: pointer;
}
.slidx_menu ul a:hover i {
    color: #fff;
}

.slidx_menu ul .logout a i {
    color: rgb(255, 123, 123);
}
.slidx_button {
    display: block;
    position: fixed;
    left: 25px;
    top: 15px;
    z-index: 101;
}
.slidx_button:hover {
    cursor: pointer;
}

.header_link {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index:100;
}

.header_link a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-shadow: #000 2px 3px 2px;
    margin-right: 50px;
    font-weight: 400;
}

.header_link a:last-child{
    margin-right: 0px;
}


#modal1 {
    min-height: 150px;
}
#modal2 {
    min-height: 450px;
}
.modal {
    box-sizing: border-box;
    padding: 8px;
    overflow: visible;
    overflow: auto;
}
.modal a {
    color: #000;
    font-size: 16px;
}


/*Main*/
.item_header {
    width: 100%;
    height: 400px;
    position: relative;
    -webkit-box-shadow: inset 0px -35px 40px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -35px 40px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px -35px 40px 0px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
}
.slidx_menu ul li {
      float: none;
}


.h1_namrec{
    z-index:100;
    display: inline-block;
    width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right:0;
    margin: auto;
}

.class_logo {
    width: 150px;
    /*margin-top: 30px;*/
    border-radius: 5px;
    position:absolute;
    z-index:99;
}

.logo_top_center
{
    top:10px;
    left:0;
    right:0;
    margin:0 auto;
}

.logo_top_right
{
    top:10px;
    right:10px;
}

.logo_middle_left
{
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.logo_middle_center
{
    left: 0;
    top: 0;
    bottom: 0;
    right:0;
    margin: auto;
}

.logo_middle_right
{
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.logo_bottom_right
{
    bottom:10px;
    right:10px;
}


.logo_bottom_center
{
    bottom:10px;
    left:0;
    right:0;
    margin:0 auto;
}

.logo_bottom_left
{
    bottom:10px;
    left:10px;
}


/*--------------------------------------------------------------------*/
/*                          weather position                          --*/
/*--------------------------------------------------------------------*/

.weather_content {
    text-align:center;
    z-index: 101;
    position: fixed;
    color: white;
    width: 125px;
    box-sizing: border-box;
    overflow: hidden;
}

.weather_top_right {
    top: 0;
    right: 0;
    border-right: none;
    border:1px solid #777;
    border-bottom-left-radius: 15px;
}

.weather_middle_left {
    top: 0;
    left:0;
    bottom: 0;
    margin: auto;
    max-height: 186px;
    border-right: none;
    border:1px solid #777;
    border-bottom-right-radius: 15px;
}

.weather_middle_right {
    top: 0;
    right:0;
    bottom: 0;
    margin: auto;
    max-height: 186px;
    border-right: none;
    border:1px solid #777;
    border-bottom-left-radius: 15px;
}

.weather_bottom_left {
    bottom: 0;
    left: 0;
    border-right: none;
    border:1px solid #777;
    border-top-right-radius: 15px;
}

.weather_bottom_right {
    bottom: 0;
    right: 0;
    border-right: none;
    border:1px solid #777;
    border-top-left-radius: 15px;
}


/*------------------------------------------------------------------------*/
/*---------------------------------------inicio menu- --------------------*/
/*------------------------------------------------------------------------*/


.clubs_nav_wrapp {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    background-color: #25a0da;
}

.clubs_nav {
    text-align:center;
    display: inline-block;
    height: 100%;
    margin: 0 auto;
}

.clubs_nav.show
{
    display: inline-block;
}

.clubs_nav li a
{
    display:block;
    text-align:center;
}




#dropp_down_menu {
    display:none;
    font-size: 35px;
    padding: 8.5px 12px;
    float: right;
    height: 100%;
}

#dropp_down_menu i{
    display: inline-block;
    vertical-align: sub;
}

.clubs_nav a {
    padding: 15px 24px;
    line-height: 34px;
    color: #fff;
}

.clubs_nav a:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
}


@media screen and (max-width: 762px) {

    #dropp_down_menu {
        display:block;
    }

    .clubs_nav {
        display: none;
        position: absolute;
        top: 56px;
        width: 100%;
        background-color: #25a0da;
        height: auto;
        z-index: 3;
    }

    .clubs_nav li
    {
        width:100%;
    }

}



/*------------------------------------------------------------------------*/
/*---------------------------------------fim menu- --------------------*/
/*------------------------------------------------------------------------*/



.tabs_wrapp .container2, .tabs_wrapp .container3, .tabs_wrapp .container4, .tabs_wrapp .container5, .tabs_wrapp .container6 {display:none;}

.tabs_wrapp p {
    line-height: 22px;
    margin: 10px 0;
}

.messege_wrap {
    margin: 70px 0;
}

input[type=text]:focus:not([readonly])+label, 
input[type=password]:focus:not([readonly])+label, 
input[type=email]:focus:not([readonly])+label, 
input[type=url]:focus:not([readonly])+label, 
input[type=time]:focus:not([readonly])+label, 
input[type=date]:focus:not([readonly])+label, 
input[type=datetime-local]:focus:not([readonly])+label, 
input[type=tel]:focus:not([readonly])+label, 
input[type=number]:focus:not([readonly])+label, 
input[type=search]:focus:not([readonly])+label, 
textarea.materialize-textarea:focus:not([readonly])+label,
.tabs_wrapp .input-field .prefix.active {
    color: #25a0da!important;
}






.collection {
    border: none;
    width: 100%;
    margin: 0;
}
.collection .collection-item {
    border: 1px solid #e0e0e0;
    margin: 0px 0 10px;
}
.secondary-content {
    color: #25a0da;
}
.collection .collection-item.avatar {
    min-height: 84px;
    height: auto;
}

.clubs_block .collection .collection-item.avatar,
.associations_block .collection .collection-item.avatar {
    min-height: 142px;
}

.collection .collection-item.avatar .secondary-content {
    top: 8px;
}
.collection .collection-item.avatar .secondary-content.sec {
    top: 30px;
}
.collection .collection-item.avatar .secondary-content.third {
    top: 55px;
}
.collection .collection-item.avatar .flaticon-facebook29:before {
    margin-right: 5px;
    font-size: 15px;
}
.collection .collection-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar p {
    width: 85%
}
.time_news {
    font-size: 13px;
    color: #9D9D9D;
}


.sidebar {
    /*background-color: rgba(240, 240, 240, 0.99);
    padding-bottom: 40px!important;*/
    float: right!important;
}

.sidebar > div {margin-top:50px;}

.sidebar > div:first-child {margin-top:0px;}



.collapsible img {
    width: 35px;
    vertical-align: middle;
    margin-right: 15px
}
.collapsible b {
    font-weight: bold;
}
.collapsible-header {
    overflow: hidden;
}
.collapsible-header  i {
    color: #1E88E5;
      margin-right: 0rem;
}
.collapsible-body {
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #fff;
}
.collapsible-body p {
    margin: 0;
    padding: 5px 0 5px 15px;
}






.players,
.link_block,
.prop_mathc,
.tournaments,
.clubs {
    margin-top: 50px;
}

li.collection-item.avatar.card {
    margin: 3px 0;
    min-height: 103px;
    padding-left: 106px;
    box-shadow: none;
    position: relative;
}
li.collection-item.avatar.card img {
    width: 80px!important;
    height: 80px!important;
    border-radius: 0;
}
.collection-item b {
    font-weight: 500;
}
.players .card .card-reveal {
    padding: 15px 5px;
    width: inherit;
}
.players .card-reveal i.mdi-navigation-close {
    position: absolute;
    color: #000;
    right: 0;
    top: 0;
}
.activator {
    cursor: pointer;
} 
.players_btn,
.clubs_btn {
    margin: 15px 0;
}
.prop_mathc_btns a {
    padding: 0 1rem;
}

.panel_list_players input[type=text] {
    margin: 0;
}

/*.list_block_s12 .collection-item.avatar {
    overflow: hidden;
}
.list_block_s12 img {
    width: 120px!important;
    height: 120px!important;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.list_block_s12 .collection .collection-item.avatar {
    padding-left: 160px;
    position: relative;
}
.list_block_s12 .collection .collection-item.avatar .title {
  font-size: 18px;
}

.list_block_s12 .list_block_s12_btn {
    position: absolute;
    top: -8px;
    right: 15px;
    margin: 0;
    display: inline-block;
}
.list_block_s12 .list_block_s12_btn a {
    margin: 13px 0 0;
    width: 45px;
    padding: 0;
    height: 30px;
    line-height: 30px;
}*/
.players_content {
    font-size: 14px;
}

.tabs_icon:hover {
    cursor: pointer;
}
.tabs_icon img {
    float: left;
}
.tabs_icon p {
    font-size: 20px;
}
.tabs_icon.first p {
    display: inline-block;
    margin-top: 25px;
}
.tabs_icon.sec {
    margin-top: 5px;
}
.tabs_icon.sec:hover {
    cursor: inherit;
}
.tabs_icon.sec p {
    display: inline-block;
    margin-top: 20px;
}
.description {
    font-size: 14px;
}
.description p span {
    font-style: italic;
    font-weight: normal;
}

.rates_block thead{
    font-weight: bold;
    font-size: 18px;
}
.rates_block_title {
    width: 53%;
    padding-left: 5px;
}
.rates_block tr {
    height: 30px;
    line-height: 30px;
}
.rates_block span {
    display: inline-block;
    width: 15%;
    color: #FFAE00;
}

.tabs_icon {
    display: block;
}
.tabs_icon.small p {
    display: inline;
    font-size: 16px;
}
.flaticon-facebook29 {
    display: inline-block;
}

.info_icon_wrapp {
    margin: 20px 0;
}
.info_icon_wrapp img {
    width: 100%;
    height: 100px;
}
.info_icon {
    width: 135px;
    display: inline-block;
}
#modal1 form {
    margin-bottom: 20px;
}
#modal1 p, #modal2 p {
    margin: 4px 0;
}
#modal1 .input-field .prefix.active,
#modal2 .input-field .prefix.active {
    color: #25a0da;
}
#modal2 h3 {
    margin-bottom: 10px;
}
#modal2 i {
    color: #25a0da;
}




.dropdown-content {
    z-index: 2;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #25a0da;
}
.or {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px!important;
}



.amenities_block {
    width: 300px;
    margin: 30px 0px;
    display: inline-block;
    vertical-align: top;
    height: 150px;
}
.amenities_block img {
    width: 100%;
    height: 150px;
}





#map {
    width: 100%;
    height: 400px;
    margin-top: 100px;
}







.footer {
    width: 100%;
    background-color: #3498DB;
}
.copyright {
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}



/*Profile Page*/
.cover_img {
    height: 400px;
    width: 100%;
}
.profile_info {
    background: rgba(255,255,255, 0.8);
    height: 300px;
    border-radius: 5px;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 20px;
}
.photo_wrap {
    float: left;
    margin-right: 20px;   
}
.photo_wrap img {
    height: 260px;
    width: 185px;
}
.profile_info_desc {
    margin-top: 20px;
    line-height: 22px;
}
.profile_info_desc b {
    font-weight: 500;
}
.profile_info_btn a,
.profile_info_links a {
    margin: 13px 0 0;
    width: 45px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.profile_info_links a img {
    width: 100%;
    vertical-align: middle;
    padding: 3px;
}
.right_sidebar {
    border-left: 1px solid #838383;
    height: 260px;
}
.right_sidebar_blok {
    width: 70%;
    text-align: center;
    margin: 5px auto;
    padding: 15px 0;
    line-height: 25px;
    border-bottom: 1px solid #838383;
}
.right_sidebar_blok:last-child {
    border-bottom: none;
}
.right_sidebar_blok p {
    font-size: 23px;
    -webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.news_form {
    margin: 10px 0;
}
.news_form_styled {
    background-color: rgba(240, 240, 240, 0.99);
}
.news_form_btn_wrapp {
    display: none;
}
.news_form textarea.materialize-textarea {
    min-height: 1rem;
    height: 1rem;
}
.btn_add {
    height: 36px!important;
    line-height: 2.4rem!important;
    right: 0!important;
    left: initial!important;
}
.file-field input.file-path {
    margin: 0 100px 0 0;
    height: 36px;
}
.news_form input[type=text].valid {
    border-bottom: 1px solid #1E88E5;
    box-shadow: 0 1px 0 0 #1E88E5;
}

.stats h3 {
    margin-bottom: 30px;
}
.stats h4 {
    font-weight: 500;
}
.stats img{
    width: 100%;
    height: 235px;
}
.stats_table thead {
    font-weight: bold;
    font-size: 21px;
}
.stats_table tr {
    height: 25px;
    line-height: 25px;
}
.stats_table td {
    font-size: 14px;
}
.prop_mathc .prop_mathc_btns a {
  padding: 0 2rem;
}
.competition_table {
    margin: 50px 0 70px;
}
.competition_table .stats_table td {
    padding-left: 5px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.chllng_bkng {
    letter-spacing: 0;
    font-size: 14px;
}
.matches_table {
    margin: 15px 0;
}
.matches_table .collection .collection-item,
.tournaments_table .collection .collection-item {
    margin: 0;
}
.matches_table .collection .collection-item.active  {
    border-bottom: none;
    background-color: rgba(37, 160, 218, 0.8);
    color: #FFFFFF;
    padding: 0px 20px;
}

.matches_table thead,
.tournaments_table thead {
    background-color: rgba(200, 200, 200, 1);
    border: 1px solid #C8C8C8;
}
.matches_table thead td {
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}
.matches_table tbody td,
.tournaments_table tbody td {
    border: 1px solid #C8C8C8;
}
.matches_table tbody td i {
    float: right;
    font-size: 21px;
    font-weight: bold;
    color: #00AE2A;
}
.matches_table tbody td.left-align {
    font-weight: 500;
    padding: 0 10px;
}
.matches_table tbody td.center-align {
    width: 45px;
}
.matches_table tbody td a {
    color: #000;
}
sup {
    font-size: 12px!important; 
}
.chllng_bkng_form p {
    font-size: 18px;
    font-weight: 500;
}
.chllng_bkng_form .row {
    margin-bottom: 0;
}
.chllng_bkng_price p{
    text-align: center;
    font-size: 21px;
}
.tournaments_table {
    margin: 20px 0;
    padding: 0!important;
}

.tournaments_table .collection .collection-item.active {
    border-bottom: none;
    background-color: rgba(37, 160, 218, 0.8);
    color: #FFFFFF;
    padding: 7px 20px;
}
.tournaments_table .collection .collection-item.active a {
    color: #fff;
}
.tournaments_table td {
    border-radius: 0;
    padding: 7px 10px;
}
.stats_table_name,
.chllng_bkng_price_2 {
    display: none;
}



    .display_block {
        display: block!important;
        padding: 5px 12px!important;
    }
    .clubs_nav_resize {
      display: none;
      position: absolute;
      top: 56px;
      width: 100%;
      background-color: #25a0da;
      height: auto;
      z-index: 3;
    }


@media screen and (max-width: 992px) {
    .class_logo {
        width: 110px;
    }
    h1 {
        font-size: 43px;
        height: 43px;
        line-height: 38px;
    }
    .header_link {
        margin-bottom: 0px;
    }
    .header_link a {
        margin: 0 15px 5px;
        height: 45px;
    }
    .clubs_nav_wrapp {
        /*margin-bottom: 0;*/
    }
    .clubs_nav a {
        padding: 15px 12px;
        font-size: 15px;
    }






    .sidebar {
        margin-bottom: 50px;
    }
    .prop_mathc_btns a {
          padding: 0 1.2rem;
    }

    .tabs_wrapp {
        /*margin-top: 60px;*/
    }

    .players {
        display: none;
    }

    .info_icon_wrapp img {
        height: 160px;
    }
    /*.rates_block,
    .description {
        display: none;
    }*/
    .tabs_wrapp.container {
        /*padding: 0;*/
    }
    .sidebar {
        /*margin-top: -60px;*/
    }

    .add_mBottom {
      margin-bottom: 117px!important;
    }


    
    .profile_info  h2 {
        font-size: 23px;
    }
    .profile_info_desc {
        font-size: 14px;
        margin-top: 7px;
    }
    .profile_info_btn a {
        margin: 7px 0 0;
    }
    .right_sidebar_blok {
        width: 100%;
        padding: 20px 0;
        line-height: 20px;
    }
    .right_sidebar_blok p {
        font-size: 16px;
    }
    .profile_info_links a {
        margin: 7px 0 0;
        width: 40px;
    }

}

@media screen and (max-width: 800px) {
    .photo_wrap img {
        width: 148px;
    }
}



@media screen and (max-width: 600px) {


    h3 {
      font-size: 23px;
    }

    .bx-wrapper img {
        width: auto;
    }



    .slidx_button {
        width: 75px;
        height: 75px;
        left: 10px;
        top: 6px;
    }

    .h1_namrec {
        display:none;
    }
    /*.class_logo {
        width: 65px;
    }*/
    h1 {
        font-size: 35px;
        height: 35px;
    }
    .golden_club {
        width: 50px;
    }
    .header_link {
        margin-bottom: 10px;
    }
    .header_link a {
        height: 20px;
    }





    
    .container1  .collection .collection-item {
        padding: 10px 0px 0 72px;
        font-size: 14px;
    }
    .container1 .collection {
        overflow: inherit;
    }

    .secondary-content {
        float: none;
    }
    .collection .collection-item.avatar .secondary-content,
    .collection .collection-item.avatar .secondary-content.sec,
    .collection .collection-item.avatar .secondary-content.third {
        position: inherit;
        top: 0;
        right: 0;
    }


    .players_block img {
        width: 50px!important;
        height: 50px!important;
    }
    .players_block .collection .collection-item.avatar {
        padding: 10px 20px 0 80px;
    }
    .players_block .players_btn {
        position: inherit;
    }


    /*.list_block_s12 img {
        width: 50px!important;
        height: 50px!important;
    }
    .list_block_s12 .collection .collection-item.avatar {
        padding: 10px 20px 0 80px;
    }
    .list_block_s12 .list_block_s12_btn {
        position: inherit;
    }*/




    .or {
        margin-top: 0!important;
    }

    .slidx_menu {
        width: 160px!important
    }
    .slidx_button_zoom {
        width: 45px!important;
        height: 45px!important;
    }
    .slidx_menu ul {
        margin-top: 30px;
    }
    .logo img {
        width: 100px;
        height: 100px;
    }



    .footer {
        height: 50px;
    }
    .copyright {
        line-height: 50px;
        color: #fff;
        font-size: 12px;
    }



    .photo_wrap img {
        width: 100px;
        height: inherit;
    }
    .profile_info_btn a {
        width: 38px;
    }
    .right_sidebar {
        height: inherit;
        border-left: none;
        border-top: 1px solid #838383;
    }
    .right_sidebar_blok {
        width: 32.2%;
        display: inline-block;
        padding: 2px 0;
        border: none;
    }
    .profile_info_links {
        text-align: center;
    }
    .profile_info_links a {
        margin: 0;
        height: 40px;
    }

    .profile_page .container1 .collection {
        overflow: hidden;
    }
    .stats_table_wrap,
    .competition_table,
    .stats_table,
    .matches_table,
    .chllng_bkng_form,
    .chllng_bkng_form > div,
    .tournaments_table,
    .tournaments_table_wrap {
        padding: 0!important;
    }
    .competition_table .stats_table td,
    .matches_table tbody td {
        font-size: 14px;
    }
    .stats_table thead,
    .matches_table thead td {
        font-size: 16px;
    }
    .stats_player_photo {
        display: none;
    }
    .stats_table_name {
        display: table-row;
    }
    .matches_table .collection .collection-item,
    .tournaments_table .collection .collection-item {
        padding: 10px 10px;
    }
    .matches_table tbody td.center-align {
        width: 20px;
    }
    .chllng_bkng_wrap .modal .modal-content {
      padding: 10px;
    }
    .chllng_bkng_price {
        display: none;
    }
    .chllng_bkng_price.chllng_bkng_price_2 {
        display: block;
    }
    .chllng_bkng_price_2 {
        margin-bottom: 10px;
    }
    .modal {
        width: 85%;
    }
    .tournaments_table .collection .collection-item.active {
        padding: 0 20px;
    }
    .tournaments_table td {
        border-radius: 0;
        padding: 5px 3px;
        font-size: 14px;
        line-height: 18px;
    }
    .tournaments_table .btn {
        padding: 0 0.5rem;
    }

}


@media screen and (max-width: 460px) {
    .clubs_content div {
        font-size: 13px;
    }
    .clubs_block .collection .collection-item.avatar p {
        width: 100%;
    }

}


@media screen and (max-height: 460px) {

}