/*Sliding Text and Icon Menu Style*/
.sti-menu{
	max-width:1000px;
	width:100%;
	margin:60px auto 0 auto;
	overflow:hidden;
	background:#fff url(../images/sti-menu-bg.png) no-repeat center center;
	background-size:cover;
}
.sti-menu li{
	float:left;
	max-width:200px;
	width:20%;
	max-height:300px;
	min-height:250px;
	height:38vw;
	padding:0;
}

.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
	z-index:20;
}
.sti-menu li a h2{
	color:#000;
	font-family: 'Wire One', arial, serif; 
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	text-align:center;
	position:absolute;
	padding:0;
	margin:0;
	bottom:28%;
	left:0;
	text-shadow: 0px 1px 1px black;
	z-index:22;
}
@media only screen and (max-width: 769px) {
.sti-menu li a h2{
	font-size:16px;
	line-height:1;
}
}

.sti-menu li a h3{
	font-family: Baskerville, "Hoefler Text", Garamond, "Times New Roman", serif; 
	font-size:1em;
	font-style:italic;
	color: #333;
	position:absolute;
	bottom:10%;
	left:0px;
	width:100%;
	padding:0;
	margin:0;
	z-index:23;

}
@media only screen and (max-width: 769px) {
.sti-menu li a h3{
	font-size:8px;
}
}
.sti-icon{
	max-width:100px;
	width:100%;
	max-height:100px;
	height:18vw;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	top:10%;
	left: 0;
	right: 0;
	margin: auto;
	z-index:21;
}
@media only screen and (max-width: 769px) {
.sti-icon{
	top: 0;
	left: 0;
}
}
.sti-icon-care{
	background-image:url(../images/care.png);
	background-size:cover;
}
.sti-icon-alternative{
	background-image:url(../images/alternative.png);
background-size:cover;
}
.sti-icon-family{
	background-image:url(../images/family.png);
	-moz-background-size:cover;
background-size:cover;
}
.sti-icon-info{
	background-image: url(../images/info.png);
	-moz-background-size:cover;
background-size:cover;
}
.sti-icon-technology{
	background-image:url(../images/technology.png);
	-moz-background-size:cover;
background-size:cover;
}
