/*-----------------------------------------------------------------------
* GENERAL STYLES
*-----------------------------------------------------------------------*/
body
{
    background-color: #f1f5f7;
}
/*-----------------------------------------------------------------------
* HEADINGS
*-----------------------------------------------------------------------*/
h1
{
    font-size: 30px;
}
h2
{
    font-size: 28px;
}
h3
{
    font-size: 24px;
}
h4
{
    font-size: 20px;
}
h5
{
    font-size: 18px;
}
h1,h2,h3,h4,h5
{
    color: #222222;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.mh
{
    border-bottom: 1px solid #d5dce0;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 25px;
}
.mh:after
{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    border-bottom: 1px solid #222222;
    width: 100px;
    height: 1px;
}
.page_heading{
    background-color: #222222;
    padding: 20px 0px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
}
.profile_thumb_sm{
    width: 50px;
    height: 50px;
}
.content_area{
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    padding: 20px;
    margin: 0 auto !important;
}
.clr_red{
    color:#fc3c2a  !important;
}
.clr_black{
    color:#000000;
}
/*-----------------------------------------------------------------------
* HEADER
*-----------------------------------------------------------------------*/
#header
{
    background-color: #FFFFFF;
}
#header a.brand{
    padding: 15px 0px;
    display: inline-block;
}
#header .nav.login_info a{
    line-height: 50px;
    color: #808080;
    float: left;
}
#header .nav.login_info a:hover{
    background:transparent;
    color:#fc3c2a ;
}
#header .nav.login_info li.dropdown a{
    line-height: 25px;
}
#header .nav.login_info .dropdown-menu{
    margin-top: -1px;
}
/*-----------------------------------------------------------------------
* MAIN MENU
*-----------------------------------------------------------------------*/
.menu_bar {
    background-color: #fc3c2a;
    height: auto;
    display: block;
    width: 100%;
}

ul.main_menu
{
    padding: 0px;
    margin: 0px;
}
ul.main_menu li{
    float: left;
    margin-right: 30px;
    position: relative;
    list-style: none;
 }
ul.main_menu li a{
    line-height: 50px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
ul.main_menu li a:hover
{
    color: #000000;
}
ul.sub_menu
{
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 180px;
    display: none;
    padding: 0px;
    margin: 0px;
}
ul.sub_menu li{
    float: none;
    margin: 0px;
    width: 100%;
}
ul.sub_menu li a{
    line-height: 36px;
    padding: 0px 10px;
    background-color: #fc3c2a;
    font-size: 11px;
    display: block;
}
ul.sub_menu li a:hover
{
    background-color: #e8301f;
}
/*-----------------------------------------------------------------------
* BANNER
*-----------------------------------------------------------------------*/
#banner{
    background: url("../../images/banner.jpg") top left;
    height: 530px;
    text-align: center;
    color: #FFFFFF;
    padding: 50px 0px;
}
#banner .banner_main_text{
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
#banner .banner_sub_text{
    color: #FFFFFF;
    letter-spacing: 5px;
    font-weight: 300;
    margin-bottom: 15px;
}
#banner .btn{
    background-color: #759a05;
    color: #FFFFFF;
    padding: 24px;
    letter-spacing: 1px;
    /*font-size: 18px;*/
    border-radius: 0px;
    font-weight: 400;
    margin-top: 30px;
    transition: background-color ease 0.5s;
}
#banner .btn:hover{
    background-color:#fc3c2a;
}

 /* @media (max-width: 768px) {
    ul.groups_list li{
        width: 50% !important;
    }
    ul.groups_list li a{
        text-decoration: none;
        color: #808080;
    }
    ul.groups_list li img{
        width: 7em !important;
        height: 7em !important;
        margin: 18px 0px 14px 0px !important;
    }
    ul.groups_list li span.title{
        font-size: 12px !important;
        letter-spacing: 0.5px !important;
    }
} */

ul.groups_list{
    margin: 0px;
    padding: 0px;
}
ul.groups_list li{
    list-style: none;
    float: left;
    width: 16.66666667%;
    height: 185px;
    border: 1px solid #d9dee1;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    margin-left: -1px;
    margin-top: -1px;
}
ul.groups_list li a{
    text-decoration: none;
    color: #808080;
}
ul.groups_list li img{
    width: 7em;
    height: 7em;
    display: inline-block;
    margin: 25px 0px 20px 0px;
}
ul.groups_list li span.title{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: inherit;
    letter-spacing: 1px;
}
ul.groups_list li:hover{
    background-color: #fc3c2a;
}
ul.groups_list li:hover a{
    color: #FFFFFF;
}
@media (min-width: 1280px) {
    .conversation-group{
     min-width: 200px;
     max-width: 300px;

    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .conversation-group{
     max-width: 200px;

    }
}
@media (min-width: 992px) {
    .class_tournament{
        min-height: 100px;
        padding-top: 5%;
        padding-bottom: 1%;
    }

}

@media (max-width: 990px) {
    .owl-carousel .owl-item .item img{
        width: 6em !important;
        height: 6em !important;
        margin: 18px 0px 24px 0px !important;
    }
    .owl-carousel .owl-item .item span.title{
        font-size: 10px !important;
        letter-spacing: -0.1px !important;
    }
    .owl-next span {
        font-size: 30px;
        color: #fc3c2a;
    }

    .owl-prev span {
        font-size: 30px;
        color: #fc3c2a;
    }
    /*class_tournament_box registration scream*/
    .class_tournament{
        width:95%;
        height: 100%;
    }
}

.owl-carousel .owl-item .item{
    height: 185px;
    border: 1px solid #d9dee1;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    margin-left: -1px;
    margin-top: -1px;
}
.owl-carousel .owl-item .item a{
    text-decoration: none;
    color: #808080;
}
.owl-carousel .owl-item .item img{
    width: 7em ;
    height: 7em ;
    display: inline-block;
    margin: 15px 0px 5px 0px;
}
.owl-carousel .owl-item .item span.title{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: inherit;
    letter-spacing: 1px;
}
.owl-carousel .owl-item .item:hover{
    background-color: #fc3c2a;
}
.owl-carousel .owl-item .item:hover a{
    color: #FFFFFF;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    margin-left: -25px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev:focus {
    outline: none !important;
}

.owl-next:focus {
    outline: none !important;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}


.owl-next i {
    font-size: 30px;
    color: #fc3c2a;
}

.owl-prev i {
    font-size: 30px;
    color: #fc3c2a;
}
/* .owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;} */


/*-----------------------------------------------------------------------
* FOOTER
*-----------------------------------------------------------------------*/
#footer{
    padding: 20px 0px 40px 0px;
    background: url("../../images/footer_bg.gif") top left;
    color: #808080;
}
#footer h1,#footer h2,#footer h3, #footer h4{
    color: #fc3c2a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#footer ul{
    margin: 0px;
    padding: 0px;
}
#footer ul li{
    list-style: none;
    line-height: 24px;
}
#footer ul li a{
    color: inherit;
    transition: color ease 0.3s;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
}
#footer ul li a:hover{
    color: #FFFFFF;
}
#footer_bottom{
    background-color: #000000;
    padding: 15px 0px;
    color: #4c4c4c;
}
#footer_bottom p{
    margin: 0px;
}
#footer_bottom a{
    color: inherit;
}
#footer_bottom a:hover{
    color: #ffffff;
}

.notification-circle {
    /* border: 1px solid black; */
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #ffb4b4;
    padding: 0;
    display: block;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 17px;
    left: 21px;
    visibility: hidden;
}

.current_match_view #profile_circle{
    height: 150px !important;
    width: 150px !important;
}

.current_match_view .txt{
    /*font-size: 42px;*/
}
.current_match_view .btn{
    /*font-size: 42px;*/
}

.current_match_view .fs14{
    font-size: 14px;
}
.current_match_view .fs16{
    font-size: 16px;
}
.current_match_view .fs18{
    font-size: 18px;
}
.current_match_view .fs28{
    font-size: 28px;
}
.current_match_view .fs24{
    font-size: 24px;
}
.current_match_view .txt{
    /*font-size: 42px;*/
}
.current_match_view .txt{
    /*font-size: 42px;*/
}
.current_match_view h1{
    font-size: 50px;
}

.class_list{
    /*padding-bottom: 25px;*/
}
.class_list li{
    float:left;
    padding: 10px 10px;
    margin-left: 10px;
    font-size: 18px;
    text-align: center;
    list-style-type: none;
    background-color: #FC3C2A;
    color:#FFF;
    margin-bottom: 10px;
    cursor: pointer;
}
.class_list li.active{
    background-color: #CC0000;
}

.advertise{
    border-radius: 25px;
    border: 10px solid #0033ff !important;
    background-color: #63f3f3;
    padding: 5px;
    margin: -8px;
}

.advertise li{
    font-size: 17px;
    font-weight: bold;
}

.heading{
    color: #0033ff;
}

/*tournament carousel*/

.ads .owl-item .item{
    background-color: transparent;
    height: 550px;
    width: 300px;
    margin: 0px;
    padding: 0px;
}
.ads .owl-item .item:hover{
    background-color: transparent;
}
.ads .owl-item .item:hover a{
    background-color: transparent;
}
.ads .owl-item .item img{
    background-color: transparent;
    height: 100%;
    width: 300px;
    margin: 0px;
    padding: 0px;
}
/*sponsors*/
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider_range {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider_range:hover {
  opacity: 1;
}

.slider_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider_range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

#setting_sponsor {
    border: solid;
    border-color: red;
}
/* group-dir-table */
.group-dir-table{
    width: 100%;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 15px;
}
.group-dir-table .table-row{
    display: flex;
    flex-wrap: wrap;
}
.group-dir-table .table-td.col-four{
    max-width: 25%;
    flex: 0 0 25%;
}
.group-dir-table .table-td.col-eight{
    max-width: 12.5%;
    flex: 0 0 12.5%;
}
.group-dir-table .main-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.group-dir-table .image-wrap{
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.group-dir-table .image-wrap img{
    position: absolute;
    object-fit: unset;
    right: 15px;
    bottom: 15px;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}
.group-dir-table .table-td{
    border: 2px solid black;
    word-wrap:break-word
}
.group-dir-table .name{
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    position: relative;
    text-align: center;
    border-top: 1px solid #dedede;
    border-bottom: 2px solid #dedede;
}

.group-dir-table .name .tooltip-inner{
    margin: 0 auto;
}

@media (max-width: 991px){
    .group-dir-table .table-td.col-four{
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .group-dir-table .table-td.col-eight{
        max-width: 20%;
        flex: 0 0 20%;
    }
}
@media (max-width: 767px){
    .group-dir-table .table-td.col-four{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .group-dir-table .table-td.col-eight{
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}
@media (max-width: 480px){
    .group-dir-table .table-td.col-four{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .group-dir-table .table-td.col-eight{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
