@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip0078 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  max-height: 310px;
  width: 100%;
  text-align: center;
}
figure.snip0078 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
figure.snip0078 img {
  opacity: 1;
  max-width: 100%;
  border: 10px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip0078 figcaption {
  bottom: 0;
  width: 80%;
  right: 0;
  position: absolute;
  background: #000000;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0px 10px -10px #000000;
}
figure.snip0078 figcaption h3,
figure.snip0078 figcaption p {
  margin: 0;
  color: #ffffff;
	font-size: 18px;
	line-height: 28px;
}
figure.snip0078 figcaption h3 {
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip0078 figcaption h3 span {
  font-weight: 800;
}
figure.snip0078 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.65;
}
figure.snip0078 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip0078.bluee figcaption {
  background: #1b557a;
}
figure.snip0078.bluee img {
  border: 10px solid #1b557a;
}
figure.snip0078.red figcaption {
  background: #81261d;
}
figure.snip0078.red img {
  border: 10px solid #81261d;
}
figure.snip0078.yellow figcaption {
  background: #a85913;
}
figure.snip0078.yellow img {
  border: 10px solid #a85913;
}
figure.snip0078.green figcaption {
  background: #018849;
}
figure.snip0078.green img {
  border: 10px solid #018849;
}
figure.snip0078:hover figcaption,
figure.snip0078.hover figcaption {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 15px 15px -15px #000000;
}
figure.snip0078:hover.bluee img,
figure.snip0078.hover.bluee img {
  border: 10px solid #2980b9;
}
figure.snip0078:hover.red img,
figure.snip0078.hover.red img {
  border: 10px solid #c0392b;
}
figure.snip0078:hover.yellow img,
figure.snip0078.hover.yellow img {
  border: 10px solid #e67e22;
}
figure.snip0078:hover.green img,
figure.snip0078.hover.green img {
  border: 10px solid #018849;
}

.bg-h3{
	font-size: 20px;
	padding: 5px 10px;
	margin-bottom: 20px;
	font-weight: bold;
background-color: #ffffff;
opacity: 1;
background-size: 5px 5px;
background-image: repeating-linear-gradient(45deg, #e1e1e4 0, #e1e1e4 0.5px, #ffffff 0, #ffffff 50%);
	}
.bg-h4{
	font-size: 18px;
	padding: 5px 5px;
	margin-top: 20px;
	font-weight: bold;
background-color: #ffffff;
opacity: 1;
background-size: 5px 5px;
background-image: repeating-linear-gradient(45deg, #e1e1e4 0, #e1e1e4 0.5px, #ffffff 0, #ffffff 50%);
	}

