/* CONTENT */

.quote {
	font-size: 1.8em;
	font-family: 'alegreya', sans-serif;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 50px;
	display: block;
	color: #1D70B7;
	position: relative;
}


/* interactive */


.schema {
	background-image: -webkit-gradient(linear,right bottom,left bottom,color-stop(0, #22C900),color-stop(1, #D60000));
	background-image: -o-linear-gradient(left, #22C900 0%, #D60000 100%);
	background-image: -moz-linear-gradient(left, #22C900 0%, #D60000 100%);
	background-image: -webkit-linear-gradient(left, #22C900 0%, #D60000 100%);
	background-image: -ms-linear-gradient(left, #22C900 0%, #D60000 100%);
	background-image: linear-gradient(to left, #22C900 0%, #D60000 100%);
	
	height: 140px;
	margin: 40px 0px 60px 0px;
}

.line {
	font-size: .9em;
	font-family: 'alegreya', sans-serif;
	font-weight: 300;
	color: #aaa;
	text-align: right;
	padding: 5px 20px 5px 0px;
	background-color: #fafafa;
}

.box_Schema {
	width: 20%;
	height: 130px;
	margin: 0;
	float: left;
	text-align: center;
	font-family: 'alegreya', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	text-transform: uppercase;
	color: white;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
 	-ms-transition: all 1s ease;
 	transition: all 1s ease;
 	cursor: pointer;
 	opacity: .4;
 	display: table;
}
.box_Schema:hover {
	font-size: 1.8em;
	opacity: 1;
}

.box_Schema p {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}