 #map-canvas { height: 500px !important; }

section#content,footer,#teaser {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;

}


header img {
	padding:0px !important;
}

#mobile_header_logo {
		margin-left: 50px;

	}


.mobile_only {
		display:none;
	}

body {
	background-color:#363636;
}

#pre-header {
	height:5px;
	width:1170px;
	margin-left: auto;
	margin-right: auto;
	background-color: yellow;
}

header {
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	
	max-width: 1170px !important;
	
	min-height: 150px;
	height:auto;
	
	padding: 0px !important;

}


header .site_banner {
	width:1170px;
	margin-left: -10px;
	margin-top: -30px;
	height:213px;

}
*/

header h1 {
	float:left;
	margin-top:-10px;
	margin-left:-10px;
	margin-bottom: 0px;
}

header #info {
	margin-top:20px;
	margin-right:20px;
	font-family: 'Ceviche One', cursive;
	font-size:30px;
	float:right;
}

.site_logo {
	max-width: 300px;
	height:auto;
	float: left;
}



#enjoy {
	padding-left:120px;
	background-color: black;
	color:yellow;
	font-size:14px;
	background-image: url('/wp-content/themes/ct_1/images/stripe.jpg');
	background-position: center center;
	background-repeat: repeat-x;
	width:840px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
}

#enjoy span {
	background-color: black;
	padding-left: 5px;
	padding-right: 5px;
}

section#content {
	margin-top: 00px;
	background-color: #FFFFFF;
}

#clearfix {
	height:2px;
	width:100%;
	clear:both;
}

nav {
	clear:both;
	height:46px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	margin-top:00px;
	
}


nav ul li a {
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 2px 2px #666666;
}

nav ul li {
	padding-top:10px;
	margin-right:20px;

}

nav ul li:hover {
	background-color:#000;
/* 	color:#FFF; */
}

nav ul li:hover .submenu li {
	left:auto;
}

nav ul li:hover .submenu li a{
	font-weight:normal;
	text-shadow: none;
	font-size: 16px;
	text-transform:none !important;
}

nav .submenu {
	background-color: black;
	margin-top:-21px;
	width:120px;
	padding:0px !important;
	list-style: none;
}

nav .submenu li {
	position: absolute;
	width: 7em;
	left: -999em;
	padding-left:5px;

}

nav .submenu li a {
	color:#FFF !important;
}


nav .submenu li:hover {
	background-color:#f4b106;

}

nav .submenu li:hover a{
	color:#000000 !important;
}

nav div#msg_count {
	float:right;
	color:#FFFFFF;
	margin-left:3px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight:bold;
	background-color: #FF0000;
	padding: 2px 6px 2px 6px;
	-moz-border-radius: 15px;
	border-radius: 15px;


}

nav li:hover div#msg_count {
	color: #FF0000;
	background-color: #FFFFFF;
}

nav .last {
	float: right !important;
}


#msg_count {
    animation: glow .5s infinite alternate;
}

@keyframes glow {
    to {
        text-shadow: 0 0 10px red;
        color:aqua;
    }
}


#menu-icon {

	display: none;
	width: 40px;
	height: 40px;
	background: #fc9030 url(../images/menu-icon.png) center;

}

iframe {
	border:0px;
}

article{
	background-color:#FFFFFF;	
	max-width:1160px;
	min-width:380px;
	width:100%;
	padding-right:10px;
	padding-bottom: 10px;
	float:left;
/* 	height:600px; */
	overflow-y:  visible;

	}

#sidebar {
	float:left;
	width:240px;
	background-color:aqua;
}

#sidebar ul li {
	list-style: none;
	margin-left:0px;

}

#sidebar ul {
	margin-left:0px !important;
	padding-left:5px;
}

footer {
	clear:both;
	font-size:8px;
	text-align:center;
	background-color: #000000;
	color:#FFF;
}

footer a {
	color:#FFFFFF;
}

#market-logo {
	width:200px;
	float:left;
	margin-right:20px;
}


#market-summary {
	width:200px;
	float:left;
	font-style:italic;
	font-weight: bold;
	font-size:16px;
	color: #666666;
}

#market-summary a {
	font-style:italic;
	font-weight: bold;
	font-size:16px;
	color: #666666;
}

#market-first-col {
	width:100%;
	float:left;
}

#market-first-col #offers {
	width:1160px;
	min-height: 200px;
	margin-left: 00px;
}

#market-second-col {
	width:340px;
	float:left;
	margin-left:20px;
}

#market-second-col .container {
	height:170px;
}

.vendor-description {
	font-size: 14px;
	margin-top: 60px;
	clear:both;
	display: block;
}

div#featured-local-offers {
	max-width: 400px;
	border: solid 1px #000000;
	height:380px;
	border-radius: 5px;
	box-shadow: 0 0 10px #000000;
	padding-top: 20px;
}


div#contests{
	width: 388px;
	padding-top: 20px;
	border: solid 1px #000000;
	height:240px;
	clear:both;
	margin-top: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px #000000;
	overflow-y: scroll;
}

div#ap_left {
	max-width:390px;
	display:inline-block;
	vertical-align: top;
	padding-left: 15px;
	margin-left: 20px;
	height:auto;
	max-height: 680px;
	overflow-y: scroll;
	
}

div#ap_left div.offer {
	width:96%;
	min-width: 360px;
	clear:both;
	height:90px;
	-webkit-box-shadow: 0px 6px 18px -1px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 6px 18px -1px rgba(0,0,0,0.26);
	box-shadow: 0px 6px 18px -1px rgba(0,0,0,0.26);
	cursor: pointer;
}

div#ap_left div.logo {
	width:78px;
	height:70px;
	float:left;
	vertical-align: middle;
	padding-top: 13px;
	margin-right: 5px;
	margin-left:3px;
	display: inline-table;
}
div#ap_left div.text {
	float:left;
	height:70px;
	display: inline-table;
	max-width: 300px;
	overflow: hidden
}
div#ap_left h2 {
	font-size:14px;
}
div#ap_left h3 {
	font-size: 11px !important;
}
div#ap_left h4 {
	font-size: 10px !important;
	color:gray;
	margin-top: -10px;
}
div#ap_left div.chevron {
	margin-top: 35px;
	float:right;
	text-decoration: none;
	color:#000000;
	font-size:15px !important;
	color:#bdbdbd;
	font-weight: bold;
	margin-right: 10px;;
}


div#ap_right {
	display:inline-block;
	width: 675px;
	padding-left: 30px;
	
}

div#featured-local-offers h3,div#contests h3 {
	font-family: Anton, sans-serif;
	font-size:36px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin:0px;

}

ul#featured-local-grid {
	margin-left: 10px;
	clear:both;
	list-style: none;
}

ul#featured-local-grid li {
	list-style: none;
	text-align: center;
	float:left;
	width:142px;
	height:77px;
	margin-right: 20px;
	margin-bottom: 20px;

}

ul#featured-local-grid li img{
	width:142px;
	height:77px;
}

ul#featured-local-grid li .missing-image {
	margin-top: 25px;

}

ul#featured-local-grid li a {
	font-family: 'Roboto Slab',serif;
	color: #934b03;

}


#slider {
	float:left;
	max-width:400px;
	max-height:400px;
	width:auto;
	height:auto;
}

#slider img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.ex_links ul {
	margin-top: 0px;
	padding: 0px;
	-ms-column-count: 2;
    -o-column-count: 2;
    -moz-column-count: 2;
    -khtml-column-count: 2;
    column-count: 2;
}

.ex_links {
	float:right;
	margin-right: 20px;
	margin-top: 0px;
	height: 160px;
	overflow: hidden;
	padding-top:0px;
	width:110px;
}

.ex_links li {
	padding-top: 0px;
	list-style-type: none;
	margin-bottom: 5px;
	margin-right: 4px;
	display: block;
    float: left;
}

.ex_links li img {
	width:48px;
	height:48px;
}


div#coupon-control {
/* 	background: rgb(179,190,173); /* Old browsers */ */
/* 	background: -moz-linear-gradient(top,  rgba(179,190,173,1) 0%, rgba(223,229,215,1) 60%, rgba(252,255,244,1) 100%); /* FF3.6+ */ */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,190,173,1)), color-stop(60%,rgba(223,229,215,1)), color-stop(100%,rgba(252,255,244,1))); /* Chrome,Safari4+ */ */
/* 	background: -webkit-linear-gradient(top,  rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* Chrome10+,Safari5.1+ */ */
/* 	background: -o-linear-gradient(top,  rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* Opera 11.10+ */ */
/* 	background: -ms-linear-gradient(top,  rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* IE10+ */ */
/* 	background: linear-gradient(to bottom,  rgba(179,190,173,1) 0%,rgba(223,229,215,1) 60%,rgba(252,255,244,1) 100%); /* W3C */ */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */ */
	width:920px;
	min-height:140px;
	margin-left:-10px;
	margin-top:15px;
	padding: 0 10px 0px 10px;

}

ul#coupon-grid {
	margin-left: -5px !important;
}

ul#coupon-grid li {
	float:left;
	margin-right:15px;
	margin-bottom: 20px;
	text-align:center;
	list-style: none;
/*
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 2px dotted #9a9a9a;
*/
	padding:5px;
	width:230px;
	height:230px;

}

.listing-text {
	height:40px;
}

#client-market-grid {
	list-style:none;
	
}

#client-market-grid li {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
	width:196px !important;
	height: 110px !important;
}


#client-market-grid li a {
	width:196px !important;
	height: 110px !important;
}


ul#coupon-grid li span.rdp-expires {
	font-size:10pt;
	color:#bcbcbc;
}

ul#coupon-grid li a{
	font-family: 'Roboto Slab',serif;
	color: #934b03;
	text-decoration: none;

}

div#coupon-image {
	width:100%;
	text-align: center;
}

div.location {
	height:110px;
}

div#coupon-image img {
	width:450px;
}

div#participating-locations {
	float:left;
	width:630px;
	font-family: 'Roboto Slab',serif;

}

.offer_details {
	font-size:14px !important;
}

div.vendor-address-block {
	float:left;
	margin:0px 00px 0px 0;
	min-width:230px;
	font-size: 14px !important;
}

div#coupon-actions {
	float:right;
	border-left:solid 1px #161616;
/* 	padding-left:10px; */
}

div#coupon-actions ul li {
	list-style: none;
	font-family: 'Roboto Slab',serif;
}

div#coupon-actions ul li a {
	color:#ef8607;
	text-decoration: none;
	}

div#coupon-actions h3.title {
	visibility: hidden;
}

div#coupon-details {
	clear:both;
	width:70%;
}

div#coupon-market-info {
	float:left;
	width: 30%;
}

div#coupon-control {
	clear:both;
}


.rdp-button,button{
	margin-top:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:42px;
	line-height:36px;
	min-width:123px;
	max-width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	color:#FFFFFF !important;
}
.rdp-button:hover,button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
.rdp-button:active,button:active {
	position:relative;
	top:1px;
}

.print-coupon-book-button {
	width:160px !important;
}



ul#coupon-book li {
	float:left;
	margin-right:15px;
	text-align:center;
	list-style: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 2px dotted #9a9a9a;
	padding:5px;
}

ul#coupon-book li span.expires {
	font-size:10pt;
	color:#bcbcbc;
}

ul#coupon-book li a{
	font-family: 'Roboto Slab',serif;
	color: #934b03;
	text-decoration: none;

}

#greeting {
	margin-left:auto;
	margin-right:auto;
	max-width: 920px;
	padding-left:40px;
	background-color:#000;
	color: #FFF;
}

#greeting a{
	color:#b9ea0c;
	text-decoration: underline;
}

#teaser {
	background-color:#FFF;
	padding-top:10px;
}

#teaser-box {
	background-color:rgba(174,174,174,0.71);
	border:solid 1px green;
	color:#FFF;
	font-weight:bold;
	display:none;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

#teaser-box a{
	color:#FFF;
	text-decoration: underline;
}

#header-banner {
	float:right;
}

form {
	max-width:600px;
}

form label {
	width:25%;
	display:block;
	clear:both;
	float:left;
	font-weight:bold;
}

form div {
	width:75%;
	display:block;
	float:right;
	margin-bottom: 10px;

}

form p {
	clear:both;
	width:100%;
	text-align: center;
}

div.entry-content {
	margin-top: 10px;
	width:1150px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

div.contest {
	margin-left: auto;
	margin-right: auto;
	width: 590px;
}

div.contest-control {
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	text-align: center;
}

div.contest-control ul li {
	float:left;
	margin-right:10px;
	list-style: none;
	text-align: center;
	width:170px;
	margin-bottom: 20px;
}

div.contest-control ul li a{
	text-decoration: none;
	color:#438522;
}



div#offers {
/* 	float:left; */
	min-width: 320px;
	-moz-box-flex:5.0; /* Firefox */
	-webkit-box-flex:5.0; /* Safari and Chrome */
	-ms-flex:5.0; /* Internet Explorer 10 */
	box-flex:5.0;
	
	}
	


div#vertical_ad_bar {
	max-width:300px;
	min-height:400px;

	-moz-box-flex:1.0; /* Firefox */
	-webkit-box-flex:1.0; /* Safari and Chrome */
	-ms-flex:1.0; /* Internet Explorer 10 */
	box-flex:1.0;
	margin-right: 30px;
	padding-right: 30px;
	margin-top: 50px;
	padding-left:15px;

}

div#vertical_ad_bar .ad {
	margin-bottom: 20px;
}

span.disclaimer {
	margin-top: 10px;
	font-size:9px;
	line-height: 10px !important;
}

#participating-locations div.location {
	height:135px;
	width:100%;
	float:left;
}

.print-coupon-action {
 content: url('/wp-content/themes/default/images/print_icon.png');
 height: 96px !important;
 width: 96px !important;
 margin: -10px 5px 0px 0px;
}

.mobile-coupon-action {
 content: url('/wp-content/themes/default/images/mobile_icon.png');
 height: 96px !important;
 width: 96px !important;
 margin: -10px 5px 0px 0px;
}


.clip-coupon-action {
 content: url('/wp-content/themes/default/images/coupon_book_icon.png');
 height: 96px !important;
 width: 96px !important;
 margin: -10px 5px 0px 0px;
}


.clip-coupon-remove-action {
 content: url('/wp-content/themes/default/images/coupon_book_remove_icon.png');
 height: 96px !important;
 width: 96px !important;
 margin: -10px 5px 0px 0px;
}


table.messages {
	border:none;
	width: 80%;
}

.contest-wrapper {
	width:300px;
	height:250px;
	text-align: center;
	clear:both;
	cursor: pointer;
}

.contest-content {
	z-index: 1;
	display: block;
	position: relative;
	height:250px;
	text-align: center;
}

.contest-content ul {
	margin-left: 0px;

}

.contest-content li {

	list-style-type:none;
	float:left;
	margin-right:10px;
	width:60px;

}

.contest-content li:last-child {
	margin-top:20px;

	width:200px;
}

.contest-content li a{
	font-size:10px;
	color:#000000;
	text-decoration: underline;

}

.contest-content li img {
	height:32px;
	width:32px;
}

.contest-overlay {

/* 	background-image:url('/wp-content/images/contest_ribbon_orange.png'); */
	z-index: 999;

	width:300px;
	height:250px;
	margin-top: -250px;

	display: block;
	position: relative;
}

.contest-overlay .phrases {
	font-size:33px;

	width:300px;

	margin-top: 30px;


    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 3px 0 #000,
    1px 1px 0 #000;

    text-align: center !important;
}

.contest-overlay .phrases .phrase {
	width:300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contest-title {
	padding-left:30px;
	padding-top: 15px;

	text-align: center;
	width:250px;
	font-weight: bolder;
	font-size:18px;

    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;

}



.contest-expiration {
	padding-left:30px;
	padding-top: 40px;
	color:#FFFFFF;
	text-align: center;
	width:250px;
	font-weight: bolder;
	font-size:18px;

    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;

}

.get_pin_box {
	border-radius: 25px;
	background-color: #79da4e;
	width:310px;
	padding:10px;
	float:left;
	margin-right: 50px;
	margin-left: 20px;
}

.get_pin_box label {
	display:none;
}

.login_box {
	text-align: center;
	border-radius: 5px;
	width:95%;
	background-position: bottom right;
	background-repeat: no-repeat;
	float:left;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left:auto;
}

.login_box h1 {
	margin: 0px !important;
}

.login_box input[type="submit"] {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
	background: rgb(135,224,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	
	border-radius: 0px !important;
	background-color: #000000 !important;
	width:100%;
	height:60px;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
	
	color: #FFFFFF;
	
	-webkit-box-shadow: 0px -7px 15px -1px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px -7px 15px -1px rgba(0,0,0,0.26);
	box-shadow: 0px -7px 15px -1px rgba(0,0,0,0.26);
	
}

.login_box input[type="submit"]:hover,.login_box input[type="submit"]:active{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
	color:#000000;

}

.login_box form {
	max-width: 100% !important;
}

.get_pin_box h1, .register_box h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0px;
}

.login_box input#email,.login_box input#pin,.login_box input#zipcode {

	background: #FFFFFF;
	padding-left: 6px;
}

.login-prompt {
	margin-top: 10px;
	margin-bottom: 20px !important;
	font-size: 16px;
	width:310px;
	margin-left: auto;
	margin-right: auto;
}


#rdp-login-form label {
/* 	width:160px; */

}


.get_pin_box input[type="text"] {
	margin-bottom: 10px;
	padding-left: 34px;
}

.get_pin_box input[type="text"],.login_box input[type="text"] {
	width:90%;
	height:24px;
	border-radius:2px;
	border:none;

}

.get_pin_box input[type="text"]:focus, .login_box input[type="text"]:focus {
	outline: none;
    border-color: #b61a9f;
    box-shadow: 0 0 10px #52b519;
    transition: border-color 0.4s, box-shadow 0.4s;
}


.ad_box {
	margin-top: 0px;
	width:270px;
	float:left;
	margin-left: 30px;
}

input.login {
	background-color: #a83bbc;
	padding:5px;
	border-radius: 10px;
	color:#FFFFFF;
	border:none;
	min-width: 80px;
	margin-left: 120px;
}

.login_button {
	background-color: #666666 !important;
}

.register_box {
	float:left;
	border-radius: 25px;
	width:300px;
	padding:10px;

}

.register_box a {
	background-color: #a83bbc;
	padding:5px;
	border-radius: 10px;
	color:#FFFFFF;
	border:none;
	min-width: 80px;
	margin-left: 70px;
	margin-right: auto;
	text-decoration: none;
}

a.sht-button {
	padding:5px;
	border-radius: 10px;
	color:#FFFFFF;
	border:none;
	min-width: 80px;
	text-decoration: none;
}


#forgot-pin {
	margin-top: 20px;
	display:block;
	width: 140px;
	text-align: center;
	margin-left: 95px;


}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
  transition: background 0.4s;
  margin-top: -27px;
  margin-left: 50px;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 32px;
  background-color: #dddddd;
  border-radius: 32px;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 25px;
  background-color: #8ce196;
}

.login_box .remember_me {
	color: #FFFFFF;
	text-transform: uppercase;
	width:200px;
}

.login_register_finish {
	margin-left: 250px;
	margin-top: 10px;
}

.app_ad,.app_ad img {
	width:284px !important
}

.merchant_sort {
	float:right;
	width:300px !important;
	margin-bottom: 20px;
	margin-right: -75px;
}

.register_box a.banner_link {
	background-color: transparent !important;
	border:none !important;
	margin-left: 20px;

}

.register_box a.banner_link img {
	margin-top: 15px;
}

.coupon-book {
	margin-bottom: 20px !important;
}

.coupon-book li {
	height:265px !important;
}

form label.error {
	width:100% !important;
	color:#FF0000;
	margin-bottom: 5px;
	text-align: center;
}

#state {
	margin-left: 90px;
	margin-top: -30px !important;
	margin-bottom: 20px;
}

.rdp_faq {
	list-style: none;
}

#post-51629 .entry-title {
	display:none !important;
}

#hp_bottom_links {
	text-align: center;
	width:650px;
	margin-top: 20px;
	margin-left: 15px;
}

#hp_bottom_links ul li {
	list-style: none;
	margin-left: -10px;
	border: solid 1px #000000;
	border-radius: 7px;
	width:100%;
}

#hp_bottom_links ul li:hover {
	background-color: #e6e6e6;
}

#hp_bottom_links ul li a {
	font-weight: bold;
	font-size:18px;	
	text-decoration: none;
	color:#000000;
}

#hp_bottom_links ul li {
	margin-bottom: 7px;
}

.ad_2_top img, .ad_2_middle img, .ad_2_bottom img{
	border-radius: 5px;
	width:200px;
}

.ad_2_top {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 12px;
	box-shadow: 0 0 3px #000000;
	border-radius: 5px;

}

.ad_2_middle {
	clear:both;
	margin-bottom: 20px;
	margin-left: 0px;
	width:621px;
	box-shadow: 0 0 3px #000000;
	border-radius: 5px;
}


.ad_2_middle:after{
	clear:both;
}

.ad_2_middle img {
	width:621px;
	height:auto;
	border-radius: 7px;
}


.ad_2_bottom {
	display:inline-block;
	margin-right: 12px;
	box-shadow: 0 0 3px #000000;
	border-radius: 5px;
}

#banners {
	margin-left: 25px;
	overflow: visible;
}


#member_help_form {
	margin-left: 10px;
}


#ns_redeem_offer .logo {
	margin-left: 20px;
}