.da-thumbs {
	list-style: none;
	width: 984px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}

.da-thumbs ul {
    list-style-type:none;

}

.da-thumbs li {
	float: left;
	margin: 0px;
	background: #fff;
	padding: 0px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	height:208px;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.mid{
	width:80%;
	margin: 0 auto;
}
.box{
    float: left;
    height: 190px;
    margin: 0;
    position: relative;
    width: 246px;
}
.box img{
	width:100%;
	height:100%;


}
.box p{
	text-align: justify;
}
.text-box{
	height:50px;
	width:100%;
	transition:1s;
	position:absolute;
	bottom:0;
	padding:10px 0;
}

.text-box h3{
	color:transparent;
	margin:-12px 10px -7px 15px;
	padding:5px 0;
	font-family:arial;
	font-size:14px;
	
		transition:1s;

}
.text-box h4{
	font-size:12px;
	color:transparent;
	margin:0;
	padding:3px 0;
	font-family:arial;
	margin-left:15px;
		transition:1s;
}
.box:hover .text-box{
	cursor:pointer;
	background:rgba(217, 87, 65, .5);

}
.box:hover .text-box h3{
	color:#fff;
}
.box:hover .text-box h4{
	color:#fff;
}
.box:hover .text-box .plus{
	display:block;
}
.text-box .text{
	float:left;
	overflow:hidden;
	width:80%;
	
}
.text-box .plus{
	float:left;
	overflow:hidden;
	color:#fff;
	height:25px;
	width:25px;
	border:2px solid #fff;
	border-radius:50%;
	margin-top:5px;
	position:relative;
	display:none;
}
.text-box .plus p{
	color:#fff;
	margin:0;
	padding:0;
	position:absolute;
	left:7px;
	top:1px;
	font-weight:bold;
}
.text-box .plus:hover{
	background:#fff;

}
.text-box .plus:hover  p{
	color:#C14430;
}


.hovercontent h1 {
  color: white;
  font-size: 1.5em;
  margin-top: 40%;
}
.hovercontent h3 {
  color: #a1a1a1;
  font-weight: 100;
}

.griders{
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;

}

.hoveritem {
    display: inline;
    float: left;
    font-size: 12px;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.hoveritem img {
  position: relative;
  z-index: 4;
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  /* This is what was making it slow! booooooo */
  /*
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.2s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.2s ease-out;
  transition: opacity 0.3s ease-out, transform 0.2s ease-out;
  */
}
.hoveritem .link {
  display: block;
  height: 100%;
}
.hovercontent {
  position: absolute;
  z-index: 5;
  font-family: "Helvetica", Arial, sans-serif;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);

  opacity: 0;
  line-height: 24px;
  filter: alpha(opacity=0);
  -moz-transform: scale3d(1.3, 1.3, 1) translate3d(0, 10%, 0);
  -o-transform: scale3d(1.3, 1.3, 1) translate3d(0, 10%, 0);
  -webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0, 10%, 0);
  transform: scale3d(1.3, 1.3, 1) translate3d(0,10%,0);
  
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, -o-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.hoveritem .link:hover {
}
.hoveritem .link:hover .hovercontent {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0,0,0);
}
.hoveritem .link:hover img {
}
