/* ############################### */ 
/* ### General styles ###*/
.transparent_bg {
	background-color: rgba(255,255,255,0.75);
}
.green_bg {
	background: #97c43c;
}
.blue_bg {
	background: #08b4df;
}
.dark_gray_bg {
	background: #666;
}
.white {
	color: #fff;
}
.dark_blue {
	color: #36799f;
}
.dark_gray {
	color: #444;
}

/* ############################### */ 
/* ### Message box ###*/
#message-box {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-bottom: 75px;
	background: #35946b;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}
#message-box-mobile {
	display: none;
	left: 0;
	right: 0;
	margin-bottom: 25px;
	background: #35946b;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}

/* ############################### */ 
/* ### Coupon bar ###*/
#coupon-bar {
	margin-bottom: 1.5rem;
}
#coupon-bar, #coupon-bar .sticky, #coupon-bar .top-bar {
	background: #f2f2f2 !important;
}

/* ############################### */ 
/* ### Coupon bar category dropdown ###*/
#coupon-bar .has-dropdown {
	margin-top: 0.4rem;
}
#coupon-bar .has-dropdown a#categories {
	border: 1px solid #d4d4d4;
	line-height: 2rem;
	color: #444;
	background: #fff !important;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 0.7rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	padding: 0 0.5rem !important;
	position: relative;
	z-index: 2;
}
#coupon-bar .has-dropdown a#categories:hover {
	border-bottom: 0;
}
#coupon-bar .has-dropdown a#categories::after {
	content:none;
}
#coupon-bar .has-dropdown a#categories span#arrow-down {
	font-family: 'icomoon';
	font-size: 1.1rem;
	vertical-align: top;
}
#coupon-bar .dropdown {
	margin-top: -1px;
	border: 1px solid #cdcdcd;
	-webkit-box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5), 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5), 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5), 0 5px 5px -5px rgba(0, 0, 0, 0.5);
	margin-top: -2px;
	z-index: 1;
}
#coupon-bar .dropdown li a {
	font-size: 0.75rem;
	line-height: 2rem;
	padding: 0 1rem !important;
	color: #444;
	background: #fff !important;
}
#coupon-bar .dropdown li a:hover {
	background: #f2f2f2 !important;
}



/* ############################### */ 
/* ### Print button & clipped counter ###*/
.print-button {
	padding: 0 !important;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
}
.print-button:hover {
	background:#9e302a;
}
.pb_active {
	background: #e3473f !important;
	color: #fff !important;
}
.pb_inactive {
	background: #d9d9d9 !important;
	color: #999 !important;
}

#print-icon {
	font-family: 'icomoon';
	font-size: 16px;
	font-weight: normal;
	vertical-align: bottom;
	padding-right: 5px;
}
.print-button .title {
	display: inline-block;
	width: 170px;
	line-height: 20px;
	padding-left: 0.75rem;
}
.print-button .clipped-number {
	border-left: 1px solid #fff;
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 30px;
}

/* ############################### */ 
/* ### Email to Print button & clipped counter ###*/
.email-print-button {
	padding: 0 !important;
	font-weight: bold;
	width: 100%;
}
.epb_active {
	background: #e3473f !important;
	color: #fff !important;
}
.epb_inactive {
	background: #d9d9d9 !important;
	color: #999 !important;
}
.email-print-button .title {
	font-size: 14px !important;
	padding-right: 1rem;
}
.email-print-button .clipped-number {
	border-left: 1px solid #fff;
	display: inline-block;
	font-size: 14px !important;
	width: 40px;
	line-height: 30px;
}



/* ############################### */ 
/* ### Progress bar ###*/
#progress-bar {
	margin-top: 0.5rem;
	margin-right: 6rem;
}

div.progress {
	margin: auto;
	width: 220px;
	height: 27px;
	background: #fff !important;
	border: 1px solid #d4d4d4 !important;
}
div.progress span.meter {
	background: #97c43c !important;
	width: 15%;
	color: #fff;
	text-align: right;
	font-size: 0.8rem;
	letter-spacing: 0.025rem;
	padding-top: 3px;
	padding-right: 7px;
}



/* ############################### */ 
/* ### Coupon stats ###*/
#coupon-stats {
	margin-top: 0.95rem;
	margin-right: 1rem;
}

div.clip-stats {
	margin: auto;
	color: #444;
	font-size: 0.8rem;
}
div.clip-stats span.stat-num {
	font-size: 1rem;
	font-weight: bold;
}



/* ############################### */ 
/* ### Category stats ###*/
.category-stats {
	margin-bottom: 1.5rem;
	font-size: 14px;
}
.category-stats h1#category {
	display: inline-block;
	margin-right: 20px;
}
h1#category-mobile {
	font-size: 1.4rem !important;
}
.category-stats span#coupon-num {
	font-size: 14px;
	font-weight: bold;
}



/* ############################### */ 
/* ### Zip box ###*/
.zip-box div.row {
	margin-top: 10px !important;
}
.zip-box #zip-box-text {
	font-size: 12px;
	line-height: 1.5rem;
	text-align: right;
	display: block;
	padding: 2px 10px;
	color: #999;
}
.zip-box #zip-box-text.show-for-small-only {
	font-size: 14px !important;
}
.zip-box #zip-box-input {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	height: 1.75rem;
	padding-top: 8px;
	font-size: 12px;
}
.zip-box #zip-box-input.mobile {
	padding-top: 6px !important;
	font-size: 15px !important;
}
.zip-box #zip-box-input:-ms-input-placeholder { /* IE */
	padding-top:7px;
	color: #999;
}

.zip-box #zip-box-label {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	height: 1.75rem;
	line-height: 1.7rem;
	/*width: 75%;*/
	font-weight: bold;
	color: #999 !important;
	cursor: pointer;
}


/* ############################### */ 
/* ### Clip/Unclip button ###*/
#master-select {
	border-radius: 3px;
	font-size: 14px;
	padding: 0.425rem 1rem;
}
#master-select span#clip-icon {
	font-family: 'icomoon';
	font-size: 14px;
	vertical-align: bottom;
	padding-right: 2px;
}



/* ############################### */ 
/* ### Coupon pods ###*/
.pod_wrapper {
	width: 300px;
	position: relative;
	margin: auto;
}
.pod-mini .pod_wrapper {
	width: 200px;
}

.pod_container, .pod_container_featured, .pod_container_limited, .pod_container_extlnk {
	background: none repeat scroll 0 0 #fff;
	cursor: pointer;
	border: 1px solid #cdcdcd;
	border-radius: 6px;
	box-shadow: 0 -4px 0 #e8e8e8 inset;
	padding: 10px;
	margin-bottom: 25px;
	width: 300px;
	height: 150px;
}
.pod-mini .pod_container {
	width: 200px;
	height: 100px;
}

.pod_container .hover, .pod_container .hover_blank, .pod_container_limited .hover_blank, .pod_container_extlnk .hover {
	font-family: 'Rock Salt', cursive;
	font-size: 22px;
	background-color: rgba(255,255,255,0.75);
	width: 280px;
	height: 134px;
	padding-left: 75px;
	padding-top: 45px;
	display: none;
	position: absolute;
	overflow: hidden;
}
.pod_container_extlnk .hover {
	padding-left: 50px;
	padding-top: 35px;
}
.pod_container .hover .click-text, .pod_container_extlnk .hover .click-text {
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.pod_container_extlnk .hover .click-text-sub {
	font-size: 15px;
	letter-spacing: 1px;
	color: #666;
	padding-top: 5px;
	-ms-transform: rotate(-9deg); /* IE 9 */
    -webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
    transform: rotate(-9deg);
}

.pod_container .left, .pod_container_limited .left, .pod_container_extlnk .left {
	float: left;
	overflow: hidden;
	width: 35%;
	/*height: 150px;*/
	margin-top: 15px;
}
.pod-mini .pod_container .left {
	width: 25%;
	margin-top: 10px;
	margin-left: 5px;
}

.pod_container .right, .pod_container_limited .right, .pod_container_extlnk .right {
	float: right;
	overflow: hidden;
	width: 65%;
	/*height: 150px;*/
	margin-top: 10px;
}
.pod-mini .pod_container .right {
	margin-top: 0;
	max-height: 80px;
}

.pod-info {
	height: 124px;
}
.pod-mini .pod-info {
	height: 82px;
}

.pod-info .summary, .pod_container_limited .summary, .pod_container_extlnk .summary {
	margin: 0;
	font-weight: bold;
	color: #08b4df;
	font-size: 16px;
	text-transform: uppercase;
	max-width: 155px;
}
.pod-mini .pod-info .summary {
	font-size: 12px;
}

.pod-info .brand, .pod_container_limited .brand, .pod_container_extlnk .brand {
	margin: 0;
	font-weight: bold;
	color: #444;
	font-size: 14px;
}
.pod-mini .pod-info .brand {
	font-size: 11px;
}

.pod-info .details, .pod_container_limited .details, .pod_container_extlnk .details {
	color: #777;
	font-size: 11px;
	line-height: 16px;
}
.pod-mini .pod-info .details {
	font-size: 9px;
	line-height: 11px;
}

.pod_container .badge {
	position: absolute;
	border-radius: 50%;
	text-align: center;	
	width: 50px;
	height: 50px;
}
.pod-mini .pod_container .badge {
	width: 35px;
	height: 35px;
}

.pod_container .badge-text {
	margin-top: 18px;
	margin-left: 3px;
	display: block;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	line-height: 13px;
	letter-spacing: 1px;
}
.pod-mini .pod_container .badge-text {
	margin-top: 12px;
	font-size: 0.75rem;
}

.pod_container .more-info {
	position: absolute;
	top: 21px;
	left: 21px;
	height: 13px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #efefef;
	text-align: center;	
}
.pod_container .more-info-content {
	margin-top: -1px;
	margin-right: 3px;
	margin-left: 2px;
	display: block;
	font-size: 0.6rem;
	font-weight: bold;
	color: #999;
	line-height: 13px;
	letter-spacing: 1px;
}
.pod_container .more-info-text {
	display: none;
	font-size: 9px;
	font-weight: normal;
}


.pod_container_featured { box-shadow: none; }
.pod_container_featured .top_ribbon {
	width: 300px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	background: #08b4df;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: -11px;
	margin-left: -11px;
	padding: 5px;
	padding-left: 10px;
}
.pod_container_featured .content {
	margin-top: 5px;
}


.pod_container_limited { box-shadow: none; }
.pod_container_ad {
	padding: 10px;
	margin-bottom: 25px;
	width: 300px;
	height: 150px;
	border: 1px dashed #ccc;
}



/* ############################### */ 
/* ### Badge positions ###*/
.badge_left {
	margin-left: -20px;
}
.badge_right {
	margin-left: 250px;
}
.badge_top {
	margin-top: -20px;
}
.badge_bottom {
	margin-top: 100px;
}

.pod-mini .badge_left {
	margin-left: -20px;
}
.pod-mini .badge_right {
	margin-left: 166px;
}
.pod-mini .badge_top {
	margin-top: -20px;
}
.pod-mini .badge_bottom {
	margin-top: 66px;
}



/* ############################### */ 
/* ### Clip bar ###*/
.clipped { box-shadow: none; }

.pod_container .clipped-container {
	display: none;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 10px;
	font-family: 'Rock Salt', cursive;
	margin-left: -11px;
	position: absolute;
	background: rgba(8,180,223,0.61);
	margin-top: 95px;
	padding: 5px;
	width: 300px;
	color: #fff;
}
.pod_container .clipped-container .clip-icon, .pod_container_limited .clipped-container-limited .clip-icon {
	font-size: 18px;
	font-weight: normal;
}
.pod_container .clipped-container .clip-action { }
.pod_container .clipped-container .unclip-action {
	display: none;
	float: left;
}
.pod_container .clipped-container .share-action, .clipped-container-limited .share-action {
	display: none;
	float: right;
}


.pod_container .share-box, .pod_container_limited .share-box {
	display: none;
	text-align: center;
	color: #6a6a6a;
	font-size: 0.85rem;
	font-weight: bold;
}
.pod_container .social-strip, .pod_container_limited .social-strip {
	font-family: 'icomoon';
	font-size: 32px;
	color: #7fd0e3;
	padding-top: 25px;
}
.pod_container .social-strip a, .pod_container_limited .social-strip a {
	color: #7fd0e3;
}
.pod_container .social-strip a:hover, .pod_container_limited .social-strip a:hover {
	color: #36799f;
}



.pod_container_limited .clipped-container-limited {
	width: 300px;
	height: 33px;
	margin-top: 95px;
	margin-left: -11px;
	padding: 5px;
	position: absolute;
	color: #fff;
	background: #666;
	font-family: 'Rock Salt', cursive;
	font-size: 10px;
	letter-spacing: 0.2rem;
}

.clipped-container-limited {
	opacity: 0.61;
	font-weight: normal;
}
.clipped-container-limited .clip-action {
	margin-top: 2px;
	margin-left: 20px;
}
.clipped-container-limited .share-action {
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}


/* ############################### */ 
/* ### Ad boxes ###*/
.top-ad {
	margin: 10px auto;
}

.ad_h325_left {
	float: left;
	height: 350px;
}
.ad_h325_right {
	float: right;
	height: 350px;
}
.ad_h325_left .ad_content, .ad_h325_right .ad_content {
	/*height: 325px;*/
	padding: 0 5px 5px;
	border: 0px dashed #ccc;
}


.ad750x100 { }
.ad750x100 .ad_content {
	margin: 0 auto;
	margin-bottom: 25px;
	border: 0px dotted #ccc;
	padding: 5px;
	text-align: center;
	width: 750px;
}


/* ############################### */ 
/* ### Sign up widget ###*/
.signup_widget_pod {
	border: 1px solid #cdcdcd;
	border-radius: 6px;
	box-shadow: 0 -4px 0 #e8e8e8 inset;
	width: 300px;
	height: 56px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 9px 10px;
}
.signup_widget_pod .left {
	line-height: 16px;
}
.signup_widget_pod .left span#line1 {
	font-size: 20px;
	color: #08b4df;
}
.signup_widget_pod .left span#line2 {
	color: #777;
	font-size: 14px;
}
.signup_widget_pod .right {
	color: #fff;
	background-color: #08b4df;
	padding: 7px 15px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	cursor: pointer;
}
.signup_widget_pod .right:hover {
	background-color: #0492b6;
}

/* ############################### */ 
/* ### Printer Install page ###*/
button.install-printer {
	margin-top:25px;
	border-radius: 2px;
	background-color: #faa819;
}
button.install-printer:hover {
	background-color: #DC8D04;
}

blockquote:before {
	content: "\201C";
    font-size: 60px;
    position: absolute;
    color: #cdcdcd;
    margin-top: -30px;
    margin-left: -25px;
    font-weight: 300;
}
blockquote {
	margin: 0;
	border-left: none;
}
blockquote:after {
	content: "\201D";
    font-size: 60px;
    position: absolute;
    color: #cdcdcd;
    margin-top: -22px;
    margin-left: 5px;
    font-weight: 300;
}

/* ############################### */ 
/* ### Printer Install page ###*/
#chrome-win-dl-assistant {
	position: fixed;
	bottom: 10px;
	z-index: 999;
	font-size: 18px;
}
#chrome-win-dl-assistant div#msg-box {
	border: 1px solid #FFC346;
	background: #FFFD9C url('/images/gallery/yellowArrowDown.png') no-repeat 15px 20px;
	border-radius: 3px;
	padding-left: 100px;
    padding-bottom: 25px;
}
#chrome-win-dl-assistant div#msg-box div#msg {
	padding-top:25px;
	line-height: 25px;
}

/* */
#ff-win-dl-assistant {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 999;
	font-size: 20px;
}
#ff-win-dl-assistant div#msg-box {
	border: 1px solid #FFC346;
	background: #FFFD9C url('/images/gallery/yellowArrowUp.png') no-repeat 740px 15px;
	border-radius: 3px;
	padding-right: 100px;
    padding-top: 15px;
	padding-bottom: 15px;
}
#ff-win-dl-assistant div#msg-box .row { padding: 10px 0; }
#ff-win-dl-assistant div#msg-box .row .spacer { padding-top: 10px; }
#ff-win-dl-assistant div#msg-box div div#msg1 {
	line-height: 25px;
	padding-left: 0;
}
#ff-win-dl-assistant div#msg-box div div#msg2 {
	line-height: 25px;
	padding-left: 0;
}

/* */
#ie-dl-assistant {
	position: fixed;
	width: 100%;
	left: 55%;
	bottom: 90px;
	z-index: 999;
	font-size: 20px;
}
#ie-dl-assistant div#msg-box {
	width: 315px;
	border: 1px solid #FFC346;
	background: #FFFD9C url('/images/gallery/yellowArrowDown.png') no-repeat 225px 20px;
	border-radius: 3px;
	padding-left: 15px;
    padding-bottom: 25px;
}
#ie-dl-assistant div#msg-box div#msg {
	padding-top:25px;
	line-height: 25px;
}

/* */
#chrome-mac-dl-assistant {
	position: fixed;
	bottom: 10px;
	z-index: 999;
	font-size: 20px;
}
#chrome-mac-dl-assistant div#msg-box {
	border: 1px solid #FFC346;
	background: #FFFD9C url('/images/gallery/yellowArrowDown.png') no-repeat 15px 20px;
	border-radius: 3px;
	padding-left: 110px;
    padding-bottom: 15px;
	padding-top: 25px;
}
#chrome-mac-dl-assistant div#msg-box .row { margin-top: 10px; margin-bottom: 10px; }
#chrome-mac-dl-assistant div#msg-box div div#msg1 {
	line-height: 25px;
	padding-left: 0;
	padding-top: 3px;
}
#chrome-mac-dl-assistant div#msg-box div div#msg2 {
	line-height: 25px;
	padding-left: 0;
	margin-top: -7px;
}

/* */
#safari-mac-dl-assistant {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 999;
	font-size: 20px;
}
#safari-mac-dl-assistant div#msg-box {
	border: 1px solid #FFC346;
	background: #FFFD9C url('/images/gallery/yellowArrowUp.png') no-repeat 825px 15px;
	border-radius: 3px;
	padding-right: 100px;
    padding-top: 15px;
	padding-bottom: 15px;
}
#safari-mac-dl-assistant div#msg-box .row { padding: 5px 0 10px 0; }
#safari-mac-dl-assistant div#msg-box .row .spacer { padding-top: 10px; }
#safari-mac-dl-assistant div#msg-box div div#msg1 {
	line-height: 25px;
	padding-left: 0;
	margin-top: 5px;
}
#safari-mac-dl-assistant div#msg-box div div#msg2 {
	line-height: 25px;
	padding-left: 0;
	margin-top: 5px;
}

/* */
#ff-mac-dl-assistant {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 999;
	font-size: 18px;
}
#ff-mac-dl-assistant div#msg-box {
	border: 1px solid #FFC346;
	background: #FFFD9C url('/images/gallery/yellowArrowUp.png') no-repeat 820px 15px;
	border-radius: 3px;
	padding-right: 100px;
    padding-top: 15px;
	padding-bottom: 15px;
}
#ff-mac-dl-assistant div#msg-box .row { padding: 10px 0; }
#ff-mac-dl-assistant div#msg-box .row .spacer { padding-top: 5px; }
#ff-mac-dl-assistant div#msg-box div div#msg1 {
	line-height: 25px;
	padding-left: 0;
}
#ff-mac-dl-assistant div#msg-box div div#msg2 {
	line-height: 25px;
	padding-left: 0;
}

/* ############################### */ 
/* ### Footer bar ###*/
.coupon-footer {
	z-index: 1;
	position: fixed;
	bottom: 0;
	margin-bottom: 0;
	background: #ebebea;
	box-shadow: 1px 1px 0 0 #c1c1c1;
	border: 1px solid #999;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
.coupon-footer div.clip-unclip {
	display: inline-block;
	border-right: 1px solid #999;
	padding: 8px 0 0 10px;
}
.coupon-footer div.clip-unclip .clipall-chk {
	cursor: pointer;
	padding-right: 0.75rem;
	margin-right: 0.5rem;
}
.coupon-footer div.clip-unclip label {
	padding-right: 0.75rem;
	margin-right: 0.5rem;
	margin-left: 0;
	border-right: 1px solid #cdcdcd;
}
.coupon-footer div.clip-unclip .unclip-all {
	padding-right: 0.75rem;
	font-size: 0.875rem;
	color: #4d4d4d;
}
.coupon-footer a.goto-top {
	cursor: pointer;
	color: #4d4d4d;
	font-size: 0.875rem;
	padding: 0 0.75rem;
}

/* ############################### */ 
/* ### MOBILE Settings ###*/
div#email-to-print {
	background-color: #f0f0f0;
}
div#email-to-print .thank-you {
	background-color: #fff;
}
div#email-to-print div.helpful-tips {
	padding-top: 25px;
	background-color: #fff;
}
div#email-to-print #ec-button {
	background-color: #97c43c !important;
	border: 1px solid #7AA71F !important;
}
div#email-to-print #email {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
div#email-to-print #email-reflector {
	font-weight: bold;
}