/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:1080px;
	position:relative;
	margin:80px auto 0 auto;
	padding:0;
	list-style-type:none;
}
.sti-menu li{
	display:inline-block;
	width:200px;
	height:350px;
	margin-top:4px;
	margin-right:8px;
	text-align:center;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#005f99;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 0px #ddd inset;
	box-shadow:0px 0px 2px #f0f0f0 inset;
}
.sti-menu li a h2{
	color:#f9f9f9;
	font-family: 'Wire One', arial, serif; 
	font-size:42px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:10px;
	width:180px;
	top:140px;
	left:0px;
	text-shadow: 0px 1px 1px black;
}
.sti-menu li a h3{
	font-family: "Oswald" sans-serif; 
	font-size:18px;
	font-style:italic;
	font-weight:100;
	color: #f9f9f9;
	position:absolute;
	bottom:16px;
	left:0px;
	width:180px;
	padding:10px;
	text-shadow: 0px 1px 1px black;
}
.sti-icon{
	width:120px;
	height:120px;
	position:absolute;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:contain;
	left:40px;
	top:20px;
}
.sti-icon-cms{
	background-image:url(images/new/cms_transp.png);
}
.sti-icon-designtool{
	background-image:url(images/new/designtool_transp.png);
}
.sti-icon-apps{
	background-image:url(images/new/apps_transp.png);
}
.sti-icon-cart{
	background-image:url(images/new/cart_transp.png);
}
.sti-icon-seo{
	background-image:url(images/new/seo_transp.png);
}
.sti-icon-webdesign{
	background-image:url(images/new/webdesign_transp.png);
}
.sti-icon-survey{
	background-image:url(images/new/survey_transp.png);
}
.sti-icon-content{
	background-image:url(images/new/content1_transp.png);
}
.sti-icon-consulting{
	background-image:url(images/new/consulting_transp.png);
}
.sti-icon-social{
	background-image:url(images/new/social2.png);
	background-size:120px 120px;
}