/*** Coupons ***/
.couponDetailContainer .printPage {
	font-family: 'Motiva Sns W01 XBd', serif;
    color: #323c46;
    font-size: 16px;
}
.coupons fieldset {
	border-top: 1px solid #DDD6B6;
	border-right: none;
	border-bottom: 1px solid #DDD6B6;
	border-left: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.coupons .search-wrapper.columns {
	padding: 0 15px 0 5px;
}
.coupons input.button {
	background-color: #8c2832;
	color: #FFF;
	border: none;
	padding: 7px;
	width: 100%;
	font-family: 'Motiva Sns W01 Regular', serif;
	font-size: 18px;
	text-transform: uppercase;
	height: 40px;
	border-radius: 2px;
}
.coupons .couponsTop { padding-bottom: 20px;}
.coupons .couponsBottom {
	background-color: #f0f5f8;
	padding: 30px;
}


/*.coupons .couponFilterContainer .coupons-row { padding: 0 5px; }*/
.coupons .couponFilterContainer .coupons-row > .columns { padding: 0 0.625rem; }
.coupons .couponFilterContainer { }
.coupons .coupons-filter { 
	padding: 0 1rem 1rem; 
	background-color: #f0f5f8;
}
.coupons  .shared-list .coupons-filter  .sharedPagerContainer { 
	width: 100%; 
	text-align: right; 

}
.coupons .sortBox .selected:hover {	text-decoration: none; }
.coupons .sortBox span { color: #333; }
.coupons .couponFilterContainer .dateinput input[type=text] {
	color: #fff;
	padding: 0 12px;
	border-radius: 0;
	height: 50px;
	text-transform: uppercase;
	font-size: 16px;
	box-shadow: none;
	border: none;
	background: #fff;
	cursor: pointer;
	background: #69a0b9;
	font-family: 'Motiva Sns W01 Md', serif;
    font-size: 22px;
}
.coupons button.ui-datepicker-trigger {
	background: url("/includes/public/iconCal.gif") no-repeat;
	height: 13px;
	width: 15px;
	margin: 10px 0 0 2px;
	padding: 0;
	position: absolute;
	right:-4px;
}
.coupons .couponFilterContainer .dateinput {
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	float: right;
	margin-bottom: 20px;
	background-color: #f5f0eb;
}
.coupons .couponFilterContainer .dateinput input[type=text] {	padding: 0 0 0 72px; }
.coupons .couponFilterContainer .dateinput input[name=redeemend] { padding-left: 50px;  }
.coupons .couponFilterContainer .dateinput label {
	position: absolute;
	top: 0;
	left: 15px;
	height: 50px;
	color: #a5c3d2;
	font-size: 18px;
	line-height: 50px;
	font-family: 'Motiva Sns W01 Md', serif;
}
.coupons .couponFilterContainer .dateinput img {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 16px;
}
.coupons .couponFilterContainer [data-sortby] {
	line-height: 0.875rem;
}
.coupons .clear {
	clear: both;
}
.coupons .listingInfo div {
	padding: 0;
}
.coupons .label {
	background-color: transparent;
	color: #746E66;
	font: 16px/16px Arial,Helvetica,sans-serif;
	padding: 0;
}
.couponDetailContainer {}
.couponDetailContainer .item .listingInfo { margin-bottom: 10px; font-weight: bold; font-style: normal;}
.couponDetailContainer a.printPage i { margin-right: 3px; }
.couponDetailContainer img {}
.coupons .hidden { display:none; }

.bottom.shared-layout {
	margin-top: 20px;
}

.coupons .listingContainer.shared-list {
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 320px) {
	.coupons .large-block-grid-2,
	.coupons .medium-block-grid-2 { margin: 0; }

}
@media only screen and (max-width: 840px) {
	.coupons .couponsTop > .row > .columns,
	.coupons .couponsBottom > .row > .columns {
		width: 100%;
		text-align: center;
	  	float: none;
  		height: 45px;
		line-height: 45px;
	}
	.coupons .couponsTop > .row > .columns > div,
	.coupons .couponsBottom > .row > .columns > div {
		text-align: center; height: 45px; line-height: 45px;
	}
	.coupons .couponsTop > .row > .columns.map-col {
		height: 54px; line-height: 54px;
	}
	.coupons .couponsBottom > .row > .columns.map-col,
	.coupons .couponsBottom > .row > .columns.sort-col {
		display: none;
		border: 1px solid red;
	}
}
@media only screen and (max-width: 641px) {
	.coupons .listingContainer.shared-list {
		max-width: 320px;
		margin: 0 auto;
	}
	.coupons .couponFilterContainer .search-wrapper {
		padding-top: 1.25em !important;;
		width: 100%;
		text-align: center;
	}
}
