/*Layout*/
.team-inline.team-list {
    list-style: outside none none;
    padding: 0px;
    text-align: center;
}

/*List*/
.team-member {
    width: 25%;
    display: inline-block;
    margin: 10px;
    min-width: 200px;
}

.popover{
  /* max-width: 600px!important;
   width: auto;*/
   z-index: 20002!important;
}


/*Image*/
.team-img {
    border-radius: 50%;
    height: 200px!important;
    overflow: hidden;
    position: relative;
    width: 200px!important;
    cursor: pointer;
}

.team-img img {
    padding: 0px !important;
}

.team-member.ourTeams {
    max-width: 280px;
    width: 100%;
}

.ourTeams .team-img {
    border-radius: 6px;
    max-width: 280px;
    width: 100%;
}

.ourTeams .team-detail > p {
    margin: 85px 10px 0;
}

/*Hover*/
.team-overlay {
    background: rgba(255, 97, 25, 0.75) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity:0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
    border-radius: 50%;
}

.ourTeams .team-overlay {
  border-radius: 6px!important;
}

.team-img:hover .team-overlay{
	opacity: 1;
}

.team-detail > p {
    color: #fff;
    font-size: 18px !important;
    margin: 65px 10px 0;
    text-align: center;
}

.job-title {
    font-weight: 400;
    font-size: 14px;
}
.title, .team-social {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    padding-bottom: 5px;
}

.team-social > a {
    font-size: 22px;
    padding: 0 2px;
    /*color: #FF6119!important;*/
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
}

.teamProfile {
    left: 0;
    margin: -15px 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 20001;
}


.close-icon >a{
    float: right;
    padding: 0px 20px;
    position: absolute;
    right: 0;
    color: #B8B8B8;
}

.teamContent {
    background-color: #f9f9f9;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 10px;
    border:1px solid #eee;
    padding-top: 20px; 
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
}

.team-social {
    display: inline-block;
}

.team-content h3 {
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    vertical-align: middle;
    color: #083d77;
    padding-bottom: 5px;
}

.team-member .arrow {
    margin-left: 30%;
    margin-top: -6px;
    background-color: #f9f9f9;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    height: 30px;
    transform: rotate(45deg);
    width: 30px;
    z-index: 20004;
}
.team-member > a {
    position: relative;
}

@media (max-width: 500px) {
	
}
