/*!
 * jQuery Cookiebar Plugin CSS
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Mark Searle, Carl Woodhouse.
 */
 #team{margin: 30px 0 0 0;}
 .hover-grid .hover-grid-item {
	width: 30%;
	height:100%;
	min-height: 250px;
	margin: 2px;
	float: left;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	overflow:hidden;
	position:relative;
	cursor:default;
	
}

.hover-grid .text {
	border:0;
	margin-top:35%;
text-align: center;
position: relative;
}

.hover-grid img {
	border:0;
	position:absolute;
	margin: 0;
	padding: 0;
}


.hover-grid-item .caption {
	background-color: #555555;
width: 100%;
height: 100%;
padding: 60px 18px;
position: absolute;
left: 0px;
color: #FFF;
display: none;
line-height: 1.1;
opacity: 0.8;
text-align:center;
}

.hover-grid-item .caption p,  {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-top:10px;
	text-align:center;
}
.hover-grid-item .caption a  {
	
	color: #fff;
	
}
.hover-grid-item .caption a::before {
  content: url("../images/email.png");

}
.hover-grid-item .caption .button-big a::before {
  content: none;
  text-align:center;

}
	@media screen and (max-width: 960px) {	
.hover-grid .hover-grid-item {
	width: 100%;
min-height: 500px;
	margin: 2px;
	float: none;
	
}
.hover-grid .text {
    border: 0;
    margin-top: 35%;
    text-align: center;
    position: relative;
}
	}