.btn-primary{
	background-color: #b91d22;
	border-color: #a51f24;
}

.btn-primary:hover{
	background-color: #a51f24;
}

a:hover{
	color: #b91d22;
}

.team_content{
  background: #808080 none repeat scroll 0 0;
  color: #000000;
  opacity: 0;
  padding: 20px 10px;
  text-align: center;
  z-index: 2;
  height: 100%;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    width: 100%;
	left:0;
	top:0px;
}

.team_content p {
	color: #000000;
	font-size: 12px;
}

.team_content:hover{
  box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4), 0 16px 40px rgba(14, 21, 47, 0.4);
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  opacity:.9;
  height: 100%;
}