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

* {
	margin:0;
	padding:0;	
}

html, body {height: 100%;}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	background: url(../img/bambini_fondo_babushka.png) no-repeat #e7dbc9;
	background-position: -140px 90%;
	
}

#wrap {
	position: relative;
	z-index: 2;
	min-height: 100%;
	min-width: 320px;
}

#main {
	overflow: auto;
	width: 100%;
	min-height: 10px;
	margin: auto;
	padding-bottom: 150px; /* must be same height as the footer */

} 

.header {
/* 	background-image: url(../img/mt_img/fondo_home10.jpg); */
	overflow: hidden;
	background-position: center;
	background-size: cover;
	position: relative;
}


.cont_logo {
	width: 100%;
	z-index: 2;
	margin: 20px 0 0 0;
}
	
		
#logo {
	max-width: 280px;
	margin: 0 auto 0 auto;
	padding: 10px 20px 10px;
}

#logo img {
	max-width:100%;
}
	
#logo_footer {
	max-width: 60px;
	margin: 10px auto 10px auto;;
}

#logo_footer img {
	max-width:100%;
}
	
.bg_superlight_crue {
	padding:20px 0;
}

.content_800 {
	max-width: 800px;
	min-width:280px;
	margin: 0px auto 10px auto;
	padding-left: 7px;
	padding-right: 7px;
	text-align:center;
}

.content-button-home {
	display: inline-block;
	min-width: 100px;
	border-bottom: 3px solid #6DC3C3;
	padding: 0 0 5px 0;
	cursor: pointer;
}

.content-button-home:hover {
	border-bottom: 3px solid #074F6F;
	background-color: rgba(255, 255, 255, 0.27);
}

.content-button-home a {
	text-decoration: none;
	color: #074F6F;
}

.button-home {
}

.button-home img {
	width:30%;
}

.dida-button-home {
	font-weight: 500;
	color: #6DC3C3;
}

.dida-button-home:hover {
	color: #074F6F;
	}
	
.social_icone {
	display: inline-block;
	margin: 3px;
	border: 4px solid rgba(255, 255, 255, 0);
	border-radius: 1000em;
	width: 100px;
	height: 101px;
	cursor: pointer;
}

.social_icone:hover {
	border: 4px solid rgba(255, 255, 255, 0.94);
}

.social_icone img {
	width: 100%
	}


#footer {
	box-sizing: border-box;
	padding: 8px 0 0 0;
	position: relative;
	margin-top: -180px; /* negative value of footer height */
	min-height: 190px;
	clear: both;
	background-color: #F3E7D5;
	color: #999;
	}
	
@media screen and (max-width:962px){
	
	body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	background: url() no-repeat #e7dbc9;
	background-position: -140px 180%;
	
}

}



@media screen and (max-width:560px){
	

	
.cont_logo {
	width: 100%;
	position: relative;
}
	

.label_mail {
	color:#fff;
	font-weight:600;
	font-size:1.4em;
}

.label_mail a {
	text-decoration:none;
	color: #ffd91d;
}

.label_mail a:hover {
	text-decoration:none;
	color: #ffffff;
}

}

/*Testo*/

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 38px;
	text-align:center;
	color:#ffae00;
}

h2 {
	font-weight: 200;
	font-size: 30px;
	color:#70C3C2;
	margin-bottom: 10px;
	text-align:center;

}

h3 {
	font-weight: 200;
	font-size: 27px;
	color:#29ABE2;
	margin: 0 0 7px 0;
	text-align:center;

}

h4 {
	font-weight: 200;
	font-size: 27px;
	color:#70C3C2;
	margin: 0 0 7px 0;
	text-align:center;

}


h5 {
	font-weight: 700;
	font-size: 16px;
	color:#fff;
	text-align:center;
}

h6 {
	font-weight: 600;
	font-size: 14px;
	
	color:#29ABE2;
	margin-bottom: 10px;
	text-align:left;

}

p {
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #6e6c6c
}


ul {
	margin-left: 5px;
}

li {
	font-weight: 3400;
	font-size: 18px;
	line-height: 120%;
	text-align: left;
	list-style: disc;
	list-style-position: inside;
	
}

b {
	font-weight: 700;
	font-size: 14px;
	color:#29ABE2;
}

a {
		font-weight: 400;
	color:#074F6F;
		text-decoration: none;
}

a:hover {
		color:#ff8900;
}



/* ************CONTENITORE_FORM************ */

div#hide {
    z-index:3000;
    position:absolute;
	top:15%;
	left:-300px;
	padding: 38px 20px 8px 20px;
	background-color: rgba(7, 79, 111, 0.8);
	width: 260px;
	height: 650px;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
	
	.buttoncontact {
		display: none;
		position:absolute;
		top:10%;
		left:0;
		z-index: 3200;
		width: 45px;
		height:40px;
		padding:5px 2px 2px 2px;
		border-bottom-right-radius: 1px;
		border-top-right-radius: 1px;
		
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			-ms-transition: all 0.3s ease-in-out 0s;
			-o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

.fb {
	top:30px;
	background-color: rgba(252, 253, 255, 0.42);
	}
	
.fb:hover {
	background-color: #00abff;
	}
	
.yt {
top:80px;
background-color:  rgba(252, 253, 255, 0.42);
}

	.yt:hover {
	background-color: #ff5200;
	}
	
.insta {
	top:130px;
	background-color:  rgba(252, 253, 255, 0.42);
	}
	
	.insta:hover {
	background-color: #ff5fca;
	}
	
.mail {
	top:180px;
	background-color:  rgba(252, 253, 255, 0.42);
	}
	
		.mail:hover {
	background-color: #00ff00;
	}

.buttoncontact img {
	width: 70%;
	position:relative;
	top:6px;
	left:4px;
	}

/* ************CONTENITORE_FORM************ */


/* ******************* NEWS ******************** */
.titolone_news {
	font-size: 40px;
	padding: 20px;
	color:#6DC3C3;
}

.box_news {
	display: inline-block;
	background-color: #fff;
	width: 200px;
	height: 250px;
	padding:6px;
	margin: 6px;
	position: relative;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3)
}

.img_news {}

.img_news img {
	width:100%;
}

.tit_news {
	text-align: left;
	font-weight: 600;
	color:#6DC3C3;
}

.text_news {
		text-align: left;
		color:#5f5f5f;
		font-size: 13px;
}

.iconcina_news {
	position: absolute;
	right: 4px;
	bottom: 5px;
	width: 20px;
	height: 30px;
}

.iconcina_news img {
	width: 100%;
	}
	


@media screen and (max-width:460px){

	
	.box_news {
	display: inline-block;
	background-color: #fff;
	width: 90%;
	height: 380px;
	padding:6px;
	margin: 6px;
	position: relative;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3)
}
}



.col-sm-3 {
display: inline-block !important;
float: none;
margin-top:12px;
max-width: 23%;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:560px){

.col-sm-3 {
display: inline-block !important;
float: none;
margin-top:12px;
max-width: 350px;
}

}


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

.gallery_img {
display: inline-block !important;
float: none;
margin:12px;
max-width: 25%;
min-height: 210px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	padding:6px;
	background-color: #fff;
	vertical-align: top;	
}

.img-fotogllery {
	display: inline-block;
	max-width: 100%;
	height: auto;

}

.img-fotogllery img {
	max-width: 100%;
	}

@media screen and (max-width:560px){

.gallery_img {
display: inline-block !important;
margin-top:12px;
max-width: 350px;
}

}





/* ********************** contatti ********************** */


.box_icontact {
	display: inline-block;
	width: 80px;
	margin: 10px 5px 0 5px;
	cursor: pointer;
}

.ico_icontact {
	width:80px;
	height: 80px;
	border-radius: 1000em;
	background-color: rgba(255, 255, 255, 0.78);
	margin: 0 0 9px 0;
	
}

.gussago {
		border: 2px solid #074F6F;

}

.catania {
		border: 2px solid #6DC3C3;

}

.ico_icontact img {
	width: 95%;
	position: relative;
	top:3px;
}

.dida_icontact {
	color:#726b58;
}
	
/* ********************** contatti ********************** */

