@charset "utf-8";
/* CSS Document */


.team-flat { padding: 0; margin: 0; }
.team-flat .team-item { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1); border-bottom: 1px solid; display: inline-block; margin: 20px 10px; padding: 0 0 20px; vertical-align: top; width: 200px; }
.team-flat .team-post { }
.team-flat .team-post a { text-decoration: none; }
.team-flat .team-post a.read-more { font-weight: bold; }
.team-flat .team-thumb { overflow: hidden; }
.team-flat .team-thumb img { border-radius: 0; box-shadow: none; cursor: pointer; height: auto; width: 100%; }
.team-flat .team-title { color: rgb(102, 102, 102); font-size: 18px; font-weight: bold; padding: 10px; }
.team-flat .team-position { color: rgb(102, 102, 102); font-size: 12px; line-height: 18px; padding: 0 10px 10px; }
.team-flat .team-content { color: rgb(102, 102, 102); font-size: 12px; overflow: hidden; padding: 0 10px; text-align: left; }


@media screen and (max-width:991px){
	.team-flat .team-title {
	    color: rgba(51, 51, 51, 1) !important;
	    font-size: 16px !important;
	    padding: 15px !important;
	    font-family: 'proxima_nova_rgbold' !important;
	    line-height: 18px !important;
	}
}