/* CSS Document */
.project-teams{
background-color:white;
padding:0 5px;
}

.teammobile{text-align:center}

.team{
display:none;
}

.teaminfo p{
	padding:20px 10px;
	font-size:16px;
}
.teaminfo strong{
	font-size:22px;
}

.teamthumbs .thumb .title{font-size:12px}


/* CSS Document */
.teamthumbs{
margin-top:20px;
text-align:center
}


.teamthumbs .thumb{
display:inline-block;
text-align:center;
margin:0px 10px;
width:196px !important;
}

.teamthumbs .title{
	font-size:12px;
	max-width:196px !important;
	margin:10px auto 5px;
}

@media(min-width:815px){
.teammobile{display:none}
.team{
	display:block;
	width:810px;
	margin:0px auto;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.team img{
	vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}	
}