@charset "utf-8";
/* OLLITS CSS ICON TEMPLATE FOR TEMPLATE */

.o-icon {
    display:inline-block;!important;
    background-size: 70%!important;
    -moz-background-size: 70%!important;
    -ms-background-size: 70%!important;
    -o-background-size: 70%!important;
    -webkit-background-size: 70%!important;
}
.o-icon.o_48px {
	min-height:48px;
	min-width:48px;
	background-size: 48px!important;
    -moz-background-size: 48px!important;
    -ms-background-size: 48px!important;
    -o-background-size: 48px!important;
    -webkit-background-size: 48px!important;
}
.o-icon.o_18px {
	min-height:18px;
	min-width:18px;
	background-size: 18px!important;
    -moz-background-size: 18px!important;
    -ms-background-size: 18px!important;
    -o-background-size: 18px!important;
    -webkit-background-size: 18px!important;
}
.o-icon.school {background:url(../images/icons/school-icon-48px.png) no-repeat left;}
.o-icon.briefcase {background:url(../images/icons/briefcase-icon-48px.png) no-repeat left;}
.o-icon.user {background:url(../images/icons/user-icon-48px.png) no-repeat left;}
.o-icon.graduate {background:url(../images/icons/graduate-icon-48px.png) no-repeat left;}
.o-icon.location {background:url(../images/icons/location-orange.png) no-repeat left;}
.o-icon.calander {background:url(../images/icons/calander-48.png) no-repeat left;}
.o-icon.school.large-icon {background:url(../images/icons/school-icon-100px.png) no-repeat left;}
.o-icon.o_48px .title {color:#f6783a!important;font-size:24px!important;}
.o-icon.o_48px .title, .o-icon.o_48px .sub-title{
	text-transform:uppercase;
	margin:0 0 0 55px;
	font-size:14px;
	color:#FFF;
}
.o-icon.o_18px .title, .o-icon.o_18px .sub-title{
	text-transform:capitalize;
	margin:0 0 0 29px;
	font-size:14px;
	color:#636363;
}