/*
Template Name: WebMax HTML5/CSS3
Template URI: http://www.orangedesk.net/sviluppo-web/webmax/index.html
Author: Valerio Montanaro
Date: October/2014
Author URL: http://www.orangedesk.net
Description: WebMax HTML5/CSS3 Responsive Template Retina Ready
Version: 2.0
Bootstrap v3.2.0
*/
/*
Created by Codrops
http://www.codrops.com
License: http://tympanus.net/codrops/licensing/
*/

.hi-icon-wrap,
.hi-icon-wrap2,
.hi-icon-wrap3  {
	margin: 0 auto;
	padding: 0;
	background:url(../img/about-symbol.png) no-repeat center center;
	width:60px;
	height:60px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}

.hi-icon-wrap2 {
	background:url(../img/service-symbol.png) no-repeat center center;
}

.hi-icon-wrap3 {
	background:url(../img/work-symbol.png) no-repeat center center;
}

.webmax-container-icon-about {
	padding-top: 20px;
}

.hi-icon-wrap4, 
.hi-icon-wrap5, 
.hi-icon-wrap6, 
.hi-icon-wrap7,
.hi-icon-wrap-s1,
.hi-icon-wrap-s2,
.hi-icon-wrap-s3,
.hi-icon-wrap-s4,
.hi-icon-wrap-s5,
.hi-icon-wrap-s6  {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	padding-bottom: 15px;
}

.hi-icon-wrap-s1,
.hi-icon-wrap-s2,
.hi-icon-wrap-s3,
.hi-icon-wrap-s4,
.hi-icon-wrap-s5,
.hi-icon-wrap-s6  {
	padding-bottom: 0;
}
.hi-icon-wrap-s1,
.hi-icon-wrap-s2,
.hi-icon-wrap-s3,
.hi-icon-wrap-s4,
.hi-icon-wrap-s5,
.hi-icon-wrap-s6 {
	display: block;
}

.hi-icon-wrap4 {
	background:url(../img/icon-about-one.png) no-repeat center center;
}

.hi-icon-wrap5 {
	background:url(../img/icon-about-two.png) no-repeat center center;
}

.hi-icon-wrap6 {
	background:url(../img/icon-about-three.png) no-repeat center center;
}

.hi-icon-wrap7 {
	background:url(../img/icon-about-four.png) no-repeat center center;
}

.hi-icon-wrap-s1 {
	background:url(../img/icon-service-one.png) no-repeat center center;
}
.hi-icon-wrap-s2 {
	background:url(../img/icon-service-two.png) no-repeat center center;
}
.hi-icon-wrap-s3 {
	background:url(../img/icon-service-three.png) no-repeat center center;
}
.hi-icon-wrap-s4 {
	background:url(../img/icon-service-four.png) no-repeat center center;
}

.hi-icon-wrap-s5 {
	background:url(../img/icon-service-five.png) no-repeat center center;
}

.hi-icon-wrap-s6 {
	background:url(../img/icon-service-six.png) no-repeat center center;
}

.hi-icon,
.hi-icon-webmax-about,
.hi-icon-webmax-service {
	display: inline-block;
	cursor: pointer;
	margin:0 auto;
	width: 60px;
	height: 60px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	position: relative;
	z-index: 1;
}
.hi-icon-webmax-about {
	display: block;
	margin-top: 15px;
}
.hi-icon-webmax-service {
	display: block;
	margin-top: 5px;
}

.hi-icon:after,
.hi-icon-webmax-about:after,
.hi-icon-webmax-service:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon,
.hi-icon-effect-8 .hi-icon-webmax-about,
.hi-icon-effect-8 .hi-icon-webmax-service {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after,
.hi-icon-effect-8 .hi-icon-webmax-about:after,
.hi-icon-effect-8 .hi-icon-webmax-service:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.no-touch .hi-icon-effect-8 .hi-icon:hover,
.no-touch .hi-icon-effect-8 .hi-icon-webmax-about:hover,
.no-touch .hi-icon-effect-8 .hi-icon-webmax-service:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after,
.hi-icon-effect-8 .hi-icon-webmax-about:hover:after,
.hi-icon-effect-8 .hi-icon-webmax-service:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #5bc0de, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #5bc0de, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #5bc0de, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #5bc0de, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #5bc0de, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #5bc0de, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

