@font-face {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro'), url('../fonts/DINPro-Cond.woff') format('woff');
}

@font-face {
    font-family: 'DIN Pro Condensed Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Condensed Medium'), url('../fonts/DINPro-CondMedium.woff') format('woff');
}

@font-face {
    font-family: 'DIN Pro Condensed Black';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Condensed Black'), url('../fonts/DINPro-CondBlack.woff') format('woff');
}
@grid-float-breakpoint:300px;


body{
    font-family:'DIN Pro Condensed Medium';
    color:#efefef;
    background:url('../img/bg.jpg?v=4') no-repeat center center fixed black;
}
header{
    background:#363636;
}

a{
    color:#3c3c3c;
}

#mainNav a{
    color:#dfdfdf;
    font-size:1.4em;
}
#mainNav .active{
    border-bottom:3px solid #5b75b7;
}
.mainNavInner{
    padding-top:10px;
}

.navbar-brand{padding:0 15px;}

.loader h1{
    margin-top:50%;
    font-size:6em;
    margin-bottom:0;
}

.loader span{
    color:#5b75b7;
    font-size:1.5em;
}

.notification{
    background:#151515;
    padding:5px;
    margin-bottom:3px;
}

.notification h3, .notification h5{
    padding:0;
    margin:0;
}

.notification h5 span{
    font-size:130%;
}

.notification-small h3{
    font-size:16px;
    margin:0;
}
.notification-small h5{
    font-size:14px;
    margin:0;
}
.notification-small{
    margin-top:2px;
    margin-bottom:2px;
    border-bottom:1px solid #262626;
}

.btn-player{
    background:#4C4C4C;
    color:#ffffff;
    border-radius:0;
    text-transform: uppercase;
}

.btn-check{
    background:#5b75b7;
    color:#ffffff;
    border-radius:0;
    font-size:2.1em;
    text-transform: uppercase;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


/*HOME PAGE*/
.profile span{
    font-size: 3em;
    color: #5b75b7;
    line-height: 1;
}
.profile small{
    font-size:2.5em;
    color:#b7b7b7;
}
.profile p{
    margin-top:-25px;
    color:#969696;
}



/*REMOVES THE GOLD / YELLOW OUTLINE WHEN FOCUSING ON TEXT*/
input{outline: none;}

.input.tel label,
.input.text label{
    color:#5b75b7;
    font-size:2.6em;
    text-transform: uppercase;
    margin-right:15px;
}
.input.tel input,
.input.text input{
    font-size:2em;
    border:0;
    border-bottom:2px solid #efefef;
    background:transparent;

}

.input.tel input.score,
.input.text input.score{
    font-size:6em;
    width:100%;
    text-align:center;
}

* {
    border-radius: 0 !important;
}

.alert-danger{
    background:red;
    color:#FFFFFF;
    font-size:1.5em;
    border:0;
}

.alert-success{
    background: #3bb722;
    color:#FFFFFF;
    font-size:1.5em;
    border:0;
}

.btn-primary{
    border:0;
}

table tr th{
    background: rgba(100, 100, 100, 0.28);
}
.table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td{
    border:1px solid #333333;
}