/* Default Styling */
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
a.hi-icon {
	cursor: pointer;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon[class^="fa-"]:before, .hi-icon[class*=" fa-"]:before {
    padding-right: 0px;
}


/* Text */
.j51_icon > h3, .j51_icon > p {
    text-align: center;
    position: relative;
}
.j51_icon > h3 {
    margin-bottom: 0;
}
.j51_icon {
	position: relative;
  	-moz-box-sizing: border-box; 
  	-webkit-box-sizing: border-box; 
  	box-sizing: border-box;
}
.j51_icon a, .j51_icon span {
	margin: 0 0 10px 0;
	top: 0; left: 0; bottom: 0; right: 0;
}

/* Animation */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 2px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.no-touch .hi-icon-effect-9b a.hi-icon:hover:after {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.no-touch .hi-icon-effect-9b a.hi-icon:hover {
	box-shadow: 0 0 0 6px rgba(255,255,255,0.2);
	color: #fff;
	text-decoration: none
}


/* Responsive */
@media only screen and (max-width: 767px) {
.j51_icon {width:100% !important}
}