	@charset "utf-8";
/* Our Team CSS Document */
.teammember-list { position:relative; margin-bottom:30px; -webkit-transition:all .5s ease-in-out; transition:all .5s ease-in-out;}
.team-inner { position:relative;}
.team-thumbnail { position:relative; overflow:hidden;}
.team-thumbnail img { width:100%; height:auto; display:block; -webkit-transition:all 0.5s ease-in-out 0s; transition:all 0.5s ease-in-out 0s;}
.team-overlay { position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; background:rgba(0,0,0,0.8); padding:35px 40px 40px 40px; -webkit-transform-origin:bottom; -ms-transform-origin:bottom; transform-origin:bottom; -webkit-transform:perspective(1em) rotateY(2deg); -ms-transform:perspective(1em) rotateY(2deg); transform:perspective(2em) rotateX(2deg); -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s; opacity:0;}

.member-social-icon { position:absolute; bottom:-34px; left:0; right:0; margin:0 auto; text-align:center; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s; opacity:0;}
.member-social-icon li { width:34px; height:34px; line-height:34px; font-size:14px; display:inline-block; list-style:none; margin-right:5px; margin-bottom:5px; opacity:0; -webkit-transform:translateY(60px); -ms-transform:translateY(60px); transform:translateY(60px); -webkit-transition:all 0.5s ease-in-out 0s; transition:all 0.5s ease-in-out 0s;}
.member-social-icon li a { width:34px; height:34px; line-height:34px; font-size:14px; display:inline-block; color:#ffffff; text-align:center; border-radius:4px; background-color:#e48824; -webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}

.team-info { padding:15px 10px; position:absolute; text-align:center; background-color:#ffffff; width:90%; margin:0 auto; left:0; right:0; bottom:-35px; z-index:10; box-shadow:0 10px 16px rgba(0, 0, 0, 0.1); -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.team-info h5 { font-size:22px; margin-bottom:5px; font-size:24px;}
.team-info span { font-size:14px; color:#e48824;}

.teammember-list:hover .team-thumbnail img { -webkit-transform:scale3d(1.1, 1.1, 1.1); transform:scale3d(1.1, 1.1, 1.1);}
.teammember-list:hover .team-overlay { -webkit-transform:perspective(0em) rotateY(0deg); -ms-transform:perspective(0em) rotateY(0deg); transform:perspective(0em) rotateY(0deg); opacity:1;}
.teammember-list:hover .member-social-icon { position:absolute; bottom:25%; opacity:1;}
.teammember-list:hover .member-social-icon li { opacity:1; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.teammember-list:hover .team-info { background-color:#e48824; bottom:-60px;}
.teammember-list:hover .team-info h5 a, .teammember-list:hover .team-info span { z-index:1; color:#ffffff; position:sticky;}
.member-social-icon li a:hover { background-color:#ffffff; color:#252525;}

.item .teammember-list { padding-bottom:50px;}