/* tem20-team */
.tem20-team .item{width:100%;height:170px;padding:0 40px 0 160px;border-bottom:1px solid rgba(0,0,0,0.1);position:relative;transition:all 0.6s ease 0s;-ms-transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;-o-transition:all 0.6s ease 0s;}
.tem20-team [func-id]:last-child .item{border-bottom:none;}
.tem20-team .item:hover{background:rgba(255,255,255,0.1);box-shadow:0 15px 20px rgba(0,0,0,0.05);}
.tem20-team .item .image{position:absolute;left:0;top:0;margin:20px 0;}
.tem20-team .item img{width:130px;height:130px;border-radius:50%;overflow:hidden;}
.tem20-team .item .text-l{width:230px;height:80px;padding-left:30px;position:absolute;left:160px;top:45px;color:#bdbdbd;border-left:1px solid rgba(0,0,0,0.15);font-size:12px;font-family:"HELVETICANEUELTPRO-THEX",Arial;font-weight:300;display:inline-block;overflow:hidden;z-index:2;}
.tem20-team .item .text-l h3.title,
.tem20-team .item .text-l .h3.title{color:#666;font-size:20px;height:40px;line-height:40px !important;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tem20-team .item .text-l .subtitle{font-size:14px;color:#8a8a8a;height:40px;line-height:40px !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tem20-team .item .text-r{padding:50px 20px 0 300px;display:inline-block;transition:all 0.6s ease 0s;-ms-transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;-o-transition:all 0.6s ease 0s;}
.tem20-team .item:hover .text-r{transform:translateX(20px);}
.tem20-team .item .text-r .desc{max-height:75px;line-height:25px !important;overflow:hidden;font-size:12px;color:#666;}
.tem20-team .item .text-r .desc::before{content:"";position:absolute;width:30px;height:1px;background:rgba(0,0,0,0.15);top:60px;left:410px;}
.tem20-team .item:hover .text-r .desc::before{display:none;}
.tem20-team .item .icon{position:absolute;right:30px;top:50%;margin-top:-15px;transition:all 0.6s ease 0s;-ms-transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;-o-transition:all 0.6s ease 0s;}
.tem20-team .item:hover .icon{right:10px;}
.tem20-team .item .icon::before{content:"";width:20px;height:20px;border-top:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);display:block;transform:rotate(45deg);}
.tem20-team .item:hover .icon::before{border-color:rgba(0,0,0,0.5);}
@media (max-width:768px){
    .tem20-team .container,
    .tem20-team.full-screen-spacing .container.full-screen{padding-left: 3%!important;padding-right: 3%!important}
    .tem20-team .item{height:235px;padding:0 0 0 140px;}
    .tem20-team .item .image{margin:10px 0;}
    .tem20-team .item .text-l{width:100%;padding-left:10px; position:relative;left:0;top:35px;}
    .tem20-team .item .text-l h3.title,
    .tem20-team .item .text-l .h3.title{font-size:16px;}
    .tem20-team .item .text-l .subtitle{font-size:12px;}
    .tem20-team .item .text-r{padding:0;width:100%;position:absolute;left:0;top:150px;} 
    .tem20-team .item:hover .text-r{transform:none;}
    .tem20-team .item .text-r .desc::before{display:none;}
    .tem20-team .item .icon{display:none;}
    .tem20-team .item{display: flex;display:-webkit-flex;flex-wrap: wrap;padding-left:0;height: auto;align-items: center;}
    .tem20-team .item .image{position: static;width:25%;}
    .tem20-team .item .image img{width: 100%;height: auto;}
    .tem20-team .item .text-l{flex-basis:0;flex-grow: 1;position: static;margin-left: 10px;height: auto;}
    .tem20-team .item .text-r{position: static; }
    .tem20-team .item .text-r .desc{max-height:5000px;padding-bottom: 10px;}
    .tem20-team .item .text-l .subtitle{height: auto;line-height: 160%!important;}  
}
