body{
 margin:0px;
 padding:0px;
 overflow:hidden; 
}
iframe{
  overflow-x:hidden;
  height:100%;
  width:100%;
  position:absolute;
  top:50px;
  left:0px;
  right:0px;
  bottom:0px;
}
.header-top{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  background:url(images/coupon-header.png) repeat-x 0 0;
  width:100%;
  height:57px;  
}
.inner{
  width:960px;
  margin:0 auto;
}
.coupon-logo{
  width:107px;
  height:35px;  
  padding:8px 54px 0 0;
  float:left;
}
.coupon-logo a{
  display:block;
  width:100%;
  height:100%;
  text-indent:-9999px;
  background:url(images/coupon-logo.png) no-repeat;  
  background-size:107px 35px
}
.slogan{
  float:left;
  text-transform:uppercase;
  font-size:22px;
  line-height:24px;
  color:#333;
  padding:3px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
}
.slogan em{
  display:block;
  font-style:normal;
  font-size:12px;
  color:#666;
  line-height:14px;
}
.coupon{
  float:right;
  background:#999;
  line-height:25px;
  margin:12px 0 0;
  padding:0 15px;
  color:#fff;
  font-family: 'Merriweather', serif;
  font-size:12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*@media (min-width: 768px) and (max-width: 979px) {
  .inner{
    width:724px;
  }
}
@media  (max-width: 767px) {
  .inner{
    width:100%;
  }
}*/