.itdestination {
	color: #79bae0;
}

.itduration {
	color: #79bae0;
}

.ittime {
	margin-bottom: 5px;
	font-weight: bolder;
}

.ittime span {
	color: #79bae0;
	font-weight: bold;
}

.ittime span:before {
	content: "\f017";
	/* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	font-weight: normal;
	margin-right: 8px;
}

.itdetail {
	margin-bottom: 20px;
	color: #000;
}