

a {	text-decoration: none; }


@media screen and (max-width: 800px) {


	.container > section {
		padding: 10em 1em;
	}

}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 0em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 25px 30px 0px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.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: 'ecoicon';
	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-1 {
	 background:url(../images/icon-h.png) no-repeat center; 
}

.hi-icon-2 {
	background:url(../images/icon-3.png) no-repeat center;
}

.hi-icon-3 {
	background:url(../images/icon-4.png) no-repeat center;
}

#set-9 p { padding-top:115px; font-size:14px; }
 
/* 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;
	
	-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;
}

.hi-icon-effect-9 .hi-icon-1:after { box-shadow: 0 0 0 3px #0092DC; }
.hi-icon-effect-9 .hi-icon-2:after { box-shadow: 0 0 0 3px #00923F; }
.hi-icon-effect-9 .hi-icon-3:after { box-shadow: 0 0 0 3px #E67716; }

/* 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-1:hover { box-shadow: 0 0 0 10px #0092DC; }
.hi-icon-effect-9b .hi-icon-2:hover { box-shadow: 0 0 0 10px #00923F; }
.hi-icon-effect-9b .hi-icon-3:hover { box-shadow: 0 0 0 10px #E67716; }


