.view-12 .boxfooter {
    background: #eee none repeat scroll 0 0;
    bottom: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
}
.view-12 .boxfooter p {
    color: #a00065;
    font-size: 1.4em;
    font-style: unset;
    margin: 5px 0;
    padding: unset;
    position: unset;
}

.view-12 img {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-12 .hbcontent {
   background-color: rgba(255, 255, 255, 0.8);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-12 h2 {
  background: black;
  margin: 15px 0 0 0;
}
.view-12 .hbcontent h4, .view-12 .hbcontent p, .view-12 .hbcontent ul {
  left: -100%;
  padding: 0 20px;
  margin: 10px 0;
  position: relative;
  line-height: 1.8em;
  text-align: left;
  color: #555;
}
.view-12 .hbcontent ul li {
  margin: 0 0 0 20px;
}
.view-12 .hbcontent h4 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.view-12 .hbcontent p, .view-12 .hbcontent ul {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.view-12 a.info {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.view-12:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.view-12:hover .hbcontent {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-12:hover .hbcontent h4, .view-12:hover .hbcontent p, .view-12:hover .hbcontent ul {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.view-12:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}