/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/
.team-box-img {
	display:table;
	float:left;
	margin-bottom:15px;
}
.team-box-img a {
	outline:none;
}
.team-box-img .img {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	margin-bottom:20px;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding:5px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.team-box-img .img img {
	display:block;
	max-width:100%;
	height:150px;
	margin:0 auto;
}
.team-box-img .img:hover {
	border:1px solid #333e48;
	box-shadow:0px 0px 1px 1px #333e48;
	-webkit-box-shadow:0px 0px 1px 1px #333e48;
	-moz-box-shadow:0px 0px 1px 1px #333e48;
}
.contact-social {
    float:left;
    margin-top:30px;
}
.contact-social li a {
    color:#fff;
}
.alert {
    font-size:16px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}