@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);

.cookies {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 0px;
}

.bordo {border: green 1px solid;}

a.fancybox {
	text-decoration: none !important;
	border: none !important;
	color: #FFF !important;
}

.img-icona {
	margin: 0px 0px 40px 0px; 
	height: 50px;
	width: auto;
	text-align: center;
}

.hr-sx, .hr-dx {  
	border-bottom: none; 
	border-right: none; 
	border-left: none; 
	width: 40%;
}

.hr-sx {
	float: right;
	margin-right: -50px;
}

.hr-dx {
	float: left;
	margin-left: -50px;
}

.img-responsive {
	margin: 0px 20px 10px 0px;
	max-width: 50%;
	float: left;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.img-responsive:hover, .img-chisiamo:hover, .img-negozio:hover, .img-negozio-2:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
	-ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
}

.img-chisiamo {
	float: left;
	width: 260px;
	height: auto;
	margin: 0px 30px 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.img-negozio {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.img-negozio-2 {
	width: 20%;
	height: auto;
	margin: 0px 10px 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}

.thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	padding: 15px 30px;
	background: rgba(255, 255, 255, 0.85);
	text-align: left;
	color: #34495E;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

	.thumb h1 {
		margin-bottom: 45px !important;
		font-size: 32px !important;
		position: absolute;
		bottom: 0px;
		text-transform: lowercase;
	}

.chisiamo-titolo { color: #9B59B6; }
.bimbo-titolo { color: #E74C3C; }
.casa-titolo { color: #925F36; }
.libro-titolo { color: #F39C12; }
.mani-titolo { color: #3498DB; }
.foglia-titolo { color: #95C11E; }
.contatti-titolo { color: #1ABC9C; }
.familycafe-titolo { color: #2d677f; }

.bimbo-hr { border-top: rgba(231, 76, 60, 0.2) 2px solid; }
.casa-hr { border-top: rgba(146, 95, 54, 0.2) 2px solid; }
.libro-hr { border-top: rgba(243, 156, 18, 0.2) 2px solid; }
.mani-hr { border-top: rgba(52, 152, 219, 0.2) 2px solid; }
.foglia-hr { border-top: rgba(149, 193, 30, 0.2) 2px solid; }

.table tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #dddddd;
}

.acquista-btn {
	text-align: center;
	text-transform: uppercase;
	padding: 17px 50px;
	font-size: 18px;
	color: #FFF !important;
	text-decoration: none !important;
	background: #95C11E;
	font-weight: 400;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.acquista-btn:hover  { color: #95C11E !important; background: #FFF; box-shadow: inset rgb(149, 193, 30) 0px 0px 0px 2px; }




body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #34495E;
	font-weight: 400;
	line-height: 22px;
}

ul {
	margin: 10px 0px 30px 0px;
	list-style-position: inside;
}

li {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:focus {
	text-decoration: underline;
	color: #3498DB;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #34495E;
}

h1, h3 {
	text-transform: capitalize;
}

h2 {
	margin: 20px 0px 30px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase; 
	text-align: center;
	letter-spacing: 2px;
}





/* ----- INDEX ----- */

#photo {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
}

.logo-white {
	text-align: center;
	color: #FFF;
	font-style: italic;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	width: 512px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin-top: -155px;
	margin-left: -256px;
	z-index: 1;
}

.freccia {
	background: url(../img/arrow-down.png)  center center no-repeat;
	width: 50px;
	height: 30px;
	left: 50%;
	margin-left: -25px;
	bottom: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 1;
}

/* ---------- */





/* ----- PAGINA ICONE ----- */

.contenuti {
	background: #FFF;
	z-index: 2;
	padding-top: 160px;
}

	.contenuti h1 {
		margin: 0px 0px 30px 0px;
		padding: 0px;
		font-size: 36px;
		font-weight: 300;
	}

	.contenuti h3 {
		margin: 0px 0px 20px 0px;
		padding: 0px;
		font-size: 26px;
		font-weight: 300;
	}

	.contenuti h4 {
		margin: 0px 0px 30px 0px;
		padding: 0px;
		font-size: 26px;
		font-weight: 600;
		color: #95a5a6;
	}

	.icone {
		text-align: center;
		padding: 0px;
	}

		.icone ul {
			margin: 0px;
			padding: 0px;
			font-size: 0px;
		}

		.icone li {
			list-style: none;
			display: inline-block;
			margin: 0px 30px;
			width: 100px;
			height: 100px;
			cursor: pointer;
		}

		.icone li:first-child {
			margin-left: 0px;
		}

		.icone li:last-child {
			margin-right: 0px;
		}

			#bimbo {
				background: url(../img/bimbo.png) bottom center no-repeat;
			}

			#casa {
				background: url(../img/casa.png) bottom center no-repeat;
			}

			#libro {
				background: url(../img/libro.png) bottom center no-repeat;
			}

			#mani {
				background: url(../img/mani.png) bottom center no-repeat;
			}

			#foglia {
				background: url(../img/foglia.png) bottom center no-repeat;
			}

		.label {
			position: absolute;
			text-align: center;
			margin: 0px;
			padding: 0px;
			z-index: 99;
		}

			.triangle {
				position: relative;
				width: 0px;
				height: 0px;
				line-height: 0px;
				border-bottom: 12px solid #34495E;
				border-left: 8px solid transparent; 
				border-right: 8px solid transparent; 
				left: 50%;
				margin-left: -6px;
			}

			.label-text {
				background: #34495E;
				padding: 16px 22px;
				color: #FFF;
				font-weight: 600;
				font-size: 14px;
				text-transform: uppercase;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				-ms-border-radius: 3px;
				-o-border-radius: 3px;
				border-radius: 3px;
			}

	.indietro {
		height: 60px;
	}

		.indietro a {
			text-decoration: none;
			color: #95a5a6;
			font-weight: 300;
			font-style: italic;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}

		.indietro a:hover {
			text-decoration: none;
			color: #34495E;
		}

	.about {
		margin-top: 50px;
		text-align: center;
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		line-height: 26px;
	}

#loader {
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../img/loader.gif) no-repeat;
	left: 50%;
	margin-left: -18px;
}

.testi-main {
	margin-top: 10px;
	padding: 30px 0px;
	background: rgba(236,240,241,0.7);	
}

	.testi h1 {
		margin: 0px 0px 30px 0px;
		padding: 0px;
		font-size: 36px;
		font-weight: 300;
	}

	.testi h2 {
		margin: 20px 0px 30px 0px;
		padding: 0px;
		font-size: 16px;
		font-weight: 300;
		text-transform: uppercase; 
		text-align: center;
		letter-spacing: 2px;
	}

	.linea {
		text-align: center;
		width: 10px;
		height: 100%;
		background: #000;
	}

	.chisiamo-link, .bimbo-link, .casa-link, .libro-link, .mani-link, .foglia-link  {
		text-align: center;
		text-transform: capitalize;
	}

		.chisiamo-link ul, .bimbo-link ul, .casa-link ul, .libro-link ul, .mani-link ul, .foglia-link ul {
			margin: 0px;
			padding: 0px;
			font-size: 0px;
		}
		.chisiamo-link ul { margin-top: 70px; }

		.chisiamo-link a li, .bimbo-link a li, .casa-link a li, .libro-link a li, .mani-link a li, .foglia-link a li {
			list-style: none;
			display: inline-block;
			padding: 7px 0px;
			margin: 0px 0px 3px -40px;
			font-size: 14px;
			color: #FFF;
			font-weight: 400;
			width: 100%;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}
		
		.chisiamo-link a li { background: #9B59B6; margin: 0px 0px 3px 0px;}
		a.amica-link li { background: #682A81; margin-top: 0px; }
		.bimbo-link a li { background: #E74C3C; }
		a.nido-link li { background: #A9120A; padding: 20px 20px; margin-bottom: 10px; font-size: 16px; text-transform: none;}
		.casa-link a li { background: #925F36; }
		.libro-link a li { background: #F39C12; }
		.mani-link a li { background: #3498DB; }
		.foglia-link a li { background: #95C11E; padding: 17px 0px; font-size: 18px; }

		/*
		.chisiamo-link a:nth-child(2) li { background-color: rgba(155, 89, 182, 0.8); }
		.chisiamo-link a:nth-child(3) li { background-color: rgba(155, 89, 182, 0.6); }
		.chisiamo-link a:nth-child(4) li { background-color: rgba(155, 89, 182, 0.4); }

		.bimbo-link a:nth-child(2) li { background-color: rgba(231, 76, 60, 0.9); }
		.bimbo-link a:nth-child(3) li { background-color: rgba(231, 76, 60, 0.8); }
		.bimbo-link a:nth-child(4) li { background-color: rgba(231, 76, 60, 0.7); }
		.bimbo-link a:nth-child(5) li { background-color: rgba(231, 76, 60, 0.7); }
		.bimbo-link a:nth-child(6) li { background-color: rgba(231, 76, 60, 0.6); }

		.casa-link a:nth-child(2) li { background-color: rgba(146, 95, 54, 0.9); }
		.casa-link a:nth-child(3) li { background-color: rgba(146, 95, 54, 0.8); }
		.casa-link a:nth-child(4) li { background-color: rgba(146, 95, 54, 0.7); }
		.casa-link a:nth-child(5) li { background-color: rgba(146, 95, 54, 0.6); }
		.casa-link a:nth-child(6) li { background-color: rgba(146, 95, 54, 0.5); }

		.libro-link a:nth-child(2) li { background-color: rgba(243, 156, 18, 0.8); }
		.libro-link a:nth-child(3) li { background-color: rgba(243, 156, 18, 0.6); }

		.mani-link a:nth-child(2) li { background-color: rgba(52, 152, 219, 0.9); }
		.mani-link a:nth-child(3) li { background-color: rgba(52, 152, 219, 0.8); }
		.mani-link a:nth-child(4) li { background-color: rgba(52, 152, 219, 0.7); }
		.mani-link a:nth-child(5) li { background-color: rgba(52, 152, 219, 0.6); }
		.mani-link a:nth-child(6) li { background-color: rgba(52, 152, 219, 0.5); }
		*/

		.chisiamo-link a li:hover, a.chisiamo-active li  { color: #9B59B6; background: #FFF; box-shadow: inset rgb(155, 89, 182) 0px 0px 0px 2px; }
		a.amica-link li:hover, a.amica-active li { color: #682A81; background: #FFF; box-shadow: inset rgb(104, 42, 129) 0px 0px 0px 2px; }
		.bimbo-link a li:hover, a.bimbo-active li  { color: #E74C3C; background: #FFF; box-shadow: inset rgb(231, 76, 60) 0px 0px 0px 2px; }
		a.nido-link li:hover, a.nido-active li { color: #A9120A; background: #FFF; box-shadow: inset rgb(169, 18, 10) 0px 0px 0px 4px; }
		.casa-link a li:hover, a.casa-active li  { color: #925F36; background: #FFF; box-shadow: inset rgb(146, 95, 54) 0px 0px 0px 2px; }
		.libro-link a li:hover, a.libro-active li  { color: #F39C12; background: #FFF; box-shadow: inset rgb(243, 156, 18) 0px 0px 0px 2px; }
		.mani-link a li:hover, a.mani-active li { color: #3498DB; background: #FFF; box-shadow: inset rgb(52, 152, 219) 0px 0px 0px 2px; }
		.foglia-link a li:hover, a.foglia-active li  { color: #95C11E; background: #FFF; box-shadow: inset rgb(149, 193, 30) 0px 0px 0px 2px; }

	.leggi > a {
		background: #34495E;
	    color: #FFF;
	    padding: 10px 20px; 
	    margin-top: 40px;
	    -webkit-border-radius: 50px;
	    -moz-border-radius: 50px;
	    -ms-border-radius: 50px;
	    -o-border-radius: 50px;
	    border-radius: 50px;
	    text-decoration: none;
	    font-style: normal;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}

	.leggi > a:hover {
		color: #34495E;
		background: #FFF;
		box-shadow: inset #34495E 0px 0px 0px 2px;
		text-decoration: none;
	}

	.nido-btn { text-align: center; margin: 20px 0px 60px 0px; }
	.nido-btn > a {
		display: inline-block;
		background: #A9120A;
		color: #FFF;
		padding: 25px 40px;
		font-size: 20px;
		-webkit-border-radius: 50px;
	    -moz-border-radius: 50px;
	    -ms-border-radius: 50px;
	    -o-border-radius: 50px;
	    border-radius: 50px;
	    text-decoration: none;
	    font-style: normal;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}

	.nido-btn > a:hover {
		color: #A9120A;
		background: #FFF;
		box-shadow: inset #A9120A 0px 0px 0px 4px;
		text-decoration: none;
	}
	.quest-btn > a {
		background:#3498DB;
		font-size:20px;
		padding:10px 20px;
		-webkit-border-radius:20px;
	    -moz-border-radius:20px;
	    -ms-border-radius:20px;
	    -o-border-radius:20px;
	    border-radius:20px;
		margin-top:20px;
	}
	.quest-btn > a:hover {
		color: #3498DB;
		box-shadow: inset #3498DB 0px 0px 0px 4px;
	}

/* ---------- */





/* ----- FORM ----- */

input[type="text"], input[type="email"], textarea {
		width: 100%;
		height: 40px;
		border: none;
		padding: 0px 10px;
		margin-bottom: 10px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #34495E;
		font-weight: 300;

		-webkit-box-shadow: inset #AAA 0px 0px 0px 1px;
		-moz-box-shadow: inset #AAA 0px 0px 0px 1px;
		-ms-box-shadow: inset #AAA 0px 0px 0px 1px;
		-o-box-shadow: inset #AAA 0px 0px 0px 1px;
		box-shadow: inset #AAA 0px 0px 0px 1px;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	textarea {
		padding: 10px;
		margin-bottom: 10px;
		height: 150px;
	} 

	label {
		color: #AAA;
		font-style: italic;
		font-size: 11px;
		font-weight: 300;
		line-height: 13px;
		width: 45%;
		margin-right: 5%;
		float: left;
	}

	input[type="submit"] {
		width: 50%;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #FFF;
		font-weight: 700;
		text-transform: uppercase;
		background: #1ABC9C;
		text-align: center;
		border: none;
		padding: 10px 0px;
		cursor: pointer;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
		background: #16A085;
	}


	textarea:hover, textarea:active, textarea:focus,
	input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus, 
	input[type="email"]:hover, input[type="email"]:active, input[type="email"]:focus, 
	button:hover, button:active, button:focus	
{
    outline: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#response {
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0px;
	background: #FFF;
	z-index: 5;
	display: none;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #34495E;
	font-size: 20px;
	line-height: ;
}

/* ---------- */





.footer {
	background: #34495E;
	padding: 20px 0px;
	margin-top: 40px;
	line-height: 20px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

	.footer a {
		color: #FFF;
		text-decoration: none;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}

	.footer a:hover {
		color: #3498DB;
		text-decoration: none;
	}





/* Extra Small devices (@screen-xs-min) */
@media (max-width: 767px) { 
	.logo-white img {
		width: 250px;
	}
	.logo-white {
		font-size: 18px;
	}

	.icone li {
		margin: 0px 10px;
	}

	.hr-sx { margin-right: -15px; }
	.hr-dx { margin-left: -15px; }
	/*.thumb { width: 94.7%; }*/

	/*.nido-btn > a { font-size: 12px; }*/
}

/* Small devices (@screen-sm-min) */
@media (min-width: 768px) { 
	.hr-sx { margin-right: -20px; }
	.hr-dx { margin-left: -20px; }
	/*.thumb { width: 92%; }*/
}

/* Medium devices (@screen-md-min) */
@media (min-width: 992px) { 
	.hr-sx { margin-right: -30px; }
	.hr-dx { margin-left: -30px; }
	/*.thumb { width: 90.8%; }*/
}

/* Large devices (@screen-lg-min) */
@media (min-width: 1200px) { 
	/*.thumb { width: 92.4%; }*/
}




@media (max-width: 609px) {
	.icone li {
		margin: 0px 10px;
		width: 80px;
		height: 80px;
	}

	#bimbo { background-size: auto 80% }
	#casa { background-size: auto 80% }
	#libro { background-size: auto 80% }
	#mani { background-size: auto 80% }
	#foglia { background-size: auto 80% }
}

@media (max-width: 360px) {
	.icone li {
		margin: 0px 5px;
		width: 50px;
		height: 50px;
	}

	#bimbo { background-size: auto 80% }
	#casa { background-size: auto 80% }
	#libro { background-size: auto 80% }
	#mani { background-size: auto 80% }
	#foglia { background-size: auto 80% }

	.hr-sx { margin-right: 0px; }
	.hr-dx { margin-left: 0px; }

	.img-icona {
		margin: 0px 0px 80px -10px;
		height: 40px;
		width: auto;
	}
	/*.thumb { width: 90.5%; }*/
}











/* JA */
.familycafe-link a li {
	background: #2d677f;
}
.familycafe-link a:hover li,
.familycafe-link a.familycafe-active li {
	box-shadow: inset rgb(45, 103, 127) 0px 0px 0px 2px;
	color: #2d677f;
	background: #fff;
}