.itdestination
{
color: #f96768;	
}

.itduration
{
color: #f96768;	
}

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

.ittime span
{
color: #f96768;
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;	
}