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;
}

h1 {
	color: #00911c;
}

b {
	font-style: bold;
	color: #848885;
}

*,
*: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;
	height: 150px;
	border-bottom: 1px solid #bdc3c7;
}

.logo{
	max-width: 1900px;
	width: 100%;
	position: relative;
	font-size: 0.8em;
}

.logo img {
	max-width: 30%;
	max-width: 200px;
}

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

.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;
}

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

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

.vision-icon {
	float: left;
  	width: 20%;
  	margin-top: -1.5%;
}

.vision-icon img {
	width: 25%;
}


.text{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.6em;
}

.mission {
	margin-bottom: 70px;
}

.vision .divLine {
	background: #fff
}

.vision {
	background-color: #519135;
	color: #fff;
	padding-bottom: 40px;
	padding-top: 10px;
}

.vision h1 {
	color: #fff;
}

.vision b {
	color: #fff;
}

/* MOBILE */

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

@media only screen and (max-width: 1000px) and (min-width: 501px) {
	.slogan p {
		font-size: 30px;
	}
}

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

	#toTop {
		display: none;
	}

	.slogan {
		height: 200px;
	}

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

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