.submit input {padding:0 20px !important;margin:0 !important;}

.col-sm-6 {float:left;width:48%;margin:0 1%;}

/*Home Team*/
.home-team figure {
  position: relative;
}
.home-team figure.box {
  border: 1px solid #eee;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 25px 0;
  width: 80%;
  max-width: 450px;
}
.home-team .box{
  background:#fff;

}
.home-team.inner figure.box { 
	background:#fff;
}
.bottomline {
  display: inline-block;
  font-size: 16px;
  background: none repeat scroll 0% 0% #FFF;
  width: 80px;
  height: 1px;
  vertical-align: middle;
  background: #eee;
  margin: 15px auto;
}
.home-team .mask {
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
  background:#96c547;
	-webkit-transition:0.3s ease-out 0s;
	-moz-transition: 0.3s ease-out 0s;
	-ms-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition:0.3s ease-in 0s;
	padding:10%;
	color:#fff;

}
.home-team .box h4 {
  font-weight: 600;
  padding: 20px 0 0 0;
  text-transform:uppercase;
  font-size: 16px;
}
.home-team .box h5 {
  color: #96c547;
  font-size: 13px;
  font-weight: 600;
}
.home-team figure:hover .mask { top:0; height:100%; }
.home-team .social a {
    margin: 0px 3px;
    font-size: 14px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #555;
	transition: none;
}
.home-team .box:hover { 
	background:#96c547;
  -moz-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.home-team .box:hover h4,
.home-team .box:hover h5 { color:#fff;}
.home-team .box:hover .social a{ color:#fff; border: 1px solid #fff;}
.home-team .mask .social a {
    color: #FFF;
}
.home-team .mask p { padding:0 0 20px 0;}

.HalfEm {font-size:0.5em !important;}

