
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
    width: 120px; height: 120px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon img{ padding-top:20%; }
.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;
}


/* Effect 9 */
.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 3px #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;
}

/* Effect 9a */
.hi-icon-effect-9a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
}

.hi-icon-effect-9a .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,.7);
	color: #fff;
}

/* Effect 9b */
.hi-icon-effect-9b .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.hi-icon-effect-9b .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
	color: #fff;
}


 /*--------------------------------------------------
media query
--------------------------------------------------*/
@media screen and (min-width:100px) and (max-width:559px) {
.hi-icon {
	margin: 5px 10px;
    width: 60px; height: 60px;
}
.hi-icon-wrap{ padding:0; }
.hi-icon img{ height: 90% }
}

@media screen and (min-width:560px) and (max-width:959px) {
.hi-icon {
	margin: 5px 10px;
    width: 80px; height: 80px;
}
.hi-icon-wrap{ padding:0; }
.hi-icon img{ height: 90% }
}


@media screen and (min-width:960px) and (max-width:1024px) {
.hi-icon {
	margin: 5px 10px;
    width: 90px; height: 90px;
}
.hi-icon-wrap{ padding:0; }
.hi-icon img{ height: 90% }
}


@media screen and (min-width:1025px) and (max-width:1200px) {
.hi-icon {
	margin: 5px 10px;
    width: 90px; height: 90px;
}
.hi-icon-wrap{ padding:0; }
.hi-icon img{ height: 90% }
}
}

@media screen and (min-width:1200px) and (max-width:1400px) {

}
@media screen and (min-width:1400px) {

}









