/* ---- Font Roboto ---- */
body {
    font-family: 'Roboto',Helvetica,Arial,sans-serif !important;
}

.brand h2 {
    color:#000;
    font-weight:700;
    font-size:1em;
    max-width:310px;
    line-height:1.3;
    margin:0;
    padding-left:2.5em;
    float:left
}
@media only screen and (max-width:1199px){
    .brand h2 {
        font-size:.85em
    }
}
@media only screen and (max-width:991px){
    .brand h2 {
        max-width:210px
    }
}


.nav-mobile h2 {
    display:table-cell;
    width:auto;
    margin:0 0 0 6px;
    font-size:1.5em;
    color:#454545;
    display:inline-block
}
@media only screen and (max-width:767px){
    .nav-mobile h2 {
        margin-top:4px;
        font-size:1.2em
    }
}
.nav-mobile h2 a {
    color:inherit;
    font-weight: 300;
}

/* ---- Space on the top of the page ---- */
.mod-layout {
    margin-bottom: 1.357em;
}


img.teaser {
    width: 100%;
}

.btn-play {
    text-decoration: none;
    color: #333333;
}



