/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 sept. 2015, 21:21:34
    Author     : baldetti
*/
#vlvocontent{
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    text-align: center;
    font-family: arial, sans-serif;
    overflow: no-display;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url("/nolang/vivelavo/wall.png"), -webkit-linear-gradient(to right, #007bd9, #00d98f); /* For Safari 5.1 to 6.0 */
    background-image: url("/nolang/vivelavo/wall.png"), -o-linear-gradient(to right, #007bd9, #00d98f); /* For Opera 11.1 to 12.0 */
    background-image: url("/nolang/vivelavo/wall.png"), -moz-linear-gradient(to right, #007bd9, #00d98f); /* For Firefox 3.6 to 15 */
    background-image: url("/nolang/vivelavo/wall.png"), linear-gradient(to right, #007bd9, #00d98f); /* Standard syntax */
    color: white;
    text-shadow: 1px 1px black;
    
}
@font-face {
  font-family: 'VideoJS';
  src: url('/nolang/font/vjs.eot');
  src: url('/nolang/font/vjs.eot?#iefix') format('embedded-opentype'), url('font/vjs.woff') format('woff'), url('/nolang/font/vjs.ttf') format('truetype'), url('/nolang/font/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
#lyrics {
    text-align: left;
    margin-left: 15px;
}

#vlvocontent a:active {
    color: #FFFFFF;
}
#vlvocontent a:link {
    text-decoration: none;
    color: #FFFFFF;
}

#vlvocontent a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

#vlvocontent a:hover {
    text-decoration: none;
}

#vlvocontent a:active {
    text-decoration: none;
}
video {
    width: 100%;
    height: auto;
}
.textzone {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    
}
.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #000000;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

