@import "https://meyerweb.com/eric/tools/css/reset/reset.css";
.slices {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto
}

.slices img {
	line-height: 0;
  display: block;
  max-width: 100%
}
.cta{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;	
	padding: 20px 15px;
	text-align: center;
}
.cta .cta__btn{
	display: block;
	margin: 15px auto;
}
.cta .cta__btn img{
	margin: auto;
}
.cta .coupon b{
	color: #ff7200;
	font-weight: bold;
}
.cta.bg-gray{
	background: #e9e7e4;
}
.btn-hover .hover, .btn-hover:active .not-hover, .btn-hover:hover .not-hover {
  display: none
}

.btn-hover:active .hover, .btn-hover:hover .hover {
  display: block
}

.footer_copy {
  clear: both;
  font-size: 10px;
  text-align: left;
  padding: 10px 0 40px;
  position: relative;
  bottom: 0;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  font-family: Lucida Sans, Lucida Sans Regular, Lucida Grande, Lucida Sans Unicode, Geneva, Verdana, sans-serif
}

.footer_copy .wrap {
  text-align: center
}

.footer_copy span {
  margin: 10px 5px
}

.footer_copy ul {
  text-align: center;
  margin-top: 15px
}

.footer_copy ul.footer_link_b li {
  display: inline-block
}

.footer_copy ul.footer_link_b a {
  border-left: 1px solid #ccc;
  padding: 0 0 0 12px;
  margin-left: 12px;
  text-decoration: none;
  color: #0086ce
}

.footer_copy ul.footer_link_b a.first {
  border-left: 0!important;
  padding-left: 0;
  margin-left: 0!important
}
@media screen and (max-width:750px){
.cta small{
	font-size: 10px;
}	
}