@font-face {
    font-family: FlexoHeavy;
    src: url(../fonts/flexo-heavy.woff);
}
@font-face {
    font-family: FlexoMedium;
    src: url(../fonts/flexo-medium.woff);
}
@font-face {
    font-family: FlexoDemi;
    src: url(../fonts/flexo-demi.woff);
}
@font-face {
    font-family: FlexoThin;
    src: url(../fonts/flexo-thin.woff);
}
@font-face {
    font-family: FlexoRegular;
    src: url(../fonts/flexo.woff);
}
@font-face {
    font-family: FlexoBold;
    src: url(../fonts/flexo-bold.woff);
}

body {
    background-color: black !important;
}

.s-header {
    height: unset;
}

#navbar button {
    border: 0;
    background-color: unset;
    font-family: FlexoBold;
    font-size: large;
    min-width: 100px;
    height: 50px;
    border-radius: .25rem;
    margin-left: 5px;
}

#navbar button:hover {
    background-color: rgba(255, 255, 255, .25);
    cursor: pointer;
}

#pages {
    flex-wrap: wrap;
}

#catTitle {
    padding-top: 30px;
    height: 60px;
}

#posters span:hover,
select:hover,
#change:hover {
    cursor: pointer;
}

.channel-tile:hover img {
    filter: contrast(110%) brightness(1.1);
}

.season-info-wrapper {
    padding: 20px 30px 20px 30px !important;
}

.episode-img-cover {
    cursor: pointer;
}

.s-footer {
    background-image: url(../img/background_footer.png);
}

.s-footer .legal-container {
    margin-top: 0px;
    padding-top: 50px;
}

.s-footer .legal-links {
    padding-bottom: 50px !important;
}

#video-error,
#selRegion,
#selRegion select,
#selRegion option {
    font-weight: bold;
    font-family: FlexoRegular, sans-serif;
}

#region,
#change {
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    width: 150px;
    text-align: center;
}

#region {
    height: 50px;
}

#change {
    padding: 5px;
    line-height: 38px;
    display: inline-block;
}

#photobg {
    position: fixed;
    z-index: 10010;
    display: none;
    top: 0;
    right: 0;
}

#photobg span {
    font-size: 50px;
    line-height: .5;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f00;
    cursor: pointer;
}

#photobg span:hover {
    font-weight: 900;
    text-decoration: none;
}

#photobox {
    display: none;
    z-index: 10001;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

#photobox #video-error,
#playerContainer {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#photobox #video-error div {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

#photobox #video-error div span {
    line-height: 1;
}

#playerContainer .vjs-big-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vjs-header-bar {
    display: flex;
}

button.vjs-play-control.vjs-control.vjs-button,
button.vjs-play-control.vjs-control.vjs-button.vjs-paused,
button.vjs-play-control.vjs-control.vjs-button.vjs-playing {
    width: 23px !important;
}

@media only screen and (max-width: 768px) {
    .nav-home-logo {
        flex-grow: 10;
        text-align: center;
    }
    .nav-home-logo img {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
    #pages {
        justify-content: center;
    }
}