.flowplayer a[href="https://flowplayer.com/hello/?from=player"] {
    visibility: hidden !important;
    background: none !important;
}

.bx-wrapper .bx-viewport {
    left: 0 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

body {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: Roboto, arial, Tahoma, sans-serif;
    font-size: 15px;
    background-color: #f5f8fa;
}

a {
    color: #EC1D25;
}

a:hover, a:focus {
    color: #EC1D25;
    text-decoration: underline;
}

.lesson-name {
    display: inline;
}

.lesson-name > p {
    display: inline;
}
