@font-face {
	font-family: 'ecoicon';
	src:url('../fonts/ecoicons/ecoicon.eot');
	src:url('../fonts/ecoicons/ecoicon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ecoicons/ecoicon.woff') format('woff'),
		url('../fonts/ecoicons/ecoicon.ttf') format('truetype'),
		url('../fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
	font-weight: normal;
	font-style: normal;
}
#set-8{
	padding-top:50%;
	margin-top:-35%;
}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
}

.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-2 {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #000;
}

.hi-icon-2: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-2: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-mobile:before {
	content: "\e009";
}

.hi-icon-screen:before {
	content: "\e00a";
}

.hi-icon-earth:before {
	content: "\e002";
}

.hi-icon-support:before {
	content: "\e000";
}

.hi-icon-locked:before {
	content: "\e001";
}

.hi-icon-cog:before {
	content: "\e003";
}

.hi-icon-clock:before {
	content: "\e004";
}

.hi-icon-videos:before {
	content: "\e005";
}

.hi-icon-list:before {
	content: "\e006";
}

.hi-icon-refresh:before {
	content: "\e007";
}

.hi-icon-images:before {
	content: "\e008";
}

.hi-icon-pencil:before {
	content: "\e00b";
}

.hi-icon-link:before {
	content: "\e00c";
}

.hi-icon-mail:before {
	content: "\e00d";
}

.hi-icon-location:before {
	content: "\e00e";
}

.hi-icon-archive:before {
	content: "\e00f";
}

.hi-icon-chat:before {
	content: "\e010";
}

.hi-icon-bookmark:before {
	content: "\e011";
}

.hi-icon-user:before {
	content: "\e012";
}

.hi-icon-contract:before {
	content: "\e013";
}

.hi-icon-star:before {
	content: "\e014";
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(218,170,79,1);
	-webkit-transition: -webkit-transform ease-out 0.3s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.3s, background 0.2s;
	transition: transform ease-out 0.3s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon: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);
}

.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(232,211,120,1);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #000;
}

.hi-icon-effect-8 .hi-icon: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;
}

.hi-icon-effect-8 .hi-icon-2 {
	background: rgba(218,170,79,0);
	-webkit-transition: -webkit-transform ease-out 0.3s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.3s, background 0.2s;
	transition: transform ease-out 0.3s, background 0.2s;
	box-shadow: 0 0 0 1px rgba(250,250,210,0.1), 0 0 2px 4px #DAA520, 0 0 0 1px rgba(255,255,255,0.5);
	opacity:0.3;
}

.hi-icon-effect-8 .hi-icon-2:hover {
	background: rgba(241,232,139,0);
	opacity:0.5;
	color: #000;
}


@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(250,250,210,0.1), 0 0 10px 10px #DAA520, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(250,250,210,0.1), 0 0 10px 10px #DAA520, 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(250,250,210,0.1), 0 0 10px 10px #DAA520, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(250,250,210,0.1), 0 0 10px 10px #DAA520, 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(250,250,210,0.1), 0 0 10px 10px #DAA520, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(250,250,210,0.1), 0 0 10px 10px #DAA520, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

a:hover{text-decoration:none}
.clearhome{clear:both;height:15px;}
.alfa{color:rgba(255,255,255,0);}
a.alfa:hover{color:rgba(255,255,255,0)!important;}
body.homepage{background:#000;color:#FFF;}
.navbar-default{background:#000!important;border:none!important;}
.navbar-default .navbar-nav>li>a {
color: #aeafaf;
}
.navbar-default .navbar-nav>li>a:hover {
color: #cfcfcf;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
color: #cfcfcf;
text-decoration:underline;
background:none;
}
.navbar-nav{padding-left:50%;margin-left:-238px;}
.navbar-nav>li>a {
font-family: 'Open Sans', sans-serif;
font-size:18px;
font-weight:300;
}

.about{width:50%;text-align:left;font-family:'NeutraDisp-LightAlt';font-size:20px;line-height:1.5em;margin:30px auto;color:#e3e3e3;}
.service1{width:50%;text-align:left;font-family:'NeutraDisp-LightAlt';font-size:20px;line-height:1.5em;margin:30px auto;color:#e3e3e3;}
.service2{width:50%;text-align:left;font-family:'NeutraDisp-LightAlt';font-size:20px;line-height:1.5em;margin:30px auto;color:#e3e3e3;}
.contact{width:70%;text-align:left;font-family:'NeutraDisp-LightAlt';font-size:20px;line-height:1.5em;margin:30px 0 30px 30%;color:#e3e3e3;}
.contact-form{width:70%;text-align:left;font-family:'NeutraDisp-LightAlt';font-size:20px;line-height:1.5em;margin:30px 30% 30px 0;color:#e3e3e3;}
.navbar{margin-bottom:0;}

.title{font-family:'Open Sans',sans-serif;font-weight:300;font-size:30px;color:#aeafaf;text-transform:capitalize;text-align:center;}
.work-img{width:100%;height:150px;overflow:hidden;display:block;margin-bottom:30px;}
.work-img img{max-width:100%;}
@media screen and (max-width:1199px) {
.work-img{height:115px!important;}	
}
@media screen and (max-width:991px) {
.work-img{height:200px!important;}	
}
@media screen and (max-width:767px) {
.contact{width:90%;text-align:left;font-size:20px;line-height:1.5em;margin:15px auto;color:#e3e3e3;}
.contact-form{width:90%;text-align:left;font-size:20px;line-height:1.5em;margin:15px auto;color:#e3e3e3;}
.about{width:80%;text-align:left;font-size:20px;line-height:1.5em;margin:15px auto;color:#e3e3e3;}
.service1{width:80%;text-align:left;font-size:20px;line-height:1.5em;margin:15px auto;color:#e3e3e3;}
.service2{width:80%;text-align:left;font-family:'NeutraDisp-LightAlt';font-size:20px;line-height:1.5em;margin:15px auto;color:#e3e3e3;}

.navbar-nav{padding-left:0;margin-left:0;}
.work-img{height:auto!important;}
.title{font-size:24px;}	
}
@media screen and (max-width:500px) {
.hi-icon {
	margin: 10px 20px;
	width: 60px;
	height: 60px;
}	
.hi-icon-2 {
	margin: 10px 20px;
	width: 60px;
	height: 60px;
}	
img.hh{width:60px!important;height:60px!important;margin: -49px 20px 10px!important;}

.hi-icon:before {
font-size:30px;	line-height:64px;
}
.hi-icon-2:before{
font-size:30px;line-height:64px;	
}
img.logo{width:320px!important;}
p.text-muted{font-size:11px;}
}

@media screen and (max-width:420px) {
.hi-icon {
	margin: 10px 15px;
	width: 40px;
	height: 40px;
}	
.hi-icon-2 {
	margin: 10px 15px;
	width: 40px;
	height: 40px;
}	
img.hh{width:40px!important;height:40px!important;margin: -24px 15px 10px!important;}

.hi-icon:before {
font-size:20px;	line-height:40px;
}
.hi-icon-2:before{
font-size:20px;line-height:40px;	
}
img.logo{width:320px!important;}
p.text-muted{font-size:11px;}
}