/* Template Css */
@font-face {
    font-family: 'museo_slab500';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'antique';
    src: url('../fonts/cas_antn.eot');
    src: url('../fonts/cas_antn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cas_antn.woff') format('woff'),
         url('../fonts/cas_antn.ttf') format('truetype'),
         url('../fonts/cas_antn.svg#cas_antn') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3 {
	font-family: 'antique', san-serif;
}
body { margin: 0px; padding:0px; font-family: 'museo_slab500', san-serif; !important; font-size:14px !important; line-height:24px !important; color:#666666; overflow-x: hidden;
	background-color: #ddd; }

.coupon_container { width:700px ; height: auto; background: #ffffff; margin: 10px auto; padding: 30px; text-align:center;  }

.coupon_container .print-icon { text-align:center; padding:20px; }

.coupon_container h2 { text-align:center; font-size: 40px !important; line-height: 40px !important; padding: 0 20px; color:#6EB43F !important; }

.coupon_container .centertext { padding:20px 20px 0px;  }

.coupon_container .centertext p, .coupon_container .centertext { color: #666666 !important; font-size: 20px !important; line-height:30px !important; font-weight: bold; }

.coupon_container .validity {  color: #666666 !important; font-size: 20px !important;  padding: 30px 20px;  font-weight: bold;  }

.coupon_container .logobottom { text-align:center; padding:50px 0;  }


@media print { .coupon_container .print-icon { display:none; }  }
