#logoContainer{
    display:none;
}
#informationContainer{
    width:100%;
}
#nextDate{
    position:relative;
    width:100%;
    height:35px;
    font-size:30px;
    margin-left: 40px;
}

#matchesContainer{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.individualMatch{
    position: relative;
    width: 900px;
    height: 50px;
    font-weight:200;
}

.matchData{
    position:relative;
    float:left;
}

.matchDataWrapper{
    position:relative;
    float:left;
    width:auto;
    height:50px;
    overflow:hidden;
    border-top:1px solid ;
}

.matchText{
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-family:'Muli-Regular', sans-serif;
}

.courtText{
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
    font-family: 'Muli-Bold', sans-serif;
}

.matchDataOpacity{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color: #CED4D9;
    opacity:0.75;
    filter:alpha(opacity=75);
}

#hour{
    width:100px;
    height:100%; 
    margin-right: 25px;
    line-height: 37px;
}

#matchLogo{
    width:50px;
    height:100%; 
    border-right:1px solid;
    border-left:1px solid;
}

#teamName{
    width:224px;
    height: 50px;
    line-height: 37px;
}

.teamNameText{
    text-align:left;
    margin-left:15px;
    font-size:16px;
}

#vs{
   float:left;
   text-align:center;
   width:40px;
   font-size:20px;
   font-weight:200;
    line-height: 46px;
    height: 50px;
}

#court{
   width:100px;
   height:100%; 
   margin-left:20px;
    line-height: 37px;
}

.logoImg{
    position:absolute;
    width:50px;
    height:50px;
}

#goals{
    width:30px;
    height:100%;
    line-height:37px;
    font-weight:400;
}

.matchesCenteredDiv{
    position:relative;
    width:1000px;
    height:auto;
    margin:0 auto;
    overflow:hidden;
}

.matchDate{
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-family: 'Muli-Bold', sans-serif;
    margin-bottom: 15px;
}

#subtextFixture{
    height:33px;
}
#fixtureBackground{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:20px;
    padding-bottom:40px;
}
.whiteBkgFixture{
    background-color:#ededed;
    color:#001c45;
}
.blueBkgFixture{
    color:#001c45;
    background-color:rgba(0, 28, 69, 0.2);
}
#nextMatchesTitleDiv{
    position: relative;
    width: 100%;
    height: 100px;
}
#nextMatchesTitle{
    font-size: 24px;
    height: auto;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}
#nextMatchesTournament{
    text-align: center;
    margin-top: 7px;
    font-size: 20px;
    text-transform: uppercase;
}
#principalContainer{
    background-image: url('/files/fondoFixtures.jpeg');
    background-size: cover;
    background-position:center;
}
#nextDateMatches{
    position: relative;
    margin-top: 40px;
    margin-left: 40px;
    text-align: left;
}
#noMatchesInfo{
    position: relative;
    width: 100%;
    font-size: 20px;
    height: 30px;
}
.matchHour{
    font-size:16px;
}
@media screen and (max-width:768px){
    #informationContainer{
        width:100%;
        margin-top:35px;
        margin-left: -5px;
    }
    .subsubtitle{
        margin-left:0px;
        width:100%;
        text-align:center;
        font-size:15px;
    }
    #nextDateMatches{
        width: 100%;
        margin-left:0px;
        margin-top:25px;
    }
    #matchesContainer{
        width: 100%;
        margin-left: 0px;
    }
    #noMatchesInfo{
        text-align: center;
        margin-top: 25px;
        margin-left:0px;
        margin-bottom:20px;
    }
    #nextMatchesTitle{
        font-size: 18px;
        margin-top:30px;
    }
    #nextMatchesTournament{
        font-size: 15px;
    }
    .matchDate{
        text-align: center;
        font-size: 16px;
    }
    .matchesCenteredDiv{
        width:100%;
    }
    .individualMatch{
        width: 90%;
        margin-left: 6%;
        height:80px;
    }
    #hour{
        position: absolute;
        bottom: 39px;
        height: auto;
        left:25%;
    }
    #court{
        position: absolute;
        bottom: 39px;
        height: auto;
        left:40%;
    }
    .matchDataWrapper{
        width:100%;
        height:40px;
        border:none;
    }
    #matchLogo{
        width:40px;
        height: 38px;
        border-top:1px solid;
        border-bottom:1px solid;
    }
    .logoImg{
        height:100%;
        width:100%;
    }
    .teamNameText{
        width:100%;
        text-align:center;
        font-size:12px;
        margin-top: 0px;
        font-weight:400;
        margin-left:3px;
    }
    .matchText{
        margin-top:0px;
        font-size:12px;
    }
    .goalsText{
        font-size:16px;
    }
    #teamName{
        height:38px;
        width:30%;
        border-top:1px solid;
        border-bottom:1px solid;
    }
    #goals{
        height:38px;
        width:4%;
        border-top:1px solid;
        border-bottom:1px solid;
    }
    #vs{
        height:38px;
        width:4%;
        border-top:1px solid;
        border-bottom:1px solid;
        padding-left: 2px;
        padding-right: 2px;
        line-height: 35px;
        font-size: 14px;
    }
    .matchHour{
        height:auto;
        font-size:14px;
    }
    .courtText{
        height:auto;
        font-size:14px;
        top: -4px;
    }
}