.container{
	float: left; display: inline; margin:10px;
	width: 760px;
}
.flipper{
	background:#3193c0;  /*Old browsers;*/
	background-image:url(../smart-menu/sm-vicom/css-gradients-fallback/vertical-main-item-bg.png);
	background-image:-moz-linear-gradient(top,#007D93 0%,#00ABC9 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#007D93),color-stop(100%,#00ABC9));
	background-image:-webkit-linear-gradient(top,#007D93 0%,#00ABC9 100%);
	background-image:-o-linear-gradient(top,#007D93 0%,#00ABC9 100%);
	background-image:-ms-linear-gradient(top,#007D93 0%,#00ABC9 100%);
	background-image:linear-gradient(top,#007D93 0%,#00ABC9 100%);
}
.people { float:left; margin-left: 1em 5em;}
.people article{
	/*margin:1em auto;*/
	color:#fff;
	position:relative;
	width:200px;
	height:167px;
	overflow:hidden;
	background-image:url(../smart-menu/sm-vicom/css-gradients-fallback/vertical-main-item-bg.png);
	background-image:-moz-linear-gradient(top,#007D93 0%,#00ABC9 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#007D93),color-stop(100%,#00ABC9));
	background-image:-webkit-linear-gradient(top,#007D93 0%,#00ABC9 100%);
	background-image:-o-linear-gradient(top,#007D93 0%,#00ABC9 100%);
	background-image:-ms-linear-gradient(top,#007D93 0%,#00ABC9 100%);
	background-image:linear-gradient(top,#007D93 0%,#00ABC9 100%);
}
.people .people-title{
	font-weight:700;
	font-size:1.15em;
	line-height:1.1;
	margin-bottom:0;
	font-family:Century Gothic;
}
.people .people-email{
	font-style:italic;
	padding-bottom:.55em;
	border-bottom:6px solid rgba(255,255,255,0.2);
	margin-bottom:.55em;
	font-size:.9em;
	line-height:1.0875;
	font-family:Century Gothic;
	color:#ADADAD;
	font-size:0.75em;
	max-width:150px;
}
.people .people-image{
	display:block;
	width:100%;
	height:100%;
}
.people .people-content{
	font-size:.8em;
	line-height:1.125;
	font-family:Century Gothic;
}

.flipper{overflow:hidden;display:block}
.flipper:hover .flipper{margin-left:-100%}
.people li{width:30%;float:left;margin: 5px;}
.t{width:100%;height:100%;display:table}
.tc{display:table-cell;vertical-align:middle;padding:0 1.25em}
.people .tc{padding:0 .8em}

.flipper{
	width:100%;
	height:100%;
	text-align: center;
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	display:block;
	left: 0px;
	-webkit-transition:margin-left .4s ease;
	-moz-transition: margin-left .4s ease;
	-ms-transition: margin-left .4s ease;
	-o-transition: margin-left .4s ease;
	transition: margin-left .4s ease;
}


@media only screen and (min-width: 768px){
	/*.people { margin-top: 1.3em; }*/
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
	.main-content {margin-left: 1em;}
	.container{	width: 660px; margin-left: 3em;}
	.people li{width:30%;}
	.people article{width:160px; height:133px;}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {	
	.main-content {margin-left: 0;}
	.container{	width: 430px; margin-left: 3em;}
	.people li{width:30%;}
	.people article{width:155px; height:135px;}
	.people .people-title{ font-size:1.0em; }
	.people .people-content{	font-size:.7em;	}
}

@media only screen and (max-width: 480px) {
	.container{	width: 360px !important; margin-left: 0;}
	.people li{width:45%;}
	.people article{width:165px; height:138px;}
	.people .people-title{ font-size:0.9em; }
	.people .people-email{font-size:.8em;margin: 0 auto;}
	.people .people-content{	font-size:.7em;	}
	.tc{padding:0}
	.people .tc{padding:0}
}

