/* CONTENT */

.quote {
	font-family: 'alegreya', sans-serif;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 60px;
	display: block;
	text-align: right;
	color: #1D70B7;
}

.cosa_ass {
	position: relative;	
	background-color: white;
	margin: -20px 0px 0px 0px;
}
.cosa_ass h4 {
	font-size: 3.4em;
	font-family: 'amatic', sans-serif;
	color: #1D70B7;
	font-weight: 200;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: .9em;
	margin-bottom: 30px;
	margin-left: 5%;
}

.arrow_past {
	height: 40px;
	background-color: #1D70B7;
	font-size: 1.3em;
	line-height: 40px;
	font-family: 'alegreya', sans-serif;
	font-weight: 300;
	padding-right: 5%;
	color: white;
	text-align: right;	
}
.btn_arrow {
	display: inline-block;
	opacity: .5;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
 	-ms-transition: all .25s ease;
 	transition: all .25s ease;
 	cursor: pointer;
 	margin: 0px 10px;
}
.btn_arrow:hover {
	opacity: 1;
}
.btnactive {
	opacity: 1;
	cursor: default;
}
#box_yst {
	display: none;
}
.past_box {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #fafafa));
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #fafafa 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #fafafa 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #fafafa 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #fafafa 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #fafafa 100%);
	padding: 60px 5% 50px 5%;
	display: inline-block;
}
#box_yst .col_fare {
	width: 48.8%;
	display: inline-block;
	margin: .5%;
	vertical-align: top;
}
#box_tod .col_fare {
	width: 32%;
	display: inline-block;
	margin: .5%;
	vertical-align: top;
}
.col_fare ul {
	margin: 0;
	padding: 0;
}
.col_fare li {
	font-family: 'alegreya', sans-serif;
	font-weight: 300;
	background-color: rgba(0,166,181,0.05);
	list-style: none;
	text-align: center;
	padding: 10px;
	margin: 0;
	margin-bottom: 10px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
 	-ms-transition: all .25s ease;
 	transition: all .25s ease;
 	cursor: default;
}
.col_fare li:hover {
	background-color: #1D70B7;
	color: white;
}
.col_fare li h6 {
	font-family: 'alegreya', sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.col_fare li span {
	font-weight: 400;
	font-style: italic;
	display: block;
	margin-top: 20px;
}
.col_fare li b {
	font-weight: 400;
	font-style: italic;
}