@font-face {
    font-family: campton;
    font-weight: bold;
    src: url(../fonts/Campton-Bold.otf);
}

@font-face {
    font-family: campton;
    font-weight: light;
    src: url(../fonts/Campton-Light.otf);
}

@font-face {
    font-family: bebasneue;
    font-weight: normal;
    src: url('../fonts/Bebas Neue Pro Regular.otf');
}

@font-face {
    font-family: bebasneue;
    font-weight: bold;
    src: url('../fonts/Bebas Neue Pro Bold.otf');
}

body {
    background-color: #050a21;
    /* background-image: url(../img/pbl_bbabg.jpg); */
    /* background-image: url(../img/belga_bg_flipped_big.jpg); */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.invalid-feedback { display:block !important}

body.landing {
    background: #e3e3e3;
    min-height: 100vh;
}

footer {
    background: #ffffff;
    position: relative;
}

footer:after{
    display:block;
    content:'';
    position:absolute;
    left:0;
    right:calc(50% + 450px);
    top:0;
    bottom:0;
    background:#ffffff;
    border-right:1px solid #ffffff;
}

.gameplay-info{
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 35px;
    font-family: 'bebasneue';
    font-size:20px;
    line-height:22px;
    text-align: center;
}

.gameplay-info a{
    color:#ffffff !important;
    text-decoration: underline;
}

.footer-legal{
    color: #ffffff;
    font-family: 'bebasneue';
    padding:20px 0;
    font-size:16px;
    line-height:22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: none;
}

.supporters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index:1000;
}

.side-supports {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding:0 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.supporters > div {
    display: inline-block;
    text-align: center;
}

.support{
    padding:20px 5px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ORsupport {
    background: #ffffff;
    /* height: 100%; */
    /* flex: 1 0 220px; */
    padding: 0 40px;
    line-height: 125px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.mobil_title {
    display: none;
}

.side_title {
    transform: rotate(270deg) translate(0%, -310%);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top right;
    display: inline-block;
    line-height: 1.1 !important;
    font-size: 34px !important;
    text-align: right;
    margin: 0;
    color: #e3e3e3 !important;
}

.login_info{
    color:#ffffff;
    max-width:500px;
    margin:30px auto 15px auto;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

/* Top Nav */
.topMenu-cont{
    text-align:center;
    display: none;
}

#topMenu{
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    position:relative;
    z-index:1000;
}

#topMenu li{
    display: block;
    float:left;
    color: #ffffff;
    text-align: center;
}

#topMenu li a{
    color: #ffffff;
    font-family: 'bebasneue';
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    display:block;
    padding: 12px 14px;
    transition: color .5s ease;
    background:#000000;
}

#topMenu li a:hover{
    text-decoration: none;
    background:#1d1b16;
}

#topMenu li.active a{
    background: #ad986a;
}

/* End Top Nav */

#mainHeader {
    text-align: center;
    font-family: 'bebasneue';
    font-weight: bold;
    color: #ffffff;
    font-size: 78px;
    line-height: 65px;
    margin-top: 30px;
}

#mainHeader span {
    color: #cdb78f;
}

#teamSelected {
    margin-bottom: 40px;
}

.logout {
    text-align: right;
    margin: 10px;
    position: absolute;
    z-index: 1010;
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    right: 10px;
    top: 10px;
}
.logout a {
    color:#fff;
    padding: 12px 14px;
}

#landing .logout{
    top:10px;
}

.pbutton {
    visibility: hidden;
    font-family: 'bebasneue';
    font-weight: bold;
}

.pbutton span {
    background: #ffffff;
    display: inline-block;
    border-radius: 10px;
    padding: 3px 8px;
    margin-top: 5px;
    cursor: pointer;
}

.selected_header {
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 30px;
    line-height: 65px;
    color: #ffffff;
    margin-bottom: 40px;
}

.selected_header.black {
    color: #ffffff;
}

#blackSelected .selected_header {
    color: #ffffff;
    text-align: right;
}

.selected_players {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 14px;
}

.selected_player {
    width: 95px;
    margin: 0 auto;
}

.selected_player_header {
    background: rgba(255, 255, 255, 0.4);
    height: 50px;
    line-height: 50px;
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

.selected_player_img {
    background-color: rgba(255, 255, 255, 0.6);
    height: 115px;
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: top center;
}

.selected_players_slider_cont {
    position: relative;
}

.slider-arrow-left, .slider-arrow-right {
    display: none;
    color: #ffffff;
    position: absolute;
    font-size: 50px;
    cursor: pointer;
    top: 50%;
    margin-top: -70px;
}

.slider-arrow-left {
    left: 0;
}

.slider-arrow-right {
    right: 0;
}

.selected_player_bottom {
    background: rgba(255, 255, 255, 0.4);
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #282826;
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    padding: 5px 5px;
    display: block;
    overflow: hidden;
}

.selected_player.selected .selected_player_header {
    /*background:#ffffff;*/
    background-color: transparent;
    background-image: url(../img/top.svg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #282826;
}

.selected_player.selected .pbutton {
    visibility: visible;
}

.selected_player.selected .selected_player_img {
    background-color: #ededed;
}

.selected_player.selected .selected_player_bottom {
    /*background:#ffffff;*/
    background-color: transparent;
    background-image: url(../img/bottom.svg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #282826;
}

#submitBtn {
    margin-bottom: 40px;
    text-align: center;
}

#submitBtn button {
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 25px;
    line-height: 50px;
    color: #050a21;
    background-color: #e3e3e3;
    border: none;
    width: 430px;
    max-width: 100%;
    cursor: pointer;
    box-shadow: 0 0 1px -1px #000000;
    position: relative;
    overflow: hidden;

    /*transform:scale(1);
    transition:transform .4s ease-in-out, box-shadow .4s ease-in-out;*/
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

#submitBtn button:after {
    display: block;
    content: '';
    position: absolute;
    left: -135px;
    width: 100px;
    height: 400%;
    top: -150%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

#submitBtn button:hover:after {
    left: 110%;
}

#submitBtn button:focus {
    outline: none;
}

#submitBtn button:hover {
    box-shadow: 0 0 7px -1px #000000;

    /*transform:scale(1.02);*/
    background-color: #ffffff;
}

#selectorTables {
    margin-bottom: 40px;
}

#selectorTables .selected_header {
    display: none;
}

div.dojotablcontainer {
    width: 100%;
    max-width: 540px !important;
    margin-top: 0px;
    float: left;
}

div.dojotab {
    width: 99% !important;
    max-width: 540px !important;
}

tr.plists {
    background-color: #f6f6f6;
}

.table_tabs .table_tab {
    float: left;
    width: 50%;
    background-color: #1e1e1e;
    color: rgba(239, 239, 239, 0.27);
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 20px;
    padding-bottom: 8px;
    cursor: pointer;
    -webkit-transition:.2s ease background-color;
    transition:.2s ease background-color;
}

.table_tabs .table_tab:hover{
    background-color: #2f2f2f;
    color: #efefef;
}

.table_tabs .table_tab.active {
    background-color: #ffffff;
    color: #282826;
    cursor: default;
}

.table_tabs {
    overflow: hidden;
}

.table_cont {
    background: #ffffff;
    padding: 20px 0;
}

.selectorTable {
    width: 100%;
    /* table-layout: fixed; */
    border-collapse: collapse;
    display: none;
}

.selectorTable.active {
    display: table;
}

.selectorTable tr:nth-child(odd) td {
    background-color: #f6f6f6;
}

.selectorTable tr:hover td {
    color: #dadada;
    cursor: pointer;
    position: relative;
}

.selectorTable tr:hover td:first-child:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 8px;
    border-color: transparent transparent transparent #dadada;
}

.selectorTable tr:nth-child(odd):hover td {
    color: #cfd4d8;
}

.selectorTable td {
    height: 40px;
}

.selectorTable .selTabName {
    padding: 4px 20px;
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 15px;
    width: 250px;
}

.selTabTeam {
    font-family: 'bebasneue';
    font-weight: light;
    font-size: 15px;
    width: 250px;
}

.selTabBtn {
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    padding: 4px 15px;
    padding-right: 30px;
    color: transparent;
    width: 50px;
}

/* Landing */
#landing {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#landing > .container {
    flex: 1 1 auto;
}

#landing:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: #c6c6c6;
    z-index: -2;
}

#landing:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    //background-image: url(../img/landingbg.png);
    background-position: top center;
}

.landing-thanks {
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 35px;
    color: #1c1a1a;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10%;
    line-height: 1.1;
}

.landing-choice {
    background-color: #050a21;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-width: 550px;
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
}

.landing-choice-cont {
    padding: 0;
    margin: 0 auto;
    line-height: 15px;
}

.landing-choice-header {
    text-align: center;
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #e3e3e3;
    max-width: 425px;
    margin: 0 auto 15px auto;
}

.landing-choice-logo {
    max-width: 425px;
    margin:0 auto;
}

.landing-choice-footer {
    text-align: center;
    font-family: 'IBM Plex Serif', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    padding: 25px 0px;
}

.landing-choice-footer strong{
    font-weight: 600;
}

.landing-choice-header span {
    color: #c8b38c;
}

.landing-choice-footer .landsep {
    background-image: url(../img/vsel.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2px;
    display: inline-block;
    height: 1.2em;
    vertical-align: middle;
    margin: 0 2px;
    position: relative;
    bottom: 2px;
    filter: brightness(3) saturate(0);
}

.landing-choice-footer .landhsep {
    background-image: url(../img/hsel.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 18px;
    display: inline-block;
    height: 1.2em;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    filter: brightness(3) saturate(0);
}

.lct-header {
    text-align: center;
    color: #ffffff;
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

/* .lct-header:before {
    display: block;
    content: '';
    background: #ffffff;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    width: calc(50% - 80px);
}

.lct-header:after {
    display: block;
    content: '';
    background: #ffffff;
    position: absolute;
    height: 1px;
    top: 50%;
    right: 0;
    width: calc(50% - 80px);
} */

.lct-header.orange:before, .lct-header.orange:after {
    background: #f07d00;
}

.lct-header.orange {
    color: #f07d00;
}

.lct-header-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.lct-header-img {
    width: 65px;
    height: 75px;
    background-color: #ededed;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center top;
}

.lct-header-name {
    text-align: center;
    color: #ffffff;
    font-family: 'bebasneue';
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    max-width: 65px;
}

.landing-choice-team {
    margin-bottom: 25px;
    max-width: 375px;
    margin: 0 auto;
}

/* Buttons */
.button {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'bebasneue';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    background-color: #cdb78f;
    border: none;
    width: 430px;
    max-width: 100%;
    cursor: pointer;
    box-shadow: 0 0 1px -1px #000000;
    position: relative;
    overflow: hidden;
    padding: 10px 4px;
}

.button.black {
    background-color: #050a21;
}

.button:after {
    display: block;
    content: '';
    position: absolute;
    left: -135px;
    width: 100px;
    height: 400%;
    top: -150%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

.button:hover:after {
    left: 110%;
}

.button:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}

.button:hover {
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.4);
    background-color: #c3a979;
    color: #ffffff;
    text-decoration: none;
}

.button.black:hover {
    background-color: #212121;
}

/* Register / Login Forms */
div.selectorTable.active{
    display:block;
    padding:0 15px;
}

#loginCont{
    max-width:500px;
    margin:0 auto;
}

#loginCont label{
    font-family: 'bebasneue';
    font-size: 12px;
}

#loginCont .form-control{
    border-radius:0;
    font-family: 'bebasneue';
}

#loginCont button[type="submit"]{
    background:#1e1e1e;
    border-radius:0;
    border:0;
}

#loginCont button[type="submit"]:hover{
    background:#2f2f2f;
}

#loginCont button[type="submit"].focus, #loginCont button[type="submit"]:focus{
    outline:0;
    box-shadow:none;
}

.main-header-logo{
    max-width: 80%;
    margin-top: 60px;
    margin-bottom: 80px;
}

@media screen and (max-width:1200px){
    .main-header-logo{
        margin-bottom:0px;
        margin-top: 0px;
    }

}

/*Landing Choice override*/
/*@media screen and (min-width:1150px){
    .landing-choice{
        max-width:960px;
        height:960px;
    }

    .landing-choice-cont{
        max-width:700px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 100%;
    }

    .lct-header-img{
        width:115px;
        height:130px;
    }

    .landing-choice-header {
        font-size: 50px;
        line-height: 54px;
    }

    .lct-header{
        font-size:30px;
        margin-bottom:15px;
    }

    .lct-header-imgs{
        margin-bottom:40px;
    }

    .lct-header:before{
        width: calc(50% - 110px);
        margin-top:3px;
    }

    .lct-header:after{
        width: calc(50% - 110px);
        margin-top:3px;
    }

    .landing-choice-footer{
        font-size:34px;
        line-height:42px;
    }
}
*/
/*Responsive styling*/

@media screen and (min-width: 1200px) {
    footer .container {
        max-width: 1250px;
    }

    footer:after{
        right: calc(50% + 610px);
    }
}

@media screen and (max-width: 1200px) {
    body {
        background-size: cover;
    }

    .selected_header {
        margin-bottom: 10px;
    }

    #blackSelected .selected_header {
        text-align: left;
    }

    #mainHeader {
        margin-bottom: 15px;
        margin-top: 65px;
        font-size: 68px;
        line-height: 62px;
    }

    #topMenu{
        margin-bottom: 0;
    }

    #orangeTable {
        margin-bottom: 40px;
    }

    #selectorTables .selected_header {
        display: block;
    }

    .supporters > div {
        line-height: initial;
    }

    .side-supports {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .support {
        margin: 0 15px;
    }

    div.dojotablcontainer {
        width: 100%;
        max-width: 1200px !important;
        margin-top: 0px;
        float: left;
    }

    div.dojotab {
        width: 99% !important;
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 991px) {
    .support {
        margin: 0 5px;
    }

    footer:after {
        right: calc(50% + 340px)
    }

    .side_title {
        display: none;
    }

    .mobil_title {
        display: block;
        line-height: 1 !important;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {

    footer:after{
        left: 0;
        right: 0;
        height: 220px;
    }

    .ORsupport {
        width: 100%;
    }

    .side-supports {
        padding: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .support {
        margin: 0 10px;
    }

    .supporters {
        display: block;
        margin: 0 -15px;
    }

    footer {
        height: auto;
    }

    .table_tabs .table_tab {
        line-height: 15px;
        height: auto;
        padding-bottom: 12px;
    }

    #landing {
        padding-top: 0px;
        padding-bottom: 40px;
        overflow: hidden;
    }

    #orangeSelected .lSSlideOuter, #blackSelected .lSSlideOuter {
        padding: 0 34px;
    }

    .slider-arrow-left, .slider-arrow-right {
        display: block;
        opacity: 0.6;
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease;
    }

    .slider-arrow-left:hover, .slider-arrow-right:hover {
        opacity: 1;
    }

    .landing-thanks {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-top:10px;
    }

    .selected_players {
        display: block;
    }

    .gameplay-info{
        font-size:20px;
        line-height:24px;
    }
}

@media screen and (max-width: 550px) {
    .selected_players {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .selected_player {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #mainHeader {
        margin-top: 30px;
        font-size: 50px;
        line-height: 42px;
    }
}

@media screen and (max-width: 450px) {
    .selectorTable .selTabName {
        width: 180px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .selectorTable td:nth-child(2) {
        width: 40px;
    }

    .lct-header-img {
        width: 50px;
        height: 60px;
    }

    .lct-header-name {
        max-width: 50px;
    }

    .lct-header-imgs{
        padding:0 10px;
    }

    .logout{
        position:relative;
        margin-bottom: 20px;
    }

    #topMenu{
        display: inline-block;
    }

    #topMenu li a{
        font-size:16px;
        line-height:18px;
        padding:10px 12px;
    }

    .logout a{
        font-size:16px;
        line-height:18px;
        padding:10px 12px;
    }
}

@media screen and (max-width: 350px) {
    .selectorTable .selTabName {
        width: 160px;
    }

    .lct-header-img {
        width: 40px;
    }

    .lct-header-name {
        max-width: 40px;
    }
}
.fblink{
    color: #ffffff;
}
.fblink:hover{
    color: #ffffff;
    text-decoration: none;
}
