.font_36_italic{
	color: #FC0;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	text-shadow: rgb(3, 3, 3) 2px 2px 2px;
}
	
.font_16_wht{
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
}

.font_12_wht{
	color: #FFF;
	font-size: 12px;
}
.font_14_wht{
	color: #FFF;
	font-size: 14px;
}

.font_14{
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.font_18{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}


.font_24{
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

.font_36{
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}

.brand-break {
	background-color:	#B00D1F;
	height: 10px;
	width: 100%;
	clear: both;
}

@media (min-width: 1px) {
	.trip-details {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.trip-details {
		text-align: left;
	}
}
@media (min-width: 1024px) {
}