body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #a9aca9;
	background-color: #fff; /* White */
}

div {
	margin: 0 auto;
	text-align: center;
}

a {
	text-decoration: none;
	text-transform: none;
	color: inherit;
}

b {
	font-style: bold;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/******
HEADER
*******/

.header {
	position: relative;
	width: 100%;
	max-width: 1900px;
	display: table;
	border-bottom: 1px solid #bdc3c7;
}

.logo {
	max-width: 400px;
	width: 100%;
	position: relative;
}

.menu {
	max-width: 500px;
	width: 100%;
	position: relative;
}

.logo {
	float: left;
}

.logo img {
	max-width: 40%;
}

.menu {
	float: right;
}

.menu li {
	float: left;
	margin-right: 4%;
	list-style-type: none;
	text-align: center;
	margin-top: 7.0%;
	color: #a9aca9;
}

.body {
	width: 100%;
	max-width: 1900px;
	height: auto;
	margin-bottom: 70px;
}

.slogan {
	position: relative;
	width: 100%;
	max-width: 1900px;
	height: 400px;
	background: url('img/fruit.jpg');
}

.slogan p {
  margin:0 auto; 
  line-height:400px;
  color: #fcfcfc;
  font-size: 65px;
  font-style: bold;
  width: 100%;
  max-width: 1200px;
}

.name {
	color: #00911c;
}

.processo {
	position: relative;
	max-width: 1900px;
	height: auto;
	display: table;
}

.processo b {
	color: #848885;
}

.p1, .p2, .p3 {
  position: relative;
  width: 30%;
  max-width: 350px;
  height: auto;
  margin-left: 15px;
  float: left;
}

.processo img {
	width: 40%;
}

.chisiamo {
	width: 100%;
	max-width: 1900px;
	height: auto;
	display: table;
	background-color: #519135;
	color: #fff;
	margin-bottom: 70px;
}

.separatore {
  width: 100%;
  max-width: 1900px;
  height: auto;
  display: table;
  padding-left: 8%;
}

.divLine {
  margin: 10px 0 0;
  height: 1px;
  width: 35%;
  float: left;
  background: #bdc3c7;
  opacity: 0.5;
}

.chisiamo-cuore {
	float: left;
  	width: 20%;
  	margin-top: -1.5%;
}

.chisiamo-cuore img {
	width: 25%;
}

#slideshow {
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 100%;
	max-width: 800px;
}

#slideshow img {
	width: 100%;
	max-width: 800px;
}

.testo-chisiamo {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 1.2em;
}

.btn-approfondisci {
	background-color: #bdc3c7;
	width: 250px;
	height: auto;
	font-size: 1em;
	margin: 0 auto;
	text-decoration: none;
	text-transform: none;
	font-family: Champagne,Helvetica,Arial,sans-serif;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
	color: #fcfcfc;
	margin-bottom: 30px;
}

.btn-approfondisci:hover {
	cursor: pointer;
	background-color: #969b9f;
}

.ilnostroprogetto {
	width: 100%;
	max-width: 1900px;
	height: auto;
	display: table;
	margin-bottom: 30px;
}

.ilnostroprogetto h1 {
	color: #00911c;
}

.ilnostroprogetto p {
	font-size: 40px;
}

.ilnostroprogetto .pdf {
	font-size: 1em;
}

.ilnostroprogetto .divLine {
	background: #00911c;
}

video {
	max-width: 640px;
	width: 100%;
	margin-top: 30px;
}

.foot {
	width: 100%;
	max-width: 1900px;
	height: auto;
	display: table;
	background: #519135;
	color: #fff;
	font-size: 0.8em;
}

.mail:hover {
	text-decoration: underline;
}

#toTop {
    width: 80px;
    padding: 5px;
    border: 2px solid #025e14;
    background: #fcfcfc;
    text-align: center;
    position: fixed; /* this is the magic */
    bottom: 10px; /* together with this to put the div at the bottom*/
    right: 10px;
    cursor: pointer;
    display: none;
    color: #025e14;
    border-radius: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    opacity: .7;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
   	transition: opacity 0.7s ease-in-out;
}

#toTop:hover{
	opacity: 1;
}

/*
EFFECT HOVER LINK
*/

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #519135;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}


/* MOBILE */

@media only screen and (max-width: 1200px) {
	.slogan p {
		font-size: 55px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 501px) {
	.logo {
		max-width: 1000px;
	}

	.logo img {
		max-width: 20%;
	}

	.menu {
		max-width: 1000px;
	}

	.menu li {
		margin-top: 0%;
	}

	.menu ul {
		margin-left: 15%;
	}

	.slogan p {
		font-size: 30px;
	}
}



@media only screen and (max-width: 500px) {
	.p1, .p2, .p3 {
		width: 100%;
		float: none;
	}

	#toTop {
		display: none;
	}

	.slogan {
		height: 200px;
	}

	.slogan p {
		font-size: 20px;
		line-height: 200px;
	}

	ul li {
		width: 100%;
		max-width: 500px;
		margin-left: -8%;
	}
}


.ilnostroprogetto h1, 
.chisiamo h1 {
    margin-right: 20px;
}
