@charset "UTF-8";
/* CSS Document */



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	position:relative;
}


a {
	text-decoration:underline;
	color:#ee2e24;
}


a:hover {
	text-decoration:none;
	color:#d52400;
}

p {
	margin-bottom:15px;	
}



html, body {
	background-color:#efede6;
	margin:0px;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #444;
	line-height:21px;
}


strong {
	font-weight:bold;
}

.clear {
	clear:both;
}


.redtext {
	color:#ee2e24;
}





/* TOP NAV */


.topnav_bar {
	width:100%;
	padding:0px;
	position:absolute;
	top:0px;
	min-height:40px;
	left:0px


}





.topnav {
	width:100%;
	position:absolute;
	top:8px;

}


.topnav > .wrap {
	max-width:1000px;
	margin:0 auto;
	width:100%;
}

.topnav > .wrap > .content {
	left:260px;
	width:740px;
	text-align:center;
	
}


.topnav > .wrap > .content ul li {
	display:inline;
	margin-right:20px;
	font-size:14px;
	font-weight:bold;
}

.topnav > .wrap > .content ul li a {
	color:#fff;
	text-decoration:none;
}

.topnav > .wrap > .content ul li a:hover {
	color:#ffe276;
	text-decoration:underline;
}


@media all and (max-width: 999px) {

.topnav > .wrap > .content {
	max-width:640px;
}

}




@media all and (max-width: 899px) {
	
	
.topnav_bar {
	top:40px;

}


.topnav > .wrap > .content {
	left:0px;
	float:inherit;
	text-align:center;
	max-width:100%;
}

.topnav > .wrap > .content ul li {
	list-style:none outside none;
	display:inline;
	float:inherit;
	margin:0px 10px;
	font-size:14px;
}


.topnav {
	top:48px;

}

}



@media all and (max-width: 450px) {

.topnav > .wrap > .content ul li {
	font-size:12px;
	margin:0px 4px;
}


}










/* PROMO */




.promo {
	background-color:#345f77;
	background-image:url("/img/snowflakes.jpg");
	width:100%;
	padding:45px 0px 20px 0px;
	border-bottom:solid 1px #a0cdd0;
	min-height:230px;
}


.promo_nothome {
	height:40px;	
	padding:0px;
	min-height:0px;
}


.promo > .container {
	max-width:1000px;
	margin:0 auto;
	width:100%;
}

.promo > .container >.wrap {
	left:260px;
	max-width:740px;
	text-align:center;
}


.promo > .container >.wrap > .content {
	color:#fff;
	text-align:center;
	
}

.promo_title1{
	font-size:36px;
	line-height:40px;
	text-shadow: 3px 3px 7px rgba(40, 25, 25, 1);

}

.promo_title2{
	font-size:42px;
	line-height:60px;
	text-shadow: 3px 3px 7px rgba(40, 25, 25, 1);
	font-weight:bold;
}

.promo_title3{
	font-size:22px;
	line-height:34px;
	text-shadow: 3px 3px 7px rgba(40, 25, 25, 1);
	color:#ffe276;
}

.promo_disclaimer{
	font-size:13px;
	line-height:18px;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(40, 25, 25, 1);
}


.facebook{
	margin:15px;
}


@media all and (max-width: 999px) {

.promo > .container >.wrap {
	max-width:640px;
}

.promo {
	
	padding:30px 0px 20px 0px;

}


}


@media all and (max-width: 899px) {

.promo > .container >.wrap {
	left:0px;
	max-width:100%;
}

.promo_title1{
	font-size:22px;
	line-height:36px;
}

.promo_title2{
	font-size:36px;
	line-height:48px;
}

.promo_title3{
	font-size:18px;
	line-height:30px;
}


.promo_disclaimer{
	font-size:12px;
	line-height:18px;
}

}



/* LOGO DESKTOP */


.logo_desktop {
	max-width:1000px;
	margin:0 auto;
	width:100%;
	top:-355px;
}

.logo_desktop_dayof {
	top:-355px;
}


.logo_desktop_nothome {
	top:-40px;
}


.logo_desktop > .container {
	width:220px;
	position:absolute;
	z-index:100;
}


@media all and (max-width: 899px) {
	
.logo_desktop {
	display:none;
	
	
}

}






/* LOGO MOBILE */

.logo_mobile {
	display:none;
}




@media all and (max-width: 899px) {
	
	
.logo_mobile {
	display:inherit;
	margin:0 auto;
	width:100%;
	top:0px;
	height:40px;
	z-index:100000;
	background-color:#ee2e24;
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
	line-height:40px;
	
}


.logo_mobile > .left {
	float:left;
	color:#fff;
	margin-left:10px;
	font-size:24px;
}


.logo_mobile a{
	color:#fff;
	text-decoration:none;
}

.logo_mobile > .right {
	float:right;
	color:#ffe276;
	margin-right:10px;
	font-size:18px;
	
	
}

}





/* ENCOURAGE */

.encourage {
	width:100%;
	padding:25px 0px;
}


.encourage > .container {
	max-width:1000px;
	margin:0 auto;
	width:100%;
}

.encourage > .container >.wrap {
	left:260px;
	max-width:740px;
	text-align:center;
}


.encourage > .container >.wrap > .content {
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
}

.encourage_input {
	width:300px;
	padding:5px 10px;
	border:2px solid #999;
	font-size:14px;
	moz-border-radius:15px;
	border-radius:15px;	
}


#twitter_select {
	width:300px;
	font-size:18px;
	margin-bottom:15px;
}


@media all and (max-width: 999px) {
	
.encourage > .container >.wrap {
	max-width:640px;
}
	
}



@media all and (max-width: 899px) {
	
.encourage > .container >.wrap {
	left:0px;
	max-width:100%;
}
	
}



@media all and (max-width: 550px) {

.encourage_input {
	width:250px;
	margin-bottom:20px;
}



	
}


.twitter_results {
	font-size:12px;
	font-weight:normal;
	position:absolute;
	z-index:100000;
	text-align:left;
	margin-left:10px;
	background-color:#fff;
	border:1px solid #ddd;
	width:300px;
	margin-top:5px;
	left:137px;
}

.search_selected {
     background: #eee;
	 padding:5px;
}

.search_unselected {
	 padding:5px;
}




/* TALLY */


.tally {
	background-color:#fff;
	color:#000;
	padding:15px 20px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}


.tally > .left {
	float:left;

}

.tally > .right {
	float:right;
	margin:6px 0px 0px 0px;
}

.tally_notbold {
	font-weight:normal;
}

@media all and (max-width: 550px) {

.tally {
	text-align:center;
	font-size:16px;
}


.tally > .left {
	float:inherit;

}

.tally > .right {
	float:inherit;
	margin:6px 0px 6px 0px;
}
	
	
}



/* HOME OFFERS */


.home_offers ul {
	margin:20px 5px;
}



.u3 .home_offers ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}




.home_offers ul li{
	max-width:169px;
	background-color:#fff;
	text-align:center;
	padding:20px 10px 25px 10px;
	font-size:14px;
	float:left;
	min-height:215px;
	margin:8px;
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
}


.home_offers ul li:hover{
	background-color:#fff2c2;
}


.home_offers ul li img{
	padding:12px 33px;
	background-color:#fff;
	border:solid 1px #999;
	margin-bottom:5px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.home_offers ul li img:hover{
	border:solid 1px #333;
}

a.home_offers{
	color:#444;
	line-height:18px;
}

.home_offers_description{
	text-align:left;
	font-size:12px;
	line-height:18px;
	height:130px;
	width:169px;
}


.code{
	font-size:11px;
	margin-top:5px;
}

.code > .coupon{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#ee2e24;
	padding:3px 5px;
	moz-border-radius:3px;
	border-radius:3px;
}

.code > .coupon:hover{
	background-color:#ac1903;
}



@media all and (max-width: 999px) {

.home_offers ul li{
	max-width:159px;
}


.home_offers_description{
	height:140px;
	width:149px;
}	

.home_offers ul li img{
	padding:10px 26px;
}


}

@media all and (max-width: 569px) {

.home_offers ul li{
	max-width:122px;
	margin:5px;
}

.home_offers ul li img{
	padding:10px 10px;
}


.home_offers_description{
	height:140px;
	width:122px;
}

.code > .coupon{
	font-size:11px;
}

	
}



/* MEDIA */


.media {
	text-align:center;
	padding:30px 5px;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	top:-1px;
}


.media img {
	max-width:100%;
}



/* COUPONS LINK */


.coupon_stores {
	text-align:center;
	padding:20px 5px;
	font-weight:bold;
}

.coupon_stores a {
	color:#444;	
}


.store_list {
	max-width:1000px;
	margin:0 auto;
	margin-bottom:20px;
	display:none;
}


.store_list ul li {
	font-weight:normal;
	font-size:13px;
	float:left;
	width:160px;
	text-align:left;
	margin:10px 20px 0px 20px;
	
}






@media all and (max-width: 999px) {
	
.store_list ul li {
	width:130px;
	margin:10px 15px 0px 15px;
	float:left;
}

.store_list {
	max-width:800px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}
	
}


@media all and (max-width: 799px) {
	
.store_list ul li {
	width:125px;
	margin:10px 15px 0px 15px;
	float:left;
}



	
}









/* MAIN CONTENT */


.main_content {
	height:200px;
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:20px;
}


.main_content > .right {
	float:right;
	width:78.6%;
	text-align:left;
	left:0px;
	min-height:	1200px;
}

.main_content > .left {
	float:left;
	width:21.4%;
	top:350px;
}


.main_content > .right > .introduction {
	background-color:#fff;
	padding:25px;
	margin-bottom:20px;
	margin-left:7.5%;
	min-height:290px;
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	
}


.main_content > .right > .signup_intro {
	min-height:175px;	
}


.main_content > .right > .media_intro {
	min-height:105px;	
}


.main_content > .right > .introduction > .right {
	text-align:right;
}



.main_content > .right > .introduction > .title_sub {
	font-size:32px;
	line-height:40px;
	font-weight:bold;
	color:#000;
}



.title_sub2 {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#000;
}


.title_sub2_white {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#000;
}



.main_content > .right > .introduction > ul li {
	margin:18px 0px 18px 20px;
	list-style:outside;
}



.main_content > .left > .sidebar {
	background-color:#fff2c2;
	border:#ccc solid 1px;
	padding:20px;
	margin-bottom:20px;
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

}


.main_content > .left > .sidebar > ul li {
	margin:18px 0px;
}


.introduction img {
	float:right;
	margin-bottom:10px;
}

.introduction > .badges img {
	float:none;
	margin-bottom:10px;
}	



.main_content > .left > .sidebar > .store_dropdown {
	width:175px;
	margin-top:10px;
}


@media all and (max-width: 999px) {

.main_content > .left > .sidebar > .store_dropdown {
	width:155px;
}

.main_content > .right > .introduction > h1 {
	text-align:center;
}


}


@media all and (max-width: 899px) {

.main_content > .left > .sidebar > .store_dropdown {
	width:135px;
}

}


@media all and (max-width: 799px) {

.main_content > .left > .sidebar > .store_dropdown {
	width:115px;
}

.main_content > .left > .GAD {
	display:none;		
	
}

.GAD_home {
	display:none;		
	
}

}



@media all and (max-width: 699px) {

.main_content > .left > .sidebar > .store_dropdown {
	width:250px;
}

.introduction img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	float:none;
	max-width:250px;
}

.main_content > .left > .sidebar {
	margin:10px;

}

}





.input_single {
	width:255px;
	padding:5px;
	border:1px solid #999;
	moz-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	color:#999;
}


.input_multi {
	width:255px;
	padding:5px;
	border:1px solid #999;
	moz-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	color:#999;
}








@media all and (max-width: 899px) {

.main_content > .left {
	top:0px;
}
	
}



@media all and (max-width: 699px) {

.main_content > .right {
	float:left;
	width:100%;
	text-align:left;
	left:0px;
}

.main_content > .left {
	float:left;
	width:100%;
	text-align:left;
}


.main_content > .right > .introduction {
	margin-left:0%;
	margin:0px 10px 10px 10px;
}
	
}
































/* FOOTER */

.footer {
	background-color:#a3d0d2;
	background-image:url("/img/snowflakes.jpg");
	width:100%;
	padding:20px 0px;
	color:#fff;
	font-size:13px;
}

.footer a{
	color:#fff;
	text-decoration:underline;
}

.footer a:hover{
	color:#ffe276;
	text-decoration:none;
}


.footer > .container {
	max-width:1000px;
	margin:0 auto;
	width:100%;
}


.footer_facebook {
	background-image:url("/img/facebook.png");
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:22px;
}


.footer_twitter {
	background-image:url("/img/twitter.png");
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:22px;
}


.footer_line {
	height:1px;
	background-color:#fff;
	margin-bottom:10px;
}

.footer_heading {
	font-size:18px;
	
}


.footer > .copyright_box {
	margin:0 auto;
	width:100%;
	height:40px;
	
}

.footer > .copyright {
	text-align:center;
	top:-30px;
	margin-bottom:-41px;
	
}


.footer ul li {
	width:160px;
	margin:0px 20px 20px 20px;
	float:left;
	
}



@media all and (max-width: 999px) {
	
.footer ul li {
	width:130px;
	margin:0px 15px 20px 15px;
	float:left;
}

.footer > .container {
	max-width:800px;
	margin:0 auto;
	width:100%;
}
	
}


@media all and (max-width: 799px) {
	
.footer ul li {
	width:130px;
	margin:0px 15px 40px 15px;
	float:left;
}


.footer ul li {
	min-height:120px;
	
}


	
}









/* OFFERS */

.main_content > .right > .offers_header {
	border:#d0cec8 solid 1px;
	padding:15px 25px;
	margin-bottom:0px;
	margin-left:7.5%;
	color:#000;
	font-weight:bold;
	font-size:18px;
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}

.offers_header_current {
	background-color:#d0cec8;
}


.offers_header_past {
	background-color:#d0cec8;
	margin-top:40px;
}


.offers_header_similar {
	background-color:#d0cec8;
	margin-top:40px;
}

.main_content > .right > .offers_content {
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;	
	padding:25px 25px 35px 25px;
	margin:10px 0px;
	margin-left:7.5%;
}

.main_content > .right > .white {
	background-color:#fff;	
}

.main_content > .right > .green {
	background-color:#fff;	
}


.main_content > .right > .offers_content > .the_offer {
	top:-55px;
	left:165px;
	margin-bottom:-25px;
	max-width:510px;
}


.main_content > .right > .offers_content > .the_offer > .offer_ends {
	font-size:14px;
	line-height:22px;
 top: 5px;
 position: relative;
 
}


.main_content > .right > .offers_content > .the_offer > .offer_ends.promo_code {
  top:17px;
}

.main_content > .right > .offers_content > .the_offer > .offer_link {
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
}


.main_content > .right > .offers_content > .the_offer > .offer_link:hover {
	color:#000;
}


.main_content > .right > .offers_content img{
	padding:10px 20px;
	background-color:#fff;
	border:solid 1px #999;
	margin:0px 0px 5px 0px;
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.main_content > .right > .offers_content img:hover{
	border:solid 1px #000;
}

.main_content > .right > .offers_content > .the_offer > .code {
	background-color:#fff2c2;
	padding:5px 8px;
	font-size:18px;
	font-weight:bold;
	border:2px dashed #FC6;
 	position: relative;
	top:20px;
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	line-height:36px;
}


.main_content > .right > .offers_content > .the_offer > .code:hover {
	border:2px dashed #e6b100;
}


.main_content > .right > .offers_content ul li {
	float:left;
	text-align:center;
	margin:0px 22px 30px 0px;
	font-size:13px;
	line-height:18px;
	
}

.main_content > .right > .offers_content ul li a {
	color:#1f99b8;
	
}


.main_content > .right > .offers_content ul li > div {
	max-width:145px;
	
}



@media all and (max-width: 999px) {

.main_content > .right > .offers_content > .the_offer {
	max-width:410px;
}

}


@media all and (max-width: 899px) {

.main_content > .right > .offers_content > .the_offer {
	max-width:310px;
}

}




@media all and (max-width: 699px) {


.main_content > .right > .offers_header {
	margin-left:0%;
	margin:30px 10px 10px 10px;
}

.offers_header_current {

	top:0px;
}


.main_content > .right > .offers_content {
	margin-left:0%;
}


.main_content > .right > .offers_content {
	margin:0 auto;
	text-align:center;
	margin:10px;
}


.main_content > .right > .offers_content > .the_offer {
	top:10px;
	left:0px;
	margin-bottom:40px;
	max-width:none;
}



.main_content > .right > .offers_content img{
	padding:6px;
}



.main_content > .right > .offers_content ul li {
	margin:0px 5px 20px 0px;	
}

.main_content > .right > .offers_content ul li > div {
	max-width:125px;
	min-height:100px;
	
}

}


















/* BUTTONS */


.btn_encourage {
	display:inline;
	clear:both;
}

.btn_visit {
	clear:both;
 	top:17px;
}

.btn_store_coupon {
	clear:both;
 	top:30px;
	
}

.btn_home {
	margin-bottom:15px;
}


.btn a {
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	font-weight:bold;
	
}


.btn_encourage a{
	background-color:#ee2e24;
	text-decoration:none;
	padding:10px 20px;
	margin-left:15px;
}

.btn_encourage a:hover{
	background-color:#b71e00;
}



.btn_visit a{
	background-color:#00b1d2;
	text-decoration:none;
	padding:7px 46px;
}


.btn_popup {
	clear:both;
 	top:17px;
}

.btn_popup a{
	background-color:#00b1d2;
	text-decoration:none;
	padding:7px 7px;
}



@media all and (max-width: 999px) {
	
.btn_visit a{
	padding:7px 44px;
}
	
}



@media all and (max-width: 569px) {
	
.btn_visit a{
	padding:7px 27px;
}
	
}



.btn_visit a:hover{
	background-color:#027a90;
}



.btn_store_coupon a{
	background-color:#00b1d2;
	text-decoration:none;
	padding:10px 20px;
	
}

.btn_store_coupon a:hover{
	background-color:#027a90;
}







.btn_submit a{
	background-color:#00b1d2;
	text-decoration:none;
	padding:5px 30px;
	font-size:36px;
}

.btn_submit a:hover{
	background-color:#027a90;
}








.GAD_hor_container {
	margin-top:20px;
	border-top:solid 1px #a0cdd0;
}




.GAD_hor {
	padding:0px;
	margin:-25px;
}



@media all and (max-width: 999px) {

.GAD_hor_container {
	display:none;
}

}




.FSorg {
	font-size:12px;
	font-weight:normal;
	margin:10px 10px 20px 10px;
}


/* POPUP CODE */

#popup {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 9000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	position: fixed;
	background-color: gray;
	display: none;
	top:0px;
	left:0px;
        display: none;
}

#popup_container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9001;
	display: none;
	vertical-align:middle;
	top:0px;
	left:0px;
        display: none;
}

.popup_close {
	float:right;
	width: 30px;
	height: 30px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	z-index: 9200;
	cursor:pointer;
	background-image:url("/img/closebox.png");
	background-repeat:no-repeat;
	left:10px;
	top:-10px;
}

.popup_content {
	margin:0 auto;
	padding:10px;
	max-width:575px;
	z-index: 9100;
	position: relative;
	clear: both;
	margin-top:20px;
}

@media all and (max-width: 959px) {

.popup_content {
	margin-top:50px;
}

}
	
	
	
.popup_sub_container {
	background-color: #fff;
	padding:15px;
	border:2px solid #000;
	-moz-border-radius:7px;
	border-radius:7px;
}

.popup_sub_sub_container {
	width:100%;
	text-align:center;
}

.popup_title {
	font-size:20px;
	line-height:26px;
	margin:5px 0px 15px 0px;
	font-weight:bold;
	color:#3a3a3a;
}

.popup_wrap {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index: 9050;
}











ul.error_list{
  color: #F00;
  display: inline;
}


ul.error_list li{
  
  display: inline;
}















































#simplemodal-overlay {
	background-color:#000; 
}

#simplemodal-container {
	height: 50px;
	width: 50px;
	color: #333;
	background-color: #FFF;
	border: 4px solid #333;
	padding: 20px;
	line-height: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#simplemodal-container .simplemodal-data { padding: 8px }
#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#simplemodal-container a {
	color: #fff;
}
#simplemodal-container a.modalCloseImg {
	background: url(../images/close.png) no-repeat;
	width: 30px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -10px;
	cursor: pointer;
}
#simplemodal-container a.modalCloseImg:active {
	top: -13px;
	right: -17px;
}

#simplemodal-container h3 { color: #84b8d9 }

.offer_modal {
	display: none;
	text-align: center;
	font-size: 18px;
	line-height:30px;
}

.offer_modal_container {
	text-align:center;
}

.offer_modal_container a {
	color: #fff;
}

.offer_modal_container > .code {
	font-size: 28px;
	background-color:#d3eaf8;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.offer_modal_container > .step2 {
	margin-top:20px;
}

.banner_image{
 margin-left: 12px;
 margin-top: 2px;
}

.introduction img.page_not_found {
  float: none;
   margin-left: auto;
    margin-right: auto;
    display:block;
}