
.staff-item {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.staff-item.customize {
    background-color: #fafafa
}

.staff-item .staff-item-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
	padding-bottom:5px;
	padding-top:10px;
	border: 1px solid #bc3a26;
    border-radius: 5px;
}
.staff-item-wrapper:hover
{
	border:2px solid #354fc3;
	border-radius: 5px;
}
.staff-item .staff-info {
    text-align: center;
    overflow: hidden
}

.staff-item .staff-info .staff-avatar {
    display: block
}

.staff-item .staff-info .staff-avatar img {
    border-radius: 50%;
    max-height: 155px;
    width: 185px;
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: 15px
    
 /*   border-radius: 100%;*/
	/*max-height: 100px;*/
 /*   width: 100px;*/
 /*   max-width: 150px;*/
 /*   margin: 0 auto;*/
 /*   margin-bottom: 15px;*/
}


.staff-item .staff-info .staff-name {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px
}


.staff-item .staff-socials {
    text-align: center
}


