
@media screen and (min-width: 1200px) {

    .container {
        width: 900px;
    }
    #landing .ff-landing-cover a {
        position: absolute;
        top: 493px;
        left: 420px;
        width: 67px;
        height: 93px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

}

@media only screen and (min-width:992px) and (max-width: 1199px){
    #landing .ff-landing-cover a {
        position: absolute;
        top: 492px;
        left: 430px;
        width: 115px;
        height: 93px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
}


@media screen and (min-width: 768px) {
    #findGame{
        display: none;
    }

    .select_position{
        float:left;
        width:50%;
        text-transform:uppercase;
        color:white;
        font-size:15px;
        text-align:right;
        padding:0px;
    }
    .select_position_checkbox{
        float:right;
        width:50%;
        text-transform:uppercase;
        color:white;
        font-size:15px;
        text-align:left;
        padding:0px;
    }
    #gameselectiontable{
        display: inline-block !important;
    }

}

@media screen and (max-width: 768px) {
    .select_position_checkbox, .select_position {
        text-align: center;
    }
}

@media screen and (max-width: 767px){
    div#findGame {
        display: block;
    }
    .select_position_checkbox{
        text-align: center;
        margin-top: 10px;
        margin-right: 30px;
    }
    #choosePosition .policy {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
    }
    .select_position{
        text-align: center;
        padding-top: 5px;
        margin: auto;
    }
    /*#gameselectiontable {*/
    /*display: none;*/
    /*}*/

    .gam_col {
        display: none;
    }

    #findGame {
        display: inline-block;
    }

    .panel_1, .panel_2 {
        float: none;
        margin: auto;

    }

    .panel_1 {
        margin-bottom: 20px;

    }

    #choosePositionForm .col-sm-9, #choosePositionForm .col-sm-3 {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 13px;
    }

    .btn_choosePositionForm {
        float: none;
        margin: auto;
        margin-top: 5px;
    }

    #landing .ff-landing-cover {
        background-size: contain !important;
    }

    .gamecolumn, .data_ {
        float: none;
    }

    .data_ {
        margin-bottom: 15px;
        margin: auto;

    }
    .gamecolumn{
        width: 100%;
    }
    div#gameLeft {
        margin-bottom: 0;
    }
    div#gameLeft .gamebox, div#gameCentre .gamebox:last-child {
        margin-bottom: 0;
    }
    div#choosePosition {
        padding: 0;
        line-height: 0;
    }


}

@media screen and (max-width: 340px) {

    #nav ul,
    .ff-footer ul {
        height: 50px;
        margin: 0;
        padding: 0 10px;
    }

}