/***** web *****/

/*
taronja: #FF9B5B;
blau: #5086C3;
cel: #526F92;
*/

.b, b{
	font-weight:bold;
}
a{
	color: #FF9B5B;
	cursor:pointer;
	text-decoration:none;
}
a:hover{
	color: #FF9B5B;
	text-decoration:underline;
}


body, html {
    height: 100%;
}
body{
	overflow-x: hidden;
	/*font-family: 'Poiret One', Arial, Helvetica, sans-serif;
	background-image:url(../images/fons_trama.jpg);
	background-repeat: repeat;*/
	color: #333;
	background-color: #fff;
}
#idiomes{

	margin-top:20px;

}
#idiomes a{
	margin-right: 10px;
	text-decoration: none;
	color: #8591A0;
	margin-bottom: 20px;
}/*
#idiomes .banderes img{
	margin:10px 5px auto 5px;
}
#idiomes .contactes img{
	margin:5px 5px -2px 5px;
}
#idiomes img.fb{
	vertical-align: -50%;
	margin:5px 5px 5px 5px;
}*/
#logo{
	cursor: pointer;
	margin-top:40px;
}

#peu {
	width:100%;
	min-height:35px;
	padding-top:10px;
	position: absolute;
	bottom: 0;
	color:#FFFFFF;
	background-color: #252A30;
}

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

#peu a:hover{
	color: #FF9B5B;
	text-decoration: underline;
}


/*
footer{
	color:#72777F;
	background-color: #252A30;
}
footer div{
	color:#72777F;
}
footer h6{

}
footer section:first-child{
	background-color: #5E636B;
	padding: 20px 0 0 0;
}
footer a{
	color: #ccc;
	text-decoration:none;
}
footer a:hover{
	color: #7AAAE9;
}
footer img{
	vertical-align: top;
	margin-bottom: 10px;
	margin-left: 10px;
}

footer iframe{
	margin-top:1px;
	-webkit-border-radius: 4px 4px;
  	-moz-border-radius: 4px / 4px;
 	border-radius: 4px / 4px;
}*/
.mensaje{
	margin-top: 30px;
	color: #FF9B5B;
	text-shadow: 1px 0px 1px #ccc;
	font-size:18px;
}
/****************/
sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
	font-size:x-small;
}

.max{
	width:100%;
}

.ocult{
	display:none;
}

/********/



.hr{
	border-bottom: 1px #ccc dotted;
	margin-bottom: 20px;
}
/******** llista ******/
.sombra{
	box-shadow: 5px 5px 2px #888888;
}
#llista h2 span{
	font-size: 14px;
	color: #333;
}
/****************/

/***************/
form input[type=text], input[type=date], form input[type=email], form input[type=number], form select, form textarea{
	font-size: 12px;
	padding: 4px 0px;
	margin: 2px 0 10px 0px;
	border: 1px #ccc solid;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px / 5px;
	border-radius: 5px / 5px;
}
form select{
	width: 100%;
	padding: 4px 0px;
	margin: 2px 0 10px 0px;
	border: 1px #ccc solid;
}
form input[type=checkbox]{
	margin: 2px 0 10px 0px;
}
form input[type=search]{
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 4px 0px;
	margin: 4px 0 10px 0px;
	border: 1px #ccc solid;
}
form label{
	font-size: 16px;
	display: block;
   float: left;
   padding-top: 2px;
}
form#form span{
	color: #333;
}

.formreserves{

}
.formreserves label{
	width: 45%;
	display: inline-block;
}
.formreserves input{
	width: 50%;
	display: inline-block;
}
.formreserves input[type=checkbox]{
	width: 30px;
	margin-right: 10px;
	padding-right: 0px;
}
.formreserves span{
	display: inline-block;
	width: 55%;
	text-align: left;
}
.formreserves .button{
	background-color:  #7AAAE9;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px / 5px;
	border-radius: 5px / 5px;
}
.formreserves h4{
	margin-bottom: 20px;
}


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

/**********************/
.mitat{
	width: 50%;
}

/************************/
#map-canvas{
	width: 100%;
	height: 335px;
	margin-top: 20px;
	padding: 0px;

}
#map-canvas div.gm-style div.gmnoprint{
	/*display:none;*/
	display:table;
}

ol{
	list-style-type:decimal;
}
/**********/
.tbl_caracteristiques tbody tr td.negreta, .tbl_caracteristiques tbody tr th.negreta{
	font-weight: bold;
	color: #252A30;
	text-shadow: 1px 1px 1px #fff;
}
/*******index.php*******/
/* I wanted to center my loader */
#cycle-loader {
    height:32px;
    left:50%;
    margin:-8px 0 0 -8px;
    position:absolute;
    top:50%;
    width:32px;
    z-index:999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
    display:none;/* Only use this if you fade it in again after the images load */
    position:fixed !important;
}
#maximage h1{
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 3.5em;
	float: right;
	margin: 20px 40px 0px 20px;
}
#maximage h2{
	clear: both;
	color: #ccc;
	text-shadow: 2px 2px 2px #000;
	font-size: 3em;
	float: right;
	margin: 0px 40px 20px 20px;
	width: 50%;
	min-width: 200px;
	text-align: right;
}
#maximage h3{
	clear: both;
	color: #000;
	text-shadow: 2px 2px 2px #fff;
	font-size: 2em;
	float: right;
	margin: 0px 40px 20px 20px;
	text-align: right;
}
/*Set my gradient above all images*/
#gradient {
    left:0;
    height:100%;
    position:absolute;
    top:0;
    width:100%;
    z-index:999;
}

/**/

#arrow_left, #arrow_right {
    bottom:30px;
    height:67px;
    position:absolute;
    right:30px;
    width:36px;
    z-index:1000;
}
#arrow_left {
    right:86px;
}

#arrow_left:hover, #arrow_right:hover {
    bottom:29px;
}
#arrow_left:active, #arrow_right:active {
    bottom:28px;
}



.in-slide-content {
    color:#333;
    float:right;
    font-family:'Helvetica Neue', helvetica;
    font-size:60px;
    font-weight:bold;
    right:0;
    margin:40px;
    padding:20px;
    position:absolute;
    top:0;
    width:700px;
    z-index:9999; /* Show above .gradient */
    text-shadow: 0 1px 0 #fff;
    -webkit-font-smoothing:antialiased;
}
.light-text {color:#ddd;text-shadow: 0 1px 0 #666;}
.smaller-text {font-size:30px;}
.youtube-video, video {
    left:0;
    position:absolute;
    top:0;
}
/******************/
.drop-shadow {
   box-shadow: 2px 2px 2px #000;
   -webkit-box-shadow: 2px 2px 2px #000;
   -moz-box-shadow: 2px 2px 2px #000;
}


/*  COOKIES **/

#politica_cookies{
  text-align: center;
  background-color: #DFDFDF;
  border: 1px #666 solid;
  padding: 4px;
  width: 90%;
  font-size: 0.67em;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}
#politica_cookies .close{
  background-color: #666;
  border: 1px #fff solid;
  padding: 4px;
  color: #fff;
  float: right;
  text-decoration: none;
}