/**********************************************
				Aquaveo Shadow Boxes
**********************************************/

.aqdiscounts {
 	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
  overflow: hidden;
}
.aqdiscounts ul {
	width: 940px;
	margin: 0;
  padding: 0;

}

.aqdiscounts ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	width: 215px;
	margin: 10px;
}

.aqimg-box {
	width: 215px;
	height: 215px;
/*	background-color: white;  */
	background-repeat: no-repeat; /*new*/
	background-position: 50% 50%; /*new*/
	background-size: cover; /*new*/
	margin: 0;
	overflow: hidden;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.16), 1px 3px 5px rgba(0,0,0,0.23);
	position: relative;
}

.aqimg {
	background-image: url('');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	height: 99.94%;
	position: absolute;
/*	-webkit-transition: all .4s ease;
	transition: all .4s ease; */
}

.aqimg.active {
	width: 100%;
	height: 100%;
  z-index: 0;
/*	-webkit-transition: all .4s ease;
	transition: all .4s ease; */
}

.aqheadline {
	width: 8%;  /*was 8%*/
	height: 50%;
  margin: 20px 0 0 0;
	position: absolute;
	-webkit-transform: translate(1300%, 0px);
	transform: translate(1300%, 0px);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
  overflow: hidden;
}

.aqheadline.active {
	-webkit-transform: translate(110%, 0px);
	transform: translate(110%, 0px);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  margin: 0 0 0 -260px;
  padding: 0 0 0 20px;
}

.aqheadline h2 {
	color: #659eca;
  text-shadow: 1px 1px 2px black;
	width: 100%; /*50%;*/
  font-size: 1.4em; /*new*/
  margin: 20px 0 0 0; /*0*/
  padding: 0;
}

.aqtext {
	width: 100%;
	height: 50%;
	background-color: rgba(101, 158, 202, 0.9);
	display: block;
	margin-top: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.aqtext.active {
	margin-top: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.aqtext p {
	color: #000000;
	width: 80%;
	margin: 10px auto 0;
	padding-top: 20px;
  font-size: 0.8em;
  font-weight: bold;
}

.aqtext a {
	text-decoration: none;
	width: 80%;
/*	margin-left: 10%; */
  font-weight: bold;
	color: #ffffff;
}