.row.vid-page {
    background: #4b0000f0;
    border-bottom: 1px solid #d69100;
    padding: 86px 0px 0px 0px;
    margin: 0px;
}

.not-home .screen {
    padding: 10px 20px;
}

.col-sm-3.sidebar {
    margin-top: 20px;
}

/*Video Page*/
h2.video-name {
    font-family: 'Script';
    margin: 0;
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 4.3rem;
}

.vid-tags-main {
    background: #f6f6cb;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 10px 13px 13px;
}

h3.artist-name {
    padding: 5px 2px 1px 2px;
    line-height: .9rem;
    margin: 0;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.lang-version {
    padding-top: 10px;
    margin-bottom: 30px;
}

.vid-rec-grid {
    margin: 65px 30px 30px 30px;
}

h2.artist-name {
    margin: 20px 15px 5px 15px;
    color: white;
    font-family: 'Souvenir';
    font-weight: 300;
    font-size: 1.5rem;
}

/*Sidebar Score*/
h3.score-title {
    font-weight: 500;
    font-size: 1.7rem;
    margin: -10px 0 7px 0;
}

p.score {
    line-height: 1.7rem;
    font-size: 1rem;
    font-style: italic;
}

h3.score-title,
.score {
    color: wheat;
}

hr.score-hr {
    color: #ffffff99;
    opacity: 1;
    margin: 0 0 8px -12px;
}

/*Score Loader*/
#loading-score {
    background-color: #8b0100;
    color: white;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    transition: visibility 0.2s, opacity 0.5s linear;
}

.loading-msg-contain p {
    margin: 0;
}

.loading-store-container {
    overflow-y: scroll;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #f4f4cf;
    padding: 25px;
    color: brown;
    height: 100%;
    padding-bottom: 80vh;
}

.loading-msg-contain {
    text-align: center;
    margin: 0 0 35px 0;
    font-size: 1rem;
    max-width: 800px;
    margin: auto;
}

p.loading-score-title {
    font-size: 1.9rem;
    text-align: center;
    margin: 0 0 35px 0;
}

.audio-holder {
    margin: 20px auto;
    text-align: center;
}

.loading-score-name {
    text-decoration: underline;
    font-family: 'Script';
    font-size: 4rem;
}


/*Playing Options Buttons*/
p.viewing-alt-home {
    display: block;
    width: fit-content;
    padding: 1px 4px;
    margin: 6px 0;
    line-height: 13px;
    font-size: 14px;
}

.small-notes .viewing-alt-home {
    display: block;
    width: fit-content;
    padding: 1px 4px;
    margin: 6px 0;
    line-height: 13px;
    font-size: 14px;
}

.btn-main,
.film-options-holder .small-notes a {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: from-font;
}

.viewing-alt-holder a.viewing-alt {
    padding: 3px 10px;
    text-decoration: none;
    font-size: 1.3rem;
}

.viewing-alt-holder {
    padding: 6px;
    background: #000;
    margin: 5px 0;
    text-align: center;
    font-size: 1rem;
    color: white;
}

.pdf-button {
    text-decoration: none;
    cursor: pointer !important;
}

.pdf-button-text {
    padding: 6px;
    background: #000;
    margin: 5px 0;
    text-align: center;
    font-size: 1rem;
    color: white;
}

a.viewing-alt {
    text-decoration: none;
    cursor: pointer !important;
}

.on-now.viewing-alt .viewing-alt-holder {
    box-shadow: inset 0 0 0px 2px #cece00;
    text-decoration: underline;
    text-decoration-color: white;
}

.offnow .viewing-alt-holder {
    border: none;
}

.offnow .viewing-alt-holder:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px white;
    -moz-box-shadow: inset 0px 0px 0px 2px white;
    box-shadow: inset 0px 0px 0px 2px white;
}

.de-version,
.en-version {
    position: relative;
    padding: 10px 0;
}

img.currently-playing {
    height: 14px;
    margin-top: -4px;
}


a.offnow.viewing-alt .viewing-alt-holder {
    text-decoration-color: #676767;
}

img.AD-icon.en-AD {
    background: #fff;
    height: 15px;
}

.AD-icon {
    width: 14px;
    margin-right: 5px;
}

.special-message p {
    margin: 0;
}

.special-message {
    background: white;
    padding: 7px 10px;
}

.disabled-message-holder {
    z-index: 1;
    background: black;
    position: absolute;
    top: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    color: white;
    text-align: center;
    padding: 90px;
}