*{
    margin: 0;
    padding: 0;
    outline: 0;
}
ul li{
    list-style: none;
}
hr{
    margin: 0;
}
body{
    font-family: 'Roboto', sans-serif;
}
.league_head{
    background: #8ebc3f;
}
.league_head a.backBtn{
    float: left;
    padding: 15px 10px;
    width: 45px;
}
.league_head a.backBtn:hover{
    background: #75a02b;
}
.league_head a.backBtn img{
    width: 100%;
}
.league_head h1{
    float: left;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    padding-left: 10px;
}
.league_head a.headtnc{
    float: right;
    color: #61a000;
    text-decoration: none;
    background: #fff;
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 12px;
}
.league_content_main{
    background: #f4f4f4;
}
.league_content_main .tabbing_main > ul{
    margin-bottom: 0;
    background: #fff;
}
.league_content_main .tabbing_main > ul > li{
    float: left;
    width: 25%;
    text-align: center;
    list-style: none;
}
.league_content_main .tabbing_main > ul > li a{
    display: block;
    padding: 20px 0 10px;
    color: #686868;
    text-decoration: none;
    font-size: 16px;
}
.league_content_main .tabbing_main > ul > li.active a{
    color: #61a000;
    border-bottom: 4px solid #61a000;
}
.league_content_main .tabbing_main > ul > li a span{
    color: #fff;
    background: #61a000;
    border-radius: 100%;
    padding: 0 4px;
}
.league_content_main .tabbing_main .tabbing_content{
    padding: 15px;
}
.tabbing_content .tab_pane{
    display: none;
}
.tabbing_content .tab_pane .common_white_box{
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px #999;
}
.tabbing_content .tab_pane .common_white_box.disabled{
    display: none;
}
.tabbing_content .tab_pane .common_white_box+.common_white_box{
    margin-top: 15px;
}
.tabbing_content .tab_pane:first-child{
    display: block;
}

.tabbing_content .tab_pane .common_white_box .league_logo_head{
    text-align: center;
    padding: 10px 15px;
    background: url(../images/mask.png);
    background-size: cover;
}
.tabbing_content .tab_pane .common_white_box .league_logo_head img{
    max-width: 150px;
}
.tabbing_content .tab_pane .common_white_box .league_logo_head p{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}
.tabbing_content .tab_pane .common_white_box .banner_box .slide img{
    width: 100%;
}
.tabbing_content .bx-wrapper{
    margin-bottom: 0;
}
.tabbing_content .bx-wrapper .bx-viewport{
    border: 0;
    left: 0;
}
.tabbing_content .bx-wrapper .bx-pager{
    bottom: 5px;
}
.tabbing_content .bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff;
}
.tabbing_content .bx-wrapper .bx-pager.bx-default-pager a:hover, .tabbing_content .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #5f9926;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .tasks_head {
    border-top:1px solid #ccc;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .tasks_head h2{
    padding: 0 8px;
    margin: 0;
    color: #5f9926;
    font-size: 16px;
    font-weight: 400;
    float: left;
    line-height: 42px;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .tasks_head h2.comment{
    line-height: 23px;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .tasks_head p{
    padding: 10px 15px 10px 5px;
    float: right;
    margin: 0;
    background: #f4f4f4;
    font-size: 16px;
    color: #5f9926;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .tasks_head p img{
    width: 25px;
    float: left;
    margin-top: 2px;
    padding: 0 5px;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .task_list{
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .task_list > ul > li{
    width: 100%;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .task_list > ul > li > ul > li{
    font-size: 14px;
    padding: 5px 10px;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .task_list > ul > li > ul > li.first{
    text-align: left;
    color: #686868;
    padding-left: 28px;
    position: relative;
    margin-right: 85px;
    display: block;
    width: auto;
    float: none;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .task_list > ul > li > ul > li.first:before{
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 10px;
    left: 12px;
    border-radius: 100%;
    background: #70a632;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .task_list > ul > li > ul > li.last{
    text-align: right;
    color: #70a632;
    /*width: 85px;*/
    padding-right: 20px;
    float: right;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .how_play{
    margin: 5px 0;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .how_play a{
    display: block;
    padding: 5px 10px;
    color: #7caf43;
    font-size: 16px;
    margin: 0;
    text-decoration: none;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .how_play a span{
    float: right;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .how_play a.active span{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.tabbing_content .tab_pane .common_white_box .tasks_box .how_play .how_play_list{
    margin-top: 10px;
    display: none;
}
.tabbing_content .tab_pane .common_white_box .tasks_box .how_play .how_play_list ul li{
    text-align: left;
    color: #686868;
    position: relative;
    display: block;
   font-size: 14px;
    padding: 5px 20px 5px 28px;
    line-height: 23px;
}
.tabbing_content .tab_pane .common_white_box .bx-wrapper .bx-controls.bx-has-pager {
    background-color:black;
    opacity:0.33;
    padding-top:31px
}
.tabbing_content .tab_pane .common_white_box .tasks_box .how_play .how_play_list ul li:before{
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 13px;
    left: 12px;
    border-radius: 100%;
    background: #70a632;
}
.tabbing_content .tab_pane .common_white_box .unique_code{
    text-align: center;
}
.tabbing_content .tab_pane .common_white_box .unique_code h2{
    font-weight: 300;
    color: #649e1f;
    margin: 15px 0 8px;
    font-size: 18px;
}
.tabbing_content .tab_pane .common_white_box .unique_code a{
    font-weight: 300;
    color: #649e1f;
    margin: 0px 0 8px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.tabbing_content .tab_pane .common_white_box .unique_code a span{
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    left: -50%;
    bottom: 100%;
    background: #222;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 5px;
    display: none;
}
.tabbing_content .tab_pane .common_white_box .unique_code a span:before{
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(34, 34, 34, 0);
	border-top-color: #222222;
	border-width: 5px;
	margin-left: -5px;
}
.tabbing_content .tab_pane .common_white_box .unique_code a.tooltiped span{
    display: block;
}
.tabbing_content .tab_pane .common_white_box .unique_code p{
    color: #474747;
    font-size: 18px;
}
.tabbing_content .tab_pane .common_white_box .unique_code ul{
    margin-bottom: 15px;
}
.tabbing_content .tab_pane .common_white_box .unique_code ul li{
    float: left;
    width: 50%;
    color: #649e1f;
    font-size: 16px;
    font-weight: 300
}
.tabbing_content .tab_pane .common_white_box .unique_code ul li img{
    width: 13px;
    vertical-align: middle;
}
.tabbing_content .tab_pane .common_white_box .unique_code ul li:first-child{
    text-align: right;
    border-right: 1px solid #649e1f;
    padding-right: 15px;
}
.tabbing_content .tab_pane .common_white_box .unique_code ul li:last-child{
    text-align: left;
    padding-left: 15px;
}
.tabbing_content .tab_pane .common_white_box .enter_league{
    padding: 10px;
}
.tabbing_content .tab_pane .common_white_box .enter_league p{
    font-size: 14px;
    font-weight: 300;
}
.tabbing_content .tab_pane .common_white_box .enter_league a{
    background: #539118;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
}
.tabbing_content .tab_pane .common_white_box .enter_league a:hover{
    background: #386909;
}
.tabbing_content .tab_pane .common_white_box .common_list{
    padding: 10px;
}
.tabbing_content .tab_pane .common_white_box .common_list ul{
    margin-bottom: 0;
}
.tabbing_content .tab_pane .common_white_box .common_list ul li{
    text-align: left;
    color: #686868;
    padding-left: 28px;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 5px 28px;
}
.tabbing_content .tab_pane .common_white_box .common_list ul li:before{
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 10px;
    left: 12px;
    border-radius: 100%;
    background: #70a632;
}
.tabbing_content .tab_pane .common_white_box .invite_hack a{
    display: block;
    padding: 10px 20px;
    color: #7caf43;
    font-size: 16px;
    margin: 0;
    text-decoration: none;
}
.tabbing_content .tab_pane .common_white_box .invite_hack a span{
    float: right;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.tabbing_content .tab_pane .common_white_box .invite_hack a.active span{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.tabbing_content .tab_pane .common_white_box .invite_hack p{
    padding: 0 20px 15px;
    margin: 0;
    font-size: 14px;
}
.tabbing_content .tab_pane .common_white_box .team_info_box .team_info_head{
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.tabbing_content .tab_pane .common_white_box .team_info_box .team_info_head .avtar{
    float: left;
    width: 60px;
}
.tabbing_content .tab_pane .common_white_box .team_info_box .team_info_head .avtar img{
    width: 100%;
    border-radius: 100%;
}
.tabbing_content .tab_pane .common_white_box .team_info_box .team_info_head .team_name{
    margin-left: 75px;
}
.tabbing_content .tab_pane .common_white_box .team_info_box .team_info_head .team_name h2{
    margin: 0 0 5px;
    font-weight: 300;
    color: #474747;
    font-size: 16px;
}
.tabbing_content .tab_pane .common_white_box .team_info_box .team_info_head .team_name p{
    margin: 0;
    color: #61a000;
    font-size: 14px;
}
.tabbing_content .tab_pane .common_white_box .team_scores{
    padding: 20px 5px;
}
.tabbing_content .tab_pane .common_white_box .team_scores ul{
    margin: 0;
}
.tabbing_content .tab_pane .common_white_box .team_scores ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 0 4px;
}
.tabbing_content .tab_pane .common_white_box .team_scores ul li p{
    background: #ccc;
    color: #fff;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    font-size: 18px;
}
.tabbing_content .tab_pane .common_white_box .team_scores ul li.one p{
    background: #e91e63;
}
.tabbing_content .tab_pane .common_white_box .team_scores ul li.two p{
    background: #fd6934;
}
.tabbing_content .tab_pane .common_white_box .team_scores ul li.three p{
    background: #0195aa;
}
.tabbing_content .tab_pane .common_white_box .team_scores ul li span{
    color: #646464;
    font-size: 14px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .team_activity_head{
    padding: 10px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .team_activity_head .head_left{
    float: left;
    font-size: 16px;
    width: 50%;
    margin-bottom: 0;
    white-space: nowrap;
}
.tabbing_content .tab_pane .common_white_box .team_activity .team_activity_head .head_left span{
    color: #61a000;
}
.tabbing_content .tab_pane .common_white_box .team_activity .team_activity_head .head_right{
    float: right;
    font-size: 16px;
    width: 50%;
    text-align: right;
    font-weight: 300;
    margin-bottom: 0;
}
.tabbing_content .tab_pane .common_white_box .team_activity .team_activity_head .head_right span{
    color: #61a000;
}
.tabbing_content .tab_pane .common_white_box .team_activity .team_activity_head{
    border-bottom: 1px solid #ccc;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list{
    padding: 0 7px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item+.activity_list_item{
    border-top: 1px solid #ccc;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .avtar{
    width: 50px;
    float: left;
    padding: 10px 0;
    text-align: center;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .avtar img{
    width: 100%;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 5px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .activity_detail{
    margin-left: 60px;
    margin-right: 70px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .activity_detail h2{
    margin: 12px 0 5px;
    font-weight: 300;
    color: #474747;
    font-size: 16px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .activity_detail.name_mid h2{
    margin: 25px 0 5px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .activity_detail p{
    margin: 0;
    color: #61a000;
    font-size: 14px;
    margin-bottom: 8px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .activity_points{
    float: right;
    width: 68px;
    padding: 18px 0;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .activity_points img{
    width: 30px;
    float: left;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .activity_points.no_medal img{
    display: none;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .activity_list_item .activity_points p{
    font-size: 14px;
    color: #61a000;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 0;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .more_btn{
    text-align: center;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .more_btn a{
    color: #61a000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin: 7px 0 5px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list .more_btn a span{
    display: block;
    line-height: 12px;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_prizes_head{
    border-bottom: 1px solid #ccc;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_prizes_head h2{
    padding: 0 7px;
    margin: 0;
    color: #474747;
    font-size: 16px;
    font-weight: 300;
    float: left;
    line-height: 42px;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_prizes_head p{
    padding: 10px 8px 10px 5px;
    float: right;
    margin: 0;
    font-size: 16px;
    color: #5f9926;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_prizes_head p img{
    width: 14px;
    margin-top: -4px;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_leads > ul{
    margin-bottom: 0;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_leads > ul > li{
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 10px;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_leads > ul > li a{
    display: block;
    text-decoration: none;
    color: #474747;
    font-size: 14px;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_leads > ul > li span{
    display: block;
    color: #474747;
    font-size: 12px;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_leads > ul > li p{
    font-weight: 300;
    font-size: 18px;
    margin: 0;
}
.tabbing_content .tab_pane .common_white_box .league_prizes .league_leads > ul > li img{
    border-radius: 100%;
    margin: 10px 0;
    max-width: 100%;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list.leader_board .activity_list_item .avtar span{
    font-size: 14px;
    color: #61a000;
    margin-top: 5px;
    white-space: nowrap;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list.leader_board .activity_list_item h2{
    margin: 12px 0 0;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list.leader_board .activity_list_item span{
    color: #474747;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list.leader_board .activity_list_item p{
    margin-top: 5px;
}
.tabbing_content .tab_pane .common_white_box .team_activity .activity_list.leader_board .activity_list_item .activity_points{
    padding: 6px 0;
}

.popup_cont{
    height: 100%;
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
    overflow: auto;
}
.tandc_popup{
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #ccc;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    visibility: hidden;
}
.tandc_popup.showPopup{
    top: 20%;
    visibility: visible;
}
.tandc_popup .tandc_head{
    color: #474747;
    background: #eaeaea;
    border-bottom: 1px solid #ccc;
}
.tandc_popup .tandc_head p{
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 5px;
}
.tandc_popup .tandc_head p a{
    float: right;
    font-size: 30px;
    font-weight: 300;
    color: #61a000;
    line-height: 14px;
    text-decoration: none;
}
.tandc_popup .tandc_body{
    padding: 10px;
}
.tandc_popup .tandc_body ul li{
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
}
.tandc_popup .tandc_body ul li:before{
    content: "";
    height: 10px;
    width: 10px;
    background: #61a000;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 5px;
}
.tabbing_content .tab_pane .common_white_box .progress_bar{
    border-bottom: 1px solid #ccc;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_head h2{
    padding: 0 8px;
    margin: 0;
    color: #474747;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box{
    margin: 25px 8px;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar{
    height: 20px;
    background: #ccc;
    border-radius: 20px;
    position: relative;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar span.filled_bar{
    background: #649e1f;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    border-radius: 20px;
    max-width: 100%;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar span.max_points{
    position: absolute;
    top: -23px;
    right: 0px;
    font-size: 16px;
    color: #474747;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.one span.max_points.second, .tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.one span.max_points.third, .tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.one span.max_points.fourth{
    display: none;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.two span.max_points.first{
    right: 50%;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.two span.max_points.second{
    right: 0;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.two span.max_points.third, .tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.two span.max_points.fourth{
    display: none;
}

.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.three span.max_points.first{
    right: 66.66%;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.three span.max_points.second{
    right: 33.33%;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.three span.max_points.third{
    right: 0;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.three span.max_points.fourth{
    display: none;
}


.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.four span.max_points.first{
    right: 75%;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.four span.max_points.second{
    right: 50%;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.four span.max_points.third{
    right: 25%;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar.four span.max_points.fourth{
    right: 0;
}





.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar span.filled_bar.lessFilled em{
    right: auto;
    left: 100%;
}
.tabbing_content .tab_pane .common_white_box .progress_bar .progress_box .full_bar span.filled_bar em{
    position: absolute;
    top: 100%;
    color: #649e1f;
    right: 0;
    white-space: nowrap;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}



@media all and (max-width:479px){
    .tabbing_content .tab_pane .common_white_box .league_prizes .league_leads ul li p{
        font-size: 16px;
    }
    .tabbing_content .tab_pane .common_white_box .league_prizes .league_leads ul li p span{
        display: block;
    }
}

