.aec-healthlanding:before {
    background: #fff url("/customers/deepdiscount/img/fitness-bg.jpg") no-repeat scroll 70% 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.aec-healthlanding {
  background-color: #7accff;
  border-radius: 4px;
  height: 800px;
  overflow: hidden;
	box-shadow: 0 5px 0 #d7f0ff;
}

.aec-healthlanding a icon img svg {
  fill: #fff;
}
.aec-healthlanding > h1 {
  background-color: rgba(1, 115, 176, 0.49);
  color: #81c7e5;
  font-size: 58px;
  font-weight: 400;
  margin: 0 -15px 205px;
  padding-bottom: 15px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.aec-healthlanding > h1 i.icon-runner:before {
  display: inline-block;
  font-size: 33px;
  line-height: 50px;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: auto;
}
.aec-healthlanding > h1 i.icon-runner {
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  position: relative;
  top: -5px;
  width: 50px;
}
.aec-healthlanding h1 span{
	display: block;
	margin-bottom: 0px;
  margin-top: 0px;
	color: #fff;
  font-size: 58px;
  font-weight: 400;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.aec-healthlanding h1 span:not(.center){
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
	position: relative;
}

.aec-healthlanding h1 span:not(.center):before,
.aec-healthlanding h1 span:not(.center):after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #81C7E5;
  border-top: 1px solid #81C7E5;
  top: 15px;
  width: 600px;
}
.aec-healthlanding h1 span:not(.center):before {
  right: 100%;
  margin-right: 15px;
}
.aec-healthlanding h1 span:not(.center):after {
  left: 100%;
  margin-left: 15px;
}
.fitness-box > a {
  display: block;
  text-align: center;
  width: 100%;
}


/* Effect */
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.icon:before {
  content: '';
  position: absolute;
  border: #DEF7FE solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	z-index: -1;
	border-radius:50%;
}
.icon{
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
	cursor: pointer;
}
.icon {
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
	transition: border 0.2s ease 0s;
	background-color: #def7fe;
	width: 128px;
	height: 128px;
}

.icon:hover:before, .icon:focus:before, .aec-personlist .icon:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.fitness-box .img-responsive {
  margin: 20px auto 0;
  max-width: 70%;
}
.fitness-box span {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 769px) {
	.aec-healthlanding {
		height: 450px;
		margin-bottom: 20px;
	}
	.aec-healthlanding > h1{
		margin: 0 -15px 70px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.aec-healthlanding {
		height: auto;
		margin-bottom: 20px;
	}
	.aec-healthlanding > h1{
		margin: 0 -15px 20px;
	}
	.fitness-box.accessories {
  	margin-top: 25px;
	}
	.fitness-box {
  	margin-bottom: 25px;
	}
}

@media (min-width: 320px) and (max-width: 540px) {
	.aec-healthlanding:before {
  	background-position: 60% 0;
	}
	.aec-healthlanding h1 span{
		font-size: 30px;
	}
	.aec-healthlanding h1 span:not(.center) {
		font-size: 20px;
	}
	.aec-healthlanding h1 span:not(.center):before, .aec-healthlanding h1 span:not(.center):after {
  	top: 10px;
	}
	.aec-healthlanding > h1 i.icon-runner:before {
		font-size: 18px;
		line-height: 30px;
	}
	.aec-healthlanding > h1 i.icon-runner {
		height: 30px;
		width: 30px;
	}
}






