@charset "utf-8";
/* css document*/
/* Imports */
@import url("reset.css");

html, body{
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
}
/*---------------------------------------------------------- multipropietat --*/
h2, h3, h4, .alert{
    font-family: 'News Cycle', sans-serif;
}
#secondary_nav li, .icon, #slidexou div.gal6pag ul li, .novedades article .fecha, .btn, .botonera .mayores, .titulaco div{
    background-image: url(../images/fons/sprite.png);
    background-repeat: no-repeat;
}

/*-------------------------------------------------------------- background --*/
#bg_img{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
/*-------------------------------------------------------------------- main --*/
.center{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
#wrapper{
    z-index: 10;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
}
#main_section{
    margin: 35px 0;
    position: relative;
}
/*----------------------------------------------------------- bicivoladores --*/
#bici{
    position: absolute;
    bottom: 100px;
    left: -100px;
    z-index: 100;
}
#bici img{
    display: block;
}
#main_header #bici{
    bottom: 0;
}
/*------------------------------------------------------------------ header --*/
#main_header{
    background: white;
    padding: 15px 0 8px 0;
    position: relative;
    overflow: hidden;
}
h1{
    width: 220px;
    margin: 0 auto;  
}
#cookies h1, #cookies h2{
    width: auto; 
}
#idiomas {
	position: absolute;
	top: 10px;
	right: 10px;
}
#idiomas a:link, #idiomas a:visited {
	color: gray;
	border-bottom: dashed 1px #0C3183;
}
.cookies h1, .cookies h2, .cookies h3{
	font-weight: 700;
}
.cookies h1, .cookies h2, .cookies h3, .cookies p{
	width: auto;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0;
}
.cookies h1{
	margin: 0 0 20px 0;
	text-align: center;
}
.cookies h2{
	background: none;
	color: black;
	font-size: 1.5em;
	margin: 0 0 15px 0;
}
.cookies h3{
	font-size: 1.17em;
	margin: 0 0 10px 0;
}
.cookies p{
	margin: 0 0 10px 0;
}
.cookies#wrapper{
	height: auto;
	min-height: 100%;
}
.cookies#wrapper section{
	height: auto;
	min-height: none;
	padding-bottom: 110px;
}
.cookies#main_footer{
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 25px;
	margin-top: 25px;
}
/*------------------------------------------------------------------ footer --*/
#main_footer{
    text-align: center;
    color: white;
    padding: 15px 0;
    height: 70px;
    position: relative;
    margin-top: -100px;
    z-index: 10;
    background: #0A4990;
}
#main_footer a{
    display: inline-block;
    margin: 15px 10px;
}
.facebook .icon{
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-position: -32px -360px;
}
.facebook:hover .icon{
    background-position: -96px -360px;
}

.twitter .icon{
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-position: 0 -360px;
}
.twitter:hover .icon{
    background-position: -64px -360px;
}
/*----------------------------------------------------------- xixa i limonà --*/
h2{
    margin: 0 0 35px 0;
    width: 50%;
    min-width: 480px;
    font-size: 50px;
    color: white;
    font-weight: normal;
    background: #E67817;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E67817), to(#DE8F00)); /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-linear-gradient(top, #E67817, #DE8F00); /* Safari 5.1, Chrome 10+ */ 
    background: -moz-linear-gradient(top, #E67817, #DE8F00); /* Firefox 3.6+ */ 
    background: -ms-linear-gradient(top, #E67817, #DE8F00); /* IE 10 */ 
    background: -o-linear-gradient(top, #E67817, #DE8F00);/* Opera 11.10+ */ 
}
h2 span{
    float: right;
    text-align: right;
    display: block;
    width: 410px;
    line-height: 60px;
    padding: 0 25px 15px 0;
}

.textos{
    width: 50%;
    background: white;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
}
.content{
    padding: 15px 20px;
}
h3{
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 15px 0; 
}
/*----------------------------------------------------------------- ciutats --*/
.textos, .ciudades{
    float: left;
    vertical-align: top;
}
.ciudades{
    width: 50%;
    margin: -170px 0 0 0;
}
.ciudades ul{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 450px;
}
.ciudades li{
    float: left;
    vertical-align: middle;
    width: 180px;
    height: 180px;
    margin: 0 0 30px 40px;
    position: relative;
}
.ciudades div.fitxa{
    top: 0;
    background: white;
    width: 180px;
    height: 180px;
    overflow: hidden;    
    
    border-radius: 8px;
    box-shadow: 0px 0px 8px #333333;
    
    transition: height .3s, top .3s, background .7s;
    -webkit-transition: height .3s, top .3s, background .7s; /* Safari */
}
.ciudades li:hover div.fitxa{
    height: 140px;
    top: 20px;
    background: #DFDFDF;
}

.ciudades .img{
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
    width: 100%; 
}
.ciudades h4{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #333333;
    padding: 0 0 4px 0;
    
    text-shadow: 1px 1px 1px white;
    border-top: solid 1px #E7E7E7;
    background: #DFDFDF;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DFDFDF), to(#FFFFFF)); /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-linear-gradient(top, #DFDFDF, #FFFFFF); /* Safari 5.1, Chrome 10+ */ 
    background: -moz-linear-gradient(top, #DFDFDF, #FFFFFF); /* Firefox 3.6+ */ 
    background: -ms-linear-gradient(top, #DFDFDF, #FFFFFF); /* IE 10 */ 
    background: -o-linear-gradient(top, #DFDFDF, #FFFFFF);/* Opera 11.10+ */ 
}
.ciudades a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
/*------------------------------------------------------------------- alert --*/
.alert{
    position: absolute;
    text-align: center;
    z-index: 10;
    width: 80%;
    height: 60px;
    top: 50%;
    margin: -40px 0 0 10%;
    font-size: 18px;
    display: none;
}