﻿/*
Theme Name: Flatter
Description: An Elegent, Responsive and FLAT Child Theme for Clipper
Author: Themebound
Author URI: http://themebound.com/
Template: clipper
Version: 1.4.6
*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700,400italic);


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, font, 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 {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
/*	vertical-align:baseline; */
  	vertical-align:inherit;
}
body {
	line-height:1;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-weight:normal;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 28px;
}
ol, ul {
	list-style:none;
}
blockquote {
	quotes:none;
}
blockquote:before, blockquote:after {
	content:'';
	content:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	border:none;
	outline:none;
}
a img {
	border:none;
}
.clr {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	height:0;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}
/* -- Firefox 1px button fix */
button::-moz-focus-inner {
	padding:0;
	border:0
}

:focus {
	outline:none;
}

/* =General styles
-------------------------------------------------------------- */

html, body {
	height:100%;
}
body {
	margin:0;
  	color:#242424;
	font:13px/19px Ubuntu, Helvetica, Arial, sans-serif; 
  
   	background:#f0f0f0; 
}
body.post-template-default {
  background-color: #ffffff;
}
p {
	margin:0;
}
h1 {
	font-size:2.0em;
  	line-height: 1em;	
}
h2 {
	font-size:1.6em;
  	line-height: 1em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:.8em;
}
hr {
	background-color:#e6e6e6;
	border:0;
	height:1px;
	margin-bottom:20px;
}
img {
	border-style:none;
}
a {
    color: #1a0dab;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input[type=text], input[type=password], input[type=email], input[type=url], select, textarea {
	font-family:Ubuntu, Arial, Helvetica, sans-serif;
	border:1px solid #AEC2C2;  
	margin-top:0;  
	margin-bottom:10px;  
	padding:8px 12px;  
	width:350px; 
	-khtml-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	background:#f9f9f9; 
	font-size:14px; 
	color:#9D9D9D; 
	max-width:100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input[disabled] {
	background:#eee !important;
	border-color:#8A8A8A !important;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus {
	border-color: #CCC;
}
input[type=checkbox], input[type=radio] {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	padding:0;
	vertical-align:sub;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
	min-width:0;
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.iconfix i {
	margin-right:5px;
	font-size:16px;
}
p.time-left.iconfix i, div.expired-coupon-info.iconfix i {
	font-size:14px;
}
.content-box .iconfix h3 {
	font-weight:normal;
}
.content-box .iconfix h3 i {
	font-weight:normal;
	font-size:24px;
}
.iconfix a {
	color:inherit !important;
	text-decoration:none;
}
.iconfix a:hover {
	text-decoration:underline;
}

/* =Main framework styles
-------------------------------------------------------------- */
.box-t, .box-b {
	display:none !important;
}

#wrapper {
	height:100%;
}
.bg {
	display:none;
}

.frame {
	width:960px;
	margin:0 auto;
/*	padding:0 10px; */
	padding:0;  
  	z-index:101;
}

/* change frame to dealframe - start */
.dealframe {
	max-width:640px;
	margin:0 0;
	padding:0px 0px;
}

.dealframe h2, h3 {
	clear:both;
	font-weight:normal;
  	margin-top:20px;
	margin-bottom:5px;
}

/* change frame to deal-frame - start */

#header {
	width:100%;
}
#header .holder {
	width:100%;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px 0px rgba)(0,0,0,0.1);  
}
#header .holder-panel {
	background: #115991;
	border-top: 4px solid #115991;  
  	height:22px;
}
#header .holder-logo {
	background: #168AC5;  
	padding:10px 0 21px 0;
  
	margin: auto;
  	height:60px;
  	line-height:60px;
 	display: block;
 	vertical-align: middle;  
  	z-index:101;
  
}

#header .panel a {
	color:#ffffff;
}
#header .panel a:hover, #header .panel .active > a {
	color:#E0E0E0;
}
#main {
	margin:15px auto;
	overflow:visible;
	position:relative;
	width:960px;
	padding:0 10px;
}
#main:after {
	content:"";
	display:block;
	clear:both;
}
#content {
	width:640px;
	float:left;
	margin:0 10px 0 0;
}
#content-fullwidth {
	width:100%;
	margin:0;
}
#sidebar {
	width:300px;
	float:right;
	margin:0 0 10px 10px;
	position:relative;
	display:inline;
 	vertical-align: top;
}
#fpsidebar {
	width:300px;
	float:right;
	margin:37px 0 10px 10px;
	position:relative;
	display:inline;
  	vertical-align: top;
}
#footer {
	position:relative;
	width:100%;
	font-size:12px;
	line-height:20px;
	border-top:1px solid #c7c7c7;
	background:#fff;
}
/* tinynav navigation menu */
.tinynav { margin:10px 0; display:none; float:left; font-size:16px; color:#666666; }

/* =Utility styles
-------------------------------------------------------------- */
.top {
	display:block;
	float:right;
	width:15%;
	text-align:right;
}
.top a, .content-box h2.stores a, .content-box h2.categories a {
	display: inline-block;
	width:32px;
	height:32px;
	overflow:hidden;
	text-decoration:none;
	color:#555655;
	opacity:0.6;
	padding:5px;
}
.top a:before, .content-box h2.stores a:before, .content-box h2.categories a:before {
	content: "\f077";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 10px 5px;
	font-size:30px;
	line-height:normal;
}
.top a:hover, .content-box h2.stores a:hover, .content-box h2.categories a:hover {
	text-decoration:none;
	opacity:1;
}
.content-box h2.stores a, .content-box h2.categories a {
	float:right;
}

.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.pad5 {
	padding:5px 0;
}
.pad10 {
	padding:10px 0;
}
.pad25 {
	padding:25px 0;
}
.pad50 {
	padding:50px 0;
}
.pad75 {
	padding:75px 0;
}
.pad100 {
	padding:100px 0;
}
.clear{
	clear:both;
}
.btn, .order-gateway input[type=submit] {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	padding:10px 25px;
	text-decoration:none;
	text-transform:Capitalize;
	background:#19AACF;
	font-weight:bold;
	border:medium none;
	font-family:Trebuchet MS;
	cursor:pointer;
}
.btn:hover, .btn.hover, .btn.zeroclipboard-is-hover, .reports_submit:hover, .comment-reply-link:hover, .subscribe-form .btn-submit:hover, .order-gateway input[type=submit]:hover {
	background:#1EBCE4;
	text-decoration:none;
}
.btn:active {
	position:relative;
	top:1px;
}
.btn.small, .reports_submit, .comment-reply-link, .subscribe-form .btn-submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	display:inline-block;
	color:#ffffff;
	padding:5px 12px;
	text-decoration:none;
	text-transform:uppercase;
	background:#19AACF;
	font-weight:normal;
	border:medium none;
	font-family:Ubuntu, Helvetica, Arial, sans-serif;
	cursor:pointer;
}
.subscribe-form .btn-submit {
	margin:10px 5px 0 0;
}
p.time-left {
	color:#9C9C9C;
	text-align:left;
  	margin: 5px 0 5px 0;
	clear:both;
}

div.expired-coupon-info {
	text-transform:uppercase;
	text-align:center;
	color:#333;
	background:#E8E8E8;
  	margin: 5px 0 5px 0;
    border-radius: 4px;
}

#simpleTooltip {
	padding:5px 7px;
	background:#111;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	color:#e5e5e5;
	font-size:10px;
	opacity:0.7;
	filter:alpha(opacity=70)
}
.debug {
	padding:10px 20px;
}
.text-box h1.title {
	padding:0 0 3px;
	font-size:17px;
	line-height:22px;
	font-weight:normal;
	color:#3a3939;
}

/* =Header layout styles
-------------------------------------------------------------- */

.nav-menu {
	width:100%;
	height:47px;
	clear:both;
	border-radius: 5px;
}

#nav {
	margin:0 0 0 300px;
	padding:0 0 0 0;
	list-style:none;
	font-size:12px;
	line-height:20px;
	position:relative;
	float:left;
	display:inline;
}
* html #nav {
	margin:0;
}
* html .inner #nav {
	margin:0 0 0 32px;
}
.tinynav {
	display:none; 
}
#header .panel li {
	float:left;
	margin-right:5px;
	position:relative;
	z-index:999;
}
#header .panel li:after, #header .panel .add-nav li:last-child:after {
	color: #4F4F4F;
    content: "|";
    font-size: 12px;
    line-height: 1.11111em;
    margin-left: 5px;
    vertical-align: 0;
}
#header .panel li:last-child:after {
	content:"";
	margin-left:0;
}

/*#nav li.menu-arrow a {
	padding-left:30px;
}*/
#nav li {
	padding-bottom:10px;
}
#header .panel ul.menu ul.sub-menu {
/*	display:none; */
	position:absolute;
	width:auto;
	z-index:998;
	top:15px;
	left:40px;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
	border-bottom: 1px solid #CBD8D8;
}
#header .panel ul.menu ul.sub-menu:before {
	content: "\f0d8";
	display:block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin-right:5px;
	font-size:24px;
	color:#fff;
	padding-left:50px;
	height:15px;
	cursor:pointer;
}
#header .panel ul.menu li:hover ul.sub-menu {
	display:block;
}
#header .panel ul.menu ul.sub-menu li {
	background:none;
	padding:0;
	margin:0;
	border-left: 1px solid #CBD8D8;
	border-right: 1px solid #CBD8D8;
}
#header .panel ul.menu ul.sub-menu li:hover {
	margin-top:0;
}
#header .panel ul.menu ul.sub-menu li:after {
	content:"";
	margin:0;
	padding:0;
}
#header .panel ul.menu ul.sub-menu li a {
	text-align:left;
	width:167px;
	padding:10px;
	color:#4F4F4F;
	display:block;
	background:#fff;
}
#header .panel ul.menu ul.sub-menu li a:hover {
	color:#19AACF;
}
#header .panel ul.menu ul.sub-menu li ul.sub-menu {
/*	display:none; */
	left:177px;
	margin:-2px 0 0 0;
	top:2px;
}
#header .panel ul.menu ul.sub-menu li:hover ul.sub-menu {
	display:block;
}
#header .bar {
	float:right;
	display:inline;
}

#header .panel .bar li {
	margin-right:5px;
}
#header .panel .bar li:after {
    margin-left: 5px;
}

#header .add-nav {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:12px;
	line-height:20px;
}

/* =Header social icon styles
-------------------------------------------------------------- */
#header .social {
	margin:3px 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:12px;
	line-height:20px;
}
#header .social li a, .rss-link {
	float:left;
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:12px;
	height:20px;
}

#header .socialfp {
	margin:3px 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:12px;
	line-height:14px;
}
#header .socialfp li a, .rss-link {
	float:left;
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:12px;
	height:18px;
}

#logo {
	float:left;
	overflow:hidden;
	max-width:450px;
  	display:block;
  	vertical-align: top;
}
#logo a, #logo img {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	width: 270px;
}
#logo h1 {
	clear:none;
	display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
	line-height:42px;
	font-size:42px;
  	vertical-align: top;
  	z-index:2;
}
#logo .description {
	padding-top:5px;
}
.slogan {
	display:block;
	font:italic 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#7a7676;
	margin:-29px 0 0;
	width:365px;
}

.rss-link {
	position:absolute;
	top:15px;
	right:15px;
	width:20px;
}
.rss-link:hover {
	text-decoration:none;
}
.rss-link:before {
	content: "\f143";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin-right:5px;
	font-size:20px;
	color:#FFA851;
}
/* =Search box styles
-------------------------------------------------------------- */
#header .search-box {
	position:relative;
/*    display: inline; */
    float: right;
    width: 300px;
    margin-top: 8px;
}

#header .search-box input {
  	border: 1px solid #D0D0D0;
	color: #222222;
	font-size: 17px;
	line-height: 40px;
	padding: 2px 8px 0 9px;
	margin: 0;
	height: 40px;
	background: #FFFFFF !important;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	-webkit-box-sizing: border-box; */
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-top-left-radius: 4px;
  	border-bottom-left-radius: 4px;
/* 	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0; */	
	width: 88%;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;
}

#header .search-box input:focus {
/*	border: 0 none; */
    border:1px solid #D0D0D0;
}

#header .search-box .btn-submit {
	background: #FF9F4F; /*#EC7927;*/
	border: 0 none;
	color: #FFFFFF;
	margin: 12px 0 0 0;
	font-size: 20px;
	width: 45px;
	height: 40px;
	overflow: hidden;
	float: right;
	padding: 0;
	line-height: 36px;
	cursor: pointer;
	z-index: 2;
	position: relative;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#header .search-box span {
	font-size:11px;
	line-height:13px;
	color:#011c2d;
	margin-left:2px;
	padding:2px 0 2px 23px;
	display:none;
}
.ui-autocomplete-loading{
	background:url('../wp-content/themes/flatter/images/indicator.gif') no-repeat right center !important;
}
ul.ui-autocomplete, .ui-menu{
	z-index:9999; 
	font:normal 14px Ubuntu, Arial, Helvetica, sans-serif;
	border:1px solid #BBBBBB;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding:0;
}

.ui-menu .ui-corner-all {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin:0 !important;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	background:#eee;
	border:none;
	margin:0 !important;
}
.newtag {
	z-index:99;
	position:relative;
}
a.tax-link {
	padding:0 5px 0 0;
}

/* =Featured slider styles
-------------------------------------------------------------- */
/* change featured to featureddeal - start */
#featureddeal {
	background:#EAEAEA; /* #D3D3D3 */
	border-bottom:1px solid #DDDDDD;
  	margin-top:2px;
	padding-top:15px;
	height:280px;
	overflow:hidden;
}

.featureddeal-slider .gallery-c {
	height:1%;
}
.featureddeal-slider .gallery-c:after {
	content:"";
	display:block;
	clear:both;
}
.featureddeal-slider .gallery-holder {
	position:relative;
}
.featureddeal-slider .slide {
	height:1%;
	position:relative;
	overflow:hidden;
	margin-left:-8px;
}

.featureddeal-slider .head h2 {
  margin-bottom: 5px;
}

/* non-slider related offers - start */

.featureddeal-slider .relateddeals {
	height:1%;
	position:relative;
	overflow:hidden;
	margin-left:0px;
  	margin-bottom:5px;
}

.featureddeal-slider .relateddeals li {
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-left: 0px;
    position: relative;
  	width:32.85%;
	background: #FFFFFF;
    border: 1px solid #e6e8f2;
  	border-radius: 4px;
  	list-style-type:none;	/* Added to get rid of dot */ 
}
.featureddeal-slider .relateddeals li .wrapper {
	padding:5px 10px 4px 10px;
/*  	border-top: 4px solid #FF9E4E; */
    border-radius: 2px;
  
	text-align:center;
	height:135px;
}
.featureddeal-slider .relateddeals li .wrapper:hover {
/*	background:#F7F7F7; */
}
.featureddeal-slider .relateddeals .image {  
	margin:auto; 
    line-height: 85px; /* needed to make the image vertically align */
  	width:85px;
  	height:85px;
    display:block;
    vertical-align:middle;
  	text-align:center;
	padding:0;
	background-color:#fff;
	overflow:hidden;
}

.featureddeal-slider .relateddeals .image img {  
	max-height:125px;
  	max-width:100%;
    vertical-align:middle; 
  	overflow:hidden;
}
/* non-slider related offers - end */


/* non-slider related coupons - start */
.featureddeal-slider .featuredcoupons {
	height:1%;
	position:relative;
	overflow:hidden;
	margin-left:0px;
  	margin-bottom:0px;
}

.featureddeal-slider .featuredcoupons li {
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-left: 0px;
    position: relative;
/*    max-width: 210px; */
  	width:16.35%;
	background: #FFFFFF;
/*    border: 1px solid #c7c7c7; */
    border: 1px solid #e6e8f2;
  	border-radius: 4px;
  	list-style-type:none;	/* Added to get rid of dot */ 
}
.featureddeal-slider .featuredcoupons li .wrapper {
	padding:5px 1px 4px 1px;
/*  	border-top: 4px solid #FF9E4E; */
    border-radius: 2px;
  
	text-align:center;
	height:112px;
}
.featureddeal-slider .featuredcoupons li .wrapper:hover {
/*	background:#F7F7F7; */
}
.featureddeal-slider .featuredcoupons .image {  
	margin:auto; 
/*  max-height:125px;
  	max-width:85px; */
    line-height: 55px; /* needed to make the image vertically align */
  	width:inherit;
  	height:60px;
    display:block;
    vertical-align:middle;
  	text-align:center;
	padding:0;
	background-color:#fff;
  
	overflow:hidden;
  
}

.featureddeal-slider .featuredcoupons .image img {  
	max-height:125px;
  	max-width:100%;
    vertical-align:middle; 
	overflow:hidden;
  
}
/* non-slider related coupons - end */


/* non-slider frontpage related coupons - start */
.featureddeal-slider .featuredcouponsfp {
	height:1%;
	position:relative;
	overflow:hidden;
	margin-left:0px;
  	margin-bottom:0px;
}

.featureddeal-slider .featuredcouponsfp li {
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-left: 0px;
    position: relative;
/*    max-width: 210px; */
  	width:16.35%;
	background: #FFFFFF;
/*    border: 1px solid #c7c7c7; */
    border: 1px solid #e6e8f2;
    box-shadow: 0 2px 0 -1px #CBD8D8;
  	border-radius: 4px;
  	list-style-type:none;	/* Added to get rid of dot */ 
}
.featureddeal-slider .featuredcouponsfp li .wrapper {
	padding:5px 1px 4px 1px;
/*  	border-top: 4px solid #FF9E4E; */
    border-radius: 2px;
  
	text-align:center;
	height:112px;
}
.featureddeal-slider .featuredcouponsfp li .wrapper:hover {
/*	background:#F7F7F7; */
}
.featureddeal-slider .featuredcouponsfp .image {  
	margin:auto; 
/*  max-height:125px;
  	max-width:85px; */
    line-height: 55px; /* needed to make the image vertically align */
  	width:inherit;
  	height:60px;
    display:block;
    vertical-align:middle;
  	text-align:center;
	padding:0;
	background-color:#fff;
  
	overflow:hidden;
  
}

.featureddeal-slider .featuredcouponsfp .image img {  
	max-height:125px;
  	max-width:100%;
    vertical-align:middle; 
	overflow:hidden;
  
}
/* non-slider related coupons - end */


.featureddeal-slider .slider li {
    float: left;
    margin-bottom: 20px;
    margin-right: 8px;
    margin-left: 8px;
    position: relative;
	max-width: 226px;
  	width:24.75%;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	-khtml-box-shadow 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
	background: #FFFFFF;
    border: 1px solid #e6e8f2;  
  	border-radius: 4px;
  	list-style-type:none;	/* Added to get rid of dot */ 
}
.featureddeal-slider .slider li .wrapper {
	padding:15px 15px 20px 15px;
  	border-top: 4px solid #FF9E4E;
    border-radius: 4px;
	text-align:center;
	height:180px;
}
.featureddeal-slider .slider li .wrapper:hover {

}
.featureddeal-slider .slider .image {  
	margin:auto; 
    line-height: 125px; /* needed to make the image vertically align */
  	width:125px;
  	height:125px;
    display:block;
    vertical-align:middle;
  	text-align:center;
	padding:0;
	background-color:#fff;
  	overflow:hidden;
}

.featureddeal-slider .slider .image img {  
	max-height:125px;
  	max-width:100%;
    vertical-align:middle; 
	overflow:hidden;
}


/* changed */
.featureddeal-slider .slider .deal-price {
	text-align:center;
	font-size:1.5em;
	margin-top:0;
	font-weight: 500; 
	margin-bottom: 8px;
	color: #fd9927;  
}
/* changed */

.featureddeal-slider .slider h3 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#555655;
	height:36px;
}
.featureddeal-slider .slider h3 a {
	text-decoration:none;
}
.featureddeal-slider .slider .store-name {
	text-align:center;
	margin-bottom:20px;
	clear:both;
}
.featureddeal-slider .slider .store-name a {
	color:inherit;
	text-decoration:underline;
}
.featureddeal-slider .slider .store-name a:hover {
	text-decoration:none;
}
.featureddeal-slider .link-l {
/*	left:-30px; */
	left:2px; 
	position:absolute;
	top:75px;
	width:30px;
  	z-index:3;
}
.featureddeal-slider .link-l a {
	background:url('../wp-content/themes/flatter/images/sprite.png') no-repeat -150px 0;
	opacity:0.4;
	cursor:pointer;
	float:left;
	margin:32px 5px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	height:37px;
	width:16px;
}
.featureddeal-slider .link-r {
/*	right:-30px; */
  	right:0px;
	position:absolute;
	top:75px;
	width:30px;
  	z-index:3;  
}
.featureddeal-slider .link-r a {
	background:url('../wp-content/themes/flatter/images/sprite.png') no-repeat -200px 0;
	opacity:0.4;
	float:right;
	margin:32px 0 0 5px;
	overflow:hidden;
	text-indent:-9999px;
	height:37px;
	width:16px;
}
.featureddeal-slider .link-l a:hover, .featureddeal-slider .link-r a:hover {
	opacity:1;
}
/* change featured to featureddeal - end */

#featured {
	background:#fff;
	border-bottom:1px solid #CBD8D8;
	padding-top:35px;
	height:375px;
	overflow:hidden;
}

.featured-slider .gallery-c {
	height:1%;
}
.featured-slider .gallery-c:after {
	content:"";
	display:block;
	clear:both;
}
.featured-slider .gallery-holder {
	position:relative;
}
.featured-slider .slide {
	height:1%;
	position:relative;
	overflow:hidden;
	margin-left:-8px;
}
.featured-slider .slider li {
    float: left;
    margin-bottom: 20px;
    margin-right: 8px;
    margin-left: 8px;
    position: relative;
    width: 220px;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	-khtml-box-shadow 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
	background: #FFFFFF;
    border: 1px solid #CBD8D8;
}
.featured-slider .slider li .wrapper {
	padding:19px;
	text-align:center;
	height:257px;
}
.featured-slider .slider li .wrapper:hover {
	background:#F7F7F7;
}
.featured-slider .slider .image {
	margin:0 0 20px;
	padding:0;
	background-color:#fff;
	border:1px solid #d2d2d2;
	height:110px;
	overflow:hidden;
}

.featured-slider .slider h3 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#555655;
	height:36px;
}
.featured-slider .slider h3 a {
	text-decoration:none;
}
.featured-slider .slider .store-name {
	text-align:center;
	margin-bottom:20px;
	clear:both;
}
.featured-slider .slider .store-name a {
	color:inherit;
	text-decoration:underline;
}
.featured-slider .slider .store-name a:hover {
	text-decoration:none;
}
.featured-slider .link-l {
	left:-30px;
	position:absolute;
	top:90px;
	width:30px;
}
.featured-slider .link-l a {
	background:url('../wp-content/themes/flatter/images/sprite.png') no-repeat -150px 0;
	opacity:0.4;
	cursor:pointer;
	float:left;
	margin:32px 5px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	height:37px;
	width:16px;
}
.featured-slider .link-r {
	right:-30px;
	position:absolute;
	top:90px;
	width:30px;
}
.featured-slider .link-r a {
	background:url('../wp-content/themes/flatter/images/sprite.png') no-repeat -200px 0;
	opacity:0.4;
	float:right;
	margin:32px 0 0 5px;
	overflow:hidden;
	text-indent:-9999px;
	height:37px;
	width:16px;
}
.featured-slider .link-l a:hover, .featured-slider .link-r a:hover {
	opacity:1;
}

/* =Main styles
-------------------------------------------------------------- */
#content .content-box .blog h1,
#content .content-box .blog-single h1,
#content .content-box .store h1,
#content .content-box .blog h1 a {
	text-decoration:none;
}
#content .content-box .blog h1 a:hover {
	text-decoration:underline;
}
/* JTK Change Blog-Single */
#content .content-box .blog-single h1 a {
	text-decoration:none;
}
#content .content-box .blog-single h1 a:hover {
	text-decoration:underline;
}
/* JTK Change Blog-Single*/
#content-fullwidth .content-box .box-holder {
	float:left;
	position:relative;
	margin:0;
	width:945px;
}
#content-fullwidth .content-box .box-c {
	width:945px;
}
#content-fullwidth .content-box .head {
	overflow:hidden;
	height:1%;
	padding:0 0 0 20px;
/*  	padding:0 0 0 5px; */
	background:none;
}
.content-box .box-c:after,
#content-fullwidth .content-box .box-c:after {
	content:"";
	display:block;
	clear:both;
}

/* =Content layout styles
-------------------------------------------------------------- */
.content-box {
	margin:0 0 0 0;
	position:relative;
	height:1%;
  	padding:0 0 10px 0;
}
.comment-form {
	margin:0;
	position:relative;
	overflow:hidden;
	height:100%;
}
#commentForm fieldset {
	max-width:603px;
}
.content-box .post-box {
	padding:20px 25px;
}
.content-box .box-c:after {
	content:"";
	display:block;
	clear:both;
}
.content-box .head h2 {
	float:left;
	margin-bottom: 5px;  
}

.content-box .head h3 {
	float:left;
	margin-bottom: 5px;  
}

.head .counter, .head .counter-red {
	float:right;
	margin:0;
	padding:5px 10px 0px 0px;
	font-size:14px;
	line-height:22px;
	color:#9C9DA9;
}
.head .counter span {
	color:#008000;
	font-weight:bold;
}
.head .counter-red span {
	color:#A92C2C;
	font-weight:bold;
}

.page-template-front-page-php .status-unreliable * {
	opacity:0.9;
}

.content-box h2.archive{
	background:none;
	padding-left:12px;
}
.content-box h2 span.coupon-count {
	float:right;
	font-size:14px;
	color:#999999;
	margin:0 20px 0;
}
.content-box .item {
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	-khtml-box-shadow 0 2px 0 -1px #CBD8D8;
	border-radius: 4px;
	box-shadow: 0 2px 0 -1px #CBD8D8;
	background: #FFFFFF;
	margin-bottom:10px;
	clear:both;
	padding:15px 20px 10px 20px;
	position:relative;
}
.content-box .item-frame {
	width:77%;
	float:left;
  	margin-left:140px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:20px;
	min-height:0px;
}
.content-box .item-frame:after, 
.content-box .item-actions:after {
	content:"";
	display:block;
	clear:both;
}

.content-box .item-actions {
	float: right;  
	width: 180px;
	padding: 0;
	margin: -10px 0px 0px 0px;
	position: relative;
	height: 100%;
}


.content-box .item-actions p.time-left {
	padding-top:15px;
	margin-bottom:0;
}

.content-box .item-actions div.expired-coupon-info {
	margin-bottom:-15px;
}

.content-box .item-actions h5 {
	display:none;
}

/* coupon box */

.couponAndTip {
	margin:0px 0 0px 0;
	position:relative;
}

.couponAndTip .coupon-code-link {
	padding: 10px 0 9px 0;
	text-align:center;
	display:block;
}

.couponAndTip .coupon-code-link i {
	margin-right:5px;
}

.couponAndTip .coupon-code {
	border:2px dashed #19AACF;
	color:#19AACF;
	background:#C7E3FB;
	padding:9px 0;
	text-transform:none;
}
.couponAndTip .coupon-code.zeroclipboard-is-hover, 
.couponAndTip .coupon-code:hover {
	background:#C7E3FB;
}

.couponAndTip .coupon-hidden {
	background:#19AACF;
}

.couponAndTip .coupon-hidden:hover, 
.couponAndTip .coupon-hidden.hover,
.couponAndTip .coupon-hidden.zeroclipboard-is-hover {
	background:#1EBCE4;
}

.couponAndTip .promotion {
	background:#F45435;
}

.couponAndTip .promotion:hover, 
.couponAndTip .promotion.hover,
.couponAndTip .promotion.zeroclipboard-is-hover {
	background:#F9674D;
}

.couponAndTip .printable-coupon {
	background:#6ABE59;
}

.couponAndTip .printable-coupon:hover, 
.couponAndTip .printable-coupon.hover, 
.couponAndTip .printable-coupon.zeroclipboard-is-hover {
	background:#7AC56B;
}

.sticky {}

.thumbsup-vote {
/*	border:1px solid #DBDBDB; */
	background:#FFFFFF;
	padding:3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:5px;
	width:100px;
	min-height:87px;
	margin:0 auto;
}
.item-panel .thumbsup-vote {
	margin-top:-20px;
}
.thumbsup-vote .results {
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.thumbsup-vote .progress {
	border:1px solid #DBDBDB;
	background:#DBDBDB;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 1px 0 #FFFFFF;
	display:block;
	height:14px;
	margin:7px 2px 4px;
	min-width:94px;
	padding:0;
	position:relative;
}
.progress-green span {
	background:#6ABE59;
	border:1px solid #6ABE59;
}
.progress-red span {
	background:#F45435;
	border:1px solid #F45435;
}
.votes-green {
	background:#6ABE59;
}
.votes-red {
	color:#F45435;
}
.progress span {
	display:block;
	height:12px;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	width:0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.progress span b {
	color:#FFFFFF;
	line-height:11px;
	padding-left:2px;
	font-size:0.8em;
}
.results{
	margin:5px 0 2px;
	float:left;
}
.results .progress-holder {
	width:100px;
	float:left;
}
.results .progress-holder .votes-raw {
	display:block;
	float:left;
	width:30px;
	margin:0 0 0 4px;
	text-align:left;
}
.results .progress-holder .progress {
	float:right;
	min-width:60px;
	height:12px;
	margin:2px 2px 0;
}
.results .progress-holder .progress span {
	height:10px;
}
.content-box .item .image .frame {
	overflow:hidden;
	width:113px;
	padding:2px 0 2px 3px;
}
.content-box .item img {
	display:block;
}
.content-box .store-holder {
	float:left;
	width:125px;
	position:absolute;
	top:20px;
	left:20px;
}

/* deal change:store-holder start */
.content-box .deal-holder {
	float:left;
	width:125px;
	height:125px;
	position:absolute;
	top:20px;
	left:20px;
  	text-align:center;
	z-index: 2;
}
/* deal change:store-holder end */

/* deal change:store-holder start */
.content-box .blog-holder {
	float:left;
	width:125px;
	height:125px;
	position:absolute;
/*	top:20px; */
/*	left:20px; */
  	text-align:center;
	z-index: 2;
}
/* deal change:store-holder end */


.content-box .head-box .store-holder {
	top:0;
	left:0;
}

/* deal change:store-holder start */
.content-box .head-box .deal-holder {
	top:0;
	left:0; 
}
/* deal change:store-holder end */

.content-box .store-image {
	max-width: 125px;
    width: auto;
    max-height: 125px;
    height: auto;
    margin: 0px 0px 0px 0px;
/*    border: 1px solid #b7b7b7; */
/*    box-shadow: 1px 1px 1px #b7b7b7; */
    overflow: hidden;
    max-width: 100%;
    padding: 0px 3px 0px 3px;
    border-radius: 5px;
    vertical-align: middle;
}

/* deal change:store-image start */
.content-box .deal-image {
	max-width:125px;
/*	max-height:125px; */
	margin-bottom:12px;
/*	margin-left: auto;
    margin-right: auto;
  	vertical-align: middle; */
	border:0;
	overflow:hidden;
	max-width:100%;
/*	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; */
}
/* deal change:store-image end */

#content .content-box .store-image img {
	width:125px;
	border:medium none;
	padding:0;
	max-width:100%;
}
	
/* deal change:store-image start */
#content .content-box .deal-image img {
/*	width:125px;  */
	width:auto;
	border:0;
	padding:0;
	max-width:100%;
    display:block;
    margin:auto;
}
/* deal change:store-image end */	
	
.content-box .store-name {
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
.content-box .store-name a {
	color:inherit;
	text-decoration:underline;
}
.content-box .store-name a:hover {
	text-decoration:none;
}


/* deal change:store-name start */
.content-box .deal-price {
	text-align:center;
	font-size:1.1em;
	margin-top:0;
	font-weight: 400; 
	margin-bottom: 10px;
	color: #fd9927;    
}

.content-box .singledeal-price {
	text-align:left;
	font-size:1.1em;
	margin-top:0;
	font-weight: 400; 
	margin-bottom: 10px;
	color: #fd9927;    
}
	
.content-box .smalldeal-price {
	display:none;
	text-align: center;
	font-size: 1.1em;
	margin-top: 0;
	font-weight: 400;
	margin-bottom: 10px;
	color: #fd9927;
}

.content-box .hide-break {
	display:none;
} 
	
.content-box .deal-price a {
	color:inherit;
	text-decoration:underline;
}
.content-box .deal-price a:hover {
	text-decoration:none;
}
/* deal change:store-image end */

.content-box .store .image {
	width:116px;
	margin:0 18px 0 0;
	float:left;
}
.content-box .store .thumb-wrap {
	float:left;
	width:180px;
	border:1px solid #D2D2D2;
	margin-right:18px;
	height:110px;
}
.content-box .store .info {
	padding-left:140px;
}
.content-box .store .image .frame {
	overflow:hidden;
	width:113px;
	padding:2px 0 2px 3px;
}
.content-box .store img {
	display:block;
}

.item-panel {
	position:relative;
}
.post .taxonomy {
	padding-left:0;
	max-width:472px;
}
.coupon-main h5 {
	margin:4px 15px 0 0;
	font:20px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline;
	float:left;
}
.content-box .item .text-box {
	min-height:30px;
	padding:10px 15px;
	line-height:16px;
}
.content-box .item .text-box a.more {
	font-size:11px;
}
.content-box .item .text-box p {
	margin:0;
	padding:0;
	line-height:16px;
}
.content-box .item .text-box p.desc {
	padding:0;
	line-height:16px;
}
.text-holder .taxonomy {
	font-size:12px;
	padding:5px 5px 5px 15px;
}
.taxonomy span.store {
	background:url('../wp-content/themes/flatter/images/store.png') no-repeat 0 0;
}
div.store-info {
	height:24px;
	font-size:18px;
	margin-top:10px;
	padding-top:8px;
}
div.store-info a {
	color:inherit;
	text-decoration:underline;
}
div.store-info a:hover {
	text-decoration:none;
}
div.store-info i {
	margin-right:10px;
	font-size:18px;
}
.taxonomy span.store a {
	padding-left:23px;
}
.taxonomy span.folder {
	background:url('../wp-content/themes/flatter/images/folder-open.png') no-repeat 10px 0;
}
.taxonomy span.folder a {
	padding-left:28px;
}
.content-box p.category, .content-box p.tag {
	font-weight:bold;
}
.content-box p.category a, .content-box p.tag a {
	color:#555655;
	font-weight:normal;
	text-decoration:none;
}
.content-box p.category a:hover, .content-box p.tag a:hover {
	text-decoration:underline;
}
.content-box div.calendar {
	float:right;
}
.content-box div.calendar ul {
	list-style:none outside none;
	margin-bottom:0;
	padding:0;
}
.content-box div.calendar ul li {
	list-style:none outside none;
	height:16px;
	line-height:20px;
	padding-left:20px
}
p.stats {
	float:right;
	font-size:11px;
	color:#9C9DA9;
	margin:5px -125px 0 0;
}
.coupon-main {
	margin:10px;
	padding:0 130px 0 150px;
	position:relative;
}

/* deal change:coupon-main start */
.deal-main {
/*	margin:0;
	padding:0 0 0 145px;
	position:relative;  */

	margin-left:140px;
	padding:0 0 0 0;
	position:relative;
}
/* deal change:coupon-main start */

.item-footer div.vcard, 
.blog div.vcard, 
.posted-on time.updated, 
.meta time.updated, 
.item-actions time.published, 
.item-actions time.updated {
	display:none;
}

.content-box .item-footer {
	width: 455px;
	clear: left;
	margin-top: -24px;
	margin-left: 145px;
	margin-bottom: 2px;
}

.content-box .couponitem-footer {
	width: 455px;
	clear: left;
	margin-top: -24px;
	margin-left: 140px;
	margin-bottom: 2px;
}


.content-box .dealitem-footer {
	width: 455px;
	clear: left;
	margin-top: -24px;
	margin-left: 145px;
	margin-bottom: 24px;
}

.content-box .dealitem-footer ul.social {
  margin: 0px auto;
  padding: 1px;
  list-style: none;
  padding-bottom: 5px;
  float: right;
  /* color: #626262; */
  color: #747474;
}	
	

.content-box .item-footer .dateposted{
	text-align:right;
	margin-left: 250px; 
  	position: absolute;
  	padding: 1px;
  	margin-bottom: 0;
/* 	color: #626262; */
 	color: #747474;
}

p.link-popup {
	padding:0;
	position:absolute;
	top:-53px;
	font-size:11px;
	display:none;
	z-index:20;
	left:50%;
	padding-bottom:9px;
	color:#fff;
	line-height:18px;
	min-width:150px;
	margin-left:-75px;
}
p.link-popup .link-popup-arrow {
	border-top: 9px solid #34495E;
	border-bottom: medium none;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
    bottom: 0;
    margin-left: -9px;
	left:50%;
	position:absolute;
	height:0;
	width:0;
	display:block;
}
p.link-popup span.link-popup-inner {
	width:auto;
	max-width:100%;
	background:#34495E;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:12px;
	text-align:center;
	display:block;
}
.link-bar .link {
	margin:0;
	font-size:11px;
	line-height:13px;
	color:#07609e;
	font-weight:bold;
	padding:0 12px 0 0;
}
.content-box ul.social {
	margin:0px auto;
	padding:1px;
	list-style:none;
	margin-bottom:0;
/*  	color: #626262; */
	color: #747474;
}
.content-box ul.social:after {
	content:"";
	display:block;
	clear:both;
}
.content-box ul.social li {
	float:left;
	position:relative;
	margin:0 6px 0 0;
	list-style-type:none;
	line-height:17px;
}
.content-box ul.social li:last-child, .content-box ul.inner-social li:last-child {
	margin-right:0;
}
.content-box ul.social li i, .comments-list p.links i {
	margin-right:5px;
	font-size:16px;
}
.content-box ul.social li a, .comments-list p.links a {
	color:inherit;
	text-decoration:underline;
}
.content-box ul.social li a:hover, .comments-list p.links a:hover {
	text-decoration:none;
}
.content-box ul.social li.report {
	float:right;
	margin:0;
}
.content-box .reports_wrapper:before {
/*	font-family:FontAwesome;
	font-size:16px;
	margin-right:5px;
	content:"\f024"; */
	font-size: 14px;
  	margin-right: 5px;
 	content: "|";  
}

.content-box .reports_wrapper, .content-box .reports_form_link {
	color:inherit;
	display:inline-block;
}

.content-box .reports_form, .content-box .reports_message {
	padding:6px;
	background:#EDEFF1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:medium none;
}

.content-box .reports_form table {
	margin:0;
}

#content .content-box ul.social li.stats {
	height:16px;
	font-size:11px;
	float:left;
}
.content-box ul.social li.calendar {
	height:16px;
}
.content-box ul.social li.calendar span {
	margin-left:23px;
}
.content-box ul.social li a {
	padding:0;
}
.content-box ul.social li.loop-comments:not(:empty):before {
	font-size:14px;
	margin-right:5px;
/*	font-family:FontAwesome;
	content:"\f086"; */
	content:"|";  
}

.content-box ul.social li span.show-comments {
	color:#979797;
	padding:0;
}
.content-box .email-wrap {
	width:446px;
}

/* =Social dropdown styles
-------------------------------------------------------------- */
.content-box ul.social .drop {
	position:absolute;
	left:-20px;
	top:15px;
	display:none;
	padding:8px 5px 5px;
	margin-top:3px;
	z-index:999;
}
.content-box ul.social .drop-arrow {
	border-bottom: 9px solid #EDEFF1;
	border-top: medium none;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
    top: 0;
    margin-left: -9px;
	left:26px;
	position:absolute;
	height:0;
	width:0;
	display:block;
}
.content-box ul.social .drop-c {
	width:auto;
	max-width:100%;
	background:#EDEFF1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:10px 15px;
	text-align:center;
	display:block;
}
.content-box ul.social .drop-c:after {
	content:"";
	display:block;
	clear:both;
}

.content-box ul.social .drop ul {
	float:left;
	margin:0;
	list-style:none;
	width:115px;
	position:relative;
	border:none;
	padding:0;
}

/* =Vote up/down buttons styles
-------------------------------------------------------------- */
.thumbsup-badge {
	width:82px;
	height:80px;
	float:left;
	display:block;
	text-align:center;
	padding-top:20px;
}
.badge-green {
	background:#6ABE59;
}
.badge-orange {
	background:#FFA851;
}
.badge-red {
	background:#F45435;
}
.stripe-badge-green {
	background:#6ABE59;
}
.stripe-badge-red {
	background:#c7c7c7;
}
.stripe-badge-orange {
	background:#FFA851;
}
.thumbsup-badge .percent {
	color:#FFFFFF;
	display:block;
	font-size:17px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:110%;
}
.thumbsup-badge .success {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.thumbsup-stripe-badge {
	display:block;
	height:28px;
	width:106px;
	margin:0 -3px;
}
.thumbsup-stripe-badge .percent {
	color:#FFFFFF;
	display:block;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
	line-height:28px;
}
.stripe-badge .success {
	color:#666666;
	display:block;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 2px
}
.thumbsup-vote .frame {
	width:100px;
	padding:0;
}
.thumbsup-vote span.text {
	color:#555655;
	line-height:16px;
	margin:7px 2px;
	display:block;
	text-align:center;
}
.thumbsup-vote span.vote {
	color:#666666;
	width:35%;
	margin:5px 0 0;
	padding:5px 0;
	display:inline-block;
}
.thumbsup-vote span.vote span {
	height:16px;
	width:16px;
	font-size:16px;
	color:#fff;
	padding:4px;
	display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.thumbsup-vote span.vote span:before {
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
}
.thumbsup-vote span.thumbsup-up {
	text-align:right;
	margin-left:21px;
}
.thumbsup-vote span.thumbsup-up span.thumbsup {
	background:#6ABE59;
}
.thumbsup-vote span.thumbsup-up span.thumbsup:hover {
	cursor:pointer;
	background:#7AC56B;
}
.thumbsup-vote span.thumbsup-up span.thumbsup:before {
	content: "\f164";
}
.thumbsup-vote span.thumbsup-down {
	text-align:left;
}
.thumbsup-vote span.thumbsup-down span.thumbsdown {
	background:#F45435;
}
.thumbsup-vote span.thumbsup-down span.thumbsdown:hover {
	cursor:pointer;
	background:#F9674D;
}
.thumbsup-vote span.thumbsup-down span.thumbsdown:before {
	content: "\f165";
}

/* =Tables
-------------------------------------------------------------- */
table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border-top:1px solid #eaeaea;
	margin-bottom:18px;
}
table, td, th {
	vertical-align:middle;
}
th {
	color:#666;
	border-top:1px solid #fff;
	text-transform:uppercase;
	padding:10px;
}
td {
	color:#666;
	padding:10px;
}
tfoot td {
	border:0;
}
th, tr:hover {
	background-color:#f5f5f5;
}
.tblwide {
	width:100%;
	border-collapse:collapse;
}
.tblwide thead tr th {
	background:#e5e5e5;
	padding:7px 0;
}
.tblwide tbody tr td {
	border-bottom:1px solid #CDCDCD;
	vertical-align:middle;
	padding:7px 5px;
}
tr .even:hover {
	background-color:#f4f4f4 !important;
	-khtml-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.meta {
	font-size:12px;
}
.tblwide h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
}

/* =Pagnation styles
-------------------------------------------------------------- */
.paging {
	margin:0;
	font-size:16px;
	font-weight:bold;
	width:80%;
	float:left;
}
.content-box .paging .pages {
	text-align:center;
}
.content-box .paging .pages span.total {
	padding:0 10px 0 3px;
	display:none;
}
.content-box .paging .pages span.prevPage a,
.content-box .paging .pages span.nextPage a, 
.content-box .paging .pages a.page-numbers {
	padding:10px;
	background-color:#FFF;
	margin:0 3px;
	text-decoration:none;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	-khtml-box-shadow 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
    border: 1px solid #CBD8D8;
	min-width:20px;
	display:inline-block;
}
.content-box .paging .pages span.current {
	padding:10px;
	margin:0 3px;
	background:#19AACF;
	color:#fff;
	-moz-box-shadow: 0 2px 0 -1px #6ED9F4;
	-webkit-box-shadow: 0 2px 0 -1px #6ED9F4;
	-khtml-box-shadow 0 2px 0 -1px #6ED9F4;
	box-shadow: 0 2px 0 -1px #6ED9F4;
    border: 1px solid #6ED9F4;
	min-width:20px;
	display:inline-block;
}

#content .content-box .blog,
#content-fullwidth .content-box .blog,
.content-box .comments-box,
.content-box .post-box {
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
	background: #FFFFFF;
/*    border: 0px solid #CBD8D8; */
/*    border: 1px solid #c7c7c7; */
    border: 1px solid #e6e8f2;	
	
/*	margin-bottom:20px; */
	clear:both;
	padding:18px 20px 10px 20px;
	border-radius: 4px;
}

/* JKT Blog-Single*/
#content .content-box .blog-single,
#content-fullwidth .content-box .blog-single,
.content-box .comments-box,
.content-box .post-box {
/* 	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8; */
	background: #FFFFFF;
/*    border: 0px solid #CBD8D8; */
/*    border: 1px solid #c7c7c7; */
/*    border: 1px solid #e6e8f2; */
	
/*	margin-bottom:20px; */
	clear:both;
/*	padding:18px 20px 10px 20px; */
/*	border-radius: 4px; */
}

/* */


#content .content-box .blog h1,
#content .content-box .store h1,
#content-fullwidth .content-box .blog h1 {
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	margin:0 0 10px;
}
.store .desc {
	line-height:16px;
	margin:0 0 5px;
}
.store .store-url {
	font-size:11px;
	margin:0 0 5px;
}
.store .store-url a:hover {
	text-decoration:none;
}
.blog .content-bar {
	overflow:hidden;
	height:1%;
	font-size:11px;
	line-height:13px;
	position:relative;
	text-transform:uppercase;
	padding:10px 20px;
	margin:0 -20px 20px;
	background:#f8f8f8;
}
.blog .content-bar:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
* html .blog .content-bar {
	margin:0 -30px 0 -18px;
	width:620px;
}
.blog .content-bar i.fa-folder-open {
	margin-left:20px;
}
.blog .content-bar .comments {
	float:left;
	padding:0 0 0 23px;
}
.blog .content-bar .posted {
	float:right;
}
* html .blog .content-bar .posted {
	margin:2px 24px 0 0;
}
.blog .content-bar .posted a {
	color:#146caa;
	font-weight:bold;
}
p.meta {
	float:left;
	padding:1px 0 2px 0;
	text-transform:none;
}
p.meta a {
	padding:0 0 2px 0;
	text-transform:uppercase;
}
p.comment-count {
	float:right;
	padding:1px 0 2px;
}
p.comment-count a {
	padding:2px 0;
}
p.comment-count span {
	padding-left:20px;
}
p#comment-closed {
	text-align:center;
}
.store {
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
	background: #FFFFFF;
    border: 0px solid #CBD8D8;
/*	margin-bottom:20px; */
	clear:both;
	padding:20px;
	min-height:80px;
	border-radius: 4px;
}
.head-box {
	height:1%;
	margin:0 0;
	padding:0;
	position:relative;
	min-height:110px;
}

.head-box-blog {
	height:1%;
	margin:0 0;
	padding:0;
	position:relative;
	min-height:150px;
}


.head-box .thumbsup-vote {
	margin-right:0;
	top:0;
	right:0;
	position:absolute;
}
div.adsense:not(:empty) {
	margin:10px 20px;
}
div.facebook-wrap {
	margin:-8px 0 -20px 4px;
}
.fan_box .connections_grid .grid_item {
	padding:0 10px 8px 3px;
	background-color:#666;
}
.blog .text-box {
	height:1%;
	color:#333333d9;
/*	padding:20px 0; */
	padding:0px 18px 0px 25px;
	font-size:15px;
	font: 15px Helvetica, Arial, sans-serif
}
/* JKT Change for Blog-Single */
.blog-single .text-box {
	height:1%;
	color:#252525d9;
/*	padding:20px 0; */
	padding:0px 22px 0px 0px;
	font-size:17px;
	font: 17px Helvetica, Arial, sans-serif
}

/* JKT Change */

.blog .text-box-form {
	height:1%;
	color:#555655;
	padding:20px 0 10px 0;
}
#content .blog .tblwide tbody tr td img {
	border:none;
	background:none;
	padding:0;
}
#content .blog img {
	-moz-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:none repeat scroll 0 0 #FFFFFF;
/*	border:1px solid #D3D3D3; */
	display:inline-block;
	overflow:hidden;
	padding:4px;
	max-width:95%;
}
#content .blog .text-box .image,
#content-fullwidth .blog .text-box .image {
	float:left;
	margin:6px 15px 0 0;
	width:auto;
}
#content .blog .text-box .image img,
#content-fullwidth .blog .text-box .image img {
	display:block;
}
#content .blog .text-box .text-holder,
#content-fullwidth .blog .text-box .text-holder {
	padding:0 0 24px;
}
.blog .text-box p {
	margin:0 0 18px;
	line-height:25px;
}
/* JKT Change Blog-Single */
.blog-single .text-box p {
	margin:0 0 18px;
	line-height:25px;
}
/* JKT Change Blog-Single */
.blog .text-box p.edit {
	margin-top:10px;
	margin-right:10px;
	display:inline-block;
	font-size:12px;
}
#content .blog .text-box p span,
#content-fullwidth .blog .text-box p span {
	color:#677781;
}
p.desc,
p.expires,
p.store {
	padding:10px 0 10px 0;
/*   padding-bottom: 5px; */  
}
#content .text-footer {
	position:relative;
	padding:10px 20px;
	margin:0 -20px 20px;
	background:#f8f8f8;
}
#content .tags {
	float:left;
	line-height:16px;
}
#content .tags a {
	color:inherit;
}
#content .stats {
	float:right;
	line-height:17px;
}
.blog .user-bar {
	overflow:hidden;
	height:1%;
  	color: #999999;
}
.inner-social {
	margin:3px 0 0;
	padding:0;
	list-style:none;
	float:right;
	width:auto;
	border:none;
	display:inline;
}
* html .inner-social {
	margin:3px -10px 0 0;
}
.inner-social li {
	float:left;
	margin:0 11px 0 0;
	list-style:none outside none !important;
	line-height:normal;
}
.inner-social li a {
	float:left;
	overflow:hidden;
	width:24px;
	height:22px;
	padding:0;
	text-decoration:none;
}
.content-box ul.social li .inner-social li {
	line-height:normal;
}
.inner-social a {
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
}
.inner-social li a:before {
	content: "\f143";
	color:#FFA851;
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 0;
	font-size:24px;
}
.inner-social li a:hover {
	opacity:0.7;
}

.inner-social li .mail:before {
	content: "\f199";
	color:#999;
}
.inner-social li .twitter:before {
	content: "\f081";
	color:#00B9F4;
}
.inner-social li .facebook:before {
	content: "\f082";
	color:#3B5998;
}
.inner-social li .pinterest:before {
	content: "\f0d3";
	color:#DB333A;
}
.inner-social li .digg {
	text-indent:-9999px;
	background:url('../wp-content/themes/flatter/images/digg.png');
}
.inner-social li .digg:before {
	content: "";
	margin:0;
}
.inner-social li .reddit {
	text-indent:-9999px;
	background:url('../wp-content/themes/flatter/images/reddit.png');
}
.inner-social li .reddit:before {
	content: "";
	margin:0;
}

/* =Store & coupon category page template styles
-------------------------------------------------------------- */
.content-box h2.stores,
.content-box h2.categories {
	border-bottom:1px solid #EBEBEB;
}
.content-box ul.stores,
.content-box ul.categories {
	margin:15px 10px 30px !important;
	padding:0;
	overflow:hidden;
	
}
.content-box ul.stores li,
.content-box ul.categories li {
	float:left;
	list-style:none outside none;
	padding:0 15px 0 0;
	width:155px;
}
.content-box ul.stores li:before, 
.content-box ul.categories li:before {
	content: "\f0f7";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 5px;
	font-size:14px;
}
.content-box ul.categories li:before {
	content: "\f07c";
}

/* =Comments layout styles
-------------------------------------------------------------- */
.comments-box h3 {
	padding:0;
	font-size:18px;
	line-height:20px;
}
.comments-box .comments {
	margin:0;
	padding:0 10px 10px;
	list-style:none;
	overflow:hidden;
	height:1%;
	background:#ffffff;
}
.comments-box .comments ul {
	padding:0 0 0 60px;
	list-style:none;
}
ul.children li {
	margin:10px 0 0;
}
a.mini-comments {
	padding:0 10px 0 0;
}

.comments-box ul.comments-mini {
	max-height:225px;
	overflow:auto;
	padding:0 0 5px 0;
}
.comments-box ul.comments-mini li {
	list-style-type:none;
	line-height:18px;
}

.comments-box ul.comments-mini li img.avatar {
	border:1px solid #FFFFFF;
	display:block;
	float:left;
	margin:4px;
	height:32px;
	width:32px;
	-moz-box-shadow:1px 1px 5px #b7b7b7;
	-webkit-box-shadow:1px 1px 5px #b7b7b7;
	box-shadow:1px 1px 5px #b7b7b7;
}
img.screen-thumb {
	border:1px solid #FFFFFF;
	float:left;
	margin:10px 0 0;
	-moz-box-shadow:1px 1px 5px #b7b7b7;
	-webkit-box-shadow:1px 1px 5px #b7b7b7;
	box-shadow:1px 1px 5px #b7b7b7;
}
.comments-mini p {
	font-size:12px;
	margin-bottom:2px;
	margin-left:53px;
	margin-top:2px;
}
.comments-mini p.comment-meta {
	border-top:1px dotted #999;
	color:inherit;
	font-size:11px;
	margin-top:7px;
	padding-top:4px;
}
.author-wrap {
	padding:20px;
	margin:0 -20px 20px;
	background:#f8f8f8;
	min-height:70px;
}
.author-wrap h1 {
	padding:0 0 0 75px;
}
.author-wrap p {
	padding-left:85px;
}
.author-wrap p.author {
	padding-left:85px;
	font-size:18px;
	margin:-2px 0 4px;
}
.author-wrap img.avatar {
	border:1px solid #FFFFFF;
	display:block;
	float:left;
	padding:2px;
	-moz-box-shadow:1px 1px 5px #b7b7b7;
	-webkit-box-shadow:1px 1px 5px #b7b7b7;
	box-shadow:1px 1px 5px #b7b7b7;
}
.bypostauthor {}
.comments-mini p.comment-meta span.date-wrap {
	float:right;
	margin-top:2px;
	color:inherit;
}
.comments-mini p.comment-meta span.date-wrap i.fa-clock-o {
	margin-left:5px;
}
.comments-box .comments ul li {
	padding:0;
}
.comments-box .comments li {
	height:1%;
	list-style-type:none;
}
.comments-box .comments li.pingback {
	padding:2px 0 2px 5px;
	list-style-type:circle;
}
.comments-box .items, 
.comments-box #respond {
	height:1%;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	margin:7px 7px 0;
	padding:0;
	min-height:34px;
	list-style-type:none;
	line-height:18px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.comments-box .items .rt, 
.comments-box #respond {
	padding:10px;
	float:none;
}
.comments-box .items .rt img.avatar {
	border:1px solid #D2D2D2;
	display:block;
	float:left;
	padding:2px;
}

.comments-box .comments .items .items-image {
	width:76px;
	float:left;
	margin:7px 18px 0 12px;
	display:inline;
}
.comments-box .comments .items .items-image .image-frame {
	padding:8px 0 10px 9px;
	overflow:hidden;
	height:1%;
}
.comments-box .comments .items .items-image img {
	display:block;
}
.comments-box .comments .items p {
	line-height:23px;
	margin:0 0 18px 83px;
	font-size:13px;
}
.comments-box .comments .bar {
	height:1%;
	margin-top:-4px;
	overflow:hidden;
	border-bottom:1px dotted #999999;
	margin:0 0 5px 83px;
}
.comments-box .comments .bar a {
	float:left;
	font-weight:bold;
	margin:3px 10px 0 0;
}
.comments-box .comments .bar a:hover {
	text-decoration:none;
}
.comments-box .comments .bar span.date-wrap {
	float:right;
	margin-top:2px;
	color:#95928D;
	font-size:12px;
}
.comments-box .comments .bar span.date {
	padding:2px 10px 2px 0;
	display:block;
	float:left;
}
.comments-box .comments .bar span.time {
	margin-left:10px;
	padding:2px 10px 2px 0;
	display:block;
	float:left;
}
.comments-list {
	display:none;
/*	margin:15px -33% 0 0; */
	margin:15px 0 0 0;
}
.comments-list .comments-box {
	background-color:#E8E8E8;
	padding:0;
}
.comments-list .comments-box .head {
	background:none;
	padding:0;
}
.comments-list .comments-box .comments {
	max-height:225px;
	overflow:auto;
	padding:0;
}
.comments-list .comments-box .comments li {
	overflow:hidden;
	height:auto;
	padding:0 3px 0 0;
}
.comments-list p.links {
	text-align:right;
	background-color:#F4F4F4;
	margin:0 1px;
	padding:7px 17px;
}
.comments-box .comments .bar {
	font-weight:bold;
	font-size:13px;
}
.comments-box .comments .bar span {
	color:#656565;
	font-weight:normal;
}
.comments-box .comment-reply-link {
	float:right;
}
.comments-box .comment-reply-link:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.comments-box .comment-reply-link i {
	margin-right:5px;
}

#respond .cancel-comment-reply {
	float:right;
	margin-bottom:20px;
	font-size:11px;
}
#respond {
	margin:10px auto 20px;
}
#respond p {
	padding:7px 0;
}

#respond p.comment-text {
	float:left;
	width:32%;
	margin-right:2%;
}
#respond p.comment-textarea {
	clear:both;
}
#respond p.comment-text:nth-child(3) {
	margin-right:0;
}
#respond p.comment-text label, #respond p.comment-textarea label {
	float:none;
	text-align:left;
	margin-bottom:5px;
}
#respond p.comment-text input.text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	max-width:100%;
}
#respond div.invalid {
	margin-left:0;
}


/* =Post box layout styles
-------------------------------------------------------------- */
.post-box #message {
	padding:20px;
}
.post-box h3 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin-left:10px;
}
.post-box .row p {
	margin:0 0 0 167px;
	padding:0;
	color:#3C3C3C;
}
.post-box .row p a {
	color:#0453A3;
	font-weight:bold;
}
form#loginform,
form#registerform,
form#lostpassform {
	padding:30px 0;
}
	
form#loginform p,
form#registerform p,
form#lostpassform p {
	overflow:hidden;
	height:1%;
	padding:0 0 9px;
}
p.lostpass {
	margin:10px 0 0 166px;
}
#recaptcha_widget_div {
	margin-left:204px;
}
.loginForm #recaptcha_widget_div {
	float:left;
	margin-bottom:10px;
	margin-left:166px;
}
input#recaptcha_response_field {
	left:0;
}
#loginForm .social_connect_ui {
	clear:both;
	float:left;
	margin-left:166px;
	width:100%;
}
#loginForm .social_connect_ui label {
	text-align:left;
	margin:0 0 5px;
}
#loginForm .social_connect_ui .social_connect_form {
	clear:both;
}
/* =Registration & error styles
-------------------------------------------------------------- */
.content-box ul.errors {
	margin:0;
	padding:0;
}
ul.errors li {
	color:#AA4433;
	list-style:none outside none;
}
p.success {
	background:#FFFFE0;
	border:1px solid #E6DB55;
	color:#896F44;
	margin:0 0 20px !important;
	padding:12px;
}
.box-yellow {
	background-color:#FFFFCC;
	border:1px solid #D8D2A9;
	margin-bottom:10px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:7px;
}
.box-red,
.error {
	background-color:#FFEBE8;
	border:1px solid #CC0000;
	margin-bottom:10px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:7px;
}
#couponForm ol,
#loginForm ol {
	list-style:none outside none;
	margin:0;
	padding:0;
}
#couponForm ol:after,
#loginForm ol:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#couponForm li,
#loginForm li,
#commentForm li,
.commentForm li {
	display:block;
	margin:15px 0;
	list-style-type:none;
}
#loginForm li {
	max-width:510px;
}
#couponForm .row {
	overflow:hidden;
	height:1%;
	padding:0 0 9px;
}
#couponForm label,
#loginForm label,
#commentForm label,
.commentForm label,
#coupon-fields .featured-head h3 {
	clear: right;
    color: #454545;
    display: inline;
    float: left;
    font-size: 14px;
	font-family: Ubuntu, Arial, Verdana, sans-serif;
    line-height: 36px;
    margin-right: 16px;
    text-align: right;
    width: 140px;
}

#couponForm li.description label {
	float:none;
	text-align:left;
	width:auto;
}

#couponForm li.description div.invalid {
	margin-left:0;
}

#couponForm p.tip {
	margin-bottom:-2px;
	padding: 2px 0 0 160px;
}
#couponForm p.info {
	padding: 0 0 0 160px;
	margin:0;
	line-height:36px;
	font-size:14px;
}
p#store-name, p#coupon-type-name {
	color:#8A8A8A;
	font-size:14px;
	line-height:36px;
	font-weight:bold;
}
#coupon-fields .form-field {
	margin-left:167px;
}
#coupon-fields .form-field label {
	float:none;
	margin:0;
	text-align:left;
	width:auto;
}
li#rememberme,
li#lostpass,
li#register,
li#facebook {
	margin-left:156px;
	margin-top:0;
	margin-bottom:0;
}
li#rememberme span {
	margin-left:3px;
	color:#8A8A8A;
}
li#checksave {
	clear:both;
	display:block;
	margin:10px 0;
}
#loginForm table.form-table {
	border:0;
	margin:0;
	width:100%;
}
#loginForm .form-table th {
	width:166px;
	padding:0;
	text-align:left;
	text-transform:none;
	background-color:#fff;
}
#loginForm .form-table label {
	margin-right:6px;
}
#loginForm .form-table tr:hover {
	background-color:#fff;
}
#loginForm .form-table td {
	padding:0 0 15px 0;
}
#loginForm table.form-table span.description{
	margin-left:0;
}
li#new-store-name,
li#new-store-url,
li#ctype-coupon-code,
li#ctype-printable-coupon {
	display:none;
}
input.invalid,
textarea.invalid,
select.invalid {
	border-color:#C13C2C !important;
}
div.invalid {
	color: #C13C2C;
    font-size: 14px;
    font-weight: bold;
    margin: -10px 0 10px 160px;
}
#respond textarea.commentbox {
	width:100%;
	height:160px;
}
.post-box textarea#coupon,
.post-box textarea#description,
li.description textarea {
	width:100%;
	height:160px;
}
li.description textarea.wp-editor-area {
	background:none;
	width:100%;
	height:auto;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	max-width:100%;
}
li.description .wp_themeSkin iframe {
	border: 1px solid #AEC2C2;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
}
form.commentForm fieldset ol,
form.post-form fieldset ol {
	padding:10px 0 0 80px;
}

/* =TinyMCE styles
-------------------------------------------------------------- */
.mceContentBody {
	padding:5px;
	line-height:1.5em;
	font-size:12px;
	color:#4F4F4F;
	background-color:#FFFFFF;
	height:100%;
}
.mceContentBody ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	padding:10px;
}
.mceContentBody ul li {
	padding:0 5px 0;
}
.mceContentBody ol {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:decimal;
	padding:10px;
}
.mceContentBody ol li {
	padding:0 5px 0;
}
.clearlooks2 .mceTop, .clearlooks2 .mceTop div {
	background:none repeat scroll 0 0 #464646;
}
li.description {
	position:relative;
}

/* =Button styles
-------------------------------------------------------------- */
button.submit {
	float:right;
}
button.coupon {
	float:right;
}
button.reg,
button.forgot,
button.login {
	float:right;
}
button.edit {
	float:right;
	margin:10px 45px 10px 10px;
}
button.profile {
	margin:10px 10px 10px 165px;
}
.reports_submit {
	min-width:79px;
	cursor:pointer;
	text-align:center;
}

/* =Content box styles
-------------------------------------------------------------- */
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
	line-height:1.2em;
	margin:0 0 0;
}
.content-box ul {
	margin-bottom:5px;
	padding:0 0 0 19px;
}
.content-box ul ul {
	margin:0;
}
.content-box ul li {
	list-style-type:disc;
/*	list-style-position:inside; */
	line-height:23px;
/*  	line-height:22px; */
/*    text-indent: -1em;
    padding-left: 1em;  */
}
.content-box ul ul li {
	list-style-type:circle;
	line-height:23px;
}
.content-box ol {
	margin-bottom:1.5em;
	padding:0 0 0 30px;
}
.content-box ol ol {
	margin:0;
}
.content-box ol li {
	list-style-type:decimal;
	line-height:23px;
}
.content-box ol li ol li {
	list-style-type:lower-latin;
	line-height:23px;
}
.content-box blockquote {
	position:relative;
	color:#444;
	padding:10px 20px 10px 50px;
}
.content-box blockquote:before {
	content: "\f10d";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 5px;
	font-size:30px;
	position:absolute;
	left:5px;
	top:20px;
}
.content-box blockquote p {
	font-style:italic;
}
.content-box pre,
.content-box code {
	font-family:Consolas,Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	font-weight:inherit;
	margin-bottom:22px;
	overflow-x:auto;
	white-space:pre-wrap;
	word-wrap:break-word;
	background:none repeat scroll 0 0 #F0F0F0;
	color:#000000;
	padding:3px 5px;
}
.content-box pre {
	border:1px solid #DADADA;
	line-height:1.3em;
	overflow:auto;
	padding:11px;
}
#content img {
	height:auto;
	max-width:100%;
}
#content .attachment img {
	max-width:100%;
}
#content .attachment .next-prev {
	text-align:center;
}
#content img.attachment-post-thumbnail {
	display:inline;
	float:left;
	margin:0px 15px 8px 0;
}
#content .alignnone,
#content img.alignnone {
	display:block;
	clear:both;
	margin:8px 15px 12px 0;
}
#content .alignleft,
#content img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:8px;
}
#content .alignright,
#content img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:8px;
}
#content .aligncenter,
#content img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom:12px;
}
#content .wp-caption {
	background:#f1f1f1;
	border:1px solid #ddd;
	line-height:18px;
	margin-bottom:20px;
	padding:4px;
	text-align:center;
	-moz-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#content .wp-caption img {
	margin:0;
}
#content .wp-caption p.wp-caption-text {
	color:#888;
	font-size:11px;
	margin:5px;
	line-height:14px;
}
#content img.wp-smiley {
	margin:0;
	border:0;
}
#content .gallery {
	position:relative;
	height:1%;
	padding:5px 0 10px;
}
#content .gallery .gallery-item {
	float:left;
	text-align:center;
	width:33%;
	padding:10px 0;
}
#content .gallery img {
	border:2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color:#888;
	font-size:12px;
	margin:0 0 12px;
}
#content .gallery dl {
	margin:0;
}
#content .gallery img {
	border:1px solid #ddd;
}
#content .gallery a:hover img {
	opacity:0.7;
}
#content .gallery br+br {
	display:none;
}
#content .attachment img {
	display:block;
	margin:0 auto;
}

/* =Sidebar styles
-------------------------------------------------------------- */
* html #sidebar {
	margin:4px 21px 0 -21px;
}
* html .inner #sidebar {
	margin:4px 34px 0 -34px;
}
#sidebar .share-box img {
	display:none;
}
#sidebar .share-box {
	display:block;
	font-size:12px;
	line-height:14px;
	margin:0 0 20px 0px;
	padding:14px;
	text-decoration:none;
	background:#19AACF;
	color:#fff;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	-khtml-box-shadow 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
    border: 1px solid #CBD8D8;
}
#sidebar .share-box span.lgheading {
	margin:0;
	font-size:23px;
	font-weight:bold;
	line-height:25px;
	letter-spacing:-1px;
	text-transform:uppercase;
	display:block;
}
#sidebar .share-box span.smheading {
	margin:2px 0 0;
	opacity:0.9;
	font-weight:normal;
	display:block;
}
#sidebar .subscribe-box {
	margin:0 0 18px;
}

#sidebar .subscribe-box .subscribe-c:after {
	content:"";
	display:block;
	clear:both;
}
#sidebar .subscribe-box .subscribe-holder {
	margin:0px;
	padding:5px 15px;
	position:relative;
	max-width:220px;
}
#sidebar .subscribe-box .text-box {
	overflow:hidden;
	height:1%;
	padding:0 0 0 0;
}
#sidebar .subscribe-box p, 
#footer .panel .subscribe-box p {
	font-size:12px;
	line-height:13px;
	color:#7a7a7a;
	margin:10px 0;
	text-align:center;
}
#sidebar .subscribe-form {
	padding:0 0 0 0px;
}
#footer .panel .subscribe-form  fieldset {
	max-width:100%;
	width:auto;
}
.blog .subscribe-box .text-box {
	padding:0 0 20px;
}
#sidebar .subscribe-form .text,
#footer .panel .subscribe-form .text {
	padding:0;
}
#sidebar .subscribe-form .text input,
#footer .panel .subscribe-form .text input {
	width:188px;
    font-size: 11px;
    line-height: normal;
    padding: 6px 8px;
}
#footer .panel .subscribe-form .text input {
	width:235px;
}
#sidebar .subscribe-form .row,
#footer .panel .subscribe-form .row {
	overflow:hidden;
	height:1%;
}
#sidebar .box {
	width:277px;
	position:relative;
	margin:0 0 20px 2px;
	overflow:hidden;
}
#sidebar .sidebox .cut {
	position:absolute;
	top:-5px;
	right:-6px;
	width:74px;
	height:74px;
	z-index:999;
}
#sidebar .box .box-c:after {
	content:"";
	display:block;
	clear:both;
}
#sidebar .box .box-holder {
	float:left;
	width:277px;
	margin:-84px 0 0;
	position:relative;
}
#sidebar .box h3,
#sidebar .block h3 {
	margin:0 0 21px;
	padding:0 0 0 23px;
	color:#666666;
}
#sidebar .box .list, #sidebar .widget_twitter ul {
	margin:0;
	padding:0 5px;
	list-style:none;
	font-size:12px;
	line-height:14px;
	color:#898989;
	overflow:hidden;
}
#sidebar .list li, #sidebar .coupon-ticker .list li,
#sidebar .coupon-cats-widget li, #sidebar .widget_twitter ul li {
	border-bottom:1px dashed #dbdbdb;
	padding:10px 10px 10px 28px;
	margin:1px 0 -1px;
	font-size:12px;
	text-indent:-12px;
}
#sidebar .store-widget .list li {
	border-bottom:1px dashed #dbdbdb;
	margin:1px 0 -1px;
	font-size:11px;
}
#sidebar .coupon-cats-widget .list li {
	border-bottom:1px dashed #dbdbdb;
	margin:1px 0 -1px;
	font-size:11px;
}
#sidebar .list li:before, #sidebar .widget_twitter ul li:before {
	content: "\f002";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 5px;
	font-size:14px;
	width:1px;
}
#sidebar .widget_twitter ul li:before {
	content: "\f099";
}
#sidebar .coupon-searches-widget .list li:before{
	content: "\f002";
}
#sidebar .store-widget .list li:before{
	content: "\f0f7";
}
#sidebar .coupon-ticker .list li:before{
	content: "\f02e";
}
#sidebar .coupon-cats-widget .list li:before{
	content: "\f07c";
}

#sidebar .box .list li p,
#sidebar .sidebox .list li p {
	font-size:11px;
	color:#95928D;
}
#sidebar .coupon-ticker,
#sidebar .store-widget,
#sidebar .coupon-searches-widget,
#sidebar .coupon-cats-widget {
	margin-left:-10px;
	padding:0 4px;
}
#sidebar .box .list li:hover,
#sidebar .sidebox .list li:hover,
ul.jta-tweet-list li:hover {
	background-color:#f4f4f4;
}
#sidebar .box .list li a:hover,
#sidebar .sidebox .list li a:hover {
	text-decoration:underline;
}
#sidebar .box .list li a,
#sidebar .sidebox .list li a {
	text-decoration:none;
	font-size:13px;
}
#sidebar .box .categories-list {
	margin:0;
	padding:0 46px 0 19px;
	list-style:none;
	overflow:hidden;
}
#sidebar .box .categories-list li {
	border-bottom:1px dashed #dbdbdb;
	padding:4px 0 8px;
	margin:1px 0 -1px;
	overflow:hidden;
	height:1%;
}
#sidebar .box .categories-list img {
	float:left;
	margin:0 17px 0 0;
}
#sidebar .box .categories-list .text-holder {
	overflow:hidden;
	height:1%;
	font-size:12px;
	line-height:14px;
	color:#a0a0a0;
}
#sidebar .box .categories-list .text-holder p {
	margin:0;
}
#sidebar .box .categories-list .text-holder a {
	font-size:16px;
	line-height:18px;
}
#sidebar .box .ads-bar {
	overflow:hidden;
	height:1%;
	padding:7px 0 0 14px;
}
#sidebar .box .ads-bar .ads {
	float:left;
	margin:0 5px 7px 0;
}
#sidebar .box .ads-bar img {
	display:block;
}
#sidebar .block {
	width:265px;
	margin:0 0 18px;
}
#sidebar .block-c {
	width:265px;
}
#sidebar .block-c:after {
	content:"";
	display:block;
	clear:both;
}
#sidebar .block .block-holder {
	float:left;
	width:265px;
	position:relative;
	margin:-102px 0 0;
	padding:0 0 32px;
}
#sidebar .blog-tabs .tabset {
	list-style:none;
	font-size:11px;
	line-height:13px;
	padding:0;
}
#sidebar .blog-tabs .tabset:after {
	content:"";
	display:block;
	clear:both;
}
#sidebar .blog-tabs .tabset li {
	background:none;
	float:left;
	padding:0 0 5px;
	position:relative;
	margin:0 5px;
}

#sidebar .blog-tabs .tabset li:before {
	display:none;
}

#sidebar .blog-tabs .tabset li a {
	float:left;
	color:#a19f9f;
}
#sidebar .blog-tabs .tabset li .bullet {
	position:absolute;
	width:19px;
	height:14px;
	visibility:hidden;
	bottom:-5px;
	left:50%;
	margin:0 0 0 -10px;
}
#sidebar .blog-tabs .tabset li .bullet:before {
	content: "\f0d7";
	display:block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:24px;
	color:#EFEFEF;
	height:15px;
	cursor:pointer;
}
* html #sidebar .blog-tabs .tabset li .bullet {
	bottom:-22px;
}
#sidebar .blog-tabs .tabset .active .bullet {
	visibility:visible;
}
#sidebar .blog-tabs .tabset li a span {
	float:left;
	cursor:pointer;
	padding:3px 5px 5px;
}
#sidebar .blog-tabs .tabset .active a {
	font-weight:bold;
}
#sidebar .blog-tabs .tabset .active a:hover {
	text-decoration:none;
}
#sidebar .blog-tabs .tabset .active a span {
	background:#EFEFEF;
	border-radius:5px;
}
#sidebar .blog-tabs .tab-content {
	display:none;
}
#sidebar .blog-tabs .image {
	width:41px;
	float:left;
	margin:-3px 8px 0 0;
}

#sidebar .block .list {
	margin:0;
	padding:24px 40px 0 18px;
	list-style:none;
	font-size:10px;
	line-height:12px;
	color:#333;
	overflow:hidden;
}
#sidebar .block .list li {
	overflow:hidden;
	height:1%;
	padding:11px 0 7px;
	margin:1px 0 -1px;
}
#sidebar .block .list .image {
	width:41px;
	float:left;
	margin:-3px 8px 0 0;
}

#sidebar .block .list a {
	font-size:12px;
	line-height:14px;
	color:#0362a4;
}
#sidebar .block .list p {
	margin:0;
}
#sidebar .about-box {
	font:11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#555;
	margin:-3px 0 0;
	padding:0 0 0 12px;
}
#sidebar .about-box h3 {
	padding:0 0 0 23px;
	margin:0 0 31px 4px;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#575757;
	position:relative;
}
#sidebar .about-box .text-holder {
	overflow:hidden;
	height:1%;
	font-size:11px;
	line-height:18px;
	color:#3d3d3d;
	text-transform:uppercase;
	letter-spacing:-1px;
}
#sidebar .about-box .image {
	width:65px;
	float:left;
	margin:2px 2px 0 0;
	display:inline;
}
#sidebar .about-box .image img {
	display:block;
}
#sidebar .about-box strong {
	display:block;
}
#sidebar .about-box strong a {
	color:#014f86;
}
#sidebar .about-box .text-box {
	margin:0 0 -13px;
	padding:10px 13px 0 7px;
	overflow:hidden;
	width:233px;
}

#sidebar .store-widget-slider,
#footer .panel .store-widget-slider {
	padding:0 4px;
	overflow: hidden;
}

#sidebar .widget-featured-stores .list,
#footer .panel .widget-featured-stores .list {
	padding:0;
	margin-top:-2px !important;
}
#sidebar .widget-featured-stores .list li,
#footer .panel .widget-featured-stores .list li {
	background:none;
	padding:10px 0;
}

#sidebar .widget-featured-stores .list li:before {
	content:"";
	display:inline;
}

#sidebar .widget-featured-stores .list li a,
#footer .panel .widget-featured-stores .list li a {
	display:block;
	font-weight:bold;
	height:138px;
	text-align:center;
}
#sidebar .widget-featured-stores .list li a img,
#footer .panel .widget-featured-stores .list li a img {
	max-height:110px;
	width:160px;
	display:block;
	margin:0 auto;
	border:1px solid #D2D2D2;
	background:#fff;
	margin-bottom:5px;
}
#sidebar .widget-featured-stores .list li a span,
#footer .panel .widget-featured-stores .list li a span {
	display:block;
	text-align:center;
}

/* =Widgets styles
-------------------------------------------------------------- */
ul.widgets li.widget {
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #FFFFFF;
	color:#777777;
	float:left;
	font-size:0.8em;
	list-style:none outside none !important;
	margin:0;
	padding:30px 0 10px;
	width:260px;
}
#sidebar h2.widget_title {
	font-size:17px;
	margin-bottom:0;
}
#sidebar .widget h3 {
	margin:0;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#575757
}
#sidebar .widget {
	margin:-2px 0 0;
	padding:0 0 143px 21px;
}
ul.widgets li.widget .widget_content {
	overflow:hidden;
	padding:0;
}
#sidebar .widget .textwidget {
	padding:10px 0 !important; 
	font-size:12px;
	line-height:1.54em;
}
#sidebar .textwidget p {
	margin:0 0 10px;
}
.sidebox {
	position:relative;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
/*	border: 1px solid #CBD8D8; */
/*  	border: 1px solid #c7c7c7; */
  	border: 1px solid #e6e8f2;
  
	margin:0 0 15px 0;
	background-color:#fff;
 	border-radius: 4px;
  	border-top: 4px solid #1F9DF7;
}
#sidebar .sidebox.widget_text {
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	border:none;
	background:none;
}
#sidebar .sidebox.widget_text .sidebox-content {
/*	padding:10px; */
	padding:0 0 0 0;
}
#sidebar .sidebox.widget_text .sidebox-heading, #sidebar .sidebox.widget_text .textwidget {
	padding:0;
	border:none;
}
#sidebar .sidebox.widget_text > br {
	display:none;
}
.sidebox-content {
	margin:0;
}
.sidebox-content .textwidget {
	margin: 0 0 0 0;
	padding: 5px 10px;
	}
.sidebox-content #calendar_wrap,
.sidebox-content .search-box,
.sidebox-content .tagcloud {
	margin:0;
	padding:5px 10px;
}
.sidebox .sidebox-heading {
	margin:0;
	padding:10px 12px 5px;
	border-bottom:1px dashed #DCDCDC;
}
.sidebox .sidebox-heading h2,
.sidebox .sidebox-heading h2 a.rsswidget {
	font-size:16px;
	font-weight:bold;
	color:#555655;
	text-decoration:none;
	margin:0 0 6px;
}
.sidebox ul {
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
}
.sidebox ul li {
	padding:4px 10px 4px 5px;
}
.sidebox ul li:before {
	content: "\f105";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 0;
	font-size:14px;
}
.sidebox ul li ul {
	list-style:none;
	margin:5px 0 -2px;
	padding:0;
}
.sidebox ul li ul li {
	padding:4px 0;
}
div.banners {
	padding:15px 18px;
}
div.banners img {
	padding:2px;
}
div.error {
	font-size:12px;
	color:#AA4433;
	border:1px solid #CC0000;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#FFEBE8;
	margin:0 0 15px;
	padding:5px 15px;
}
div.success {
	font-size:12px;
	color:#896F44;
	border:1px solid #E6DB55;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#FFFFE0;
	margin:0 0 15px;
	padding:5px 15px;
}
#content .reports_message img {
	display:inline;
}

.sidebox .search-box {
	margin:0px;
}
.sidebox .newtag {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#696969;
	font-size:14px;
	width:215px;
}
.sidebox .text {
	margin:0;
	padding:6px 5px;
	font:11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sidebox ul li.couponLive:before, 
.sidebox ul li.couponPending:before, 
.sidebox ul li.couponOffline:before, 
.sidebox ul li.couponTotal:before {
	content: "\f02e";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:16px;
	font-weight:normal;
}
.sidebox ul li.couponLive:before {
	color:#33CC33;
}
.sidebox ul li.couponPending:before {
	color:#FF9900;
}
.sidebox ul li.couponOffline:before {
	color:#666;
}
.sidebox ul li.couponTotal:before {
	color:#19AACF;
}
div#tweetFeed {
	padding:0 4px;
}
ul.jta-tweet-list {
	padding:0;
}
li.jta-tweet-list-item {
	background:none;
}
ul.jta-tweet-list li {
	background:none;
	margin:0 -2px;
	padding:8px 10px;
}
.jta-tweet-list-controls-button,
.jta-tweet-list-autorefresh-trigger {
	-moz-border-radius:5px 5px 5px 5px;
	border:2px solid #61513D;
	color:#61513D;
}
span.jta-tweet-attributes {
	line-height:14px;
}
span.jta-tweet-attributes a:link {
	color:#999999;
	line-height:14px;
}
.couponList {
	width:100%;
}
.couponList th {
	padding-top:4px;
	padding-bottom:4px;
	border:0;
	background:#e5e5e5;
}
.couponList th,
.couponList td {
	font-size:12px;
}
.couponList td {
	border-bottom:1px solid #EEE;
}
.couponList td.last {
	border:0;
}
.couponList td:hover.last {
	background-color:#FFF;
}
.couponList .col1, 
.couponList tr .listing-count,
.couponList tr .order-id {
	width:30px;
	padding-left:0;
	padding-right:0;
	text-align:center;
}
.page-template-tpl-user-orders-php .couponList .col1 {
	width:50px;
}
.couponList .col2,
.couponList tr .listing-title,
.couponList tr .order-summary {
	width:auto;
	padding-left:0;
	text-align:left;
	max-width:70%;
}
.couponList .col3,
.couponList tr .listing-views,
.couponList tr .order-price {
	width:auto;
}
.couponList .col4,
.couponList tr .listing-status,
.couponList tr .order-status {
	width:65px;
}
.couponList .col5,
.couponList tr .listing-options,
.couponList tr .order-options {
	width:75px;
}
.couponList td.col1,
.couponList tr .listing-count,
.couponList tr .order-id {
	vertical-align:top;
}
.couponList tr .listing-views,
.couponList tr .listing-status,
.couponList tr .listing-options,
.couponList tr .order-price,
.couponList tr .order-status,
.couponList tr .order-options {
	text-align: center;
}
.couponList .listing-status p.small {
	font-size: 10px;
	line-height: 1.5em;
	margin: 0;
}
.couponList .paging {
	width:90%;
}
.page-template-tpl-user-orders-php .couponList .col2 div {
	float:left;
}
.page-template-tpl-user-orders-php .couponList .col2 div:before {
	content: "\f02e";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
    text-decoration: inherit;
}
.page-template-tpl-user-orders-php .couponList .col2 div:after {
	content:" | ";
	margin-left:6px;
	margin-right:2px;
}
.couponList .order-gateway,
.couponList .order-status {
	display:block;
	font-size:11px;
}
.couponList .order-status {
	font-weight:bold;
}
h3.tplCouponTitle {
	width:295px;
	font-size:14px;
	font-weight:bold;
}
span.folder:before {
	content: "\f07c";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:16px;
	font-weight:normal;
	margin-right:5px;
}
span.folder a {
	padding:0 6px 0 0;
}
span.clock:before {
	content: "\f073";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:16px;
	font-weight:normal;
	margin-right:5px;
	margin-left:10px;
}
span.clock span {
	margin-top:1px;
}

/* dashboard listing status colors */
.couponList .live span.status,
.couponList .live_unreliable span.status {
	color:#33CC33;
}
.couponList .offline span.status {
	color:#bbbbbb;
}
.couponList .ended span.status,
.couponList .live_expired span.status {
	color:#666666;
}
.couponList .pending_moderation span.status {
	color:#FF9900;
}
.couponList .pending_payment span.status {
	color:#C00202;
}

/* dashboard listing actions buttons */
ul.listing-actions,
ul.order-actions {
	margin: 0;
	padding: 0;
}
ul.listing-actions li,
ul.order-actions li {
	line-height: 1.5em;
	list-style: outside none none;
}
.listing-actions .edit,
.listing-actions .delete,
.listing-actions .pause,
.listing-actions .restart {
	display: inline-block;
	margin: 0 3px;
}
.listing-actions .edit a,
.listing-actions .delete a,
.listing-actions .pause a,
.listing-actions .restart a {
	display: block;
	height: 16px;
	width: 16px;
	overflow:hidden;
}
.listing-actions li a:before {
	font-family:FontAwesome;
	font-size:16px;
	font-weight:normal;
	color:#666;
	text-decoration:none;
	margin-right:5px;
}
.listing-actions .edit a:before {
	content:"\f040";
}
.listing-actions .delete a:before {
	content:"\f00d";
}
.listing-actions .pause a:before {
	content:"\f04c";
}
.listing-actions .restart a:before {
	content:"\f04b";
}


/* twitter widget pro */
.widget_twitter .twitter-avatar {
	position:absolute;
	right:10px;
	z-index:5;
	bottom:88%;
	padding:0 2px;
	border:1px solid #ccc;
	border-radius:4px;
	display:none;
	
}
.widget_twitter {
	position:relative;
}
.widget_twitter .twitter-avatar img {
	max-width:48px;
	height:auto;
}
.widget_twitter .follow-button, .widget_twitter .xavisys-link { margin: 10px; overflow:hidden; }
.widget_twitter .intent-meta a { background: url('../wp-content/themes/clipper/images/twitter-sprite.png'); 
display: inline-block; height: 16px; text-indent: -9999px; width: 16px; }
.widget_twitter .intent-meta a.in-reply-to { background-position: 0 center; }
.widget_twitter .intent-meta a:hover.in-reply-to { background-position: -16px center; }
.widget_twitter .intent-meta a.favorite { background-position: -32px center; }
.widget_twitter .intent-meta a:hover.favorite { background-position: -48px center; }
.widget_twitter .intent-meta a.retweet { background-position: -80px center; }
.widget_twitter .intent-meta a:hover.retweet { background-position: -96px center; }

/* =Profile page styles
-------------------------------------------------------------- */
.tplCouponTitle {
	width:350px;
}
#your-profile {
	padding:0;
}
table.form-table td {
	border:0 solid #CCC;
	margin-bottom:10px;
	padding:5px;
}
table.form-table th {
	min-width:115px;
	vertical-align:top;
	text-align:right;
	padding:10px 10px 0 0;
}
p.message {
	background-color:#FFFFE0;
	border:1px solid #E6DB55;
	padding:3px 5px;
}
.field-hint {
	display:block;
	font-size:10px;
	clear:both;
}
.loginForm .strength-meter {
	float:left;
	margin-left:156px;
	max-width:355px;
}
#content .loginForm .indicator-hint {
	float:left;
	margin-left:0px;
	margin-bottom:10px;
}
#pass-strength-result {float:left;margin:12px 0 5px 1px;padding:7px;text-align:center;-khtml-border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; font-size:13px; width:350px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; color:#fff; font-weight:bold; max-width:100%; }
#pass-strength-result.good {background-color:#F9D936;}
#pass-strength-result {background-color:#8a8a8a;}
#pass-strength-result.bad {background-color:#F45435;}
#pass-strength-result.strong {background-color:#6ABE59;}
#pass-strength-result.short {background-color:#E51010;}
#userphoto p.image {
	background-color:white;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:0;
	margin-right:20px;
	text-align:center;
	padding:3px;
}
#userphoto p.image-thumb {
	float:left;
	margin-bottom:0;
	margin-right:20px;
	text-align:center;
	padding:3px;
}
#userphoto p.image img {
	border:1px solid #CCCCCC;
}
#loginForm span.description {
	display:inline-block;
	margin-left:160px;
}
#user-photo {
	float:left;
	padding:8px 15px 10px 0;
}
.author-main {
	margin-left:90px;
	min-height:140px;
}
ul.author-info {
	list-style:none outside none;
	padding:0;
}
ul.author-info li {
	list-style:none outside none;
}
.twitterico, 
.emailico, 
.globeico, 
.facebookico {
	float:left;
	height:18px;
	width:16px;
	padding-right:4px;
}
.facebookico:before, 
.emailico:before, 
.globeico:before, 
.twitterico:before {
	content: "\f082";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:16px;
	font-weight:normal;
}
.twitterico:before {
	content: "\f081";
}
.globeico:before {
	content: "\f0ac";
}
.emailico:before {
	content: "\f0e0";
}
.sidebox-content div.avatar {
	float:left;
	padding:10px 0;
}
.sidebox-content div.avatar img.avatar {
	-moz-border-radius:3px 3px 3px 3px;
	border:1px solid #CCCCCC;
	float:left;
	margin:0 10px 0 0;
	padding:2px;
}
p.member-title {
	font-weight:bold;
	font-size:14px;
}
ul.user-info {
	padding-left:65px;
	margin:3px 0 10px 5px;
}
ul.user-details li {
	background:none;
	border-bottom:none;
	padding:0 0 7px;
}
ul.user-details li:hover {
	background:none;
}
ul.user-info li {
	background:none;
	border:none;
	padding:3px 10px;
}
ul.user-info li:before, 
ul.user-details li:before {
	content:"";
	margin:0;
	padding:0;
}
ul.user-info li:hover {
	background:none;
}


/* =Footer styles
-------------------------------------------------------------- */
#footer p {
	margin:0 0 8px;
}
#footer .panel {
}
#footer .panel .panel-holder {
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding:10px;
}
#footer .panel .box,
#footer .panel .sidebox {
	float:left;
	width:30%;
	margin:0 5% 0 0;
	padding:10px 0;
	border:medium none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer .panel .sidebox {
	background:none;
	border:0;
}
#footer .panel .box:last-child,
#footer .panel .sidebox:last-child {
	margin:0;
}
#footer .panel .sidebox .sidebox-heading {
	background:none;
	padding:0;
	border:none;
}
#footer .panel .popular {
	margin:0 87px 0 0;
}
#footer .panel .contact {
	margin:0;
}
#footer .panel .box h4,
#footer .panel .sidebox h2 {
	margin:0 0 20px;
	font-size:16px;
	font-weight:bold;
	color:#555655;
	text-decoration:none;
	padding:0;
}

#footer .panel .box h4:before,
#footer .panel .sidebox h2:before {
	content: "\f002";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 10px 0 0;
	font-size:18px;
	font-weight:normal;
}

#footer .panel .widget-custom-coupons h4:before {
	content: "\f02e";
}
#footer .panel .widget-custom-stores h4:before {
	content: "\f0f7";
}
#footer .panel .widget-coupon-cats h4:before {
	content: "\f07c";
}
#footer .panel .widget_appthemes_twitter h4:before {
	content: "\f099";
}
#footer .panel .widget_appthemes_facebook h4:before {
	content: "\f09a";
}
#footer .panel .widget_coupon_tag_cloud h4:before,
#footer .panel .widget_tag_cloud h4:before {
	content: "\f02b";
}
#footer .panel .widget_text h4:before {
	content: "\f129";
}
#footer .panel .widget_recent_comments h4:before {
	content: "\f0e6";
}
#footer .panel .widget_recent_entries h4:before {
	content: "\f040";
}
#footer .panel .widget_pages h4:before {
	content: "\f15b";
}
#footer .panel .widget_archive h4:before {
	content: "\f073";
}
#footer .panel .widget_links h4:before {
	content: "\f0ac";
}
#footer .panel .widget_meta h4:before {
	content: "\f128";
}
#footer .panel .subscribe-box h2:before {
	content: "\f0e0";
}
#footer .panel .widget_nav_menu h4:before {
	content: "\f0c9";
}
#footer .panel .widget_twitter h4:before {
	content: "\f099";
}
#footer .panel .box .text-holder {
	overflow:hidden;
	height:1%;
	font-size:12px;
	line-height:17px;
	color:#555655;
}
#footer .panel .box .text-holder p {
	margin:0 0 21px;
}
#footer .panel .box ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:14px;
	color:#898989;
	overflow:hidden;
}
#footer .panel .box ul li {
	border-bottom:1px dashed #DBDBDB;
	padding:5px 0 8px;
	margin:1px 0 -1px;
}
#footer .panel .box li p {
	margin:0;
}
#footer .panel .box .contact-form .text {
	margin:0 0 9px;
	padding:6px 5px;
	width:206px;
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#4e4f50;
	border:none;
}
#footer .panel .box .contact-form .text input {
	width:206px;
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#4e4f50;
	border:none;
	padding:6px 5px;
	margin:0;
	background:none;
}
#footer .panel .box .contact-form .text-area {
	margin:0;
	padding:5px;
	width:207px !important;
	height:55px !important;
	border:none;
	font:italic 11px Arial, Helvetica, sans-serif;
	color:#4e4f50;
}
#footer .panel .box .contact-form .row {
	overflow:hidden;
	height:1%;
}
#footer .panel .box .contact-form .btn-submit {
	float:right;
	border:medium none;
	text-decoration:none;
	cursor:pointer;
	height:28px;
	margin:5px 15px 0 0;
	padding:0;
}
#footer .panel .box .contact-form .btn-submit span {
	float:left;
	cursor:pointer;
	margin:0 -4px 0 0;
	padding:8px 19px 7px 16px;
}
#footer .panel .box .contact-form .btn-submit:hover {
	color:#666;
	background-position:0 -31px;
}
#footer .panel .box .contact-form .btn-submit:hover span {
	background-position:100% -31px;
}

#footer .bar {
	background:#168AC5;
}

#footer .bar-holder {
	margin:0 auto;
	overflow:hidden;
	color:#fff;
	padding:16px 10px;
	width:960px;
}
#footer .bar-holder p {
	margin:0;
}
#footer .bar-holder a {
	color:#fff;
	text-decoration:underline;
}
#footer .bar-holder a:hover {
	text-decoration:none;
}
#footer .bar-holder ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#footer .bar-holder ul li {
	float:left;
	padding:0 9px 0 0;
}
#footer .panel .box.widget_twitter ul li {
	line-height:normal;
}
#footer .panel .box.widget_twitter .follow-button, #footer .panel .box.widget_twitter .xavisys-link {
	margin:0;
}

/* =Misc styles
-------------------------------------------------------------- */

.loading {
	display:none;
	clear:both;
	background:url('../wp-content/themes/flatter/images/loading.gif') no-repeat center top;
	text-align:center;
	padding:10px 0px;
	margin:15px 0 10px;
}

.ui-tabs {
	position:relative;
	padding:.2em;
}
.ui-tabs .ui-tabs-nav {
	margin:0;
	padding:.2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style:none;
	float:left;
	position:relative;
	top:1px;
	border-bottom:0 !important;
	white-space:nowrap;
	margin:0 .2em 1px 0;
	padding:0;
}
.ui-tabs .ui-tabs-nav li a {
	float:left;
	text-decoration:none;
	padding:.5em 1em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom:0;
	padding-bottom:1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor:text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor:pointer;
}
.ui-tabs .ui-tabs-panel {
	display:block;
	background:none;
	border-width:0;
	padding:1em 1.4em;
}
.ui-tabs .ui-tabs-hide {
	display:none !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background:#f4f4f4 !important;
}

.blue .content-box .item .item-panel h3 a,
.blue .content-box .item .item-panel h3 a:hover {
	color:#1071b3;
}
.red .content-box .item .item-panel h3 a,
.red .content-box .item .item-panel h3 a:hover {
	color:#810015;
}
.orange .content-box .item .item-panel h3 a,
.orange .content-box .item .item-panel h3 a:hover {
	color:#bb3602;
}
.green .content-box .item .item-panel h3 a,
.green .content-box .item .item-panel h3 a:hover {
	color:#477400;
}
.gray .content-box .item .item-panel h3 a,
.gray .content-box .item .item-panel h3 a:hover {
	color:#4c4c4c;
}


/* =Payments styles
-------------------------------------------------------------- */

.order-summary {
	padding:0 0 150px;
}
.blog .order-summary p {
	font-size:13px;
	font-weight:bold;
	margin:20px 0 10px;
}
.order-summary form select {
	border-left: 1px solid #A3A9AD;
	border-right: 1px solid #A3A9AD;
	border-top: 1px solid #A3A9AD;
	background: url('../wp-content/themes/flatter/images/text-bg.gif') repeat-x center top;
	border-bottom: 1px solid #D9D9D9;
	width:277px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#8a8a8a;
	padding:3px;
}
.order-summary form label {
	margin:0 0 20px 0;
	display:block;
}
.order-summary button.coupon, .order-gateway input[type=submit] {
	clear:both;
	float:none;
	margin:0;
}
.order-summary table {
	border-top:none;
	width:auto;
}
.order-summary table tr td {
	color:#555655;
	font-size:14px;
	padding:5px 25px 5px 0;
}
.order-summary table tfoot {
	font-weight:bold;
}
.redirect-text {
	width:100%;
	margin:0 0 250px;
	padding:5px 0 5px 40px;
	display:block;
	background:url('../wp-content/themes/flatter/images/checkmark.png') no-repeat left center;
	font-size:18px;
}
.order-gateway h2 {
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	margin:0 0 30px;
}
.order-gateway h3 {
	font-size:1.4em;
	margin:0;
}
.order-gateway pre {
	background:none;
	border:none;
	color:#555655;
	line-height:1.3em;
	margin-bottom:0;
	overflow:visible;
	padding:10px 0 0;
}
.order-gateway label {
	cursor:pointer;
	font-size:14px;
	font-style:italic;
}
.order-gateway input[type=text] {
	border-left: 1px solid #A3A9AD;
	border-right: 1px solid #A3A9AD;
	border-top: 1px solid #A3A9AD;
	background: url('../wp-content/themes/flatter/images/text-bg.gif') repeat-x center top;
	border-bottom: 1px solid #D9D9D9;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	clear:left;
	color:#8A8A8A;
	display:block;
	font-style:normal;
	margin:6px 0;
	padding:6px 5px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.orders-legend {
	margin-bottom:18px;
}
.orders-legend span {
	display:block;
	font-size:11px;
	line-height:1.3em;
}
.content-box .orders-legend h4 {
	margin:0;
}


#coupon-fields .featured-head {
	float:left;
}

.content-box .grouplinks {
	float:left;
	margin-bottom:20px;
}

.content-box .grouplinks a {
	float:left;
	border: 1px solid #DDDDDD;
    color: #333333;
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 5px 2px 0;
    padding: 4px 5px;
    text-decoration: none;
}

/* additional navigation */
/* .header_menu { background:#1B83A0; clear:both; } */
.header_menu {
  	background: #6C3273; /* background:#0D4B77; */
/*	clear:both; */
	z-index:101;
} /* #491C52; purple */
  
.header_menu_res{
/*  		background: #6C3273; good-purple */
	background: #168AC5;
/*  		background: #177893;  dark-blue */  
/*    background: #6C3273; background:#0D4B77; */
	margin:0 auto;
/*	width:960px; */
	padding:15px 0 0 0;
	margin:0 0 0 0;
  	vertical-align: top;
	z-index:101;
}

.header_menu_res .obtn{
	float:right; 
	font-size:16px; 
	padding:12px 40px 12px 40px; 
	font-weight:bold; 
	border-radius:0; 
	background:#F45435;
	line-height:20px;
  	z-index:101;
}
.header_menu_res .obtn:hover {
	background:#F9674D;
}

.header_menu_res a.menu-toggle {
	/* This is for the MENU in header */
	display:none;  /* display none causes the Menu to disappear if on desktop */
	background:#168AC5; /*#6C3273; purple */
	color:#fff;
	text-transform:uppercase;
	padding:10px 15px;
	font-size:18px;
	line-height:normal;
}
.header_menu_res a.menu-toggle:hover {
	text-decoration:none;
}

.header_menu_res a.menu-toggle i {
	float:right;
	font-size:21px;
}
.header_menu_res ul { float:left; margin:0; padding:0; list-style:none; z-index:99; line-height:1; font:normal 13px Ubuntu, HelveticaLTStdRoman, Arial, Helvetica, sans-serif;}
.header_menu_res ul.menu { margin:7px 10px; }
.header_menu_res ul a { padding:6px 15px; position:relative; color:#fff; display:block;line-height:18px; text-decoration:none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.header_menu_res ul li { float:left; margin:0 6px 0 0; width: auto; z-index:999; text-transform:uppercase; }
.header_menu_res ul li.active a { color:#fff; background: #14B2D7; /*#2A6898; */ /*#004467;*/ /* #8C4F87; */ /* background:#2DAACD; */ } /* #491C52; */
.header_menu_res ul.menu > li:hover > a { background-color:#fff; color:#333; }

.header_menu_res ul.sub-menu { background:#fff; position:absolute; display:none; width:180px; border:1px solid #eee; border-top:none; border-width:1px 1px 0; z-index:999; display:none; position:absolute; margin:-4px 0 0; -khtml-border-radius:0 3px 3px 3px; -moz-border-radius:0 3px 3px 3px; -webkit-border-radius:0 3px 3px 3px; border-radius:0 3px 3px 3px;  width:200px; -moz-box-shadow: 0 1px 0 1px #CBD8D8; 	-webkit-box-shadow: 0 1px 0 1px #CBD8D8; -khtml-box-shadow: 0 1px 0 1px #CBD8D8; 	box-shadow: 0 1px 0 1px #CBD8D8; }

.header_menu_res li:hover ul.sub-menu {
	display:block;
}

.header_menu_res ul.sub-menu li {margin:0; padding:0px; float:none; text-transform:none; font-weight:normal; }

.header_menu_res ul.sub-menu li a {
	background:none; 
	padding:7px 12px; 	
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0; 
	color:#555555;
}

.header_menu_res ul.sub-menu li:hover a, .header_menu_res ul.menu ul.sub-menu li ul.sub-menu  li:hover a  { 
	text-decoration:none; 
	background:#f4f4f4;
}

.header_menu_res ul.menu ul.sub-menu li ul.sub-menu {display:none; top:5px; left:190px; -khtml-border-radius:0 3px 3px 0; -moz-border-radius:0 3px 3px 0; -webkit-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0; -moz-box-shadow: 1px 1px 0 1px #CBD8D8; 	-webkit-box-shadow: 1px 1px 0 1px #CBD8D8; -khtml-box-shadow: 1px 1px 0 1px #CBD8D8; 	box-shadow: 1px 1px 0 1px #CBD8D8; }

.header_menu_res ul.menu ul.sub-menu li:hover ul.sub-menu {display:block;}

.header_menu_res ul.menu ul.sub-menu li ul.sub-menu  li a {
	background:#fff;
}

/* category menu */
div.adv_taxonomies { 
	margin:-4px 0 0 1px; 
	display:none;  
	padding:0 5px 8px;
	position:absolute; 
	background:#fff; 
	border:1px solid #eee; 
	border-top:none;
	z-index:998; 
	-moz-box-shadow: 0 1px 0 1px #CBD8D8; 	
	-webkit-box-shadow: 0 1px 0 1px #CBD8D8; 
	-khtml-box-shadow: 0 1px 0 1px #CBD8D8; 	
	box-shadow: 0 1px 0 1px #CBD8D8;
}

.header_menu .menu li:hover .adv_taxonomies{display:block;}

div.adv_taxonomies ul {position:relative; background:none; border:none; left:0;}
div.adv_taxonomies ul li {border:none; font-size:12px; }
div.adv_taxonomies ul li a  { display:block; }
div.adv_taxonomies .catcol {float:left; padding:0 12px 0 12px; width:200px; border-left:none; vertical-align:top; margin-top:20px;}
div.adv_taxonomies .catcol ul {padding:8px 0; list-style:none;}
div.adv_taxonomies .catcol ul li {float:none; margin:0; padding:0;}
div.adv_taxonomies .catcol ul li a {margin:0; padding:4px 0; color:#545454; text-decoration:none; background: none;}
div.adv_taxonomies .catcol ul.maincat-list {margin:0; padding:0;}
div.adv_taxonomies .catcol ul li.maincat { width:180px; padding:0; margin-bottom:0; clear:both; text-transform:none; font-size:13px; }
div.adv_taxonomies .catcol ul li.maincat:before {
	content: "\f0f7";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 5px;
	font-size:14px;
}
div#adv_categories .catcol ul li.maincat:before {
	content: "\f07c";
}
div.adv_taxonomies .catcol ul li.maincat a { background:none; line-height:20px; clear:left; display:inline-block; }
div.adv_taxonomies .catcol ul li.maincat > a {
	color:#2DAACD;
}
div.adv_taxonomies .catcol ul li.maincat a:hover {background:none; text-decoration:underline !important;}
div.adv_taxonomies .catcol ul li.maincat > ul.subcat-list { margin-bottom:-3px; padding-bottom:8px; padding-top:0; padding-left:15px; }
div.adv_taxonomies .catcol ul.subcat-list { padding:5px; width:auto; background-color:#FFFFFF; float:none; }
div.adv_taxonomies .catcol ul.subcat-list ul.subcat-list {margin:0;}
div.adv_taxonomies .catcol ul li.cat-item { clear:both; width:auto; padding:0 0 0 12px; font-size:12px; text-transform:none; float:left;}
div.adv_taxonomies .catcol ul li.cat-item a {display:inline; padding:0; line-height:20px;}
div.adv_taxonomies .catcol ul li.cat-item a:hover {text-decoration:underline !important;}
div.adv_taxonomies .first {border-left:none;}

/* store thumb area on coupon */
#store-thumb-container {
	background-color:#F0F0F0;
	overflow:hidden;
}
#store-thumb-container .frame {
	padding: 0px 0px 20px 0px;
}
ul.store-thumb-list {
	margin:20px -25px 0 0;
}

ul.store-thumb-list li {
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	width:110px;
	background-position:center center;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-color:#fff;
	height:50px;
	border:1px solid #999;
}

ul.store-thumb-list li a {
	width:100%;
	height:100%;
	line-height:50px;
	background:#000;
	color:#fff;
	text-align:center;
	display:none; 
	text-decoration:none;
	font-size:12px;
}

ul.store-thumb-list li a span {
	font-size:16px;
}

ul.store-thumb-list li:hover a {
	display:block;
}

/* store thumb area on homepage */
#store-thumb-container-home {
	background-color:#F0F0F0;
	overflow:hidden;
}
#store-thumb-container-home .frame {
	padding: 20px 0px 0px 0px;
}
ul.store-thumb-list {
	margin:20px -25px 0 0;
}

ul.store-thumb-list li {
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	width:110px;
	background-position:center center;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-color:#fff;
	height:50px;
	border:1px solid #999;
}

ul.store-thumb-list li a {
	width:100%;
	height:100%;
	line-height:50px;
	background:#000;
	color:#fff;
	text-align:center;
	display:none; 
	text-decoration:none;
	font-size:12px;
}

ul.store-thumb-list li a span {
	font-size:16px;
}

ul.store-thumb-list li:hover a {
	display:block;
}


/* coupon popup solution */
.fl-coupon-popup {
	padding:15px 5px 0;
	font-size:14px;
}

.fl-coupon-popup input[type=text] {
	font-size:20px;
	margin-top:10px;
}

.coupon-code-popup {
	font-size:13px;
	padding:15px 5px 0;
	height:auto;
}

.coupon-code-popup .post-box {
	width:500px;
	max-width:100%;
	padding:0;
	border:0;
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}

.coupon-code-popup h3 {
	font-size:21px;
	margin-bottom:20px;
}

.coupon-code-popup .popup-code-copy div.text {
	font-size:20px;
	border:2px solid #AEC2C2;  
	margin-bottom:10px;  
	padding:8px 12px;  
	width:350px; 
	-khtml-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	background:#f9f9f9; 
	color:#9D9D9D; 
	max-width:100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display:inline-block;
	
}

.coupon-code-popup .popup-code-copy button {
	float:none;
	vertical-align:top;
}

.coupon-code-popup .popup-code-info {
	background:#F7F7F7;
	border:1px solid #DEDEDE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	float:left;
	font-weight:bold;
	margin:10px auto;
	padding:10px 10px 17px;
	position:relative;
	text-align:center;
	width:424px;
	max-width:90%;
}
.coupon-code-popup .popup-code-info:after {
	content:'';
	display:block;
	position:absolute;
	top:-20px;
	left:50px;
	width:0;
	height:0;
	border-color: transparent transparent #DEDEDE;
	border-style: solid;
	border-width: 10px;
}
.coupon-code-popup .popup-code-info a {
	font-size: 1.2em;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Ad Injector Compatibility */
.nc_ai_advert {
    overflow: hidden;
}

.nc_ai_advert .item-holder {
    padding-top: 0 !important;
}

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

	.extra-width .frame, 
	.extra-width .header_menu_res, 
	.extra-width #content-fullwidth, 
	.extra-width #main, 
	.extra-width #footer .panel .panel-holder, 
	.extra-width #footer .bar-holder {
		width:1120px;
	}
	
	.extra-width .featured-slider .slide {
		margin-left:-16px;
	}
	
	
	.extra-width .featured-slider .slider li {
		margin:0 16px;
		width:auto;
	}
	
	.extra-width .featured-slider .slider li .wrapper {
		padding:19px 36px;
		width:182px;
	}
	
	.thumbsup-vote .frame {
		width:100px;
	}
	
	.extra-width #content {
		width:815px;
	}
	
	.extra-width #sidebar {
		width:285px;
	}
}

@media screen and (min-width: 801px) {
	.header_menu_res ul.menu {
		display:inline-block !important; /* This one displays the big menu */
		float:none;
		margin-top:12px;
/*		border-top:1px solid #fff; */
/*  		z-index:101; */
	} 
	
	.toplowermenu .header_menu {
		display:none !important; /* This one hid the bottom menu while on desktop */
	} 
	
}
  

@media screen and (min-width: 701px) {
  		
	.slider	{
		width: 3172px !important; 
		left: 0px;
		margin: 0px !important;
		padding: 0px !important;
		position: relative !important;
		list-style-type: none !important; */
		z-index: 1 !important; 
	}
	
	
	/* =Featured slider styles
	-------------------------------------------------------------- */
	/* change featured to featureddeal - start */
	#featureddeal {
		background:#EAEAEA; /* #D3D3D3 */
		border-bottom:1px solid #DDDDDD;
		margin-top:2px;
		padding-top:15px;
		height:280px !important;
		overflow:hidden;
	}
	
	.featureddeal-slider .gallery-c {
		height:280px !important;
	}

	.featureddeal-slider .slider li {
		float: left !important;
		margin-bottom: 20px !important;
		margin-right: 8px !important;
		margin-left: 8px !important;
		position: relative !important;
		max-width: 226px !important;
		width:226px !important;
  		height: 230px !important;
		-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
		-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
		-khtml-box-shadow 0 2px 0 -1px #CBD8D8;
		box-shadow: 0 2px 0 -1px #CBD8D8;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
		border: 1px solid #e6e8f2;  
		border-radius: 4px;
		list-style-type:none;	/* Added to get rid of dot */ 
	}
	.featureddeal-slider .slider li .wrapper {
		padding:15px 15px 20px 15px !important;
		border-top: 4px solid #FF9E4E;
		border-radius: 4px;
		text-align:center;
		height:180px !important;
	}
	.featureddeal-slider .slider li .wrapper:hover {
	/*	background:#F7F7F7; */
	}
	.featureddeal-slider .slider .image {  
		margin:auto; 
	/*  max-height:125px;
		max-width:125px; */
		line-height: 125px; /* needed to make the image vertically align */
		width:125px !important;
		height:125px !important;
		display:block !important;
		vertical-align:middle;
		text-align:center;
		padding:0;
		background-color:#fff;
	  
	/*	border:1px solid #d2d2d2; */
	/*	height:125px; */
		overflow:hidden;
	  
	/*	max-width:125px;
		width:auto;
		vertical-align: middle;
		height:125px;
		margin:0 0 20px;
		border:0;
		background-color:#fff;
		overflow:hidden;
		max-width:100%; 
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box; */
	}
	
	.featureddeal-slider .slider .image img {  
		max-height:110px !important;
		max-width:100%;
		vertical-align:middle; 
	/*  	width:125px;
		height:125px;
		display:block;
		text-align:center;
		padding:0;
		background-color:#fff; */
	  
	/*	border:1px solid #d2d2d2; */
	/*	height:125px; */
		overflow:hidden;
	  
	/*	max-width:125px;
		width:auto;
		vertical-align: middle;
		height:125px;
		margin:0 0 20px;
		border:0;
		background-color:#fff; */
		overflow:hidden;
	/*	max-width:100%; 
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box; */
	}


}

@media screen and (max-width: 960px) {
/*	.tb-hide-on-mobile { display:none; } */

}
  
@media screen and (max-width: 800px) {


	#fpsidebar {
		display:none;
	}
	#sidebar {
		display:none;
	}
	
	
	#header .holder-panel {
		display: none;
	}  
  
  
	.dealframe {
 		max-width: 800px;
		margin: 0 0;
		padding: 0px 0px;
	}	  
  
	.content-box .deal-image {
 	 	/* max-width: 125px; */
 		max-width: 125px;
 		max-height: 125px;
 	 	margin-bottom:10px;
 	 	border: 0;
  		overflow: hidden;
  		max-width: 100%;
 	}
	  
	.content-box .deal-content {
	  	padding: 10px 0 10px 0;
	}	 
	
	#header .holder-logo {
			  display:none !important;		  /* Make the top logo holder go away on mobile */
			}
		
	.frame, 
	.header_main_res, 
	#content-fullwidth, 
	#main, 
	#footer .bar-holder, 
	#footer .panel .panel-holder {
		width:auto;
	}
	
	#header .panel #nav {
/*		display:none; */
	}
	
	.tinynav {
		display:none; 
/*		display:inline-block; */
		margin:10px 0;
		min-width:200px;
	}
	
	#featured .featured-slider, 
	#featured .featured-slider .gallery-holder {
		width:auto;
		float:none;
	}
	
	#featured .featured-slider .gallery-holder {
		left:0;
		padding:0 36px;
		margin:0 auto;
	}
	
	#featured .featured-slider .slide {
		max-width:678px;
		margin:0 auto;
	}
	
	.featured-slider .link-l {
		left:0;
	}
	
	.featured-slider .link-r {
		right:0;
	}
	
	.featured-slider .slider li {
		width:auto;
	}	
	
	.featured-slider .slider li .wrapper {
		padding:19px 13px;
	}
	
	ul.store-thumb-list li {
		margin-right:15px;
		margin-bottom:15px;
	}
	
	#content, #sidebar {
		width:auto;
		float:none;
		margin-right:0;
		margin-left:0;
	}
	
	#content:after {
		display:table;
		content:"";
		clear:both;
	}
	
	#main {
		padding-bottom:20px;
	}
	
	#footer .panel .box, #footer .panel .sidebox {
		width:30%;
		padding-right:3%;
	}
	
	#footer .bar-holder ul {
		margin:0;
	}
	
	/* additional menu */
	body.responsive-menu .header_menu_res .tinynav {
		display:none; /* This hides the regular drop down Menu */
	}
	.header_top_res #nav {
		display:none; 
	}

	.header_menu_res {
/* This is the top header */
/*		padding:10px 10px 0; */
  		padding:0 0 0 0;
		width:auto;
  		z-index:101;
	}
	.responsive-menu .header_menu_res a.menu-toggle {
		display:block;
  		width:33px;
  		z-index:201;
		padding: 9px 8px 5px 8px;
	}

	.header_menu_res ul.menu {
		display:none; /* This one hides the css drop down Menu on small screen */
		float:none;
		margin-top:0;
/*		border-top:1px solid #fff; */
  		z-index:101;
	}
	div.adv_taxonomies, .header_menu_res ul.menu ul.sub-menu ul.sub-menu {
		display:none !important; 
	}
	.header_menu_res ul.menu li {
		float:none;
		margin:0 0 0 0;
/*		border-bottom:1px solid #fff; */
		z-index:1;
	}
	.header_menu_res ul.menu li a {
		border-radius:0;
		background:#168AC5; /*#6C3273; */
		z-index:100;
		padding:10px 15px;
	}
	
	.header_menu_res ul.menu ul.sub-menu {
		width:auto;
		position:static;
		border:0 none;
		float:none;
		margin:0;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		z-index:1;
	}
	.header_menu_res ul.menu > li:hover {
		background:#fff;
	}
	.header_menu_res ul.menu > li:hover > a {
		background:none;
	}
	.header_menu_res ul.menu ul.sub-menu li a {
		background:#f4f4f4;
	}
	
	body .header_menu_res .obtn {
		margin-top:10px;
	}

/* This is for small Title Logo - start */
	.header_menu_res #titlelogo {
	float:left;
	overflow:hidden;
	max-width:450px;
  	display:block;
  	vertical-align: top;
}

	.header_menu_res #titlelogo img {
	width:170px;
	position:absolute;
	left:50%;
	margin-left:-75px;
	margin-top:2px;
	}

	.header_menu_res #titlelogo a {
		color:white;
		text-decoration:none;
    	font-weight: bold;
	}

	.header_menu_res #titlelogo h1 {
  	position:absolute;
    left: 45%;
    width: 100px;
    margin-left: -45px;
   	line-height:42px;
	font-size:38px;
  	vertical-align: top;
  	z-index:1;
}
/* This is for small Title Logo - end */

/* This is for small search logo - start */

	#header .search-menu {
	  position: relative;
	  margin-bottom: 0;
	  padding: 14px 14px 14px 14px;
	  margin-right: 0;
	  float: right;
	  color: white;
	  font-size: 20px;
	}

/* This is for small search logo - end */

	#header .search-box, #logo {
		float:none;
		margin:0 auto 10px;
		width:auto;
		text-align:center;
	}
	
	#logo a, #logo img {
		display:inline-block;
		max-width:100%;
	}
	
	#header .search-box {
/*		display:block; */
/*		text-align:left; */
		position: relative;
		margin-bottom:0;
		margin-top: 3px;
		padding-bottom: 7px;
		margin-right:5px;
 		float: right;
		width:250px;
  
  		display: none; 
	}
	  
	  #header .search-box input {
		font-size: 16px;
		line-height: 20px;
		padding: 0 20px 0 9px;
		margin: 0;
		height: 30px;
		width: 100%;
		position: absolute;
		top: 6px;
		left: 0;
		z-index: 1;
		-webkit-border-top-right-radius:4px;
		-webkit-border-bottom-right-radius:4px;
		
/*		display: none; */
	  }  
	
	  
	#header .search-box .btn-submit {
	  background: none;
	  border: 0 none;
	  color: #666666;
	  margin: 5px 3px 0 5px;
	  font-size: 19px;
	  width: 21px;
	  height: 33px;
	  overflow: hidden;
	  float: right;
	  padding: 0;
	  line-height: 33px;
	  cursor: pointer;
	  z-index: 2;
	  position: relative;
	}

/* Featured Coupon */	
	.featureddeal-slider .featuredcoupons li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:24.57%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}	

/* Featured Coupon */	
	.featureddeal-slider .featuredcouponsfp li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:32.6%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}	


}


@media screen and (max-width: 731px) {

/* Featured Coupon */	
	.featureddeal-slider .featuredcoupons li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:32.75%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}	

/* Featured Coupon */	
	.featureddeal-slider .featuredcouponsfp li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:32.75%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}

}

@media screen and (max-width: 700px) {

		#main {
			margin: 10px auto;
		}
  
	  .content-box .deal-price {
			display:none;   
	  }
		  
	  .content-box .smalldeal-price {
		  display:inline;
		  text-align: left;
	  /*	font-size: 1.1em; */
		  margin-top: 0;
		  font-weight: 400;
		  margin-bottom: 10px;
		  color: #fd9927;
	  }  

	.content-box p.tag, .content-box .deal-button {
  		font-size: 13px;
  		font-weight: normal;
  		padding: 2px 20px 1px 23px;	 
  		margin: 0 0 0 0;
	}	
  
	.content-box .item-actions {
	  /* float: left; */
		float: right;
		/* width: 83px; */
		padding: 0;
		margin-left: 0;
		/* margin-left: 3%; */
		position: relative;
		height: 100%;
	}

	.couponAndTip .coupon-code-link {
		padding: 4px 0;
		text-align: center;
		display: block;
		font-size:13px;
		font-weight: normal;
	}  

	#featured .featured-slider .slide {
		max-width:452px;
	}

/* deal change */  
	#featureddeal {
		display:none;
	}

	.content-box .item-footer {
 		width: 455px;
 		clear: left;
  		margin-top: 0;
 		margin-left: 0;
	}
  
	.content-box .item-footer .dateposted{
		text-align:left;
		margin-left:0; 
		position: relative;
	}

	.content-box ul.social {
		display:none;
	}
	  

/* deal change */  
  
	.content-box .store-holder {
		width:140px;
	}
	
.content-box .store-holder .store-image {
	max-width: 125px;
    width: auto;
    max-height: 65px;
    height: auto;
    margin: 8px 0px 0px 0px;
/*    border: 1px solid #b7b7b7; */
/*    box-shadow: 1px 1px 1px #b7b7b7; */
    overflow: hidden;
    max-width: 100%;
    padding: 0px 3px 0px 3px;
    border-radius: 5px;
    vertical-align: middle;
}
	

/* deal change:store-holder start */
	.content-box .deal-holder {
		width:80px;
	}
/* deal change:store-holder end */
	
.content-box .deal-holder .store-image {
	max-width: 125px;
    width: auto;
    max-height: 125px;
    height: auto;
    margin: 8px 0px 0px 0px;
 /*   border: 1px solid #b7b7b7;
    box-shadow: 1px 1px 1px #b7b7b7; */
    overflow: hidden;
    max-width: 100%;
    padding: 0px 3px 0px 3px;
    border-radius: 5px;
    vertical-align: middle;
}
	

/* deal change:store-image start */
	.content-box .deal-image {
		height:auto;
	}
/* deal change:store-image end */

	.content-box .item-frame, 
	.content-box .store .info, 
	.coupon-main {
		padding-left:160px;
	}
/* deal change:coupon-main start */
	.content-box .item-frame, 
	.content-box .deal .info, 
	.deal-main {
/* jkt change */  
	margin-left:95px;
	padding:0 0 0 0;
	position:relative;
/* jkt change */ 	  
	  
/*  		margin-left:0;
		padding-left:160px; */
	}
/* deal change:coupon-main end */

	.couponAndTip .coupon-code-link i {
		display:none;
	}
	
	.content-box p.tag, .content-box .reports_wrapper {
		display:none;
	}

/* jkt change */
	.content-box p.tag, .content-box .deal-button {
/*		display:none; */
	}
/* jkt change */

	#content .wp-caption {
		max-width:95%;
	}
	
	#content .wp-caption img {
		max-width:95%;
	}
	
	#footer .panel .subscribe-form .text input {
		width:160px;
	}
	
	button.reg, button.forgot, button.login {
		margin-right:0;
	}
	
	li.description span.mceEditor {
		display:block;
		clear:right;
	}
	
}


@media screen and (max-width: 654px) {
  	
	.featureddeal-slider .relateddeals li {
		width: 32.75%;
	}  
	    
}
	

@media screen and (max-width: 640px) {
  	 
	  
	.featureddeal-slider .relateddeals li .wrapper {
	  padding: 5px 10px 20px 10px;
	  /* border-top: 4px solid #FF9E4E; */
	  border-radius: 2px;
	  text-align: center;
	  max-height: 175px;
	}		  
}
  	
  

@media screen and (max-width: 600px) {

/* Do not display bottom footer panel */
	#footer .panel .panel-holder {
		display:none;
	}


/* This is for small Title Logo - start */
	.header_menu_res #titlelogo {
	float:left;
	overflow:hidden;
	max-width:450px;
  	display:block;
  	vertical-align: top;
}

	.header_menu_res #titlelogo a {
		color:white;
		text-decoration:none;
    	font-weight: bold;
	}

	.header_menu_res #titlelogo h1 {
  	position:absolute;
    left: 43%;
    width: 100px;
    margin-left: -43px;
   	line-height:42px;
	font-size:38px;
  	vertical-align: top;
  	z-index:1;
}
/* This is for small Title Logo - end */
	  
	  
#logo {
	overflow:hidden;
	max-width:150px;
  	display:block;
  	vertical-align: top;
/*	text-align:center; */
}
#logo a, #logo img {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#logo h1 {
	clear:none;
	display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
	line-height:31px;
	font-size:31px;
  	vertical-align: top;
  	z-index:2;
}
#logo .description {
	padding-top:5px;
}	  
	  
	
	#header .search-box, #logo {
		float:none;
		margin:0 auto 10px;
		width:auto;
		text-align:center;
	}
	
	#logo a, #logo img {
		display:inline-block;
		max-width:100%;
	}
	
	#header .search-box {
/*		display:block; */
/*		text-align:left; */
		position: relative;
		margin-bottom:0;
		margin-top: 3px;
		padding-bottom: 7px;
		margin-right:5px;
 		float: right;
		width:250px;
	}
	  
	#header .search-box input {
	  font-size: 16px;
	  line-height: 20px;
	  padding: 0 20px 0 9px;
	  margin: 0;
	  height: 30px;
	  width: 100%;
	  position: absolute;
	  top: 6px;
	  left: 0;
	  z-index: 1;
	}  
	
	  
	#header .search-box .btn-submit {
	  background: none;
	  border: 0 none;
	  color: #666666;
	  margin: 5px 3px 0 5px;
	  font-size: 19px;
	  width: 21px;
	  height: 33px;
	  overflow: hidden;
	  float: right;
	  padding: 0;
	  line-height: 33px;
	  cursor: pointer;
	  z-index: 2;
	  position: relative;
	}
	  
	#header .panel {
		text-align:center;
	}
	
	#header .bar {
		margin:0 auto;
		float:none;
		clear:both;
		display:block;
	}
	
	#header .panel .add-nav {
		float:left;
	}
	
	#header .panel .add-nav li:last-child:after {
		content:"";
		margin-left:0;
	}
	
	#featured .featured-slider .slide {
		max-width:226px;
	}
	
	.content-box .item-frame, 
	.content-box .store .info {
		width:auto;
	}
	
	.coupon-main {
		padding:100px 0 0;
	}

/* deal change */  
	#featureddeal {
		display:none;
	}

	.content-box .item {
  		padding: 8px 7px 2px 7px;
	}
	
	#main h2 {
	  	font: 20px/21px Ubuntu, Helvetica, Arial, sans-serif;	
  	}
	.content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
/*  		line-height: 0.5em; */
	  	font: 18px/19px Ubuntu, Helvetica, Arial, sans-serif;
  		margin: 0 0 0;
	}
/* deal change */  

/* deal change:coupon-main start */
	.deal-main {
	  
/* jkt change */  
	margin-left:75px;
	padding:0 0 0 0;
	position:relative;
/* jkt change */
	  
/*		padding:100px 0 0; */
	}
/* deal change:coupon-main end */


/* deal change:store-holder start */
	.content-box .deal-holder {
		width:65px;
	}
		
.content-box .store-image {
	max-width: 125px;
    width: auto;
    max-height: 25px;
    height: auto;
    margin: 8px 0px 0px 0px;
/*    border: 1px solid #b7b7b7;
    box-shadow: 1px 1px 1px #b7b7b7; */
    overflow: hidden;
    max-width: 100%;
    padding: 0px 3px 0px 3px;
    border-radius: 5px;
    vertical-align: middle;
}
	
	
/* deal change:store-holder end */
	
	.content-box  .item .store-holder .store-image {
		width:180px;
		height:110px;
		margin:0 auto;
	}

/* deal change:store-holder start */
	.content-box  .item .deal-holder .deal-image {
		width:60px;	
		max-height:120px;	
		margin:0 0;	 
	}
/* deal change:store-holder end */


	.content-box .item-actions {
		float:none;
		width:auto;
		clear:both;
		margin:0;
	}
	
	.content-box .item-actions .thumbsup-vote {
		float:right;
	}
	
	.content-box .item-actions {
	  /* float: left; */
		float: right;
		min-width: 110px; */
		padding: 0px 10px 0px 10px;
		margin-left: 0;
		/* margin-left: 3%; */
		position: relative;
		height: 100%;
	}

	.couponAndTip .coupon-code-link {
		padding: 5px 0 4px 0;
		text-align: center;
		display: block;
		font-size:13px;
		font-weight: normal;
	}

	.content-box .item-actions p.time-left,
	.content-box .item-actions div.expired-coupon-info {
		width:200px;
		float:left;
		clear:none;
		padding-top:0;
	}
	
	.content-box .item-footer {
		width:auto;
	}
	
	p.meta, 
	p.comment-count {
		float:none;
	}
	
	.comments-list {
		margin-right:0;
	}
	
	#respond {
		float:none;
		margin:0;
	}
	
	#respond p.comment-text {
		float:none;
		margin-right:0;
		width:auto;
	}
	
	.comments-box .comments ul {
		padding-left:10px;
	}
	
	span.date-wrap i , 
	.comments-list p.links i {
		display:none;
	}
	
	#couponForm label, #loginForm label, #commentForm label, .commentForm label, #coupon-fields .featured-head h3 {
		text-align:left;
		margin-bottom:5px;
	}
	
	#couponForm p.tip {
		padding-left:0;
	}
	
	#loginForm span.description, 
	button.profile {
		margin-left:0;
	}
	
	.loginForm .strength-meter {
		margin-left:0;
		max-width:100%;
	}
	
	div.invalid {
		margin-left:0;
	}
	
	li#rememberme, 
	li#lostpass, 
	li#register, 
	li#facebook {
		margin-left:0;
	}
	
	.couponList {
		margin:0;
		border-top:medium none;
	}
	
	.page-template-tpl-user-orders-php .couponList {
		margin:0;
	}
	
	.couponList .col2 {
		padding-left:10px;
		padding-right:0;
	}
	
	.couponList .col1, 
	.couponList .col3 {
		display:none;
		padding-bottom:0;
		border-bottom:none;
	}
	
	#footer, 
	#footer .panel, 
	#footer .panel .panel-holder {
		height:auto;
	}
	
	#footer .panel .box, #footer .panel .sidebox {
		width:auto;
		padding:20px 10px;
		margin:0;
		border-bottom:5px solid #2DAACD;
		float:none;
	}
	
	.header_menu_res {
		text-align:center;
	}
	.header_menu_res a.menu-toggle {
/*		margin-bottom:10px; */
		text-align:left;
	}
	.header_menu_res ul.menu {
		margin-top:10px;
		margin-bottom:10px;
		text-align:left;
	}
	.tinynav {
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	
	.header_menu_res .obtn {
		margin:0 auto 10px;
		float:none;
	}
	
}

@media screen and (max-width: 555px) {
  	
	.featureddeal-slider .relateddeals li {
		width: 32.60%;
	}    
	  
}

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

/* Featured Coupon */	
	.featureddeal-slider .featuredcoupons li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:49.3%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}	

/* Featured Coupon */	
	.featureddeal-slider .featuredcouponsfp li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:49.3%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}	


}

	
@media screen and (max-width: 520px) {
  	
	.featureddeal-slider .relateddeals li .wrapper {
	  padding: 5px 10px 30px 10px;
	  /* border-top: 4px solid #FF9E4E; */
	  border-radius: 2px;
	  text-align: center;
	  max-height: 175px;
	}	
	
/* Featured Coupon */	
	.featureddeal-slider .featuredcoupons li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:49.1%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}	

/* Featured Coupon */	
	.featureddeal-slider .featuredcouponsfp li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:49.1%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}	
	
}
		
@media screen and (max-width: 455px) {
  	
	.featureddeal-slider .relateddeals li {
		width: 49.10%;
	} 	
		  
	.featureddeal-slider .relateddeals li .wrapper {
	  padding: 5px 10px 10px 10px;
	  /* border-top: 4px solid #FF9E4E; */
	  border-radius: 2px;
	  text-align: center;
	  max-height: 175px;
	}			  
}
		
		
@media screen and (max-width: 455px) {
  	  
	.featureddeal-slider .relateddeals li .wrapper {
	  padding: 5px 10px 20px 10px;
	}			
	
/* This is for small Title Logo - start */
	.header_menu_res #titlelogo {
	float:left;
	overflow:hidden;
	max-width:450px;
  	display:block;
  	vertical-align: top;
}

	.header_menu_res #titlelogo a {
		color:white;
		text-decoration:none;
    	font-weight: bold;
	}

	.header_menu_res #titlelogo h1 {
  	position:absolute;
    left: 42%;
    width: 100px;
    margin-left: -41px;
   	line-height:44px;
	font-size:36px;
  	vertical-align: top;
  	z-index:1;
}
/* This is for small Title Logo - end */
  
}		


@media screen and (max-width: 400px) {

/* Featured Coupon start */	
	.featureddeal-slider .featuredcoupons li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:49%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}
/* Featured Coupon end */

/* Featured Coupon start */	
	.featureddeal-slider .featuredcouponsfp li {
	    float: left;
	    margin-bottom: 1px;
	    margin-right: 1px;
	    margin-left: 0px;
	    position: relative;
	/*    max-width: 210px; */
	  	width:49%;
		background: #FFFFFF;
	/*    border: 1px solid #c7c7c7; */
	    border: 1px solid #e6e8f2;
	  	border-radius: 4px;
	  	list-style-type:none;	/* Added to get rid of dot */ 
	}
/* Featured Coupon end */

	
	.content-box .hide-break {
	  display:inline;
	  text-align: left;
	/*	font-size: 1.1em; */
	  margin-top: 0;
	  font-weight: 400;
	  margin-bottom: 10px;
	  color: #fd9927;
	} 
		  
	.featureddeal-slider .relateddeals li {
		width: 49%;
	} 	  
	  		 			  	
	#logo img {
		margin:0 auto;
	}
	
	p.meta span {
		display:block;
		margin-bottom:5px;
	}
	
	.blog .content-bar i.fa-folder-open {
		margin-left:0;
	}
	
	.user-bar a.btn {
		display:none;
	}
	
	#content .tags, 
	#content .stats , 
	.user-bar .inner-social {
		line-height:normal;
		clear:both;
		float:none;
		margin-bottom:5px;
	}
	
	
	.content-box .head-box {
  
		min-height: 75x;
	  
	}
	
	.content-box  .item .store-holder {
		text-align:center;
		margin-bottom:5px;
		min-height:0;
		position:static;
		width:auto;
		float:none;
		max-width:none;
	}

/* deal change */  


	#fpsidebar {
		display:none;
	}

	#featureddeal {
		display:none;
	}
  
	.content-box .item-footer {
 /* 		display:none; */
	}  	
	  
	.content-box ul {
/*		display:none; */
	}
	
	.content-box .deal-content {
	  	margin: 10px 0 7px -80px;
	}
	
	.content-box .deal-content {
/*		display:none; */	
	}

	.content-box .deal-contentfront {
		display:none;
	}

	.content-box .deal-excerpt {
/*		display:none; */
	}
		
	.content-box .inner-social {
		display:none;
	}		
	
	.content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
/*  		line-height: 0.5em; */
	  	font: 15px/19px Ubuntu, Helvetica, Arial, sans-serif;
  		margin: 0 0 0;
	}

	.content-box .item .item-holder .head-box {
  		min-height:65px;
	}
	
	.content-box .deal-price {
  		margin-bottom:0;
	}	

/* deal change */ 

/* deal change:store-holder start */
	.content-box .deal-holder {
		width:65px;
	}
/* deal change:store-holder end */
	
	.content-box  .item .store-holder .store-image {
		width:180px;
		height:110px;
		margin:0 auto;
	}

/* deal change:store-holder start */
	.content-box  .item .deal-holder .deal-image {
		width:60px;	
		max-height:95px;	
		margin:0 0;	
/* 		margin:0 auto;	*/
  
/*		max-width:125px;
		width:auto;
		max-height:125px;
		margin-bottom:5px;
		border:0;
		overflow:hidden;
		max-width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;  */
  
	}
/* deal change:store-holder end */


/* deal change:store-image start - THIS IS AN ADDITION */
#content .content-box .item .deal-holder .deal-image img {
	width:70px;
	border:0;
	padding:0;
	max-width:100%;
}
/* deal change:store-image end */	
	
	.content-box  .item .store-holder .store-name {
		margin-top:0;
		font-size:12px;
		text-align:center;
	}

/* deal change:store-holder start */		
	.content-box  .item .deal-holder .deal-price {
		margin-top:0;
		font-size:8px;
		text-align:center;
	}
		
/* deal change:store-holder end */	
		
	.content-box .item-frame, 
	.content-box .store .info {
		padding-left:0;
	}
	
	.content-box .store .store-holder {
		display:none;
	}
		

/* deal change:store-holder start */		
	.content-box .deal .deal-holder {
/*		display:none; */
	}		
/* deal change:store-holder end */		
		
	.content-box .item-actions p.time-left, .content-box .couponAndTip, 
	.content-box .item-actions div.expired-coupon-info  {
/*		width:115px; */
	}

	
	.content-box .item-actions p.time-left {
		margin-top:10px;
	}
	
	#content .content-box ul.social li.stats {
		display:none;
	}
	
	.head .counter, .head .counter-red {
		padding:0;
		margin:0;
		float:none;
		clear:both;
	}
	
	.comments-box .items .rt img.avatar {
		display:none;
	}
	
	.comments-box .comments .bar, 
	.comments-box .comments .items p, 
	.comments-mini p {
		margin-left:0;
	}
	
	span.date-wrap {
		display:block;
		clear:both;
		float:none !important;
	}
	
	.couponList th.col4, 
	.couponList th.col5 {
		display:none;
	}
	
	.couponList tr:hover {
		background:none
	}
	
	.couponList tr:after {
		content: " "; /* Older browser do not support empty content */
		visibility: hidden;
		display: block;
		height: 0;
		clear: both;
	}
	
	.couponList .col2, 
	.couponList td.col4, 
	.couponList td.col5 {
		display:block;
		width:auto;
		max-width:100%;
		text-align:left;
		border-bottom:medium none;
		padding-bottom:0;
	}
	
	.couponList td.col5 {
		border-bottom:1px solid #EEEEEE;
		padding-bottom:10px;
	}
	
	#couponForm p.info {
		padding-left:0;
		clear:both;
	}

/* deal change:store-image start */
	.content-box .deal-image {
		height:auto;
    	max-height: 65px;		
	}
	
}


@media screen and (max-width: 360px) {
  	
	.featureddeal-slider .relateddeals li .wrapper {
	  padding: 5px 10px 25px 10px;
	  /* border-top: 4px solid #FF9E4E; */
	  border-radius: 2px;
	  text-align: center;
	  max-height: 175px;
	}	
	  
	#header .search-box {
	  width: 68%;
		
	}		  
}


/* custom css */
	
.content-box .dateposted{
	text-align:left;
  	position: relative;
  	padding: 3px 0 5px 0;
  	margin-bottom: 0;
/* 	color: #626262; */
 	color: #747474;
}	
	
	.content-box .deal-content {
	  	padding: 5px 0 5px 0;
	}		
	
	.content-box .deal-contentfront {
		padding: 10px 0 0 0;
	}
	
.small-dealbutton {
	text-align:left;  	
  	padding: 0 0 17px 0;
	}

.small-dealbuttonfront {
	text-align:right;  	
  	padding: 8px 0 3px 0;
	}

.deal-button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	padding:8px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.deal-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.deal-button:active {
	position:relative;
	top:1px;
}

.new-article { 
background: #feffdd;
padding: 3px;
border: 1px solid #eeefd2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-left:5px;
font-size: small;
font-weight: bold;
}


.thetags {
    margin-top: 6px;
    padding: 0;
}

.thetags a {
	border: 1px solid #e1e1e8;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 3px;
    max-width: 90%;
    padding: 3px 7px;
    color: #7d7d7d;    
}