*{
    /*  outline: 1px solid #f00;*/
}

@media(min-width: 768px){
    .footer {
        margin-top: 15px;
    }
}
.footer{
    background: rgba(0,0,0,0.1);
}
body,
html{
    /*font-family: Montserrat, Helvetica, Arial, sans-serif;*/
    overflow-x: hidden !important;
}
body.no-scroll,
html.no-scroll{
    padding-right: 0 !important;
    max-height: 100% !important;
    height: 100% !important;
    overflow-y: hidden !important;
}
textarea{
    resize: none;
    overflow-y: hidden !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sans-font{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 100 !important;
}
.text-red{
    color: #f4645f;
}
.bg-red{
    background: #f4645f;
}
.text-blue{
    color: #07a;
}
.fa-times-thin:before {
    content: '\00d7';
}
.transparent-block{
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
}
.leftScoreboardButton{
    display: block;
    position: fixed;
    left: -140px;
    bottom: 15vh;
    height: 35px;
    padding: 2px;
    font-size: 25px;
    text-decoration: none !important;
    color: #fff !important;
    width: 182px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}/*
@media(max-width: 768px) {
    .leftScoreboardButton {
        display: block;
        position: fixed;
        left: -90px;
        bottom: 15vh;
        height: 25px;
        padding: 2px;
        font-size: 16px;
        text-decoration: none !important;
        color: #fff !important;
        width: 115px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }
}*/
.leftScoreboardButton:hover,
.leftScoreboardButton:focus{
    left: 0;
}
.md-block {
    padding: 15px;
    width: 100%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    overflow: hidden;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

}
hr.myhr{
    border-top: 1px solid rgba(255,255,255,0.5);
    width: 150px;
}
.myh4{
    font-size: 18px;
    margin: 0;
}
.btn-rounded{
    border-radius: 40px !important;
}
.circleBtn{
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color: #fff !important;
    background: #909090;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: -10px auto 20px;
}
.circleBtn:focus,
.circleBtn:active,
.circleBtn:hover{
    background: #828282;
}

.signInButton{
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color: #fff !important;
    background: #932205;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: -10px auto 20px;
    border: 1px solid #fff;
}
.signInButton.active{
    background: #0d772d;
}


.rectBtn{
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: #005063;
    margin: 0 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media(max-width: 768px){
    .rectBtn{
        width: 100%;
        margin-top:5px;
    }
}
.rectBtn.active,
.rectBtn:focus,
.rectBtn:hover{
    background: #80949A;
}
.rectBlock{
    display: none;
}
.rectBlock.active{
    display: block;
}

.dark-block {
    padding: 20px;
    width: 100%;
    background: rgba(0,0,0,0.3);
    color: #fff !important;
    overflow: hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,1);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,1);
}
.dark-block *, .dark-block th, .dark-block td {
    color: #fff !important;
}
.shimmer {
    font-weight: 300;
    font-size: 22px;
    display: inline;
    padding-left: 70px;
    margin-left: -70px;
    padding-right: 140px;
    margin-right: -140px;
}

.shimmer {
    text-align: center;
    color: rgba(255,255,255,0.5);
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #222;
}
@-moz-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}
@-webkit-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}
@-o-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}
@keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

.mailInputWrapper,
.passwordInputWrapper
{
    position: relative;
    width: 270px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mailInputWrapper input,
.passwordInputWrapper input{
    position: relative;
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 30px;
    padding: 0 10px;
    outline: none;
    color: #fff;
    text-align: center;
}
.mailInputWrapper:before{
    position:absolute;
    display:block;
    width: 34px;
    height: 34px;
    font-family: 'FontAwesome';
    color:rgba(255,255,255,0.2);
    left: auto;
    top: 3px;
    background-color: #000;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-left: 5px;
    font-size: 25px;
    content: "\f1fa";
}
.passwordInputWrapper:before{
    position:absolute;
    display:block;
    width: 34px;
    height: 34px;
    font-family: 'FontAwesome';
    color:rgba(255,255,255,0.2);
    left: auto;
    top: 3px;
    background-color: #000;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-left: 5px;
    font-size: 25px;
    content: "\f023";
}


.searchResultItem{
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px;
    text-decoration: none !important;
}
.searchResultItemPhoto{
    float:left;
    padding: 7px 10px;
}
.searchResultItemPhotoImg{
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.searchResultItemText b,
.searchResultItemText span{
    text-align: left;
    display:block;
    width:100%;
    color: rgba(255,255,255,0.8);
}
.searchResultItemPhotoImg img{
    width: 30px;
}
.searchResultItem:focus,
.searchResultItem:hover{
    background: #616161;
}

.main-page-profile,
.main-page-statistic,
.main-page-title,
.main-tournament-list-block{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.main-page-profile{
    background-color: rgba(0,0,0,0.1);
    height: 70px;
    padding: 10px;
}
.main-tournament-list-block{
    margin-top:20px;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.1);
}
.main-page-profile a{
    display: block !important;
    height: 100%;
    width: 100%;
}
.main-page-profile-image-wrapper{
    height: 50px;
    margin-right: 10px;
    float: left;
}
.main-page-profile-right{
    float: left;
    color: rgba(255,255,255,0.5);
}
.main-page-profile-right-top{
    margin-top:5px;
    display: block;
    font-size:16px;
}
.main-page-profile-right-top-log{
    margin-top:5px;
    display: block;
    font-size:14px;
}
.main-page-profile-right-bottom {
    display: block;
    font-size: 0.8em;
}
.main-page-profile a:hover .main-page-profile-right,
.main-page-profile a:focus .main-page-profile-right{
    color: #fff;
}
.main-page-profile img{
    height: 50px;
}
.main-page-title{
    background-color: rgba(0,0,0,0.1);
    height: 70px;
    padding: 20px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-page-title span{
}
.main-page-statistic{
    background-color: rgba(0,0,0,0.1);
    height: 70px;
    padding: 15px;
    display: flex;
    justify-content: space-around;
}
.main-page-statistic-item{
    display: block;
    float:left;
    text-align: center;
}
.main-page-statistic-item:last-child{
    border-right: none;
}

.main-page-statistic-title{
    display: block;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    color: rgba(255,255,255,0.3);
}
.main-page-statistic-value{
    clear:both;
    display: block;
    color: #fff;
}
@media (max-width: 992px){
    .main-page-statistic{
        background-color: rgba(0,0,0,0.1);
        height: auto;
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-page-statistic-item{
        display: block;
        float:left;
        min-width: 16%;
        margin: 0;
        text-align: center;
    }
    .main-page-statistic-title{
        display: block;
        width: 100%;
        font-size: 0.7em;
        text-align: center;
        color: rgba(255,255,255,0.3);
    }
}
.searchHeaderWrapper{
    position: relative;
    width: 220px;
    margin: 0 auto;
    text-align: center;
}
.searchHeaderWrapper:before{
    position:absolute;
    display :block;
    font-family: 'FontAwesome';
    color:rgba(255,255,255,0.2);
    left: auto;
    top: 1px;
    margin-left: 10px;
    font-size: 25px;
    content: "\f002";
}
#searchHeaderBackside{
    position: fixed;
    background-color: transparent;
    top:0;
    left: 0;
    width: 999999px;
    height: 999999px;
    z-index: 7;
}
#searchHeaderResult{
    background: #212121;
    border-radius: 3px;
    display: block;
    left: 50%;
    padding: 0;
    margin-left: -121px;
    position: absolute;
    right: -12px;
    top: 53px;
    width: 243px;
    height: auto;
    z-index: 9;
}
#searchHeaderResultContent{
    width: 100%;
    max-height: 300px !important;
    overflow-y: auto;
}
#searchHeaderResult:not(.hidden):before{
    content: '';
    position: absolute;
    display: block;
    left: calc(50% - 5px);
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #212121;
    z-index:8;
}
#searchHeaderInput{
    position: relative;
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 30px;
    padding: 0 10px;
    outline: none;
    color: #fff !important;
    text-align: center;
}

#searchHeaderInput:focus{
    text-align: left;
    padding: 0 10px 0 38px;

}
.tournament_header{
    position: relative;
    margin-top:-22px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    padding: 0;
}

.tournament_header *{
}
.tournament_header_content200{
    display :block;
    width: 100%;
    /*height: 100%;*/
    padding: 20px 0 15px;
    min-height: 200px;
    background: rgba(0,0,0,0.2);
}
.tournament_header_content{
    display :block;
    width: 100%;
    /*height: 100%;*/
    padding: 15px 0 15px;
    background: rgba(0,0,0,0.2);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.website-title{
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius:15px;
}
@media (max-width: 768px){
    .website-title{
        margin: 15px 15px 0px !important;
        padding: 0;
    }
    .website-title hr{
        margin-left: -15px;
        margin-right: -15px;
    }
}
.mytkd-tab-nav{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.mytkd-tab-item{
    display: block;
    position: relative;
    padding: 15px 5px;
    min-width: 150px;
    text-align: center;
    color: #fff !important;
    background: rgba(255,255,255,0.1);
    margin: 10px 5px 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    text-decoration: none !important;
}
.mytkd-tab-block{
    display: none;
}
.mytkd-tab-item.active{
    color: #266c92 !important;
    background: #fff !important;
}
.mytkd-tab-block.active{
    display: block !important;
}
.mytab-tab-item:focus,
.mytab-tab-item:hover{
    text-decoration: none; !important;
}

@media(max-width: 678px){
    .mytkd-tab-nav {
        display: block;
    }
    .mytkd-tab-item{
        width: 100%;
    }
}
/*  Ripple */
.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}
.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/* end RIPPLE */

.pointer{
    cursor: pointer;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*     outline: 1px solid #f00 !important; */
}
.center-table,
.center-table th,
.center-table td{
    text-align:center;
    vertical-align: middle !important;
}
.table-cell-button a{
    padding: 8px;
    color: #fff;
    display: block;
    width: 100%;
    height:100%;
    cursor: pointer;
}
.table-cell-button{
    padding:0 !important;
}
.table-cell-button a:hover,
.table-cell-button a:focus{
    color: #1d5574;
    background: #fff;
    text-decoration: none;
}
.navbar-collapse{
    border: none !important;
}
hr.bluehr{
    border-top: 2px solid #256c91;
    border-top: 2px solid rgba(255,255,255,0.1);
}
.teams-list-photo{
    height: 60px;
    width: 50px;
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.trainer-nav-block{
    margin-top:-10px;
    margin-bottom:-10px;
    background: rgba(255,255,255,0.2);
    border-radius:20px;
    padding: 10px;
}
@media (max-width: 767px){
    .trainer-nav-block{
    }
}
.teams-list-block, .group-list-block, .mytkd-tab-block {
    padding: 20px;
    width: 100%;
    /*  background: #3e6885;*/
    background: rgba(255,255,255,0.2);
    color: #fff;
    overflow: hidden;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.group-block{
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 20px 25px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.group-list-block{
    padding: 20px 15px;
}
@media(max-width: 767px){
    .teams-list-block-footer{
        padding: 10px;
    }
    .group-list-block-footer{
        padding: 10px;
    }
    .table-responsive {
        width: 100%;
        border-left: none !important;
        border-right: none !important;
    }
    .teams-list-block,
    .group-list-block,
    .mytkd-tab-block{
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
    }
    .teams-list-block,
    .group-list-block{
        padding: 15px 0px;
    }
}

.teams-list-block td{
    border-top: none !important;
}
.teams-list-block tr:not(:first-child) td{
    border-top: 1px solid #577a91 !important;
}
.court-nav{
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
}
.court-nav *{
    height: 14px;
    float: left;
}
.court-nav-1{
    float: left;
    width: 50px;
}
.court-nav-2{
    float:left;
    width: calc(100% - 190px);
}

.court-nav-6{
    float: left;
    text-align: left;
    width: 135px;
}
.court-nav-3,
.court-nav-5{
    width: 40%;
}
.court-nav-3{
    text-align: right;
}
.court-nav-5{
    text-align: left;
}
.court-nav-4{
    width: 20%;
    text-align: center;
}
.court-block *{
}

.court-block{
    height: 60px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.court-block:first-child .court-content{
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.court-block:last-child .court-content{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom: none;
}
.court-fight-number{
    float: left;
    height: 60px;
    width: 70px;
    padding-right: 10px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.court-fight-number input{
    padding: 0;
    text-align: center;
    margin-top: 15px;
}
.court-content{
    float: left;
    display: block;
    width: calc(100% - 225px);
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #5a7b95;
    height: 60px;
}
*{
}
.court-download-block{
    padding-left: 10px;
    float: left;
    text-align: center;
    width: 135px;
    height: 60px;
    line-height: 60px;
}
.court-download-block span{
    display: block;
    float: left;
    width: 40px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
}

.court-download-block-a{
    float: right;
    display: block;
    width: 35px;
    height: 35px;
    opacity: 0.8;
}
.court-download-block-a img{
    width: 35px;
    height: 35px;
}

.court-download-block a:hover,
.court-download-block a:focus{
    opacity: 1;
}
.court-block-left{
    float: left;
    height: 60px;
    width: 40%;
}
.live-court-modal{
    opacity: 0.9;
    background: rgba(8,50,89,1);
    background: -moz-linear-gradient(45deg, rgba(8,50,89,1) 0%, rgba(25,78,135,1) 51%, rgba(17,70,128,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(8,50,89,1)), color-stop(51%, rgba(25,78,135,1)), color-stop(100%, rgba(17,70,128,1)));
    background: -webkit-linear-gradient(45deg, rgba(8,50,89,1) 0%, rgba(25,78,135,1) 51%, rgba(17,70,128,1) 100%);
    background: -o-linear-gradient(45deg, rgba(8,50,89,1) 0%, rgba(25,78,135,1) 51%, rgba(17,70,128,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(8,50,89,1) 0%, rgba(25,78,135,1) 51%, rgba(17,70,128,1) 100%);
    background: linear-gradient(45deg, rgba(8,50,89,1) 0%, rgba(25,78,135,1) 51%, rgba(17,70,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083259', endColorstr='#114680', GradientType=1 );
}
.court-block-middle{
    float: left;
    height: 60px;
    width: 20%;
}
.court-block-middle-c{
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #1d5574;

}.court-block-middle-tech{
     height: 30px;
     font-size: 15px;
     text-align: center;
     line-height: 30px;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     border-radius: 25px;
     background: #1d5574;
 }
.court-block-middle-t{
    color: #fff;
    margin-top: 2px;
}
.court-block-middle-t,
.court-block-middle-b
{
    color: #fff;
    text-align: center;
    line-height: 14px;
    width: 100%;
    height: 14px;
    font-size: 12px;
}
.court-block-right{
    float: left;
    height: 100px;
    width: 40%;

}
.court-img{
    margin: 10px;
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.court-opponent-left,
.court-opponent-right{
    font-size: 18px;
    width: calc(100% - 90px);
    height: 60px;
    padding-top: 0px;
}
.court-opponent-left a,
.court-opponent-right a{
    color: #fff;
    font-size: 18px;
}

.court-opponent-left{
    float: right;
    text-align: right;
}
.court-opponent-right{
    float: left;
    text-align: left;
}
.court-opponent a{
    color: #fff;
    font-size: 25px;
}
.court-block-left.iswinner,
.court-block-right.iswinner,
.court-block-left.iswinner a,
.court-block-left.iswinner p,
.court-block-right.iswinner a,
.court-block-right.iswinner p{
    color: gold !important;
}
.court-opponent{
}
.court-winner{
    color: #f7e429;
}
.court-nav-text{
    display: block;
    font-size: 25px;
    margin: 15px auto !important;
}

.court-opponent-left p,
.court-opponent-right p{
    font-size: 12px;
}

.court-input{
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    text-align: center;
    margin-top: 15px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    color: #000 !important;
    border: 1px solid #666;
}

.court-save-change-btn{
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 15px;
    display: block;
    float: left;
}
/* aqua #266c92 */
@media(max-width:768px) {
    .court-nav{
        width: 100%;
        height: 20px;
        font-size: 9px;
        color: #fff;
        padding-bottom: 5px;
    }
    .court-nav *{
        height: 14px;
        float: left;
    }
    .court-nav-1{
        float: left;
        text-align: left;
        width: 30px;
    }
    .court-nav-2{
        float:left;
        width: calc(100% - 90px);
    }

    .court-nav-6{
        float: left;
        text-align: left;
        width: 60px;
    }
    .court-nav-3,
    .court-nav-5{
        width: 40%;
    }
    .court-nav-3{
        text-align: right;
    }
    .court-nav-5{
        text-align: left;
    }
    .court-nav-4{
        width: 20%;
        text-align: center;
    }
    .court-input{
        float: left;
        width: 25px;
        height: 25px;
        line-height: 25px !important;
        margin: 15px 0 !important;
        font-size: 12px !important;
        border-radius: 4px;
        border: 1px solid #666;
    }
    .court-fight-number{
        font-size: 15px;
        width: 60px;
    }
    .court-content{
        width: calc(100% - 120px);
    }
    .court-download-block{
        padding-left: 2px;
        width: 60px;
    }
    .court-save-change-btn{
        margin: 15px 0 0 3px;
        height: 25px;
        width: 25px;
        text-align: center;
        padding: 0;
        line-height: 20px;
        font-size: 15px;
        display: block;
        float: left;
    }
    .court-block{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .court-block-middle-c{
        font-size: 13px;
    }
    .court-opponent-left,
    .court-opponent-right{
        width: 100%;
        padding-top: 10px;
        font-size: 7px !important;
    }
    .court-opponent-left{
        padding-right: 5px;
    }
    .court-opponent-right{
        padding-left: 5px;
    }
    .court-block-middle-t,
    .court-block-middle-b{
        font-size: 7px;
    }
    .court-opponent-left a,
    .court-opponent-right a{
        font-size: 8px;
    }

    .court-opponent-left p,
    .court-opponent-right p{
        font-size: 8px;
    }
    .court-nav-text{
        font-size: 15px;
    }


    .divscroll-mobile {
        overflow-x: scroll;
    }
    .court-download-block-a{
        display: none;
    }
}
.divisions-nav{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* background: #aeb8c6;*
       -webkit-border-radius: 40px;
     -moz-border-radius:40px;
     border-radius:40px;
     overflow: hidden;
      */
}
.agegroup-nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.weights-nav{
    display: flex;
    justify-content: center;
    align-content: center;
}

.agegroup-item{
    display: block;
    position: relative;
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
    height: 80px;
    padding: 5px;
    width: 150px;
    margin: 10px 5px 5px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
.agegroup-item-top{
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    height: 55px;
}
.agegroup-item-bottom{
    border-top: 1px solid #fff;

}
.agegroup-item.active,
.agegroup-item:hover{
    background: #fff !important;
    color: #266c92 !important;
}
@media(min-width: 768px) {
    .agegroup-item.active .agegroup-item-bottom,
    .agegroup-item:hover .agegroup-item-bottom {
        border-top: 1px solid #266c92;
    }
}

.weight-prev-item{
    display: block;
    margin: 15px auto;
    color: #fff;
    text-decoration: none;
    padding: 3px 0 0;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.weight-prev-item .nobr{
    display: block;
    margin: 0 auto;
    font-size: 20px;
    text-decoration: none !important;
}
.weight-item{
    display: block;
    margin: 0 5px;
    color: #fff;
    background: rgba(255,255,255,0.1);
    height: 80px;
    padding: 10px 5px 15px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
.weight-item.disabled{
    background: rgba(255,0,0,0.3) !important;
    cursor: default;
    color: #fff !important;
}
.weight-item.disabled .weight-item-b{
    border-top: 1px solid #fff !important;
    display: block;
    color: #fff !important;
}

.weight-item.disabled .weight-item-t{

}
.weight-item .weight-item-t{
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    font-size: 30px;
}

.weight-item:hover,
.weight-item:focus{
    text-decoration: none !important;
    color: #266c92;
    background-color: #fff;
}
.weight-item:hover .weight-item-b,
.weight-item:focus .weight-item-b{
    text-decoration: none;
    border-top: 1px solid #266c92;
    color: #266c92;
}
.weight-item.empty .weight-item-b{
}
.weight-item.empty{
    opacity: 0.5;
}
.division-block{
    width: 100%;
    display: none;
}
.division-block.active{
    display: block;

}
.ageblock{
    display: none;
}
.ageblock.active{
    display: block;
}
.division-item{
    display: block;
    position: relative;
    height: 80px;
    padding: 12px 5px;
    width: 150px;
    text-align: center;
    color: #fff !important;
    background: rgba(0,0,0,0.5);

    margin: 10px 5px 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    text-decoration: none; !important;
}
.division-item b{
    color: #f0f0f0 !important;
    text-decoration: none !important;
}
.division-item span{
    font-size:0.7em;
    color: #f0f0f0;
}
.division-item:focus,
.division-item:hover{
    text-decoration: none;
}

.individual-color{
    background-color: #4682B4;
}
.teams-color{
    background-color: #CD2626;
}
.robin-color{
    background-color: #EE7621;
}
.scoreboard-color{
    background-color: #008B45;
}


.division-item.active{
    background-color: #fff;
    color: #266c92;
}

.division-item.active span,
.division-item.active b{
    color: #266c92 !important;
}


.division-item span,
.agegroup-item span{
    display: block;
}
.bold{
    font-weight: bold !important;
}
.no-border-table *{
    border: none !important;
}
.modal {
}
@media(max-width:768px) {
    .divisions-nav{
    }
    .division-item{
        width: 90px;
        margin: 5px 1px 2px;
    }
    .division-item span{
        font-size:0.65em;
    }
    .agegroup-item-bottom{
        border-top:none;

    }
    .agegroup-nav{
        display: block;
    }
    .agegroup-item{
        margin: 6px 0;
        display: block;
        width: 100%;
    }
    .agegroup-item-top{
        font-size: 15px;
    }
    .weight-item{
        position: relative;
        margin: 1vw 0;
        width: 29vw;
        height: 28vw;
    }
    .weight-prev-item, .weight-item{
        text-align: center;
    }
    .weight-item .weight-item-t{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 80%;
        font-size: 16px;
        font-size: 11vw;
        margin: 0 auto 20%;
    }
    .weight-item .weight-item-b{
        position: absolute;
        left: 0;
        width: calc(100% - 10px);
        height: 20%;
        margin: 0 5px 6px;
        bottom: 1%;
        font-size: 20px;
    }
    .weights-nav {
        padding: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }

}
@media screen and (min-width: 768px) {
    .modal.centered:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog.centered {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.gold{
    color: #fbe115;
}
.diary-link{
    color: #fff !important;
}
.trainer-sp-myteam{
    position: relative;
    display: block;
    width: 100px;
    margin: 10px 10px 0;
    text-align: center;
    text-decoration: none !important;
}
.trainer-sp-myteam .rmTop{
    position: absolute;
    right:0;
    top:0;
    width: 20px;
    height: 30px;
}
.rmTopBtn{
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: rgba(255,0,0,0.8) !important;
}
.rmTopBtn:hover,
.rmTopBtn:active{
    background-color: rgba(255,0,0,1) !important;
}
.trainer-sp-myteam span{
    display: block;
    font-size: 12px;
    color: #dadada !important;
    clear:both;
}
.trainer-sp-myteam:focus span,
.trainer-sp-myteam:hover span{
    color: #fff !important;
}
.trainer-sp-myteam .photo{
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 110px;
}
.trainer-sp-myteam.notactive .photo{
    border: 2px solid #ff1d11;
}
@media(max-width: 768px){
    .trainer-sp-myteam{
        width: 80px;
    }
    .trainer-sp-myteam .photo{
        width: 50px;
        height: 70px;
    }
    .no-padding-mobile{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.activated-status{
    padding: 3px 6px;
    margin-left: 5px;
    background: #00a759;
    color: #fff;
    border-radius: 10px;
    font-weight: 100;
}
.trainer-myteam{
    display: block;
    width: 300px;
    margin: 15px auto;
    background: #466d89;
    color: #fbe115;
    padding: 10px 5px;
    border-radius:40px;
}
.tour-nav-item{
    display: block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    height: 120px;
    margin: 0 5px;

}

.tour-nav-live, .tour-nav-cup,.tour-nav-reglament, .tour-nav-teams,.tour-nav-category, .tour-nav-protocols, .tour-nav-results, .tour-nav-hotels, .tour-nav-diary{
    opacity: 0.4;
    height: 70px;
    margin: 0 auto;
    background-size: cover;
}
.tour-nav-live{
    width: 80px;
    background-image: url('../icons/live.png');
}
.tour-nav-item:hover .tour-nav-live,
.tour-nav-item:focus .tour-nav-live,
.tour-nav-item.active .tour-nav-live{
    opacity:1;
}
.tour-nav-reglament{
    width: 50px;
    background-image: url('../icons/reglament.png');
}
.tour-nav-item:hover .tour-nav-reglament,
.tour-nav-item:focus .tour-nav-reglament,
.tour-nav-item.active .tour-nav-reglament{
    opacity:1;
}
.tour-nav-cup{
    width: 55px;

    background-image: url('../icons/results.png');
}
.tour-nav-item:hover .tour-nav-cup,
.tour-nav-item:focus .tour-nav-cup,
.tour-nav-item.active .tour-nav-cup{
    opacity:1;
}

.tour-nav-teams{
    width: 50px;
    background-image: url('../icons/teams.png');
}
.tour-nav-item:hover .tour-nav-teams,
.tour-nav-item:focus .tour-nav-teams,
.tour-nav-item.active .tour-nav-teams{
    opacity:1;
}
.tour-nav-category{
    width: 100px;

    background-image: url('../icons/category.png');
}
.tour-nav-item:hover .tour-nav-category,
.tour-nav-item:focus .tour-nav-category,
.tour-nav-item.active .tour-nav-category{
    opacity:1;
}
.tour-nav-protocols{
    width: 80px;
    background-image: url('../icons/protocols.png');
}
.tour-nav-item:hover .tour-nav-protocols,
.tour-nav-item:focus .tour-nav-protocols,
.tour-nav-item.active .tour-nav-protocols{
    opacity:1;
}
.tour-nav-results{
    width: 110px;
    background-image: url('../icons/all_results.png');
}
.tour-nav-item:hover .tour-nav-results,
.tour-nav-item:focus .tour-nav-results,
.tour-nav-item.active .tour-nav-results{
    opacity:1;
}
.tour-nav-hotels{
    width: 70px;
    background-image: url('../icons/hotels.png');
}
.tour-nav-item:hover .tour-nav-hotels,
.tour-nav-item:focus .tour-nav-hotels,
.tour-nav-item.active .tour-nav-hotels{
    opacity:1;
}
.tour-nav-diary{
    width: 50px;
    background-image: url('../icons/mydiary.png');
}
.tour-nav-item:hover .tour-nav-diary,
.tour-nav-item:focus .tour-nav-diary,
.tour-nav-item.active .tour-nav-diary{
    opacity:1;
    background-image: url('../icons/mydiary.png');
}
.tour-nav-item span{
    text-align: center;
    margin-top: 10px;
    padding: 5px 10px;
    color: #0092c9;
}
.tour-nav-item:hover span,
.tour-nav-item:focus span{
    opacity: 0.8;
    color: #fff;
}
.tour-nav-item.active img{
    opacity: 0.8;
}
.tour-nav-item.active span{
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
}

@media(max-width: 768px){
    .tour-nav-item{
        width: 20%; !important;
        height: 70px;
    }
    .tour-nav-live{
        width: 50px;
        height: 40px;
    }
    .tour-nav-item br{
        display: none;
    }
    .tour-nav-reglament{
        width: 30px;
        height: 40px;

    }
    .tour-nav-teams{
        height: 40px;
        width: 30px;
    }
    .tour-nav-category{
        height: 40px;
        width: 40px;
    }
    .tour-nav-protocols{
        height: 40px;
        width: 45px;
    }
    .tour-nav-results{
        margin: 3px auto 2px;
        height: 35px;
        width: 60px;
    }
    .tour-nav-cup{
        margin: 3px auto 2px;
        height: 35px;
        width: 27px;
    }
    .tour-nav-hotels{
        height: 40px;
        width: 40px;
    }
    .tour-nav-diary{
        height: 40px;
        width: 30px;
    }
    .tour-nav-item span{
        font-size: 10px !important;
    }
    .tournament-navbar{
        padding: 0;
        margin-left: -6px;
    }
}
.tournamentBlock{
    display: block;
    position: relative;
    background: rgba(255,255,255,0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 250px;
    padding: 10px;
    margin: 0 -10px;
    cursor: pointer;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-box-shadow: 7px 7px 10px -2px rgba(0,0,0,0.33);
    -moz-box-shadow: 7px 7px 10px -2px rgba(0,0,0,0.33);
    box-shadow: 7px 7px 10px -2px rgba(0,0,0,0.33);
}
.tournamentBlock::after {
    content: "";
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}
.tournamentBlock:hover:after{

}
.tournamentBlock:hover{
    background: rgba(255,255,255,0.1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tour-bottom-block{
    width: 100%;
    height: auto;
    position: absolute;
    padding-top: 10px;
    bottom: 10px;
    left: 0;
}
.tour-bottom-block hr{
    margin: 10px 0;
}
.tour-deadline{
    display: block;
    width: 150px;
    color: #000;
    background: #fff;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0;
    text-align: center;
    -webkit-border-radius: 13px;
    -moz-border-radius:13px;
    border-radius:13px;
}
.tour-block-wrap{
    margin-top: 10px;
}
@media(max-width: 768px){
    .tour-bottom-block {
        position: relative;
    }
    .tour-block-wrap{
        margin-top: 10px;
    }
    .tournamentBlock{
        margin: 0 -5px;
        min-height: auto;
    }
    .tour-deadline{
        margin-top: 20px;
    }
}

#loginModal .modal-content,
#refereeLoginForm .modal-content,
.dark-modal .modal-content{
    background: #30302E;
}
.container {
    margin-top: 10px;
}

.nav.nav-center {
    display: inline-block;
    left: 0;
    right: 0;
    margin:0;
    float:none;
}

.navbar-inner{
    text-align:center;
}

* {
    box-sizing: border-box;
    /* -webkit-transition: all ease-in-out 400ms;
     -moz-transition: all ease-in-out 400ms;
     -ms-transition: all ease-in-out 400ms;
     -o-transition: all ease-in-out 400ms;
     transition: all ease-in-out 400ms;
     */
}
/* HEADER */
#header{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: rgba(0,0,0,0.1);
    height: auto;
    padding: 15px 0 20px;

}
.right-header > a{
    margin-right: 15px !important;
}
@media(max-width: 768px){
    #header{
        margin: 0;
        padding: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .mh-link{
        color: #fff !important;
    }
    .mh-link:hover,
    .mh-link:focus{
        color: #e6e6e6;
    }

    .mh-shop{
        position: relative;
        margin-left: 8px;
        color: #fff;
    }
    .mh-shop:hover,
    .mh-shop:focus {
        color: #e63e2b;
    }
    .mh-registration{
        position: relative;
        top: 2px;
        color: #fff;
    }
    .mh-registration:hover,
    .mh-registration:focus {
        color: #a13e9f;
    }
    .mh-search{
        position: relative;
        margin-right: 15px;
        top: 3px;
        color: #fff;
    }
    .mh-search:hover,
    .mh-search:focus{
        color: #51a187;
    }
    .mh-man{
        margin-left: 10px;
        position: relative;
        top: 4px;
        color: #fff;
    }
    .mh-man:hover,
    .mh-man:focus{
        color: #5489a1;
    }
    .hm-language{
        margin-left: 10px;
        position: relative;
        top: 8px;
        font-size: 26px;
        color: #fff;
        text-decoration: none !important;
    }
    .hm-language:hover,
    .hm-language:focus{
        color: #ff8e37;
    }
}

.header-mobile a{
    color: #fff !important;
}
.header-mobile a:focus,
.header-mobile a:hover{
    color: #000 !important;
}
.header-link{
    color: #fff;
    margin:0 0px;
}

.header-link:hover,
.header-link:focus{
    color: #e6e6e6;
}
.header-shop{
    position: relative;
    color: #fff;
    margin: 0 0px !important;
}
.header-shop:hover,
.header-shop:focus{
    color: #e63e2b;
}
.header-registration{
    position: relative;
    color: #fff;
    margin: 0 0px !important;
}
.header-registration:hover,
.header-registration:focus{
    color: #000000;
}
.header-rating{
    position: relative;
    color: rgba(255,255,255,0.3) !important;
    margin: 0 !important;
}
.header-rating:hover,
.header-rating:focus{
    color: #fff !important;
}
.header-search{
    position: relative;
    color: #fff;
    margin: 0 0 !important;
}
.header-search:hover,
.header-search:focus{
    color: #51a187;
}

.header-contactus{
    position: relative;
    color: rgba(255,255,255,0.3) !important;
    margin: 0 0px !important;
}
.header-contactus:hover,
.header-contactus:focus{
    color: #fff !important;
}
.header-logout{
    position: relative;
    color: rgba(255,255,255,0.3) !important;
    margin: 0 0px !important;
}
.header-logout:hover,
.header-logout:focus{
    color: #fff !important;
}
.header-settings{
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    position: relative !important;
    margin: 0 10px 0 0;
}
.header-settings .glyphicon{
    color: rgba(255,255,255,0.3) !important;
}
.header-settings:hover .glyphicon,
.header-settings:focus .glyphicon{
    color: #fff !important;
}
.header-man{
    position: relative;
    color: #fff;
    margin: 0 15px !important;
}
.header-man:hover,
.header-man:focus{
    color: #5489a1;
}
.header-language{
    display: block;
    position: relative;
    font-size: 37px;
    margin-top: -4px;
    float: right;
    margin-right: 5px;
    color: rgba(255,255,255,0.3);
    text-decoration: none !important;
}
.header-language:hover,
.header-language:focus{
    color: #fff;
}
.header-login{
    position: relative;
    padding: 0px 10px;
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin: -8px auto 0;
    background-color: rgba(255,255,255,0.2);
    -webkit-border-radius:70px;
    -moz-border-radius:70px;
    border-radius: 70px;
    text-decoration: none !important;
}
.header-login span{
    color: #fff;
    font-size: 20px;
    display: none;
}
.header-login .logoimg{
    height: 45px;
    max-width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header-login:hover span,
.header-login:focus span{
    text-decoration: none !important;
    display: block
}
.header-login:hover .logoimg,
.header-login:focus .logoimg{
    display: none;
    height: 65px;
}
.loginButton{
    position: relative;
    height: 50px;
    width: 170px;
    background: #E31E24;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 1px 5px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 400ms ease-in-out;
    outline: none !important;
    overflow: hidden;
    opacity: 1;
    box-shadow:  0 0 0 2px #6a6a6a;
    border: 1px solid #474747;
}
.loginButton img{
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    float: left;
}
.loginButton span{
    float: left;
    font-size: 24px;
    color: #fff;
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 9px;
    line-height: 24px;
    margin-bottom: 5px;
    height: 24px;
    border-left: 1px solid #595959;
}
.loginButton:hover,
.loginButton:focus{
    opacity: 0.85;
}
.loginButton:active{
    top:2px;
}

@media(min-width: 768px){

}
/* END HEADER */
canvas{
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,1);
    margin-bottom:10px;
}
#particles-js{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:-999; -webkit-box-shadow: none !important; -moz-box-shadow: none !important;box-shadow: none !important;
}
#particles-js *{
    -webkit-box-shadow:  none !important;
    -moz-box-shadow:  none !important;
    box-shadow: none !important;
    margin-bottom:0 !important;
}
/* hr{
    border: 0;
    height: 1px;
    border:none;
    background-color:transparent;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(66, 66, 66, 0.5), rgba(0, 0, 0, 0)) !important;
} */
.mg-top-5{
    margin-top:5px;
}
.mg-bot-5{
    margin-bottom:5px;
}
.mg-top-10{
    margin-top:10px;
}
.mg-top-15{
    margin-top:15px;
}
.mg-top-25{
    margin-top:20px;
}
.mg-top-30{
    margin-top:30px;
}
.mg-bottom-10{
    margin-bottom:10px;
}
#loadingImage{
    position:fixed;
    left:50%;
    margin-left:-64px;
    margin-top:-64px;
    top:50%;
    z-index:1000;
    display:none;

}
.org_link{
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    color: #fff;
}
.org_link:hover{
    background-color: #fff;
    color: #1d5574;
}
.full-width{
    width:100% !important;
}
.org_link, .rm_file .move_sportsman, .pattern{
    cursor:pointer;
}
.pattern{
    border: 1px dashed #ccc;
}
.removeSportsmanLink,
.removeIndividualSportsmanLink,
.removeScoreboardSportsmanLink{
    cursor: pointer;
    color:red !important;
    font-size:0.7em;
}
.move_sportsman{
    font-size:0.7em;
}

#search_button{
    cursor:pointer;
    background-color:#0398DA;
    border: 1px solid #0398DA;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}
#search_button:hover{
    opacity:0.8;
}
#search_button:active{
    color:black;
}

.header-config{

}
.footer-divider{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 600px;
    color:#767676;
}


.danger{
    color: #d9534f;
}
.budge-nav{
    position: absolute;
    display:block;
    text-align: center;
    width:20px;
    height:20px;
    background-color:orangered;
    vertical-align: middle;
    color:#fff !important;
    text-decoration: none !important;
    font-size:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@media (min-width:768px){
    .budge-nav{
        color:#fff;
        position:relative;
        top:-50px;
        left:30px;
    }
}


.grey{
    background-color: #c1c1c1;
    text-indent: 20px;
    color: #fff;
}
.color-black,
.color-black *{
    color:#000 !important;;
}
.black{
    color: #000;
}
.team-group{
    position:relative;
    left:10px;
}
.team-group .count-block{
    width:40px;
    height:40px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;

}
.team-group .text-block{
    padding-left:15px;
    vertical-align: middle;
    display: table-cell;
    font-size:1.2em;
}

.team-group ul{
    text-decoration: none;
    list-style-type: none;
    margin-left:-10px;
}
.bg-red{
    background-color: red;
    color:#fff;
}
.bg-green {
    background-color: green;
}
.bg-blue{
    background-color: dodgerblue;
    color:#fff;
}
.bg-gray{
    padding: 15px 15px 15px;
    background-color: rgba(255,255,255,0.2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.relative{
    position:relative;
}
.bg-gray label{
    color:#fff;
}
.white{
    color:white;
}
.green{
    color: #00b300;
}
.gray{
    color:#c1c1c1;
}q
 .blue{
     color: #0398DA;
 }
/* CRAETE TOURNAMENT */
#main-tournament{
    padding-top:20px;
}

/* END CREATE TOURNAMENT */

/* ------------------------------------------------------------- *
 *  Page preloader (display loading animation while page loads)
/* ------------------------------------------------------------- */
#jpreOverlay {
    display:block;
    position:relative;
    background:#98C2E8;
}
#jpreOverlay:before {
    display:block;
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    background-image: url('../icons/logo.png') ;
    background-repeat: no-repeat;
    background-position: 50%,40%;
    background-size: 20%;
}
#jpreLoader {
    width: 100%;
    height: 5px;
}

#jpreBar {
}

.regforms input, .regforms select, .regforms textarea, .regforms button{
    /*border-radius:0px !important;*/
}
.center-vertical{
    vertical-align: middle;
    display: table-cell;
}
/* -------- TOURNAMENT PAGE -----------*/
.tournament-nav{
    opacity:0.7;
}
.tournament-nav:hover{
    opacity:1;
}
.month-title{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align:left;
    margin-left:-15px;
    margin-right:-15px;
    color:#fff !important;
    font-weight:bold;
    padding:1px 15px 1px 15px;
    width: 100%;
}
.month-title h5{
    font-weight:bold;
    color:#000;
}
@media (max-width:992px) and (min-width:768px){
    #login_input, #password_input,#sign_in2 {
        width: 150px;
    }
    .header_sign_in{
        width:600px !important;
    }
    .navbar-right{
        position:absolute;
        top:0;
        right:20px;
    }
}
.mobile-tour-list{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-left:15px;
    margin-left:-15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:5px;
    width: 100%;
    border-bottom:1px solid #eee;
}
@media (min-width:992px){
    .tournament-nav{
        display:block;
        height:45px;
    }
    .live{
        margin-left:-20px;
    }
    .reglament{
        margin-left:30px;
    }
    .result{
        margin-left:30px;
    }
    .tournament-info{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.tournament-button-nav a{
    opacity:0.8;
}
.tournament-button-nav a:hover{
    opacity:1;
    color:#fff;
}
.tournament-nav span{
    font-size: 1.3em;
    position:relative;
    left:30px;
    overflow:hidden;

}
h3.reglament{
    opacity:0.8;
    color:#0398DA;
}
h3.categories{
    opacity:0.8;
    color:orangered;
}
h3.live{
    opacity:0.8;
    color:#c5100c;
}
h3.protocols{
    opacity:0.8;
    color:green;
}
h3.results{
    opacity:0.8;
    color:purple;
}


.reglament-color{
    background-color:#0398DA;
    color:#fff;
}
.reglament span{
}
.reglament span:before{
    content:'';
    display:block;
    width:40px;
    height:40px;
    top:-10px;
    left:-60px;
    background:#0398DA;
    position:absolute;
}

.categories-color{
    background-color:orangered;
    color:#fff;
}
.categories span{
    color:orangered;
}
.categories span:before{
    content:'';
    display:block;
    width:40px;
    height:40px;
    top:-10px;
    left:-50px;
    background:orangered;
    position:absolute;
}

.live-color{
    background-color: #c5100c;
    color:#fff;
}
.live span{
    color: #c5100c;

}
.live span:before{
    content:'';
    display:block;
    width:40px;
    height:40px;
    top:-10px;
    left:-60px;
    background:#c5100c;
    position:absolute;
}
.protocol-color{
    background-color:green;
    color:#fff;
}
.protocol span{
    color:green;
}
.protocol span:before{
    content:'';
    display:block;
    width:40px;
    height:40px;
    top:-10px;
    left:-60px;
    background:green;
    position:absolute;
}
.result-color{
    background-color:green;
    color:#fff;
}
.result span{
    color:purple;
}
.result span:before{
    content:'';
    display:block;
    width:40px;
    height:40px;
    top:-10px;
    left:-60px;
    background: purple;
    position:absolute;
}
.global-color{
    background-color: #ffb721;
    color:#fff;
}
.global span, h3.global{
    color:#ffb721;
}
.global span:before{
    content:'';
    display:block;
    width:40px;
    height:40px;
    top:-10px;
    left:-60px;
    background: #ffb721;
    position:absolute;
}
.tournament-icon{
    width:360px;
    margin-top:10px;
}
@media (max-width:992px){
    .tournament-nav{
        display:block;
        height:50px;
        width:300px;
        margin-left:-50px;
        position:relative;
        left:50%;
    }
    .tournament-icon{
        width:220px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .tournament-icon{
        width:300px;
    }
}

/* -------- TOURNAMENT PAGE -----------*/
.font-gray{
    color: #c4c4c4;
}
.tournament-button{
    padding:20px 10px;
    border-radius:0px !important;
}
@media (max-width:992px){
    .tournament-button{
        padding-right:0px;
        padding-left:0px;
    }
}

/* ------------------------- TRAINER NAVBAR */
.phumse_button{
    background-color: #9A70B2;
    border:1px solid #9A70B2;
}
.phumse_button:hover{
    background-color: #7d5990;
    border:1px solid #7d5990;
}

.trainer-nav{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top:5px;
    margin-bottom: 5px;
}
@media (max-width:767px) {

    .trainer-nav{
        display:block;
        height:50px;
        margin-bottom:10px;
        color:#fff;
    }
}
@media (min-width:768px) and (max-width: 992px){
    .trainer-nav{
        margin-right:1%;
        display:block;
        width:49%;
        float:left;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .trainer-nav{
        margin-right:1%;
        display:block;
        width:32%;
        float:left;
    }
}
@media (min-width:1200px){

}


/* ------------------------- TRAINER NAVBAR */

/*---------------------------Main page */
.phumse-icon, .tourn-icon, .seminar-icon, .meeting-icon, .certtification-icon{
    display:block;
    margin: 10px auto 0;
    padding: 5px 5px;
    width:150px;
    font-size:15px;
    text-align: center;
    text-transform: uppercase;
    color:#fff !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.certtification-icon{
    background-color: #337ab7;
}
.phumse-icon{
    background-color:#604498;
}
.tourn-icon {
    background-color: #CB1D2E;
}
.seminar-icon {
    background-color: #1ba393;
}
.meeting-icon {
    background-color: #e35a0f;
    /* #0da32e*/
}
.text-danger {
    color: #a94442 !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534 !important;
}
/*---------------------------Main page */

.no-border-radius,
.nobr {

    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/*------------FOOTER ------------*/
.footer-image {
    width: 90px;
    padding: 5px;
}

/*------------END FOOTER ------------*/

/*------------TOURNAMENT LIVE  ----------*/
.lv-row{
    margin-top:10px;
}
.live-court{
    display: block;
    overflow: hidden;
    margin-top: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #3e6885;
    color: #fff !important;
}
.live-court:hover,
.live-court:focus{
    background-color: #2e6774;
}

.live-color *{
    color: #fff !important;
}
.live-court-header{
    padding: 10px 0;
    min-height: 50px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
}
.live-court-header .text-center{
    padding: 0;
}
.live-court-header span{
    font-size: 25px;
}
@media (max-width: 768px){
    .live-court-header{
        min-height: 70px;
    }
    .live-court-header .text-center{
        text-align: center;
    }
    .live-court-header span{
        display:block;
        font-size: 25px;
    }
}
.live-court-title p{
    font-size:12px;
}
.live-court-categories{
}
.live-court-categories  *{
    border: none !important;
}
/*---------------------------*/



/*------------TOURNAMENT COURT  ----------*/
.left-player{
    display: inline-block;
    line-height: 55px;
    text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:4px solid white;
    width:60px;
    height:60px;
    font-size:30px;
    background-color: #1d0a79;
    color:#fff;
}
.middle-player{
    display: inline-block;
    width:10px;
    height:60px;
    font-size:30px;
    color:white;
}
.right-player{
    display: inline-block;
    line-height: 55px;
    text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:4px solid white;
    width:60px;
    height:60px;
    font-size:30px;
    background-color: #ab0000;
    color:#fff;
}

.lv-number{
    width:80px;
    padding-left:5px;
    padding-top:25px;
    height:120px;
    float:left;
    text-align:left;
}
.lv-number > *{
    font-weight:bold;
}
.lv-row > div{
    height:120px;
    margin-top:5px;
}
.lv-block0, .lv-block1{
    float:left;
    padding:0;
    height:120px;
    width:1010px;
}
.lv-middle,.lv-right,.lv-left {
    position:relative;
    float:left;
    height:120px;
    overflow:hidden;
}
.lv-img{
    height:115px;
    width:110px;
    padding:5px 5px 0;
    overflow:hidden;
}
.lv-right img ,.lv-left img{
    width:100%;
}
.lv-left .lv-img{
    float:right;
}

.lv-right .lv-img{
    float:left;
}
.lv-blue, .lv-white,.lv-red{
    padding:25px;
    text-align:center;
    height:130px;
    width:335px;
    font-size:20px;
    float:left;
}
.lv-white{
    color:#fff;
}
.lv-blue{
    color:blue;
}
.lv-red{
    color:red;
}
a.blue{
    color:blue;
}
a.red{
    color:red;
}
a.white{
    color:#fff;
}
a.black{
    color:#000;
}
.lv-middle{
    width: 120px;
}
.lv-round{
    font-size:12px;
    height:12px;
}
.lv-score{
    height:74px;
    text-align:center;
    font-size:48px;
}
.lv-score.my{
    cursor:pointer;
}
.lv-time{
    background-color:#ccc;
    margin-left:15px;
    margin-right:15px;
    height:25px;
    text-align:center;
    font-size:18px;
    color:#fff;

}
.lv-left,.lv-right{
    width:445px;
}
.lv-block0{
    background-color: #C9DAF6;
}
.lv-block1{
    background-color: #FEF2CA;
}
.lv-win-l,.lv-win-r{
    padding:5px;
    color:#000;
    font-size:10px;
    position:absolute;
    bottom:0;
}
.lv-win-l{
    left:0;
}
.lv-win-r{
    right:0;
}



@media (max-width:767px) {
    .lv-number{
        padding-top:15px;
        padding-left:0;
        width:5%;
        height:80px;
        float:left;
        text-align:left;
    }
    .lv-number > *{
        font-weight:bold;
        font-size:12px;
    }
    .lv-row > div{
        height:80px;
    }
    .lv-block0, .lv-block1{
        float:left;
        padding:0;
        width:95%;
        height:80px;
    }
    .lv-middle,.lv-right,.lv-left {
        float: left;
        height: 80px;
        overflow: hidden;
    }


    .lv-right .lv-img ,.lv-left .lv-img{
        display:none;
        visibility: hidden;
    }
    .lv-blue, .lv-white,.lv-red{
        text-align:center;
        height:80px;
        padding:5px;
        width:100%;
        font-size:8px;
        float:left;
    }
    .lv-middle{
        width: 20%;
    }
    .lv-score{
        padding-top:15px;
        height:42px;
        text-align:center;
        font-size:18px;
        cursor:pointer;
    }
    .lv-time{
        margin:10px 0 0 0;
        padding-top:1px;
        background-color:#ccc;
        height:13px;
        font-size:8px;
        color:#fff;
    }
    .lv-left,.lv-right{
        width:40%;
    }
}
@media (min-width:768px) and (max-width:992px){
    .lv-number{
        width:40px;
        padding-left:5px;
        padding-top:30px;
        height:120px;
        float:left;
        text-align:left;
    }
    .lv-number > *{
        font-weight:bold;
        font-size:20px;
    }
    .lv-row > div{
        height:120px;
    }
    .lv-block0, .lv-block1{
        float:left;
        padding:0;
        height:120px;
        width:660px;
    }
    .lv-middle,.lv-right,.lv-left {
        float:left;
        height:120px;
        overflow:hidden;
    }

    .lv-img{
        width:110px;
        padding:5px;
        overflow:hidden;
    }
    .lv-right img ,.lv-left img{
        width:100%;
    }
    .lv-left .lv-img{
        float:right;
    }

    .lv-right .lv-img{
        float:left;
    }


    .lv-blue, .lv-white,.lv-red{
        text-align:center;
        height:140px;
        width:150px;
        font-size:12px;
        float:left;
    }

    .lv-middle{
        width: 120px;
    }
    .lv-score{
        height:74px;
        text-align:center;
        font-size:48px;
        cursor:pointer;
    }
    .lv-time{
        background-color:#ccc;
        margin-left:15px;
        margin-right:15px;
        height:25px;
        text-align:center;
        font-size:18px;
        color:#fff;

    }
    .lv-left,.lv-right{
        width:270px;
    }

}
@media (min-width:992px) and (max-width:1199px){
    .lv-number{
        width:80px;
        padding-left:5px;
        padding-top:25px;
        height:120px;
        float:left;
        text-align:left;
    }
    .lv-number > *{
        font-weight:bold;
    }
    .lv-row > div{
        height:120px;
    }
    .lv-block0, .lv-block1{
        float:left;
        padding:0;
        height:120px;
        width:850px;
    }
    .lv-middle,.lv-right,.lv-left {
        float:left;
        height:120px;
        overflow:hidden;
    }
    .lv-img{
        width:110px;
        padding:5px 5px 0;
        overflow:hidden;
    }
    .lv-right img ,.lv-left img{
        width:100%;
    }
    .lv-left .lv-img{
        float:right;
    }

    .lv-right .lv-img{
        float:left;
    }
    .lv-blue, .lv-white,.lv-red{
        padding:25px;
        text-align:center;
        height:140px;
        width:220px;
        font-size:15px;
        float:left;
    }

    .lv-middle{
        width: 120px;
    }
    .lv-score{
        height:74px;
        text-align:center;
        font-size:48px;
        cursor:pointer;
    }
    .lv-time{
        background-color:#ccc;
        margin-left:15px;
        margin-right:15px;
        height:25px;
        text-align:center;
        font-size:18px;
        color:#fff;

    }
    .lv-left,.lv-right{
        width:365px;
    }
}
/*------------END TOURNAMENT LIVE  ----------*/
.table-row-0{
    background-color: #f4f4f4;
}
.table-row-1{
    background-color: #E7E8E8;
}
.court-color-0{
    background-color: #dd2a1b;
}
.court-color-1{
    background-color: #00a759;
}
.court-color-2{
    background-color: #f27e00;
}
.court-color-3{
    background-color: #0093cb;
}
.court-color-4{
    background-color: #c067ae;
}
.court-color-5{
    background-color: #c0670a;
}
.court-color-6{
    background-color: #08c0b0;
}
.court-color-7{
    background-color: #c06651;
}
.court-color-8{
    background-color: #0469c0;
}

/* ------------------------------------- LEFT NAV */
.tournament-left-nav{
    z-index:9999;
    position:fixed;
    left:0;
    top:50%;
    margin-top:-90px;
    width:40px;
    background:#ccc;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    opacity:0.7;
}
@media (max-width:992px){
    .tournament-left-nav {
        top: 60px;
        margin-top:0;
    }
}
.tournament-left-nav a{
    padding:5px 5px 5px 5px;
    background:#ccc;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    position:relative;
    display:block;
    width:155px;
    height:40px;
    left:-115px;
    -webkit-transition: all ease-in-out 500ms;
    -moz-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
}
.tournament-left-nav a:hover,
.tournament-left-nav a:focus{
    text-decoration: none;
    left:0;
}
.tournament-left-nav i{
    line-height:30px;
    color:#000;
    font-weight: bold;
    font-style: normal;
    float:left;
}
.tournament-left-nav span{
    float:right;
    font-size:30px;
}


/* LEFT NAv END */
/* SPORTSMAN INFP  */

.trainer-icon{
    width:100%;
}
@media(max-width: 921px){
    #deleteSportsman, #updateSportsman{
        width:100% !important;
    }
}
.name-color, .name-color *{
    color:#666;
    text-transform: capitalize;
    font-weight: bold !important;
}
.name-color p{
    font-weight: bold !important;
}
input[type=file]{
    border:none;
    border-right:1px solid #eee;
    border-left:1px solid #eee;
}
i.blue, i.green, i.red, i.gold{
    font-style: normal;
    font-size:1.2em;
    font-weight:bold;
    position: relative;
}
i.blue.normal{
    font-size:14px;
}
i.blue{
    color:#0398DA;
}
i.green{
    color: #29a403;
}
i.red{
    color:red;
}
i.gold{
    font-size:1.2em;
    position:relative;
    color: #d7b800
}
.red{
    color:red;
}
/* END SPORTSMAN INFO */
span.red{
    color:red;
    font-weight: bold;
}
.catdiv{
    float:left;
    width:90px;
    font-size:20px;
    height:80px;
    overflow:hidden;
}
.catdiv img{
    width:50px !important;
    border-radius:3px;
}
.z08{
    font-size:0.8em;
}
.ctlp{
    text-align:left;
    margin-left:5px;
}

@media (max-width: 992px){
    .catdiv{
        float:left;
        width:90px;
        font-size:14px;
        height:90px;
        overflow:hidden;
    }
    .cat_list_li{
        font-size:14px;
    }
}

.tournament-alert {
    min-height:60px;
    position: relative;
    display: inline-block;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    text-align:center;
    color: rgb(245,245,245);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    text-decoration: none;
    user-select: none;
    padding:15px 10px;
    outline: none;
    border: none;
    border-radius: 3px;
    background: rgba(197,16,12,0.8);
}
.block-day-blue, .block-day-red{
    z-index:50;
    margin:0;
    padding:0;
    color: #ffffff;
    display:inline-block;
    vertical-align: middle;
    text-align:center;
    position:absolute;
    font-size:11px;
    width:16px;
    height:16px;
    border:1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top:-8px;
    left:-8px;
}

.block-day-blue{
    background-color: red;
}

.block-day-red{
    background-color: #0398DA;
}


.judge_block{
    position:relative;
}

.judge_like_block, .judge_dislike_block{
    width:40px;
    height:60px;
    position:relative;
    float:right;
    text-align: center;
}

.judge_like,.judge_dislike{
    width:40px;
    height:40px;
    cursor:pointer;
    opacity:0.8;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}
.judge_like.active,
.judge_dislike.active,
.judge_like:hover,
.judge_dislike:hover
{
}
.judge_like.active,
.judge_dislike.active
{
    opacity:1;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
@media(min-width:768px){
    .judge_block {
        top:10px;
    }
    .judge_like_block{
        margin-left:10px;
    }
}
@media (max-width:768px){
    .judge_like_block,.judge_dislike_block{
        position:absolute;
        top:-60px;
        float:right;
        width:30px;
        height:40px;
    }
    .judge_like_block{
        right:15px;
    }
    .judge_like{
        height:40px;
    }
    .judge_dislike_block{
        right:60px;
    }
}
.blck{
    color:#000 !important;
}

a.burger{
    cursor:pointer;
    display:block;
    font-size:1rem;
    background: transparent;
    border:none;
    height:2.75em;
    top:0;
    right:0;
    width:2.75em
}
a.burger:hover{
    background-color: transparent !important;
}
@media (min-width:768px){
    a.burger{
        display:none !important;
    }
}

a.burger span{
    background-color:#888;
    display:block;
    height:0.25em;
    left:50%;
    position:absolute;
    top:55%;
    width:2em;
    -webkit-transform:translate3d(-50%, -50%, 0);
    -moz-transform:translate3d(-50%, -50%, 0);
    -ms-transform:translate3d(-50%, -50%, 0);
    -o-transform:translate3d(-50%, -50%, 0);
    transform:translate3d(-50%, -50%, 0);
    -webkit-transition:background-color 0.2s;
    -moz-transition:background-color 0.2s;
    transition:background-color 0.2s
}
a.burger span:before,a.burger span:after{
    background-color:#888;
    content:'';
    height:inherit;
    left:0;position:inherit;
    width:inherit;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    transition:all 0.2s
}
a.burger span:before{
    bottom:100%;
    margin-bottom:.4em
}
a.burger span:after{
    top:100%;
    margin-top:.4em
}
a.burger.open span{
    background-color:transparent !important
}
a.burger.open span:before{
    bottom:0;
    margin-bottom:0;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
a.burger.open span:after {
    top:0;
    margin-top:0;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
#diary{
    background: url('../icons/diary.png') no-repeat;
    margin-left:-50px;
    padding-left:50px;
}
@media(max-width:768px){
    .fwm{
        width:100%;
    }
}
@media (min-width:768px){
    #burger{
        display:none !important;
    }
}


#burger {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 35px;
    border:none!important;
    background:transparent !important;
}

@media (min-width:768px){
    #burger{
        display:none !important;
    }
}
#burger .bun, #burger .filling {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    height: 10%;
    width: 70%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
    transition: top 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
    transition: top 0.4s ease 0.4s, transform 0.4s ease 0.4s;
    transition: top 0.4s ease 0.4s, transform 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
}
#burger .bun:before, #burger .filling:before, #burger .bun:after, #burger .filling:after {
    content: "";
    display: block;
    height: 40%;
    background: #98989a;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -45%);
    transform: translate(0%, -45%);
    -webkit-transition: background 0.2s ease, box-shadow 0.2s ease;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
#burger .bun:before, #burger .filling:before {
    left: 0;
    width: calc(-1px + 75%);
    border-radius: 10px 0px 0px 10px;
}
#burger .bun:after, #burger .filling:after {
    right: 0;
    width: calc(-1px + 25%);
}
#burger:hover .bun.top:before {
    background: #fff;
    box-shadow: #F00 0px 0px 10px 1px;
}
#burger:hover .bun.bottom:before {
    background: #fff;
    box-shadow: #0FF 0px 0px 10px 1px;
}
#burger:hover .filling:before {
    background: #fff;
    box-shadow: #0F0 0px 0px 10px 1px;
}
#burger .bun.top {
    top: 25%;
}
#burger .bun.bottom {
    top: 75%;
}
#burger .filling {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-animation: green-ls-out 0.8s ease forwards;
    animation: green-ls-out 0.8s ease forwards;
}
#burger.active .bun {
    border-radius: 3px;
    top: 50%;
    -webkit-transition: top 0.4s ease, -webkit-transform 0.4s ease;
    transition: top 0.4s ease, -webkit-transform 0.4s ease;
    transition: top 0.4s ease, transform 0.4s ease;
    transition: top 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
#burger.active .bun.top {
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
    transform: translate(-50%, -50%) rotate(-225deg);
}
#burger.active .bun.bottom {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
}
#burger.active .filling {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-animation: green-ls-in 0.8s ease forwards;
    animation: green-ls-in 0.8s ease forwards;
}


@-webkit-keyframes green-ls-in {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg) translate(200%, 0%);
        transform: translate(-50%, -50%) rotate(-90deg) translate(200%, 0%);
    }
}

@keyframes green-ls-in {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg) translate(200%, 0%);
        transform: translate(-50%, -50%) rotate(-90deg) translate(200%, 0%);
    }
}
@-webkit-keyframes green-ls-out {
    0% {
        -webkit-transform: translate(-50%, -200%) rotate(-90deg);
        transform: translate(-50%, -200%) rotate(-90deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
}
@keyframes green-ls-out {
    0% {
        -webkit-transform: translate(-50%, -200%) rotate(-90deg);
        transform: translate(-50%, -200%) rotate(-90deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
}
.alert{
    opacity: .7;
}

@media (max-width:768px){
    #language{
        margin-top:6px;
    }
    .language-link{
        font-size:26px;
    }
    #language .langimg{
        height:26px;
    }
}

.uppercase{
    text-transform: uppercase;
}

.tour-list-table th{
    background-color: #a4a4a4;
    text-align:center;
}

.tour-list-table{
    overflow:hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.tour-list-table th{
    text-transform:uppercase;
    font-size:15px;
    font-weight: normal;
    color:#fff;
}
.tour-list-table td a{
    /*   color: #5d5d5d !important;*/
    color: #8c8c8c !important;
}
.tour-list-table th,
.tour-list-table td{
    text-align:center;
    height:50px;
    vertical-align: middle !important;
    border-right:1px solid #fff !important;
    border-left:1px solid #fff !important;
    border-top:none !important;
    border-bottom:none !important;
}

.social-link{
    margin-left:15px;
    margin-top:10px;
    cursor:pointer;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
    width:50px;
    padding-top:6px;
    height:50px;
    line-height:50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #f4f4f4;
    background: #445cff;
}
.social-link:hover,
.social-link:active{
    color: #fff;
    background: #354bcc;

}
.vip-gradient {
    background: linear-gradient(215deg, #78328c, #ff0000, #1ea0bd, #20cc36) !important;
    background-size: 800% 800% !important;
    -webkit-animation: VipAnim 21s ease infinite !important;
    -moz-animation: VipAnim 21s ease infinite !important;
    animation: VipAnim 21s ease infinite !important;
}
@-webkit-keyframes VipAnim {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@-moz-keyframes VipAnim {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@keyframes VipAnim {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}

*{
}


.green-btn{
    background: #4ACC96;
    color: #fff !important;
    border: none;
    white-space: pre-wrap;
}
.green-btn:hover,
.green-btn:focus{
    background: #44b181;
}
.green-btn:active{
    background: #3d9f74 !important;
}

#confirmModal .modal-dialog{
    top: calc(50% - 165px);
}
.modal-actions::after {
    display: block;
    clear: both;
    content: ""; }

.modal-action {
    float: left;
    width: 50%;
    padding: 15px;
    border: solid #e9ecef;
    border-width: 1px 0 0;
}
.modal-action + .modal-action {
    border-left-width: 1px; }
.modal-action:first-child {
    border-radius: 0 0 0 5px !important;
}
.modal-action:last-child {
    border-radius: 0 0 5px 0 !important;
}
.modal-action:hover, .modal-action:focus, .modal-action:active {
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #e9ecef;
}

.redAlert{
    width: 94%;
    margin: 1vh auto;
    min-height: 5vh;
    color: #fff;
    padding: 1vh;
    font-size: 2vh;
    background: rgba(126, 3, 0, 0.7);
    border-radius: 1vh;
    display: table-cell;
    vertical-align: middle;
}
.alertBlock{
    position: fixed;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    top:0;
    right: 0;
    width: 30vh;
    height: 100vh;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
}
.dangerAlert{
    width: 94%;
    margin: 1vh auto;
    min-height: 5vh;
    color: #fff;
    padding: 1vh;
    font-size: 2vh;
    background: rgba(43, 43, 43, 0.7);
    border-radius: 1vh;
    display: table-cell;
    vertical-align: middle;
}



.g-checkbox{
    height: 30px;
    width:60px;
    position:relative;
    margin: 0;
}
.g-checkbox input{
    display: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.g-checkbox label{
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    width:60px;
    height:30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius:5px;
    position:relative;
    cursor:pointer;
    background: #fff;
    /*
      background: rgba(7,78,98,1);
      background: -moz-linear-gradient(-45deg, rgba(7,78,98,1) 0%, rgba(138,1,81,1) 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(7,78,98,1)), color-stop(100%, rgba(138,1,81,1)));
      background: -webkit-linear-gradient(-45deg, rgba(7,78,98,1) 0%, rgba(138,1,81,1) 100%);
      background: -o-linear-gradient(-45deg, rgba(7,78,98,1) 0%, rgba(138,1,81,1) 100%);
      background: -ms-linear-gradient(-45deg, rgba(7,78,98,1) 0%, rgba(138,1,81,1) 100%);
      background: linear-gradient(135deg, rgba(7,78,98,1) 0%, rgba(138,1,81,1) 100%);
  */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074e62', endColorstr='#8a0151', GradientType=1 );
    transition:.3s ease;
}
.g-checkbox input[type=checkbox]:checked + label{
}
.g-checkbox input[type=checkbox]:checked + label:before{
    left:33px;
    background: #00c169;
}
.g-checkbox label:before{
    transition:.3s ease;
    content:'';
    width:22px;
    height:22px;
    position:absolute;
    background: #ccc;
    left:3px;
    top:3px;
    border-radius: 5px;
    box-sizing:border-box;
    color:black;
}
.event-setting-single-toggle-row{
    width: 300px;
    height: 30px;
    margin: 5px auto 5px;
}
@media(max-width: 992px) {
    .event-setting-single-toggle-row {
        width: 100%;
    }
}
.event-setting-single-toggle-row .g-checkbox{
    float: left;
}
.event-setting-single-toggle-row-text{
    float: left;
    width: calc(100% - 80px);
    height: 30px;
}


.modal-close{
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 40px;
    color: #5d5d5d !important;
    cursor: pointer;
}

.big-transparent-button{
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    padding:20px;
    width:300px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(255,255,255,0.2);
    margin: 0 auto;
    border: none;
}

.weight-item:hover,
.weight-item:focus{
    text-decoration: none !important;
    color: #266c92;
    background-color: #fff;
}


.tourn-carousel .tour-block-wrap h5{
    font-size: 12px !important;
}
.tourn-carousel .tour-block-wrap .h4{
    font-size: 12px !important;
}
.tourn-carousel  .tournamentBlock{
    min-height: 210px;
}
.tourn-carousel .tour-deadline{
    display: block;
    width: 150px;
    color: #000;
    background: rgba(255,255,255,0.7);
    height: 20px;
    line-height: 20px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 13px;
    -moz-border-radius:13px;
    border-radius:13px;
}
.tourn-carousel .tour-block-wrap h3{
    font-size: 13px;
    margin: 5px auto;
}
.tourn-carousel .tour-bottom-block{
    bottom: 5px !important;
}
.tourn-carousel .tournamentBlock{
    padding: 10px 10px 0 !important;
}
@media(max-width: 768px){
    .tourn-carousel .tour-deadline{
        margin-top: 10px;
    }
    .line-event-block,
    .just-event-block{
        -webkit-box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.33);
        -moz-box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.33);
        box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.33);
    }
}

@media(min-width: 768px){
    .line-event-block,
    .just-event-block{
        -webkit-box-shadow: 7px 7px 10px -2px rgba(0,0,0,0.33);
        -moz-box-shadow: 7px 7px 10px -2px rgba(0,0,0,0.33);
        box-shadow: 7px 7px 10px -2px rgba(0,0,0,0.33);
    }
}
.line-event-block{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    width:170px;
    height:100%;
    max-width:330px !important;
    cursor:pointer;
    border-radius:0.5rem;
    text-decoration:none !important;
    min-height:270px;
    color:#fff !important;}

.line-event-block .line-event-block-background{
    display:block;
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    opacity:0.8;
    z-index:1;
    border-radius:0.5rem;
}
.line-event-block .line-event-block-background div{
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.6);
    transition: all 0.3s ease-in-out;
    border-radius:0.5rem;
}
.line-event-block .line-event-block-content{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;  flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;
    justify-content:flex-end;
    min-height:270px;
    height:100%;
    z-index:3;
    padding:15px}
.line-event-block .event-title{
    font-weight:bold; font-size: 12px; font-family:sans-serif, Arial}
.line-event-block .event-location{
    font-size: 11px;}

.line-event-block .event-tag{
    font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
    float: left; margin-top: 3px; margin-right: 3px; font-size:10px;padding:2px 4px;
    border:1px solid rgba(255,255,255,0.5);
    border-radius:20px}
.line-event-block .event-competitors{margin-top:5px;width:100%;height:30px}
.line-event-block .event-competitors-photos{display:block;float:left;height:30px;}
.line-event-block .event-competitors-photos div{float:left;border:1px solid #fff;border-radius:50%;background-size:cover;background-position:center;width:30px;height:30px;position:relative;margin-left:-10px}
.line-event-block .event-competitors-photos div:first-child{margin-left:0}
.line-event-block .event-competitors-content{
    display:block;position:relative;float:left;height:30px;line-height:30px;font-size:11px
}
.event-competitors-content:before{
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: -0px;
    margin-top: -2px;
}
.line-event-block .line-event-nav-block{position:absolute;top:0;height:30px;width:100%;text-align:right;padding:10px 15px 0 15px}
.line-event-block .line-event-nav-block .fa{font-size:20px}
.line-event-block .event-date{margin-top:5px}

@media (max-width: 768px){
    .line-event-block{width:170px;cursor:pointer;border-radius:0.25rem;min-width:170px;max-width:170px !important;min-height:270px;margin-left:5px}
    .line-event-block:last-child{margin-right:5px}
    .line-event-block .line-event-block-background{display:block;position:absolute;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0.5;z-index:1}
    .line-event-block .line-event-block-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:270px;height:100%;z-index:3;padding:10px 10px 10px 10px;font-size:12px}
    .line-event-block .event-title{font-size:14px;font-weight:bold;font-family:sans-serif, Arial}.line-event-block .event-tag{font-size:10px;padding:2px 4px;line-height:10px;border:1px solid rgba(255,255,255,0.5);border-radius:20px}
    .line-event-block .event-date{margin-top:5px}
    .line-event-block .event-competitors{margin-top:5px;width:100%;height:15px}
    .line-event-block .event-competitors-photos{float:left;height:15px;width:35px}
    .line-event-block .event-competitors-photos div{float:left;border:none;border-radius:50%;background-size:cover;background-position:center;width:15px;height:15px;position:relative;margin-left:-7px}
    .line-event-block .event-competitors-photos div:first-child{margin-left:0}
    .line-event-block .event-competitors-content{display:block;position:relative;float:left;margin-left:0px;height:15px;line-height:15px;padding-left:5px;font-size:11px}
    .line-event-block .line-event-nav-block{position:absolute;top:0;height:30px;width:100%;text-align:right;padding:10px 15px 0 15px}
    .line-event-block .line-event-nav-block .fa{font-size:20px}
}


.line-event-block:hover .line-event-block-background div,
.line-event-block:focus .line-event-block-background div{
    background:rgba(0,0,0,0.8);
}

.just-event-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 255px;
    margin: 15px 15px 0 15px;
    height: 100%;
    max-width: 330px !important;
    cursor: pointer;
    border-radius: 0.5rem;
    overflow: hidden;
    text-decoration: none !important;
    min-height: 350px;
    background: #092D46;
    color: #fff !important;
}
.just-event-block .just-event-block-background {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    z-index: 1;
}
.just-event-block .just-event-block-background div {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
}
.just-event-block .just-event-block-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 350px;
    height: 100%;
    z-index: 3;
    padding: 15px;
}
.just-event-block .event-title {
    font-weight: bold;
    font-family: sans-serif, Arial;
}
.just-event-block .event-tag {
    display: block;
    float: left;
    font-size: 12px;
    padding: 2px 5px;
    margin: 5px 5px 0 0;
    font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}
.just-event-block .event-competitors {
    margin-top: 5px;
    width: 100%;
    height: 30px;
}
.just-event-block .event-competitors-photos {
    display: none;
    display: block;
    float: left;
    height: 30px;
}
.just-event-block .event-competitors-photos div {
    float: left;
    border: 1px solid white;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: -10px;
}
.just-event-block .event-competitors-photos div:first-child {
    margin-left: 0;
}
.just-event-block .event-competitors-content {
    display: block;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 13px;
}
.just-event-block .event-competitors-content:before {
    display: none;
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: -0px;
    margin-top: -2px;
}
.just-event-block .just-event-nav-block {
    position: absolute;
    top: 0;
    height: 30px;
    width: 100%;
    text-align: right;
    padding: 10px 15px 0 15px;
}
.just-event-block .just-event-nav-block .fa {
    font-size: 20px;
}

@media (max-width: 768px) {
    .just-event-block {
        width: calc(100% - 20px);
        cursor: pointer;
        border-radius: 0.5rem;
        min-width: calc(100% - 20px);
        max-width: 300%;
        min-height: 142vw;
        margin: 15px 10px 0 10px;
    }
    .just-event-block:first-child{
        margin-top: 0 !important;
    }
    .just-event-block:last-child {
        margin-right: 5px;
    }
    .just-event-block .just-event-block-background {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.5;
        z-index: 1;
    }
    .just-event-block .just-event-block-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 152vw;

        height: 100%;
        z-index: 3;
        padding: 10px 10px 10px 10px;
        font-size: 18px;
    }
    .just-event-block .event-title {
        font-size: 26px;
        font-weight: bold;
        font-family: sans-serif, Arial;
    }
    .just-event-block .event-tag {
        font-size: 15px;
        padding: 2px 4px;
        line-height: 15px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 20px;
    }
    .just-event-block .event-date {
        margin-top: 5px;
    }
    .just-event-block .event-competitors {
        margin-top: 20px;
        width: 100%;
        height: 30px;
    }
    .just-event-block .event-competitors-photos {
        float: left;
        height: 30px;
        width: 80px;
    }
    .just-event-block .event-competitors-photos div {
        float: left;
        border: none;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        width: 30px;
        height: 30px;
        position: relative;
        margin-left: -10px;
    }
    .just-event-block .event-competitors-photos div:first-child {
        margin-left: 0;
    }
    .just-event-block .event-competitors-content {
        display: block;
        position: relative;
        float: left;
        margin-left: 0px;
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
        font-size: 11px;
    }
    .just-event-block .event-competitors-content:before {
        position: absolute;
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 50%;
        top: 50%;
        left: 0px;
        margin-top: -1px;
    }
    .just-event-block .just-event-nav-block {
        position: absolute;
        top: 0;
        height: 30px;
        width: 100%;
        text-align: right;
        padding: 10px 15px 0 15px;
    }
    .just-event-block .just-event-nav-block .fa {
        font-size: 20px;
    }
}

.just-event-block:hover .just-event-block-background div,
.just-event-block:focus .just-event-block-background div{
    background:rgba(0,0,0,0.8);
}