
*{
	padding:0;
	margin:0;
}

html{
	font-size:0.625em;
}

body{
	font-size:1.6rem;
	font-family:'Open Sans', san-serif;
	overflow-X:hidden;
}


/**********HEADER***************/


#logo {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5000;
    width: 150px;
    height: 80px;
    background: #000;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

#logo a{
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
#logo img{
    width: auto;
	position:static;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
html, body, header{
	height:100%;
}
header img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 10px;
}
header {
	background:#111 url(../img/la-ribera-primavera.jpg) no-repeat 50% 50%;
	/*background-size:cover;*/
	position: relative;
	overflow: hidden;
}
header:before {
    content: "";
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*header:after {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    background: rgba(185, 0, 33, 0.5);
    position: absolute;
    transform: rotate(45deg);
    top: 30%;
    left: -175%;
}*/
header .icon-angle-down {
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    font-size: 3rem;
    cursor: pointer;
    -webkit-transition:0.2s;
    transition: 0.2s;
    z-index: 100;
}

header .icon-angle-down:hover {
    color: rgba(255,255,255,0.8);
    bottom: 30px;
}
#intro {
    width: 100%;
    color: #fff;
    max-width: 800px;
    padding: 80px 10px 0;
	box-sizing:border-box;
	position: relative;
    z-index: 50;
	
}
#intro h1 {
    font-size: 2rem;
    width: 100%;
    padding: 10px 0 5px;
    max-width: 550px;
    line-height: 1.2em;
}
#intro h1:before {
    content: "";
    display: block;
    width: 30%;
    height: 6px;
    background: #b90021;
}
#intro p {
    font-size: 1.3rem;
    line-height: 1.4em;
}
#intro p:nth-of-type(2){
    border-top: 1px solid #fff;
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5em;
    padding: 5px 0;
}
#intro p:nth-of-type(3){
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 5px 0;
}
#intro p:nth-of-type(3) strong{
    border-bottom:1px solid #c7402d;
	color: #c7402d;
	
}


#intro p span {
    /* border-bottom: 1px solid #fff; */
    display: block;
    font-size: 1.6rem;
    color: #c7402d;
}
#intro a {
    border: 1px solid #fff;
    margin-top: 8px;
    display: block;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3rem;
    position: relative;
    text-align: center;
}


#intro a.icon-mail:before {
    font-size: 2rem;
    margin-right: 10px;
}
#intro a:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
	z-index:-1;
	-webkit-transition:0.4s;
	transition:0.4s;
}
#intro a:hover:after {
    width: 100%;
}

#intro a:hover:before {
    color: #b90021;
    background:none;
}
#intro a:hover {
    color: #b90021;
	background:#fff;
	-webkit-transition:0.2s linear;
	transition:0.2s linear;
}
/*#intro a {
    color: #b90021;
    text-decoration: none;
	transition:0.2s;
}
#intro a:hover {
    color: #770116;
    border-bottom:1px solid #770116;
}
*/
.icon-headphones {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 2.5rem;
    cursor: pointer;
    -webkit-transition:0.2s;
    transition: 0.2s;
	z-index: 90000;
}
#lista {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 8000;
}


#lista ul{
    list-style: none;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#lista li{
    line-height:2em;
	color:#fff;
}
#lista a{
    color:#fff;
	text-decoration:none;
	display: inline-block;
}


#lista .icon-note-beamed:before {
    color: #b90021;
    border: 2px solid #b90021;
    padding: 5px;
    border-radius: 50%;
    margin: 5px;
    -webkit-transition:0.2s 0.5s;
    transition: 0.2s 0.5s;
}



#letra>div {
    color: #000;
    background: #fdfdfd;
    padding: 80px 10px;
    -webkit-transition:0.2s 0.5s;
    transition: 0.2s 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    box-sizing: border-box;
    max-width: 900px;
	text-align: center;
}


#letra #bilbaosong {
    /* width: 1000px; */
    max-width: 1100px;
}
#letra>div .icon-cancel-1{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor:pointer;
}
#letra a {
	color:#111;
    position: relative;
}
#letra a:hover {
    color:#b90021;
}
#letra a:before {
    color: #b90021;
    border: 2px solid #b90021;
    padding: 8px;
    border-radius: 50%;
	-webkit-transition:0.4s 0.5s;
	transition: 0.4s 0.5s;
	margin: 5px;
}
#letra a:hover:before {
    background: #b90021;
    color: #fff;
	-webkit-transition:0.4s 0.2s;
	transition: 0.4s 0.2s;
}
/*#letra a:after {
    content: "";
    display: block;
    width: 0;
    background: #b90021;
    height: 22px;
    color: #b90021;
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: -1;
    transition: 0.2s 0.2s;
    transform: translateY(-50%);
}
#letra a:hover:after {
    width: 50%;
	transition: 0.2s 0.5s;
}
*/



#letra h2{
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #b90021;
    text-transform: uppercase;
    color: #b90021;
}
#letra p{
    margin-bottom:10px;
	font-size:1.4rem;
}
#letra iframe{
    width:100%;
	/*height:auto;*/
	max-width:400px;
}
#letra>div div{
	display:inline-block;
	vertical-align:top;
	padding:0 10px;
	box-sizing:border-box;
}

#contenido #canciones {
    font-size: 0;
    background: #000;
    /* height: 100%; */
    overflow: hidden;
}



/*#contenido #canciones li{
	display:block;
	width:100%;
	height:auto;	
}*/
#contenido #canciones li{
	font-size:1.5rem;
	display:inline-block;
	width:100%;
	height:auto;
	position:relative;
}
#contenido #canciones figure{
    width: 100%;
    height: auto;
    position: relative;
}
#contenido #canciones img{
	width:100%;
	height:auto;
	display: block;
}
#contenido #canciones dl{
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	        transform:translateY(-50%);
	z-index:10;
	box-sizing:border-box;
	padding-left:8%;
}
#contenido #canciones li{
	color:#fff;
	text-decoration:none;
}
#contenido #canciones img{
	width:100%;
	height:auto;
	display: block;
	opacity:1;
	-webkit-transition:0.1s 0.4s;
	transition:0.1s 0.4s;
}
#contenido #canciones dt{
	font-size:4rem;
	font-weight:700;
	line-height: 1em;
	-webkit-transform:scale(0.8);
	        transform:scale(0.8);
	opacity:0;
	-webkit-transition:0.2s 0.2s;
	transition:0.2s 0.2s;
}
#contenido #canciones dd{
	font-size:1.6rem;
	-webkit-transform:scale(0.8);
	        transform:scale(0.8);
	opacity:0;
	-webkit-transition:0.2s 0s;
	transition:0.2s 0s;
}

#contenido #canciones li:hover .icon-note-beamed{
	font-size:1.4rem;
	cursor:pointer;
	-webkit-transition:0.2s 0s;
	transition: 0.2s 0s;
}
#contenido #canciones li .icon-note-beamed:hover {
    color: #b90021;
}
#contenido #canciones li .icon-note-beamed:before {
    color: /*#419e9e*/#b90021;
    border: 3px solid #b90021;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition:0.2s linear 0.5s;
    transition: 0.2s linear 0.5s;
    position: relative;
}
#contenido #canciones li .icon-note-beamed:hover:before {
    color: #fff;
    background: #b90021;
    -webkit-transition:0.2s 0.2s;
    transition: 0.2s 0.2s;
}
#contenido #canciones li .icon-note-beamed:after {
    content: "";
    display: block;
    width: 0;
    background: #fff;
    height: 22px;
    color: #b90021;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: -1;
    -webkit-transition:0.4s 0.2s;
    transition: 0.4s 0.2s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#contenido #canciones li .icon-note-beamed:hover:after {
    width: 70%;
}



#contenido #canciones li img{
	opacity:0.6;
	-webkit-transition:0.1s linear;
	transition:0.1s linear;
}
#contenido #canciones li dt{
	opacity:1;
	-webkit-transform:scale(1);
	        transform:scale(1);
	-webkit-transition:0.2s 0s;
	transition:0.2s 0s;
}



#contenido #canciones li dd{
	opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition:0.2s 0.1s;
    transition: 0.2s 0.1s;
    font-size: 1.7rem;
    margin: 10px 0;

}
#contenido #canciones li dd:nth-of-type(1){
    display: inline-block;
    border-top: 2px solid #fff;
	color: #999;
}
#contenido #canciones li .titulo{
    font-weight: 700;
    color: #ccc;
    font-size: 1.8rem;
    margin: 2px 0 10px;
    border: 0;
    display: block;
}
#contenido #canciones li dd a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1em;
}
#contenido #canciones li dd a:before {
    color: /*#419e9e*/#b90021;
    border: 3px solid #b90021;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
	-webkit-transition:0.2s linear 0.5s;
	transition:0.2s linear 0.5s;
	position:relative;
}
#contenido #canciones li dd a:hover:before {
    color: #fff;
    background:#b90021;
	-webkit-transition:0.2s 0.2s;
	transition:0.2s 0.2s;
}
#contenido #canciones li dd a:hover {
    color: #b90021;
}
#contenido #canciones li dd a:after {
	content: "";
    display: block;
    width: 0;
    background: #fff;
    height: 22px;
    color: #b90021;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: -1;
    -webkit-transition:0.4s 0.2s;
    transition: 0.4s 0.2s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#contenido #canciones li dd a:hover:after {
    width: 70%;
}

/****video*****/
#contenido #canciones li .videocancion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 50;
}
#contenido #canciones .icon-cancel-1 {
    color: #fff;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 10px;
    display: block;
    z-index: 100;
}





/****COOCKIES****/
#barracookies{
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    z-index: 500000;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
}
#barracookies p{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}
#barracookies a{
	text-decoration:none;
	color:#ccc;
	display:inline-block;
	border-bottom: 1px solid transparent;
}
#barracookies a:nth-of-type(1):hover{
	border-bottom: 1px solid #b90021;
}
#barracookies a b{
	color:#fff;
	background:#b90021;
	padding:0 5px;
	border-radius:5px;
	transition:0.2s linear;
}
#barracookies a:hover b{
	background:#730216;
	border:0;
}
/****ANUNCIO*****/
#robapaginas_2 {
    left: 50%;
	top: 30px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
	margin:0 0 50px;
}



/******AUTOR*********/


#autor{
    border-top: 1px solid #ddd;
    text-align: center;
    max-width: 1500px;
    margin: 15px auto;
    font-size: 1.3rem;
    color: #666;
}
#autor li{
	display:inline-block;
	vertical-align:top;
	padding:2px 10px;
}

footer small {
    text-align: right;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 1.2rem;
    padding-right: 10px;
    box-sizing: border-box;
	color:#666;
}




/**********SOCIAL********/
article footer {
    background: none;
    top: 0;
    position: static;
	padding:0;
}

/******************/
#social{
	text-align:center;
	margin:40px 0;
}
#social li{
	display:inline-block;
	margin:0 5px;
	font-size:2rem;
}
#social a{
	color:#000;
	text-decoration:none;
	border:2px solid #000;
	border-radius:50%;
	padding:10px;
	display:block;
	line-height: 25px;
    height: 25px;
}
#social span{
	display:none;
}
#social .icon-facebook{
	color:#3b5998;
	border-color:#3b5998;
}
#social .icon-facebook:hover{
	color:#fff;
	background:#3b5998;
}
#social .icon-twitter{
	color:#55acee;
	border-color:#55acee;
}
#social .icon-twitter:hover{
	color:#fff;
	background:#55acee;
}
#social .icon-gplus{
	color:#dd4b39;
	border-color:#dd4b39;
}
#social .icon-gplus:hover{
	color:#fff;
	background:#dd4b39;
}
#social .icon-whatsapp{
	color:#4dc247;
	border-color:#4dc247;
}
#social .icon-whatsapp:hover{
	color:#fff;
	background:#4dc247;
}

/****FOOTER****/
footer {
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	position:relative;
/*	top:150px;*/
}
.pie-container {
    max-width: 750px;
    padding: 0 !important;
}
article footer:before {
    content: "";
    display: none;
}



@media screen and (min-width:750px){
header {
	background-size:cover;
}
header:before {
    content: "";
    background: rgba(0,0,0,0);
}
#logo{
    left: 50px;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.icon-headphones {
    display:none;
}
#lista {
    display: block !important;	
	width: 30%;
	background:none;
	max-width: 380px;
}

#lista ul{
	background: rgba(0,0,0,0.8);
}
#lista li{
    font-size:1.4rem;
	line-height:1.8em;
	position:relative;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
#lista .icon-note-beamed:before{
    color: #b90021;
    border: 2px solid #b90021;
    padding: 5px;
    border-radius: 50%;
    margin: 5px;
	-webkit-transition:0.2s 0.5s;
	transition:0.2s 0.5s;
}
#lista li:hover:before {
    color: #fff;
    background:#b90021;
	-webkit-transition:0.2s 0.1s;
	transition:0.2s 0.1s;
}
#lista li:hover{
    color: #b90021;
}
#lista li:after {
	content: "";
    display: block;
    width: 0;
    background: #fff;
    height: 22px;
    color: #b90021;
    position: absolute;
    top: 8px;
    left: 16px;
    z-index: -1;
    -webkit-transition:0.4s 0.2s;
    transition: 0.4s 0.2s;
}
#lista li:hover:after {
    width: 80%;
	max-width: 250px;
}

#letra {
    position: absolute;
    z-index: 100;
    width: 250%;
    left: -250%;
    /*top: 50%;*/
}

#letra>div{
	padding: 40px;
}
#letra>div div{
    width: 49%;
	
}

/******************************/


#contenido #canciones li img {
    opacity: 1;
}
#contenido #canciones li:hover img{
	opacity:0.4;
	-webkit-transition:0.1s linear;
	transition:0.1s linear;
}
#contenido #canciones li dl {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    box-sizing: border-box;
    padding-left: 8%;
    opacity: 0;
}
#contenido #canciones li:hover dl {
    opacity: 1;
}
#contenido #canciones li:hover dt{
	opacity:1;
	-webkit-transform:scale(1);
	        transform:scale(1);
	-webkit-transition:0.2s 0s;
	transition:0.2s 0s;
}



#contenido #canciones li:hover dd{
	opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition:0.2s 0.1s;
    transition: 0.2s 0.1s;
    font-size: 2rem;
    margin: 10px 0;

}
#contenido #canciones li:hover dd:nth-of-type(1){
    display: inline-block;
    border-top: 2px solid #fff;
	color: #999;
}
#contenido #canciones li:hover .titulo{
    font-weight: 700;
    color: #ccc;
    font-size: 2rem;
    margin: 2px 0 10px;
    border: 0;
    display: block;
}

#contenido #canciones li dd a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1em;
}
#contenido #canciones li dd a:before {
    color: /*#419e9e*/#b90021;
    border: 3px solid #b90021;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
	-webkit-transition:0.2s linear 0.5s;
	transition:0.2s linear 0.5s;
	position:relative;
}
#contenido #canciones li dd a:hover:before {
    color: #fff;
    background:#b90021;
	-webkit-transition:0.2s 0.2s;
	transition:0.2s 0.2s;
}
#contenido #canciones li dd a:hover {
    color: #b90021;
}
#contenido #canciones li dd a:after {
	content: "";
    display: block;
    width: 0;
    background: #fff;
    height: 22px;
    color: #b90021;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: -1;
    -webkit-transition:0.4s 0.2s;
    transition: 0.4s 0.2s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}


/*****************************/


header .icon-angle-down {
    bottom: 20px;
}
/*header:before {
    background: rgba(0,0,0,0.4);
}*/
#intro{
	position: absolute;
    width: 60%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 90;
	padding: 20px;
	background: rgba(0,0,0,0.6); 
}
#intro h1{
    font-size: 3.7rem;
	width:80%;
	margin-bottom: 20px;
}
#intro h1:before {
    height: 10px;
}
#intro p{
    font-size: 1.8rem;
}
#intro p:nth-of-type(2){
    font-size: 1.8rem;
}
#intro a {
	display: inline-block;
    border: 2px solid #fff;
    width: 300px;
    font-size: 1.4rem;
}




#overlay{
	width:100%;
	height:76px;
	-webkit-transform:translateY(-100%);
	        transform:translateY(-100%);
}
#overlay.menu-click{
	-webkit-transform:translateY(0);
	        transform:translateY(0);
}
/*#contenido {
	height:100%;
}*/
#contenido #canciones figure {
    width: 100%;
    height: 100%;
    top: 0;
    /* transform: translateY(-50%); */
}
#contenido #canciones li{
	display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 350px;
    overflow: hidden;
}
#contenido #canciones img {
	width: auto;
    height: 100%;
	min-width: 100%;
    min-height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
#contenido #canciones li dd a:hover:after {
    width: 110px;
}

#contenido #canciones li .icon-note-beamed:hover:after {
    width: 170px;
}
.pie-container {
    margin:300px auto 0 !important;
}
#intro p span {
    font-size: 2.1rem;
}



}

@media screen and (min-width:950px){

#letra {
    top: 50%;
}
#letra>div {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 40px;
}	
#contenido {
	height: 100%;
}	
#contenido #canciones{
	height: 100%;
}

#contenido #canciones li{
    width: 33.33%;
    height: 33.33%;
}

#contenido #canciones img {
	width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
footer {
    top: 500px;
}
}