@media screen and (min-width: 1061px) {

/* -------------------COUPONS PAGE------------------- */

div.container-fluid{
	width: 1300px;
}

.header_cover_coupons{
	width: 100%;
	height: 240px !important;
	background-image: url('../images/header_covers/artbridge.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px -300px;
}

div.centered_coupons{
	width: 850px;
	margin-left: -20px;
}

div.coupon_unit{
	background-color: white;
	border: 2px dashed #a4a4a4;
	width: 400px;
	height: 170px;
	/* height: 200px; */
	margin-bottom: 20px;
	/* background: url("../images/couponbckgrnd.png") no-repeat scroll -8px -6px transparent; */
}

div.coupon_unit img{
	width: 110px;
	float: left;
	margin-left: 10px;
	margin-top: 27px;
	margin-right: 10px;
}

div.coupon_unit p.savings{
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 27px;
}

div.coupon_unit p.description{
	text-align: left;
	font-size: 15px;
	color: #b8b7b7;
}

div.coupon_unit p.expiration{
	text-align: right;
	padding-right: 7px;
	margin-top: 35px;
	font-size: 12px;
}

div.centered_coupons .coupon_unit .promoted{
	width: 230px;
	height: 35px;
	margin-top: -17.5px;
	margin-bottom: -17px;
	position: inherit;
	z-index: 99;
	background: #ed8735;
	border-radius: 10px;
	border: double;
	color: white;
	font-size: 18px;
	text-shadow: 1px 1px 1px black;
	padding-top: 1px;
}

/* -------------------BIG COUPON UNIT------------------- */

div.big_coupon_unit{
	background-color: white;
	border: 2px dashed #a4a4a4;
	width: 800px;
	height: 300px;
	/* height: 200px; */
	margin-bottom: 20px;
	/* background: url("../images/couponbckgrnd.png") no-repeat scroll -8px -6px transparent; */
}

div.big_coupon_unit img{
	width: 260px;
	float: left;
	margin-left: 20px;
	margin-top: 37px;
	margin-right: 10px;
}

div.big_coupon_unit p.savings{
	font-size: 50px;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 27px;
}

div.big_coupon_unit p.description{
	text-align: left;
	font-size: 17px;
	color: #b8b7b7;
}

div.big_coupon_unit p.expiration{
	text-align: right;
	padding-right: 7px;
	margin-top: 140px;
	font-size: 14px;
}

}