@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: 'Museo 500 Regular';
font-style: normal;
font-weight: normal;
src: local('Museo 500 Regular'), url('Museo500-Regular.woff') format('woff');
}

@font-face {
font-family: 'Linux Libertine';
font-style: normal;
font-weight: normal;
src: local('Linux Libertine'), url('LinLibertine_Re-4.1_.8_.woff') format('woff');
}

.creu_pin  {
				/* Firefox */
top: -moz-calc(100% - 32px)!important;
/* WebKit */
top: -webkit-calc(100% - 32px)!important;
/* Opera */
top: -o-calc(100% - 32px)!important;
/* Standard */
top: calc(100% - 32px)!important;
			}


.titols  {
				font-family: 'Museo 500 Regular';
				color: #c4a04f;
			}

.text_select {
	-webkit-user-select: text!important; 
	-moz-user-select: text!important; 
	-ms-user-select: text!important; 
	user-select: text!important;
	}



.verticalgallery {
height: -moz-calc(100% - 30px)!important;
/* WebKit */
height: -webkit-calc(100% - 30px)!important;
/* Opera */
height: -o-calc(100% - 30px)!important;
/* Standard */
height: calc(100% - 30px)!important;
	}



h1, h2, h3, span  {
				font-family: 'Museo 500 Regular';
	text-shadow: 2px 2px 4px #000000;
			}
			
h3 {
position: fixed;
}
			
body, p {
font-family:'Linux Libertine';
color: #E7E7E7
			}


#text_desplegable {
	padding-right: 200px;
	padding-left: 200px;
    font-size: 14px;
}

#text_desplegable_pin {
	padding-right: 200px;
	padding-left: 200px;
	position: absolute;
    bottom: 10px;
	font-size: 14px;
}

#text_titol {
	padding-right: 200px;
	padding-left: 230px;
	padding-top: 7px;
	font-size: 12px;
    bottom: -3px;
}

.info {
font-size: 13px;
padding-top: 40px;
}


@media (max-width: 1200px)  and (min-width:800){
	#text_desplegable {
	padding-right: 100px;
	padding-left: 100px;

}

#text_desplegable_pin {
	padding-right: 100px;
	padding-left: 100px;
	position: absolute;
    bottom: 10;

}

#text_titol {
	padding-right: 100px;
	padding-left: 100px;

}
}

@media (max-width: 800px) and (orientation: landscape) {

	#text_desplegable {
	padding-right: 50px!important;
	padding-left: 50px!important;
    font-size: 13px!important;
}

#text_desplegable_pin {
	padding-right: 50px!important;
	padding-left: 50px!important;
	position: absolute;
    bottom: 10;
	font-size: 13px!important;
}

#text_titol {
	padding-right: 50px!important;
	padding-left: 50px!important;
	font-size: 11px!important;
    margin-left: 30px;

}
	
.info {
	padding-top: 10px;
	font-size: 11px;
}
	
	
	}
	
@media (max-width: 800px) {
	
	

	#text_desplegable {
	padding-right: 20px;
	padding-left: 20px;
    font-size: 13px;
}

#text_desplegable_pin {
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
    bottom: 10;
	font-size: 13px;
}

#text_titol {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	margin-left: 0px;
}
	
	
.info {
	font-size: 11px;
	padding-left: 3px;
}
	}

@media (max-width: 800px) and (min-width: 600px) {
	
	#text_titol {
	margin-left: 30px!important;
}
	}

	
	

