/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:100%;
	position:relative;
	margin:75px auto 75px auto;
	list-style: none;
}
.sti-menu li{
	float:left;
	
	height:300px;
	text-align: center;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#f8f8f8;
	text-align:center;
	height:100%;
	font-weight: normal;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	-o-box-shadow:1px 1px 2px #ddd;
	-ms-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
	padding: 0 10px;
}
.sti-menu li a h2{
	color:#000;
	font-family: 'Lovelo Black'; 
	letter-spacing: 10px;
	text-align: center;
	text-transform:uppercase;
	position:absolute;
	width: 100%;
	color: #673653;
	top:125px;
	left:0px;
	text-shadow: 0px 1px 1px #FFF;
}
.sti-menu li a h3{
	font-family: 'Open Sans'; 
	font-size:18px;
	font-weight: 100;
	color: #111;
	position:absolute;
	top:180px;
	line-height: 21px;
	left:0px;
	width: 100%;
	text-align: center;
	color: #673653;
}
.sti-icon{text-decoration: none !important;}
.sti-icon{
	width:100%;
	height:100px;
	font-family: 'icomoon';
	font-size: 75px;
	position:absolute;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:transparent;
	text-align: center;
	color: #673653;
	left:0px;
	top:70px;
	text-decoration: none !important;
}
/*.sti-icon-analyze:before{
	content: "\e07b";
}
.sti-icon-design:before{
	content: "\e0c7";
}
.sti-icon-develop:before{
	content: "\e0a4";
}
.sti-icon-deploy:before{
	content: "\e0aa";
}*/
