/* Home page */ 
.container{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.itemMenu{
	position: absolute;
	top: 0px;
	left: 20px;
	font-size: 20px;
	z-index: 10;	
}

.itemMenu > a:hover{
	text-decoration: none;
	color: #cdde8e;
}

.itemMenu > a{
	color: #ffffff;
}

.itemMenu.home > a{
	color: #9cb92b;
}

.active{
	color:#cdde8e !important;
}

.itemResponsive{
	position: absolute;
}


/* house */
.photoGallery{
	width: 100%;
	position: relative;
	right: 0px;
	top: 10%;

}
.pal{
	float: left;
	width: 15px;
	margin-left: -1px;

}

.pal > img{
	max-height: 100%;
}
.gallery{
	width: 90%;
	float:left;
}

.headerGallery{
	background: url('../img/corda.png');
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	height: 3px;

}

.visibleGallery{
	height: 300px;
	overflow: hidden;
	position: relative;
	top: -30px;
	padding-top:30px;
	
}

.visibleGallery:hover{
	cursor: pointer;
}

.contentGallery{
	display: block;
	position: relative;
	top: -30px;
	padding-top:30px;
	width: 100%;
	overflow-x: scroll;
	padding-bottom: 30px;	
	min-height: 700px;
}

.itemsGalleryGroup{
	width: 1000%;
}

.itemGallery{
	margin-left: 20px;
	float: left;
	display: inline;
}

.pinca{
	float:left;
	text-align: center;
	width: 100%;
	top: -15px;
	position: relative;
	margin-bottom: -17px;
	z-index:2;
}
.pinca > img{
	z-index: 2;
}
/* end house */

/* not valid*/
.greenRight{
	background-color: #9abd19;
	height: 300px;
}

.greenLeft{
	background-color: #9abd19;
	height: 44px;
}
.menu_background{
	background-color: #9abd19;
	height: 300px;
	margin-right: 0px;
    padding-right: 0px;
}
.menu{
    background-color: #FFFFFF;
    border: 0 none;
    border-radius: 358px 0 0;
    height: 400px;
    position: relative;
    top: -120px;
    width: 100%;
}

.menu1{
	padding-left: 80%;
	margin-bottom: -50px;
		
}
.menu2{
	padding-left: 60%;
	margin-bottom: -50px;
	width: 100px;
}
.menu3{
	padding-left: 40%;
	margin-bottom: -30px;
	width: 100px;
}
.menu4{
	padding-left: 20%;
	margin-bottom: -30px;
	width: 300px;
}
.menu5{
	padding-left: 10%;
	margin-bottom: -30px;
	width: 180px;
}
.menu6{
	padding-left: 5%;
	margin-top: 30px;
	width: 150px;
}

.menu6 > a{
	border-radius: 30px;
	border: 1px solid white;
	width: 56px;
	text-align: center;
	background-color: white;
	margin-right: -1px;
	color:#9abd19 !important;
}

.menu6 > a:hover{
	color:white !important;
}

.contingut{
	z-index: 2000;
	background-color: white;
	color:black;
	position: relative;
	top:-100px;
	right:-200px;
}

#flowers{
	width:100%;
	position: fixed;
	bottom: 0px;
}

.calendar{
	position: absolute;
	top: 15%;
	right: 3%;
	z-index: 2;
}

.startImg{
	position: absolute;
	top: 10%;
	z-index: 2;
	max-height: 90%;
	max-width: 100%;
	right: 0px;

}

.houseText{
	position: absolute;
	width: 55%;
	top: 20%;
	right: 0;
}

.personatgeHouse, .personatgeWhere{
	position: fixed;
	bottom: 0%;
	width: 20%;
	right: 60%;
}

.personatgeWhere{
	position: fixed;
	bottom: 0%;
	width: 40%;
	right: 60º%;

}

.map{
	position: absolute;
	right: 0px;
	top: 30%;
	width: 	70%;
	height: 450px;

}

#gmap{
	width: 	100%;
	height: 450px;

}

.accac{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index:3;
}

/* what */
.whatText{
	position: absolute;
	width: 60%;
	top: 20%;
	right: 0;
}

.whatText a{
	color: grey;
	text-decoration: none;
}

.whatText a:hover,
.whatText a:focus{
	color: grey;
	text-decoration: none;
	font-weight: bold;
}

.personatgeWhat{
	position: fixed;
	bottom: 0%;
	width: 15%;
	right: 65%;
}