/*
Theme Name: coupons
Theme URI: https://bestbuyclicks.com
Description: Child Theme
Author: bestbuyclicks.com
Author URI: https://bestbuyclicks.com
Template: main
Version: 4.0.1
*/

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;
}
body {
	line-height:1;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-weight:normal;
	margin-bottom:10px;
}
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;
	color:#444;/*#19AACF;*/
	text-decoration:none;
}
a:hover {
	text-decoration: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
-------------------------------------------------------------- */

/*ee html, body {
	height:100%;
}*/
html {
  height: 100%;
  /*width: 100%;*/
}
body {
	margin:0;
	color:#555655;
	font:12px/18px Ubuntu, Helvetica, Arial, sans-serif;
	background:#F5F5F5;
	height: 100%;
  /*min-width: 100% !important;*/
	/*ee background:url('../../uploads/site/495.jpg') no-repeat right center !important; ek*/
}
p {
	margin:0;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
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;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], select, textarea {
	font-family:Ubuntu, Arial, Helvetica, sans-serif;
	border:2px 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:bold;
}
.content-box .iconfix h3 i {
	font-weight:normal;
	font-size:24px;
}
.iconfix a {
	color:inherit !important;
	text-decoration:none;
}
.iconfix a:hover {
	/*ee rmv text-decoration:underline;*/
}

/* =Main framework styles
-------------------------------------------------------------- */
.box-t, .box-b {
	display:none !important;
}
#wrapper {
	height:100%;
	display: grid; /*ee ek*/
}
.bg {
	display:none;
}
.frame {
	width:940px;
	margin:0 auto;
	padding:0 10px;
}
#header {
	width:100%;
	background:#B32D7C;/*#0097AC;#D60F54;#E40046;*/
	display: inline-table;
}
#header .holder {
	width:100%;
}
#header .holder-panel {
	background:#E40046;/*ee#323232;*/
}
#header .holder-logo {
	/*padding:14px 0;*/
}
#header .mainbrd a {
	color:#fff; /*#999;*/
	text-decoration:none;
	font-size: 13px;
}
.header-bar { 
	/*ee ek*/
    padding: 0px 5px;
	line-height: 60px;
	height: 60px;
	color: #fff;
}
#header .mainbrd a:hover, #header .mainbrd .active > a {
	color:#fff;
}
.mainbrd { float: right; }
#main {
	margin:20px auto;
	overflow:visible;
	position:relative;
	width:940px;
	padding:0 10px;
}
#main:after {
	content:"";
	display:block;
	clear:both;
}
#content {
	width:700px;
	/*float:left;
	margin:0 10px 0 0;*/
}
/*ee ek************/
#contentst {
	width:700px;
	float:left;
	margin:0 10px;
}
#contentm {
	width:960px;
	/*float:left;*/
	margin:0 1px;/*ee 0 10px*/
}
/*ee ek-*/
#content-fullwidth {
	width:100%;
	margin:0;
}
#sidebar {
	/*width:220px;
	float:right;
	margin:0 0 0 10px;*/
	position:relative;
	display:inline;
}
.loginp {
	width: 360px !important;
	margin: 0px auto;
}
.sidebox {
	width:220px;
}
#footer {
	display: inline-table;
	position:relative; /*ee edit early absolute*/
	width:100%;
	font-size:12px;
	line-height:20px;
	border-top:5px solid #B32D7C; /*#D60F54#3A9BC2;#2DAACD;*/
	background:#fff;
	/*bottom:0;*/
	align-self:end;
}

/* tinynav navigation menu */
.tinynav { margin:10px 0; display:none; float:left; font-size:16px; color:#666666; }

/* =Utility styles
-------------------------------------------------------------- */
.top {
	display:block;
	text-align:right;
	width:40px;
	float:right;
}
.top a, .content-box h2.stores a, .content-box h2.categories a, .content-box h2.brands 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-box h2.brands 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, .content-box h2.brands a:hover {
	text-decoration:none;
	opacity:1;
}
.content-box h2.stores a, .content-box h2.categories a, .content-box h2.brands a {
	float:right;
}

/*ee ek******/

.mfix { margin: 0px !important; }
.pfix { padding: 0px !important; }
.mpfix { margin: 0px !important; padding: 0px !important; }
/*.expmfix { margin: 0px !important; }*/
#grid{ display: grid; }
.imgfix {
 border:none !important;
 /*border-style:none;*/ 
}
.afix {
 border:none;
 outline:none;
 text-decoration: none;
 }
.clr555 a{
	color:#555 !important;
}
.ext {
	color:#333; /*color:#29B4A6;*//*site original light blue*//*#19AACF;*/
}
.ext:after{
    font-family: 'FontAwesome';
    content: "  \f08e";
	font-size: 0.7em;
	margin: 0 2px;
	vertical-align: top;
}
.fsti{ font-style:italic; }
.fwb{ font-weight: bold !important; }
 
/*ee note:ajax conflict.. a:not( [href*='bestbuyclicks.com'] ):not( [href^='#'] ):not( [href^='/'] ):after { font-family: 'FontAwesome'; content: " \f08e"; font-size: 0.75em; vertical-align: top; } */
a[target="blank"]:after/*, a[target="_blank"]:after*/{
    font-family: 'FontAwesome';
    content: "  \f08e";
	font-size: 0.75em;
	vertical-align: top;
}

.brtopc8 { border-top: 1px solid #CBD8D8; }
.fs08em{ font-size: 0.8em; }
.fs10{ font-size:10px !important; }
.fs12{ font-size:12px !important; }
.fs13{ font-size:13px !important; }
.fwb{ font-weight: bold; }
.marb10 { margin-bottom: 10px !important;}
.marb20 { margin-bottom: 20px !important;}
.marb15t5 { margin-bottom: 15px; margin-top: 5px; }
.marb50 { margin-bottom: 50px; }
.marl10 { margin-left: 10px !important;}
.marl120 { margin-left: 120px !important;}
.marr3n { margin-right: -3px; }
.marr20 { margin-right: 20px; }
.marr40 { margin-right: 30px; }
.marr85 { margin-right: 85px; }
.marl15nr15n { margin-right: -15px; margin-left: -15px; }
.mart0 { margin-top: 0px !important; }
.mt2n { margin-top: -2px !important; }
.mt10n { margin-top: -10px !important; }
.martb5 { margin: 5px 0; }
.mart10 { margin-top: 10px !important;}
.mart20 { margin-top: 20px !important;}
.marb0to20m768{ margin-bottom: 0px; }
.marb0to35m768{ margin-bottom: 0px; }
/*.mart32 { margin-top: 32px; }*/
.di { display: inline !important; }
.db { display: block !important; }
.dib { display: inline-block !important; }
.disptonone700 {}
.disptonone600 {}
.fll { float:left !important;}
.fllmr10 { float:left; margin:0 10px 0 0; }
.fllw220mr10 { float:left; width: 220px; margin:0 10px 0 0;}
.flr { float:right !important; }
.flrml10 { float:right; margin:0 0 0 10px; }
.flrw220ml10 { float:right; width: 220px; margin:0 0 0 10px; }
.flrtofllscr960 { float:right; }
.flltoflrscr960 { float:left; }
.flrtofllscr1140{ float:right; }
.flrrtonm768{ float:right !important; }
.h10{height:10px;}
.h20{height:20px;}
.h25{height:25px;}
.h35{height:35px;}
.h40{height:40px;}
.h50{height:50px;}
.h60{height:60px;}
.h100{height:100px;}
.h15n{margin:-15px;}
.h200{height:200px;}
.hmin16 {min-height: 16px;}
.h100mxhoh { max-height:100px; overflow:hidden; }
.ovhid{ overflow:hidden; }
.txtrtocm768{ text-align: right !important; }
.txtinhtocm768{ text-align: inherit; }
.vflexcenter{ display: flex !important; justify-content: center; align-items: center; height: 100%; }
.vflexctrtodib768{ display: flex !important; justify-content: center; align-items: center; height: 100%; }
.w110px{ width: 110px !important; }
.w7{ width: 7%; }
.w21{ width: 21%; }
.w20fl{ width: 20%; float:left; }
.sb3blocks, .sb4blocks, .sb5blocks { /*padding:0px 3px;*/width:100%; float:left; }
.w30{ width: 30%; }
.w40{ width: 40%; }
.w40frmtop30{
    width: 40%;
    float: right;
    margin-top: 30px;
}
.w50fl {
	width:50%;
	float:left;
}
.w70 { width:70%; }
.w70to100scr960 { width:70%; }
.w70to100scr1140 { width:70%; }
.w90 { width:90%; }
.w100 { width:100% !important; }
.wauto { width:auto !important; }
.w300pfl {
	width:300px;
	float:left;
}

.pboxfw50fl{ width:50%; float:left; }
.pboxfw70fl{ width:70%; float:left; }
.sngscal33fl{ width:33.333%; float:left; }
.sngscal { width:70%; }
.sfilter { padding:10px; }
/*.vmiddle { position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
 }*/
/*.sfilter h2{ padding:10px; }*/

/*.content-box ul.social .savewdgt {*/
.savewdgt {
	margin-top:8px;
	display:none;
	position: absolute;
    z-index: 999;
	background-color: #FFFFFF;
}
.greend  { color:#4CA837; }
.greendi  {
	color:#4CA837;
	font-style:italic;
}
.greeni { color:#008000; }


.grayli  {
	color:#9C9C9C;
	font-style:italic;
}
.reddi  {
	color:#C0392B;
	font-style:italic;
}
.redt  {
	color:#C0392B;
}
.redtlt  {
	color:#C0392B;
	text-decoration: line-through;
}
.grayt,.grayt a { color:#9C9C9C;}
.grayt a:hover { text-decoration:underline;}
.graytlt  {color:#9C9C9C; text-decoration: line-through; }
.border1pxcrad3px{
	border: 1px solid #ccc;
	border-radius:3px;
}
.backclrwhite { background-color: #FFFFFF; }
.breadcrumbs { display: inline; }
.divider { text-align:center; }
.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:45%;
}
.slogincontr { width: 100%;     
text-align: center;
font-size: 16px;
margin-bottom: 20px;
}
.slogincontr  span{ 
line-height: 30px;
}
.slogin {
display: inline-block;
}
.box-shadow {
moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
.singleheader { width: 100% !important; display: inline-block !important; margin: 5px 0px 10px; }

.leftabs15 { left:15px !important; }

/*ee ek end*/


.text-left { 
	text-align:left !important;
}
.text-center {
	text-align:center !important;
}
.text-right {
	text-align:right !important;
}
.pad5 {
	padding:5px 0;
}
.pad10 {
	padding:10px 0;
}
.pad10all {
	padding:10px;
}
.padlr15 { padding:0px 15px; }
.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:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	/*font-size:12px;*/
	padding:10px 25px;
	text-decoration:none;
	text-transform:uppercase;
	background:#151212;/*#00A8C0; green #2BBBAD #19AACF;*/
	font-weight:bold;
	border:medium none;
	font-family:Ubuntu, Helvetica, Arial, sans-serif;
	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 {
	transition: opacity 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-ms-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	-moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	text-decoration:none;
}
.btn:active {
	position:relative;
	top:1px;
}
.btn.small,
.reports_submit,
.comment-reply-link,
.subscribe-form .btn-submit,
.wp-hide-pw,
.wp-cancel-pw,
.wp-generate-pw {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3x;
	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:center;
	margin-bottom:20px;	
	clear:both;*/
	float:left;
	margin-top:1px;
}
div.expired-coupon-info {
	display:none;
}

div.expired-coupon-info.iconfix {
	text-transform:uppercase;
	text-align:center;
	color:#333;
	background:#ccc;
	margin-bottom:10px;
	display:block;
}

#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;
	padding:10px 0 0;
	list-style:none;
	font-size:14px;
	/*ee 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 .mainbrd li {
	float:left;
	/*margin-right:15px;*/
	position:relative;
	z-index:999;
}
#header .mainbrd li  a {
/*text-transform:uppercase;*/
font-size: 13px;
display: inline-block;
/*-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
background: #D97E9A;
padding: 10px;*/
}
#header .mainbrd li :hover {
color:#333333;
}
/*ee #header .mainbrd li:after, #header .mainbrd .add-nav li:last-child:after {
	color: #4F4F4F;
    content: "|";
    font-size: 15px;
    line-height: 1.11111em;
    margin-left: 10px;
    vertical-align: -1px;
}
#header .mainbrd li:last-child:after {
	content:"";
	margin-left:0;
}ee-*/

/*#nav li.menu-arrow a {
	padding-left:30px;
}*/
#nav li {
	padding-bottom:10px;
}
#header .mainbrd ul.menu ul.sub-menu {
	display:none;
	position:absolute;
	/*width:auto;*/
	z-index:998;
	top: 58px;
	left: 7px;
	/*left:-5px;*/
	-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;
	background: #fff;
	padding: 6px;
}
#header .mainbrd ul.menu ul.sub-menu:before {
	content: "\f0d8";
    display: block;
    font-family: FontAwesome;
    color: #fff;
    font-size: 24px;
    height: 24px;
	margin: -39px 0 0 0;
font-size: 24px;
height: 24px;
float: right;
}
#header .mainbrd ul.menu li:hover ul.sub-menu {
	display:block;
}
#header .mainbrd ul.menu ul.sub-menu li {
	margin:0;
	width: 70px;
    padding-left: 6px;
    line-height: 26px;
    height: auto;
}
#header .mainbrd ul.menu ul.sub-menu li:hover {
	margin-top:0;
}
#header .mainbrd ul.menu ul.sub-menu li:after {
	content:"";
	margin:0;
	padding:0;
}
#header .mainbrd ul.menu ul.sub-menu li a {
	text-align:left;
	color:#333333;/*#4F4F4F;*/
	font-size: 12px;
}
#header .mainbrd ul.menu ul.sub-menu li a:hover {
	color:#19AACF;
}
#header .mainbrd ul.menu ul.sub-menu li ul.sub-menu {
	display:none;
	left:177px;
	margin:-2px 0 0 0;
	top:2px;
}
#header .mainbrd ul.menu ul.sub-menu li:hover ul.sub-menu {
	display:block;
}
#header .bar {
	float:right;
	display:inline;
   line-height: 56px;
height: 56px;
}

#header .mainbrd .bar li {
	margin:2px 6px 0 0;
	line-height: 58px;
	height: 58px;
}
#header .mainbrd .bar li:after {
    margin-left: /*5*/8px;
}
#header .add-nav {
	/*margin:5px 0;
	margin-top: -2px;
	font-size:11px;*/
	padding:0;
	list-style:none;
}
#header .add-nav span {
width: 21px;/*23*/
height: 21px;/*23*/
border-radius: 50px;
background-color: #333333;
text-align: center;
margin-top: 17px;
font-size: 8px;/*9*/
display: inline-block;
line-height: 21px;/*23*/
padding: 4px 2px 0px 2px;/*3px 2px 1px 2px*/
}
/* =Header social icon styles
-------------------------------------------------------------- */

#header .social {
	margin:10px 0px 0px 5px;/*ee 10px 0;*/
	padding:0;
	list-style:none;
	float:right;
	font-size:16px;
	/*ee line-height:20px;*/
}
#header .social li a, .rss-link {
	float:left;
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:14px;
	height:20px;
}
#logo {
	float:left;
	/*ee r overflow:hidden;*/
	padding: 12px 50px 0px 0px;
	width:150px;/*142*/
}

#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:30px;
	font-size:24px;
}
#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;
}
/*ee ek*
.hdruser {
    width: 27px;
    height: 27px;
    border-radius: 50px;
    background-color: #333333;
	text-align: center;
    color: #fff;
	padding-top:2px;
    font-size: 24px;
    display: inline; 
}
.hdruser:before {
    content: "\f007";
}
.hdruser:before {
	content: "\f1fb";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin-right:5px;
	font-size:20px;
	color:#FFA851;
}
ee ek-*/

/* =Search box styles
-------------------------------------------------------------- */
#header .search-box {
    display:inline-block; /*inline;*/
    float: left;
    width: /*380*/370px;
    padding-top: 12px;
}
/* ee rmvd
#header .search-box input {
    border: 0 none;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    padding:0 0 0 40px;
	margin:0;
	height:36px;
	background: #FFFFFF !important;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	-webkit-appearance: textfield;
}
#header .search-box input:focus {
	border: 0 none;
}
#header .search-box .btn-submit {
	background: none;
    border: 0 none;
    color: #666666;
    margin: 0 10px;
	font-size:21px;
	width:22px;
	height:36px;
	overflow:hidden;
	float:left;
	padding:0;
	line-height:36px;
	cursor:pointer;
	z-index:2;
	position:relative;
}
#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('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
-------------------------------------------------------------- */
#featured {
	/*background:#fff;*/
	border-bottom:1px solid #CBD8D8;
	padding-top:35px;
	height:/*375*/430px;
	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:-30px;/*-8*/
}
.featured-slider .slider li {
	width: 19%;
	padding:14px;
    float: left;
    margin-bottom: 20px;
   margin-right: 1%;/*6px;*/
   /*margin-left: 0.5%;*//*6px;*/
    position: relative;
    /*width: 212px !important;*/ /*ee220-- 200*/
	/*-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;*/
	-moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	/*border: 1px solid #CBD8D8;*/
	background: #FFFFFF;
	height: 338px !important; /*ee ek*/
}
.featured-slider .slider li .wrapper {
	/*padding:14px;*/
	/*text-align:center;*/
	height:/*ee 257*/320px;
	width:auto;/*188px;*/
	color:#555655;
}
.featured-slider .slider li .wrapper:hover {
	/*ee r background:#F7F7F7;*/
}
.featured-slider .slider .image {
	margin:0 0 8px;
	padding:0;
	/*ee r background-color:#fff;
	border:1px solid #d2d2d2;*/
	height:188px; /*ee 110*/
	overflow:hidden;	
	position: relative;
}
.featured-slider .slider .image img{ /*ee ek*/
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;;
}

.featured-slider .slider h3 {
	/*ee r text-align:center;*/
	font-size:14px;
}
.featured-slider .slider h3 a {
	text-decoration:none;
	color:#555655;
}
/*ee ek***/
.ftitemtop {
	padding-bottom:12px;
	height:282px;
	overflow:hidden;
}
.gritemtop {
	padding-bottom:12px;
	height:282px;
	overflow:hidden;
}
.featured-slider .slider p {
	color: #555655;
}
.featured-slider .slider .pth {
	text-decoration: line-through;
    font-weight: normal;
}
/*ee ek-**/
.featured-slider .slider .store-name {
	/*ee r text-align:center;*/
	margin-bottom:/*ee 20*/8px;
	clear:both;
	color:#9C9C9C;
	font-style:italic;
}
.featured-slider .slider .store-name a {
	color:inherit;
	/*ee r 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(images/sprite.png) no-repeat scroll -150px 0 transparent;
	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(images/sprite.png) no-repeat scroll -200px 0 transparent;
	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 .store h1,
#content .content-box .blog h1 a {
	text-decoration:none;
}
#content .content-box .blog h1 a:hover {
	text-decoration:underline;
}
#content-fullwidth .content-box .box-holder {
	position:relative;
	margin:0;
}

.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 20px;
	position:relative;
	height:1%;
}
.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-box .head:after {
	content:"";
	display:table;
	clear:both;
}
.content-box .head h2 {
	float:left;
}
.head .counter, .head .counter-red {
	float:right;
	/*margin:0;*/
	padding: /*9px 20px*/3px 4px 0px 10px;
	font-size:14px;
	/*line-height:22px;*/
	color:#9C9DA9;
}
.head .counter span {
	color:#B32D7C;
	font-weight:bold;
}
.head .counter a {
	/*color:#008000;*/
	font-size: 13px;
}
.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;
}

/*ee ek***/
.content-box .pricebox { 
color: #C0392B;/*#D84136;*/
font-weight: 700;
font-size: 13px;
margin-top: 12px;
}
.content-box .grid .pricebox { margin:8px 0 16px; height:37px; }
.content-box .infos{ margin-top: 10px; }
.content-box .infos ul{ margin: 0px; padding: 0px; }
.content-box .infos ul li{list-style-type: none;
line-height: normal; }
.content-box .infos li:before{ font-family:FontAwesome;
	margin-right:5px;
	content: "\2022"; 
}/*dot \22c5*/
.dprice { font-size: 16px; margin-right: 5px; }
.rprice {
	color:#9C9C9C;/*#D84136;*/
	font-weight: 400;
	text-decoration: line-through;
	vertical-align: top;
    margin-right: 5px;	
}
.rprice.aoff { text-decoration: none; }
.content-box  .pricebox .fship{ font-size: 14px; }

/*.content-box .itemFooter {
}*/
.content-box .grid .itemFooter {
    margin:0px auto;
	border-top: 1px solid #CBD8D8;
    padding-top: 12px;
}
/*.content-box .grid .itemContainer {
    height:360px;
	min-height:334px;
    padding: 12px;
}
*/
.csbtn,.dsbtn, .psbtn  { padding: 0px; height: 20px; text-align:center; width: 100%; font-size:14px;/*1.2em;*//*margin-bottom: 4px;*/ }
.cbbtn,.dbbtn, .pbbtn { font-size:16px;/*1.6em*/ font-weight:normal; text-align:center; text-transform:none; padding: 8px 0px; width: 100%; }
/*.dsbtn, .dbbtn { background:#6ABE59; }*/
.psbtn, .pbbtn { background:#151212; } /* morello #D60F54; */
.csbtn, .cbbtn, .dsbtn, .dbbtn { background:#00a8c0; } /*green 19AACF;*/
.bullsep{ text-align:center; margin: 0px 7px; }

.item .centertop {
   /* font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;*/
}
.txtmarker {
    /*color: #fff;
    padding: 0 4px;
	line-height: 12px;*/
    font-style: normal;
	border-radius: 5px !important;
    font-weight: normal !important;
	display: inline-block;
}
.item .centertop span { margin-right: 5px; }
.txtmarker.ctype { color: #19AACF; }
.txtmarker.blue { color: #19AACF; /*color:#1071b3;*/ }
.txtmarker.green { color:#477400; }
.txtmarker.red { color:#810015; }
.txtmarker.gray { color:#4c4c4c; }
.txtmarker.orange { color:#bb3602; }
/*.txtmarker.green:before {
	font-family:FontAwesome;
	margin-right:3px;
	content: "\2022"; 
}*//*dot \22c5*/

/*ee ek-*/

.content-box .item {
	background: #FFFFFF;
	margin-bottom:20px;
	clear:both;
	padding: 12px 5px 12px 5px; /*ee note: last 20px 5px 12px; as 20px;/
	position:relative;
	/*ee ek*/
	border-radius:3px;
	box-sizing:border-box;
	display:inline-block;
	width:100%;
	/*border: 1px solid #CBD8D8;*/
	-moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);/*0 2px 0 -1px #CBD8D8;*/
}
.content-box .item-frame, .content-box .item-footer {
	width:81%;/*100 77*/
	float:left;
	padding-left: 160px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content-box .item-frame {
	/*margin-bottom:20px;*/
	min-height:106px;
}
.content-box .item-footer {
	margin-top:20px;
}
.content-box .itemftrctr { 
float: left;
display: inline-block;
}
.content-box .itemftrright {
	float:right;	
	font-size:12px;
	font-weight: bold;
	/*margin:0 5px 0 20px;
position:absolute;
	right:5px;*/
}
.content-box .item-frame:after,
.content-box .item-actions:after {
	content:"";
	display:block;
	clear:both;
}
.content-box .item-actions {
	float:right;
	width:17%;
	padding:0;
	margin-left:2%;
	position:relative;
	height:100%;
}

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

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

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

/* coupon box */

.couponAndTip {
	margin-top:20px;
	position:relative;
}

.couponAndTip .coupon-code-link {
	padding:10px 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 .promotion {
	background:#F45435;
}

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

.couponAndTip .coupon-hidden:hover,
.couponAndTip .coupon-hidden.hover,
.couponAndTip .coupon-hidden.zeroclipboard-is-hover,
.couponAndTip .promotion:hover,
.couponAndTip .promotion.hover,
.couponAndTip .promotion.zeroclipboard-is-hover,
.couponAndTip .printable-coupon:hover,
.couponAndTip .printable-coupon.hover,
.couponAndTip .printable-coupon.zeroclipboard-is-hover {
	transition: opacity 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-ms-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	-moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.thumbsup-vote {
	float: left;
	width: 85px;/*60-90*/
    /*margin-right: 30px;*/
}
.content-box .grid .thumbsup-vote {
    margin-right: 2px;
    /*color: #9C9C9C;*/
}
.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;
	width: 100%; */
}
.content-box .imageHolder {
	float:left;
	width:/*182*/140px;
	position:absolute;
	top:20px;
	left:20px;
	text-align: center;
}
.content-box .rdealImage {
    width: 100px;
    position: absolute; 
    max-height: 100px;
    overflow: hidden;
}
.content-box .rdTags {
	margin-top: 10px;
}
.content-box .rdealItem {
    min-height: 100%;
    padding-left: 120px !important;
	/*float: left;
    width: 82%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
}
.content-box .rdealItem h4 {
line-height: 1em; 
font-size: 13px;
}

.content-box .item-panel h3 { 
line-height: 1.3em; 
overflow: hidden;
/*max-height: 54px;*/
font-size: 1.5em;
}
.content-box .content-holder { 
/*overflow: hidden;
max-height: 54px;*/
}
.content-box .head-box .imageHolder {
	top:0;
	left:0;
}

.imageHolderdp {}
.content-box .dealimgbox {
border: 1px solid #eeeeee;
box-sizing: border-box;
padding: 10px;
text-align: center;
/*width: 100%;*/
/*float: left;
max-width: 300px;
max-height: 300px;
margin-bottom: 40px;*/
}
/*.content-box .dealimgbox img{
max-width: 100%;
max-height: 100%;
border: none;
padding: 0px;
}*/
.dealptopr {
   /*float: right;
   min-height: 290px;*/
   padding: 0px 0px 0px 320px;
   font-size: 13px;
}
.dealptopr span {
    font-weight: bold;
    display: block;
}
.dealprel {
    float: left;
    width: 100%;	
}
.dealprel ul { font-size: 12px; padding-left: 50px !important; }
.dealprel-item { /*margin-bottom:8px; */
margin-bottom: 8px;
clear: both;
/*padding: 20px;
position: relative;*/
box-sizing: border-box;
display: inline-block;
width: 100%;
}
.dealpbtn {
width: 250px;
margin: 20px 0 30px;
}
.imgleft50{
float: left;
width:50px;
/*max-width: 100%;*/
max-height: 50px;
overflow: hidden;
padding-right: 20px;
}
.imgleft50 img{
width: 100%;
}
.dealprel-itemrgt {
min-height: 20px;
padding-left: 20px;
}
.diflex {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}

.content-box .itemImage {
	max-width:100%;
	max-height:140px;/*200?*/
	width:auto;
	/*height:200px;
	margin-bottom:5px;
	border:1px solid #d2d2d2;*/
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content-box .tpageImage {
width: 75px;
height: 75px;
}
#content .content-box .itemImage img {
	width:140px;
	border:medium none;
	padding:0;
	max-width:100%;
}

/* PLUGINS */

/* ajax search pro ASP */
.ajaxsearchprotop.ajaxsearhcprotop2.keywords { margin: 5px 5px 7px 13px; }
/* contentegg CEGG */
.egg-container .btn-danger { color: #222 !important; }
.egg-container .cegg-discount, .egg-container .badge { background: #235050 !important; }
.cegg-thumb img {max-height: 200px;}
.egg-container .cegg-price { font-size: 1.5em !important; } /*18px;*/
.egg-container .cegg-gridbox {/*padding-bottom: 0px !important;*/ /*border: none;*/}   
.egg-container .cegg-gridbox:hover {/*box-shadow: 0 8px 16px -6px #EB5E58;*/}
.cegg-price-row strike { font-size: 1.2em !important; color:#7B6D64; } /*14px;*/
.cegg-gridbox .cegg-price { font-size: 1.1em !important; color:#B32D7C; /*#blue 00A8C0;*/ }
.cegg-gridbox .productprice strike { font-size: 1em !important; color:#7B6D64;}
.cegg-btn-row { padding-right:0px !important; }
/*facetwp*/
.fwptab {}
.fwptab .btn { margin-right: 8px !important;  padding: 4px 10px !important; }
.fwptab .facetwp-radio { background-image: none !important; margin:0px 8px 0px 0px !important; padding: 4px 10px !important;
display: inline-block; transition: 500ms all; text-transform: uppercase; color: #FFF; background: #151212; }
.fwptab .facetwp-facet {margin-bottom: 0 !important; }
.facetwp-selections { margin: 30px 0px 30px; }
.facetwp-selections .facetwp-selection-label {font-weight: bold;}
.facetwp-selections ul li .facetwp-selection-value {
  border: 1px solid #151212;padding: 2px 22px 4px 6px;background-position: right 5px top 3px;}
.facetwp-selections li { margin-right: 10px; }
.facetwp-counts { display: inline-block; }

.facetwp-facet-ongoing .facetwp-counter { display: none; }
.facetwp-facet-notongoing .facetwp-counter { display: none; }
.facetwp-facet { margin-bottom: 25px !important;}
/*favorites plugin*/
.simplefavorite-button-count { padding-left:.3em !important; }
.simplefavorite-button.preset { padding: .3em 0.7em .3em 2em !important; }

/* PLUGINS END*/

.content-box .store-name {
	/*ee r text-align:center;
	margin-top:10px;*/
	font-size:12px;
	font-weight: bold;
    clear:both;
    /*#333;*/
}
.content-box .grid .store-name {
    color:#9C9C9C;
	margin-bottom: 16px;
	height: 18px;
	/*font-style: italic;*/	
}
.content-box .store-name a {
	color:inherit;
}
.content-box .store-name a:hover {
	text-decoration:underline;
}
.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:160px; }
.content-box .store .image .frame {
	overflow:hidden;
	width:113px;
	padding:2px 0 2px 3px;
}
.content-box .store img {
	display:block;
}

.item-panel {
margin-bottom: 25px;
position: relative;
/*max-height: 210px;
overflow: hidden;*/
font-size:13px;
}
.ipmt3n { margin-top: -3px; }

.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("images/store.png") no-repeat scroll 0 0 transparent;
}
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("images/folder-open.png") no-repeat scroll 10px 0 transparent;
}
.taxonomy span.folder a {
	padding-left:28px;
}
.content-box p.category, .content-box p.store, .content-box p.tag { font-weight:bold; display:inline-block; font-size:12px; }
.content-box p.category a, .content-box p.store a , .content-box p.tag a { color:#9c9c9c; text-decoration:none; }
.content-box p.category a:hover, .content-box p.store 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:0;
	padding:0 130px 0 200px;
	position:relative;
}

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


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 .itemSocial {
	float:right;
}
.content-box .grid .itemSocial {
float: right; margin-right: -5px;
}
.content-box ul.social {
	margin:0px auto;
	padding:1px;
	list-style:none;
	margin-bottom:0;
}
.content-box ul.social:after {
	content:"";
	display:block;
	clear:both;
}
.content-box ul.social li {
	float:left;
	position:relative;
	margin:0 30px 0 0;/*22*/
	list-style-type:none;
	line-height:17px;
	/*color:#9C9C9C;*/
}
.content-box ul.social li:last-child, .content-box ul.inner-social li:last-child {
	margin-right:0px;
}
.content-box ul.social li i, .comments-list p.links i {
	margin-right:5px;
	font-size:14px;/*15*/
}
.content-box ul.social li a, .comments-list p.links a {
	color:inherit;
	text-decoration:none;	
}
.content-box ul.social li a:hover, .comments-list p.links a:hover {
	text-decoration:underline;
}
.content-box ul.social li.report {
	margin:12px 0 0 0;
	width:100%;
}
.content-box .dpsocialtop {
	/*border-bottom: 1px solid #CBD8D8;*/
	width:100%;
	display: inline-block;
}

.content-box .dpsocialctr {
float: left;
/*position: relative;*/
margin: 0 90px 0 40px;
font-size: 12px;
}
.content-box .dpsocialrgt {
	float: left;
	font-size: 12px;
}
.content-box .reports_wrapper:before {
	font-family:FontAwesome;
	font-size:16px;
	margin-right:5px;
	content:"\f024";
}

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

.content-box .reports_form, .content-box .reports_message {
	padding:5px 0px;
	background:#EDEFF1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:medium none;
	width:100%;
	margin-top:12px;
	float:left;
	text-align:center;
	display: none;
}
.reports_message .spinner {
	background: url("images/loading.gif") no-repeat scroll 0 0 / 16px 16px transparent;
	display: block;
	float: left;
	height: 16px;
	margin: 0 5px;
	opacity: 0.7;
	width: 16px;
}
.reports_form form {
	margin: 0;
	padding: 0;
}
.reports_form select {
    font-size:12px;
    width:170px;
    padding:1px 4px;
    margin: 0 6px 0 0;
    border:1px solid #AEC2C2;
}
.reports_form submit { font-size: 12px; padding: 0px 5px 1px 5px; }
.content-box .reports_form table { margin:0; }

#content .content-box ul.social li.stats {
	height:16px;
	/*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:16px;
	margin-right:5px;
	font-family:FontAwesome;
	content:"\f086";
}

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

.content-box .saleicontp {
	/*color:#FFA851;*/
	font-size:48px;
}
/*.content-box .saleicon:before {
content: "\f02b";
}*/
/*.content-box .couponicon:before {
	content: "\f0c4";
	color:#FFA851;
	font-family:FontAwesome;
	margin:0px auto;
	font-size:64px;
}*/

/* =Grid Mode
-------------------------------------------------------------- */
.content-box .grid .item {
	background: none;
	margin-bottom:12px;
	border-radius: 3px;
	position:relative;
	width:32%;
	margin-right:2%;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	clear:right;
	/*height:426px;*/
	padding: 0px;/*12*/
	/*-moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);*//*0 2px 0 -1px #CBD8D8;*/
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	box-shadow:none;
}
.content-box .grid .itemImage {/*ee ek*/
	position: relative;
	max-width: 100%;
	height: 133px;
	max-height: 100%;/*200px;*/
	/*width:auto;*/
	margin:0px auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.content-box .grid .itemImage img {/*ee ek*/
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	max-height: 170px;
}	
#content-fullwidth .content-box .grid .item {
width:19.3%;/*4col 24.2% 5col 19.3% 6col 15.80%;*/
margin-right:1%;
}
.content-box .grid .pricebox .dprice { font-size: 13px; }
.content-box .grid .pricebox p { font-size: 12px; }
#content .content-box .grid .item:nth-child(3n+1),
#content-fullwidth .content-box .grid .item:nth-child(5n+1) { /*4n+1*/
	margin-right:-10px; /*0*/
}

.content-box .grid .imageHolder {
	float:none;
	position:static;
	margin:0 auto;
	width:100%;
	top:0px;
	left:0px;
}

.content-box .grid .itemTitle { /*h3*/
	font-size:13px;
	/*line-height: 18px; 1.3em
	margin-top: 8px;
	font-weight:bold;*/
}
/*.content-box .grid .itemTitleFeatured { font-size:12px;  }*/
.content-box .grid .itemTitleFeatured a{ font-weight:bold; }
.content-box .grid .item-frame,
.content-box .grid .item-actions {
	padding:0;
	float:none;
	width:auto;
	min-height:0;
	margin-left:0;
}
.content-box .grid .item-frame {
height:60px;
overflow:hidden;
/*margin-top: 16px;*/
}
.content-box  .grid .item-actions {
	height:61px;
	position:relative;
}

.content-box  .grid .item-actions p.time-left,
.content-box  .grid .item-actions div.expired-coupon-info.iconfix {
	padding-top:0;
	margin:0;
	height:18px;
	float:none;
	width:auto;
}
/*ee r
.content-box .grid .content-holder,
.content-box .grid div.taxonomy,
.content-box .grid .thumbsup-vote,
.content-box .grid .item-footer,
.content-box .grid .status-unreliable p.time-left {
	display:none;
}/*

.content-box  .grid .item-actions .couponAndTip {
	margin-top:5px;
	width:100%;
	float:none;
	clear:both;
	position:absolute;
	bottom:0;
}

/* =Home tab section
-------------------------------------------------------------- */

.content-box ul.home-tab-section {
	padding:0;
}
.content-box ul.home-tab-section li {
	list-style:none outside none;
	display:inline-block;
	font-size:16px;
}

.content-box ul.home-tab-section li a {
	display:inline-block;
	padding:10px;
	color:#666;
}

.content-box ul.home-tab-section li a:hover {
	color:#393939;
	text-decoration:none;
}

.content-box ul.home-tab-section li.active a {
	border-bottom:3px solid #ccc;
	color:#393939;
}

/* home page directory category listing */
.directory .catcol ul{list-style-type:none; padding:10px 8px; margin:0; }
.directory .catcol ul li { list-style:none outside none; }
.directory .catcol{float:left; width:33%}
.directory .catcol ul.maincat-list{}
.directory .catcol ul li.maincat { border-bottom:1px solid #DDDDDD; font-weight:bold; padding:0 0 2px; text-transform:uppercase; margin-bottom:15px; }
.directory .catcol ul li.maincat a{text-decoration:none;}
.directory .catcol li.maincat > ul.subcat-list { border-top:1px solid #DDDDDD; border-bottom:1px solid #FFFFFF; margin-bottom:-3px; padding-bottom:8px; }
.directory .catcol ul.subcat-list{padding:5px;}
.directory .catcol ul li.cat-item{font-weight:normal; text-transform:none; line-height:20px; padding:0 0 0 12px}
.directory .catcol ul li.cat-item a{text-decoration:none; color:#545454;}
.directory .catcol ul li.maincat a:hover, .directory .catcol ul li.cat-item a:hover{text-decoration:underline}
.directory .catcol ul li{line-height:20px; padding:5px 0 2px 10px; }
.directory .catcol ul li.cat-item:hover{}
.directory .catcol ul.children {list-style-type:none; padding:5px 0; margin:0 0 -10px -12px;}
.directory .catcol ul.children li { border-bottom:none; border-top:1px solid #EFEFEF;}
.directory .catcol ul.children li a {margin-left:8px;}
.directory.twoCol .catcol { width: 50%; }


/* =Social dropdown styles
-------------------------------------------------------------- */
/*.content-box ul.social .drop {*/
/*#drop { display:none; }*/

.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:190px;/*-9*/
	/*left:26px;*/
	position:absolute;
	height:0;
	width:0;
	display:block;
}
/*.content-box ul.social .drop-c {*/
.sharebox {
	display:none;
	width:100%;/*auto*/
	background:#EDEFF1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 4px 0px 1px 0px;
	text-align:center;
	margin-top:12px;
	position: relative;
	z-index:999;
}
.grid .sharebox {
	padding: 4px 0px 1px 0px;
	margin-top:24px;
	position: absolute;
	left: 0;
    right: 0;
}
/*.content-box ul.social .drop-c:after {*/
.sharebox:after {
	content:"";
	display:block;
	clear:both;
}

/*.content-box ul.social .drop ul {*/
.sharebox ul {
	float:none;
	margin:0px !important;
	list-style:none;
	/*width:192px; 230*/
	position:relative;
	border:none;
	padding:0px !important;
}
.sharebox ul li{
	display:inline-block;
	float:none;
}

.offerbadge {border-radius:3px !important;}

/* =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:#F45435;
}
.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 {
	/*ee r? display:block;
	height:28px;
	width:106px;
	margin:0 -3px;
	padding-top: 20px;
	color: #555655;
font-size: 13px;
letter-spacing: -1px;*/
display: inline-block;
margin: 0 3px;
}
.thumbsup-stripe-badge .percent {
	/*ee r color:#FFFFFF;
	text-align:center;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
	*/
	display:block;
	line-height:28px;
}
.thumbsup-stripe-badge .percent {
	/*ee #FFFFFF;*/
	display:block;
	/*ee font-weight:bold;
	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 .voterow {
	width:100%;/*ee px*/
	padding:0;
}
.thumbsup-vote span.text {
	color:#555655;
	line-height:16px;
	/*margin:7px 2px;
	display:block;*/
	text-align:left;
}
.thumbsup-vote span.vote {
	/*ee color:#666666;
	width:35%;
	margin:--5--7px 0 0;
	padding:5px 0;*/
	display:inline-block;
}
.thumbsup-vote span.vote span {
	height:16px;
	width:16px;
	font-size:15px;/*16*/
	/*ee 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 span.thumbsup:before {
	content: "\f087";
}
.thumbsup-vote span.thumbsup-up {
	/*ee text-align:center;
	margin-left:21px;
	margin-right: 2px;*/
}
.thumbsup-vote span.thumbsup-up span.thumbsup {
	/*ee background:#6ABE59;*/
/*	background:#555655;
	color:#6ABE59;*/
}
.thumbsup-vote span.thumbsup-up span.thumbsup:hover {/*ee ek*/
color:#7AC56B;
}

.thumbsup-vote span.thumbsup-down {
	/*text-align:left;*/
}
.thumbsup-vote span.thumbsup-down span.thumbsdown {
	/*background:#F45435;*/
}
.thumbsup-vote span.thumbsup-down span.thumbsdown:before {
	content: "\f088";
}
.thumbsup-vote span.thumbsup-down span.thumbsdown:hover {/*ee ek*/
	color:#F9674D;
}
.thumbsup-vote span.thumbsup-up span.thumbsup:hover,
.thumbsup-vote span.thumbsup-down span.thumbsdown:hover {
	cursor:pointer;
	transition: opacity 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-ms-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	-moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

/* =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;
	clear:both;
	float:left;
	width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}

.text-box .paging {
	width:auto;
	clear:both;
	float:none;
}

.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: 1px solid #CBD8D8;
	margin-bottom:20px;
	clear:both;
	padding:20px;
}
.content-box .comments-box { margin-bottom: 0px; }
#content .content-box .store h1,
#content .content-box .blog h1,
#content-fullwidth .content-box .blog h1 {
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	margin:0 0 10px;
}
#content .content-box .store h1 { margin:0px; }
.store .desc {
	line-height:16px;
	/*margin:0 0 5px;*/
	margin-top: 10px;
}
.store .store-url {
	font-size:11px;
	/*margin-bottom: 10px;*/
	margin: 20px 0px 10px;
}
.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:8px 20px;
	margin:0 -20px /*20*/10px;
	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;
}
.content-box .sngbarrght { float:right; }
.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: 1px solid #CBD8D8;
	margin-bottom:10px;
	clear:both;
	padding: 20px 20px 10px 20px;
	/*min-height:110px;*/
}
.head-box {
	height:1%;
	margin:10px 0;
	padding:0;
	position:relative;
	min-height:110px;
}
.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;
}
.dptext-box {
	border-bottom: 1px solid #CBD8D8;
    margin-bottom: 20px;
	/*padding-top: 50px !important;*/
}
.dptext-box a { color: #6ABE59;/*#008000;*/ }
.blog .text-box {
	height:1%;
	color:#555655;
	padding:20px 0;
	font-size:13px;
}
/*.blog .text-box a { }*/
.type-post .blog .text-box {
	padding:0;
}
.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:23px;
}
.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-bottom:5px;
}
#content .text-footer {
	position:relative;
	padding:10px 20px;
	margin:0 -20px 20px;
	background:#f8f8f8;
}
#content-fullwidth .tags { /*content*/
/*float:left;
margin: 30px 0 20px;*/
line-height: 30px;
}
#content-fullwidth .tags a {
	color:inherit;
}
#content .stats {
	float:right;
	line-height:17px;
}
.blog .user-bar {
	overflow:hidden;
	height:1%;
}
.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:23px;
	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: 5px;
}
.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 .mailto::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;
}
/*ee ek*/
.inner-social li .digg:before {
	content: "\f1a6";
	color:#363636; }
.inner-social li .gplus:before {
	content: "\f0d4";
	color:#DD4E42; }
.inner-social li .reddit:before {
	content: "\f1a2";
	color:#ABCEF0; }
/*ee ek-*/

/*ee rmv .inner-social li .digg {
	text-indent:-9999px;
	background:url(images/digg.png);
}
.inner-social li .digg:before {
	content: "";
	margin:0;
}
.inner-social li .reddit {
	text-indent:-9999px;
	background:url(images/reddit.png);
}
.inner-social li .reddit:before {
	content: "";
	margin:0;
}*/

/* =Store & coupon category page template styles
-------------------------------------------------------------- */
.content-box h2.brands,
.content-box h2.stores,
.content-box h2.categories {
	border-bottom:1px solid #EBEBEB;
}
.content-box ul.brands,
.content-box ul.stores,
.content-box ul.categories {
	margin:15px 10px 30px !important;
	padding:0;
	overflow:hidden;

}
.content-box ul.brands li,
.content-box ul.categories li,
.content-box ul.stores li {
	float:left;
	list-style:none outside none;
	/*padding:0 15px 0 0;
	width:155px;*/
	width: 30.2%;
	margin-right: 3%;
}
.content-box ul.brands li:before,
.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";
}
.content-box ul.brands li:before {
	content: "\f02c";
}
/* =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:#e8e8e8;
}
.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-top:12px;
	float: none;
	/*margin: 15px -33% 0 0;
    border: 1px solid #CBD8D8;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#EDEFF1;
	z-index:999;
	width: 100%;
	position: relative;
}
.grid .comments-list {	
	margin-top:24px;
	float: none;
	position: absolute;
	left: 0;
    right: 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:center;
	/*background-color:#F4F4F4;*/
	margin:0 1px;
	padding:7px 5px;/*ee 7 17*/
}
.content-box ul.social .comarrow {/*ee ek*/
top: -10px;
margin-left: 134px;
}
.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.comment-text {
	float:left;
	width:36%;/*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;/*330*/
    margin: 8px auto 8px auto;
}
#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;
}
.email-wrap label {
	text-align: left;
}

#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-top: 15px;
    text-align: left;
    /*padding-left: 80px;*/
}
#login_username, #login_password {
	 width: 100%;/*250px;*/
}
li#rememberme span {
	margin-left:3px;
	color:#8A8A8A;
}
li#checksave {
	clear:both;
	display:block;
	margin:10px 0;
}
#loginForm label {
	width: 130px;
    margin-right: 10px;
	text-align: left;
	line-height: 26px;
}
#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.5em;
	margin:0 0 .5em;
}
.content-box ul {
	margin-bottom:1.5em;
	padding:0 0 0 30px;
}
.content-box ul ul {
	margin:0;
}
.content-box ul li {
	list-style-type:disc;
	list-style-position:inside;
	line-height:23px;
}
.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:8px 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 .mainbrd .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 .mainbrd .subscribe-form  fieldset {
	max-width:100%;
	width:auto;
}
.blog .subscribe-box .text-box {
	padding:0 0 20px;
}
#sidebar .subscribe-form .text,
#footer .mainbrd .subscribe-form .text {
	padding:0;
}
#sidebar .subscribe-form .text input,
#footer .mainbrd .subscribe-form .text input {
	width:188px;
    font-size: 11px;
    line-height: normal;
    padding: 6px 8px;
}
#footer .mainbrd .subscribe-form .text input {
	width:235px;
}
#sidebar .subscribe-form .row,
#footer .mainbrd .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 .mainbrd .store-widget-slider {
	padding:0 4px;
	overflow: hidden;
}

#sidebar .widget-featured-stores .list,
#footer .mainbrd .widget-featured-stores .list {
	padding:0;
	margin-top:-2px !important;
}
#sidebar .widget-featured-stores .list li,
#footer .mainbrd .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 .mainbrd .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 .mainbrd .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 .mainbrd .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;
	margin:0 0 20px;
	background-color:#fff;
	display: inline-block;
}
#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;
}
#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,
.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 tr td.order-summary {
	padding:10px;
}
.couponList tr td.order-summary span.clock:before {
	margin-left:0;
}
.couponList .col3,
.couponList tr .listing-views,
.couponList tr .order-price {
	width:auto;
}
.couponList .col4,
.couponList tr .listing-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 span.order-gateway,
.couponList span.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("../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-bottom:20px;
	/*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:100%;/*350px*/ -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; color:#fff; font-weight:bold; }
#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;
}

/* Registration/Profile/Reset password fields */

#pass1-text,
.show-password #pass1 {
	display: none;
	max-width: 247px;
}

.show-password #pass1-text {
	display: inline-block;
	max-width: 247px;
}

.registration .submit,
.reset-password .submit {
	clear: left;
}

.wp-hide-pw .dashicons {
	height:auto;
	width:auto;
	display:inline;
	font-size:14px;
}

.wp-hide-pw .dashicons:before {
	display:inline-block;
	margin-right:3px;
	font-family:FontAwesome;
	content: "\f023";
}

.wp-hide-pw .dashicons-visibility:before {
	content: "\f13e";
}


/* =Footer styles
-------------------------------------------------------------- */
#footer p {
	margin:0 0 8px;
}
#footer .mainbrd { float: none; }
#footer .mainbrd .panel-holder {
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:10px;
}
#footer .mainbrd .box,
#footer .mainbrd .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 .mainbrd .sidebox {
	background:none;
	border:0;
}
#footer .mainbrd .box:last-child,
#footer .mainbrd .sidebox:last-child {
	margin:0;
}
#footer .mainbrd .sidebox .sidebox-heading {
	background:none;
	padding:0;
	border:none;
}
#footer .mainbrd .popular {
	margin:0 87px 0 0;
}
#footer .mainbrd .contact {
	margin:0;
}
#footer .mainbrd .box h4,
#footer .mainbrd .sidebox h2 {
	margin:0 0 20px;
	font-size:16px;
	font-weight:bold;
	color:#555655;
	text-decoration:none;
	padding:0;
}

#footer .mainbrd .box h4:before,
#footer .mainbrd .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 .mainbrd .widget-custom-coupons h4:before {
	content: "\f02e";
}
#footer .mainbrd .widget-custom-stores h4:before {
	content: "\f0f7";
}
#footer .mainbrd .widget-coupon-cats h4:before {
	content: "\f07c";
}
#footer .mainbrd .widget_appthemes_twitter h4:before {
	content: "\f099";
}
#footer .mainbrd .widget_appthemes_facebook h4:before {
	content: "\f09a";
}
#footer .mainbrd .widget_coupon_tag_cloud h4:before,
#footer .mainbrd .widget_tag_cloud h4:before {
	content: "\f02b";
}
#footer .mainbrd .widget_text h4:before {
	content: "\f129";
}
#footer .mainbrd .widget_recent_comments h4:before {
	content: "\f0e6";
}
#footer .mainbrd .widget_recent_entries h4:before {
	content: "\f040";
}
#footer .mainbrd .widget_pages h4:before {
	content: "\f15b";
}
#footer .mainbrd .widget_archive h4:before {
	content: "\f073";
}
#footer .mainbrd .widget_links h4:before {
	content: "\f0ac";
}
#footer .mainbrd .widget_meta h4:before {
	content: "\f128";
}
#footer .mainbrd .subscribe-box h2:before {
	content: "\f0e0";
}
#footer .mainbrd .widget_nav_menu h4:before {
	content: "\f0c9";
}
#footer .mainbrd .widget_twitter h4:before {
	content: "\f099";
}
#footer .mainbrd .box .text-holder {
	overflow:hidden;
	height:1%;
	font-size:12px;
	line-height:17px;
	color:#555655;
}
#footer .mainbrd .box .text-holder p {
	margin:0 0 21px;
}
#footer .mainbrd .box ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:14px;
	color:#898989;
	overflow:hidden;
}
#footer .mainbrd .box ul li {
	border-bottom:1px dashed #DBDBDB;
	padding:5px 0 8px;
	margin:1px 0 -1px;
}
#footer .mainbrd .box li p {
	margin:0;
}
#footer .mainbrd .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 .mainbrd .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 .mainbrd .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 .mainbrd .box .contact-form .row {
	overflow:hidden;
	height:1%;
}
#footer .mainbrd .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 .mainbrd .box .contact-form .btn-submit span {
	float:left;
	cursor:pointer;
	margin:0 -4px 0 0;
	padding:8px 19px 7px 16px;
}
#footer .mainbrd .box .contact-form .btn-submit:hover {
	color:#666;
	background-position:0 -31px;
}
#footer .mainbrd .box .contact-form .btn-submit:hover span {
	background-position:100% -31px;
}
#footer .bar {
	background:#B32D7C;/*#D60F54;#2DAACD;*/
}
#footer .bar-holder {
	margin:0 auto;
	overflow:hidden;
	color:#fff;
	padding:16px 10px;
	width:940px;
}
#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 .mainbrd .box.widget_twitter ul li {
	line-height:normal;
}
#footer .mainbrd .box.widget_twitter .follow-button, #footer .mainbrd .box.widget_twitter .xavisys-link {
	margin:0;
}

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

.loading {
	display:none;
	background:url(images/loading.gif) center top no-repeat;
	text-align:center;
	padding:8px 0px;
	/*clear:both;
	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 {
	background:url("images/text-bg.gif") repeat-x scroll center top transparent;
	border:1px solid #A3A9AD;
	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("images/checkmark.png") no-repeat left center transparent;
	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"] {
	background:url("images/text-bg.gif") repeat-x scroll center top transparent;
	border:1px solid #A3A9AD;
	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:11px/13px Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style:normal;
	margin:6px 0;
	padding:6px 5px;
}

.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 */
.mblmenu{ display:none; height: 0px; }
.header_menu { /*ee rmv background:#fff; #1B83A0; clear:both;*/ /*ee ek -->*/ float:left; /*margin-top: 20px;*/ display: inline-block; width:/*296*/312px;/*auto 247px;350*/ /*border-bottom: 1px solid #CBD8D8;*/ }
.header_menu_res{margin:0 auto; /*width:940px;*/ padding:0px 0; }
.header_menu_res .obtn{
	float:right; 
	font-size:/*ee 16*/12px; 
	padding:/*12px 40px;*/10px 20px; 
	font-weight:bold; 
	border-radius:0; 
	background:#F45435;
	/*line-height:20px;*/
}

.header_menu_res .obtn:hover {
	transition: opacity 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-ms-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	-moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
	/*ee ek background:#F9674D;*/
}

.header_menu_res a.menu-toggle {
	display:none;
	/*background:ee #3A9BC2; #2DAACD;*/
	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/*12*/ Ubuntu, HelveticaLTStdRoman, Arial, Helvetica, sans-serif;}
.header_menu_res ul.menu { /*ee rmv margin:4px 0;*/ }
.header_menu_res ul a { /*ee ek*/background:none;/*padding-right:8px;*//*padding:6px 10px 7px 10px;*/ position:relative; color:#fff;/*#555655*/ display:block; /*line-height:18px;*/ text-decoration:none; /*-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;*/ }
.header_menu_res ul li { /*ee ek background: #1B5871;*/ line-height: 60px; height: 60px; float:left; margin:0 /*20*/18px 0 0; width: auto; z-index:999; text-transform:uppercase; }

.header_menu_res ul li.active a { color:fff;/*#3A9BC2; #1B5871;*/ /*background:#fff; #2DAACD;*/ }
.header_menu_res ul.menu > li:hover > a { /*background-color:#333333;*/ color:#333;/*ee#3A9BC2;*/ }

.header_menu_res ul.sub-menu { /*ee ek*/ background:#fff; position:absolute; width:auto; border:1px solid #eee; /*border-top:none;*/z-index:999; display:none; /*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; -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 ul.sub-menu:before {
content: "\f0d8";
    display: block;
    font-family: FontAwesome;
    color: #fff;
    cursor: pointer;	
margin: -17px 0 0 8px;
font-size: 24px;
height: 24px;
float: left;
}

.header_menu_res li:hover ul.sub-menu {
	display:block;
}
.header_menu_res ul.sub-menu li { /*ee ek*/ margin:0; padding:12px; float:none; text-transform:none; font-weight:normal; height:20px; line-height:20px; }
.header_menu_res ul.sub-menu li a {
	background:none; 
	/*padding:7px 12px;*/	
	color:#333333;/*#3A9BC2; #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;
	color:#3A9BC2;
	/*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:#333333;/*#fff*/
}

/*ee ek **********/
.headerleft { 
float:left; 
display: inline-block; 
margin-right: 40px; /*width:32%;*/ 
}
.headerrht {
	/*float:right;
	display: inline-block;
   /*margin:0 auto;*/
}
.hmenuright {
	float:right;
	/*	margin:0 auto;
	clear:both;	
	display:inline;*/
	}
.hmenuright .hmrss {
	margin:10px 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:12px;
	line-height:20px;
}
.hmenuright .hmrss li a, .rss-link {
	float:left;
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:14px;
	height:14px;
}
.hmenuright ul a {
	padding:6px 0px;
}
.hmenuright .hmadd-nav {
	margin:10px 0;
	padding:0;
	list-style:none;
	float:right;
	/*font-size:12px;*/
	line-height:20px;
}
.hmenuright .hmadd-nav ul li {
	text-decoration: none;
	padding:6px 0px;
}
/*ee ek- */

/* category menu */
div.adv_taxonomies {
	margin-left:-2px;
display: none;
padding: 12px 6px 12px 12px;
	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;
	border-radius: 3px;
}
div.adv_taxonomies:before {
content: "\f0d8";
    display: block;
    font-family: FontAwesome;
    color: #fff;
    cursor: pointer;	
margin: -48px 0 0 -2px;
font-size: 24px;
height: 24px;
float: left;
}

.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 {color: #333; border:none; font-size:12px; }
div.adv_taxonomies ul li a  { display:block; }
div.adv_taxonomies .catcol {float:left; padding-right:6px; width: 210px; 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; line-height:20px; height:auto; 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  { /*ee ek*/
	/*right: 210px;*/
	max-width: 450px;	
}
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:#333;/*#3A9BC2;#2DAACD;*/
}

div.adv_taxonomies .catcol ul li.maincat a:hover {background:none; font-weight:bold;/*color:#3A9BC2;*//*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; line-height:20px; height: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 homepage */
#store-thumb-container {
	/*background-color:#F5F5F5;*/
	overflow:hidden;
}
#store-thumb-container .frame {
	padding: 0px 0px 20px 0px;/*ee as 30px 10px; early 50px 0px 20px 12px;*/
}
#store-thumb-container.slider_area {
	margin-bottom:-10px;
}
#store-thumb-container.slider_area .frame {
	padding-bottom:0;
}

ul.store-thumb-list {
	margin:20px -25px 0 0;
}

ul.store-thumb-list li {
	float:left;
	margin-right:20.5px;/*ee 25*/
	/*margin-bottom:25px;*/
	width:136px;/*ee 110*/
	background-position:center center;
	background-size:120px auto;/*100% auto*/
	background-repeat:no-repeat;
	background-color:#fff;
	height:136px;/*ee 50*/
	border:1px solid #999;
}
ul.store-thumb-list li a {
	width:100%;
	height:100%;
	line-height:136px;/*ee 50*/
	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;
	/*text-align: center;*/
}
.coupon-code-popup, .comment-form {
width:600px;
}
.coupon-code-popup .post-box {
	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: 18px;
margin-bottom: 25px;
line-height: 26px;
}

.coupon-code-popup .popup-code-copy { width: 75%;/*60*/ /* margin: 0px auto;*/ }
.coupon-code-popup .popup-code-copy div.text {
	font-size:18px;
	border:1px solid #AEC2C2;
	margin-bottom:5px;
	padding:9px;
	width:69%;/*350px*/
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	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;
	width: 29%;
}

.coupon-code-popup .popup-code-info {
	background:#F7F7F7;
	border:1px solid #DEDEDE;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin: 6px 0px; /*6px auto*/
	padding:8px; /*8px 0px*/
	position:relative;
	width:70%;/*60*/
}
.coupon-code-popup .popup-code-info p {
	margin-bottom:8px;

}
.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 (max-width: 768px) {
.txtrtocm768{ text-align: center !important; }
.flrrtonm768{ float:none !important; }
.vflexctrtodib768{ display: inline-block !important; }
.txtinhtocm768{ text-align: center !important; }
.cegg-thumb img {max-height: 300px;}
.marb0to20m768{ margin-bottom: 20px; }
.marb0to35m768{ margin-bottom: 35px; }
}

@media screen and (max-width: 1140px) {
.content-box .grid .item { padding: 8px; }
.content-box .grid .itemFooter { padding-top: 8px; }
.content-box .item-footer { width: 100%; }
#logo { padding-right: 25px; }
#header .search-box { width: 273px;}
.headerleft { margin-right: 13px; }
.flrtofllscr1140{ float:left; }
.w70to100scr1140 { width:100%; }

}

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

/*ee ek***/
/*#content-fullwidth .content-box .grid .item:nth-child(3n+1) {
	margin-right:2%;
}*/
.content-box .grid .itemImage { height: 200px; /*margin-top: 6px;*/ }
/*.content-box .grid .itemContainer { min-height: 352px; }*/
.content-box .grid .itemFooter { /*padding: 10px 20px 30px 20px;*/ }

/*ee ek-*/

	/*ee rmv .extra-width .header_menu_res,*/
	.extra-width .frame,
	.extra-width #content-fullwidth,
	.extra-width #main,
	.extra-width #footer .mainbrd .panel-holder,
	.extra-width #footer .bar-holder {
		width:1120px;
	}
	.extra-width .featured-slider .slide {
		margin-left:-4px;/*ee-16*/
		/*padding-left: 44px;*/ /*ee ek*/
	}
	.extra-width .featured-slider .slider li {
		/*margin:0 7px;*/ /*ee 0 16*/
		margin:0 6px;
		width:auto;
	}
	.extra-width .featured-slider .slider li .wrapper {
		/*ee rmv padding:19px 36px;*/
		/*width:180px; 182*/
	}

	.thumbsup-vote .frame {
	/*ee width:100px;*/
	}
	.extra-width p.desc {
		font-size:13px;
	}
	.extra-width #content { width:815px; }
	.sidebox { width:285px; }
	.fllw220mr10, .flrw220ml10,.fllmr10,.flrml10 { width:285px; }
}

@media screen and (max-width: 960px) {
	.tb-hide-on-mobile { display:none !important; }
	#content-fullwidth .content-box .grid .item:nth-child(3n+1) { margin-right:0; }
.content-box .grid .itemTitle { font-size: 14px; }
#content-fullwidth .content-box .grid .item { width:32%; margin-bottom: 16px; padding:20px; margin-right: 2%; }
.content-box .grid .itemFooter {  padding-top: 20px; }
/*.frame,
	.header_main_res,
	#content-fullwidth,
	#main,
	#footer .bar-holder,
	#footer .mainbrd .panel-holder {
		width:auto;
	}*/
	.content-box .grid .itemImage { height: 200px; /*max-width: 200px;*/ }	
.flrtofllscr960{ float:left; }
.flltoflrscr960 { float:right; }
.w70to100scr960 { width:100%; }	
}

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

.header-bar { padding: 0px; }
.headerrht { float: right; width: 66%; }
.headerleft { width: 180px;/*49%*/ margin-right: 2px; }
#logo { /*float: right; padding-left: 52px;*/ padding-right: 0px; }
#header .search-box { width: 80%; }
.content-box .item {
/*padding: 14px 14px 12px;*/
margin-bottom: 12px;
}
.content-box .item-frame, .content-box .item-footer { padding-left: 154px; }
.content-box .imageHolder {
top: 14px;
left: 14px;
}	
.content-box .rdealItem { padding-left: 114px !important; }
/*.content-box .dealimgbox { max-width: 250px; }*/
.content-box .dealptopr { padding-left: 270px; }	
.content-box .dpsocialctr { margin: 0 30px 0 0; }
.content-box .dpsocialrgt {
border-top: 1px solid #CBD8D8;
width: 100%;
margin-top: 6px;
padding-top: 6px;
}

.coupon-code-popup, .comment-form {
width:80%;
}	

#content { width: auto; float:none; }
#content:after {
		display:table;
		content:"";
		clear:both;
	}

	.frame,
	.header_main_res,
	#content-fullwidth,
	#main,
	#footer .bar-holder,
	#footer .mainbrd .panel-holder {
		width:auto;
	}

	#header .mainbrd #nav {
		display:none;
	}

	.tinynav {
		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 {
		/*ee rmvd 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;
	}*/
	
	.fllw220mr10  { display: inline-block; width:100%; float:none; margin-right:0px; }
	.flrml10 { margin-left:0px; float:none; }
	.sidebox { width: 100%; }	
	.fllmr10 {
    float: none;
    margin-right: 0px;
}
	.flrw220ml10 {
    float: none;
    width: 100%;
	margin-left:0;
}	
	.sb3blocks{
	width:31%;
	margin:auto;
	padding:0px 5px;
}
.sb4blocks{
	width:24%;
	margin:auto;
	/*padding:0px 7px;*/
}
.sb5blocks{
	width:31%;
	margin:auto;
	padding:0px 5px;
}

	#main {
		padding-bottom:20px;
	}

	#footer .mainbrd .box, #footer .mainbrd .sidebox {
		width:30%;
		padding-right:3%;
	}

	#footer .bar-holder ul {
		margin:0;
	}

	/* additional menu */
	body.responsive-menu .header_menu_res .tinynav {
		display:none;
	}
	.header_top_res #nav {
		display:none;
	}
	.header_menu { float: right; width: /*32*/26px; padding-top: 9px; height: 50px; }
	.header_menu_res {
	/*top: 0;
    left: 0;
    position: absolute;*/
	}
	.header_menu_res a.menu-toggle {
        padding: 10px 5px;
    }
	.header_menu_res a.menu-toggle i {
       font-size: 22px;
    }
	.responsive-menu .header_menu_res a.menu-toggle {
		display:block;
	}
	.header_menu_res ul.menu {
		display: none;
		float:none;
		margin-top: 8px;
		border:1px solid #fff;
		background: #333;
		position: absolute;/*ee ek*/
		right: 10px;
	}
	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;
		border-bottom:1px solid #fff;
		z-index:1;
        line-height: normal;
        height: inherit;
        width: 160px;
	}
	.header_menu_res ul.menu li a {
		border-radius:0;
		background:#333;/*#2DAACD;*/
		z-index:100;
		padding:8px 12px;
		display: inline-block;
	}

	.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 {
		color: #fff;
	}
	.header_menu_res li:hover ul.sub-menu {
    display: block;
}
.header_menu_res ul.sub-menu:before {
   /* content: "\f0d8";
    display: block;
    font-family: FontAwesome;
    color: #fff;
    cursor: pointer;
    margin: -17px 0 0 8px;
    font-size: 24px;
    height: 24px;
    float: left;*/
}

.header_menu_res ul.sub-menu li { padding: 0px; background: #333 }
.header_menu_res ul.menu ul.sub-menu li a { color: #fff; }
.header_menu_res ul.sub-menu li:hover a, .header_menu_res ul.menu ul.sub-menu li ul.sub-menu li:hover a {
background: none;
border:none;
}
.mainbrd { display: none; }
.mblmenu{ display:block; 
    background: #333;
    width: 160px;
    height: inherit; 
	border-top: 2px solid #fff;
	padding: 9px 0px;
}

	body .header_menu_res .obtn {
		margin-top:10px;
	}

	/* grid mode */
	
	/*#content-fullwidth .content-box .grid .item:nth-child(4n+1) {
		margin-right:2%; display:none;
	}
	#content-fullwidth .content-box .grid .item:nth-child(7n+1) {
		margin-left:2%; margin-right:0px;
	}
	#content-fullwidth .content-box .grid .item:nth-child(4n+n) {
	display:none;
	}*/
	
	.content-box .grid .imageHolder {
		width:182px;
		max-width:100%;
	}
	.content-box .grid .item img {
		max-width:100%;
	}
}

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

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

	/*.content-box .item-frame,
	.content-box .store .info,
	.coupon-main {
		padding-left:160px;
	}*/
    .content-box .item-frame { width: auto; }
	.couponAndTip .coupon-code-link i { display:none; }
    /*.content-box .dealimgbox { max-width: 200px; }*/
    .content-box .dealptopr { padding-left: 214px; }	
	.blog .content-bar { margin: 0 -14px 20px; padding: 8px 14px; }
	
	#content .content-box .blog, #content-fullwidth .content-box .blog, .content-box .comments-box, .content-box .post-box {
    padding: 14px;
}
	/*.content-box p.tag,.content-box .reports_wrapper,*/
	#content .content-box ul.social li.repli  { display:none; }
    
	#content .wp-caption { max-width:95%; }

	#content .wp-caption img { max-width:95%; }

	#footer .mainbrd .subscribe-form .text input {
		width:160px;
	}

	button.reg, button.forgot, button.login {
		margin-right:0;
	}

	li.description span.mceEditor {
		display:block;
		clear:right;
	}

	/* grid mode */
	#content-fullwidth .content-box .grid .item { padding: 12px; /*height:402px;*/ margin-bottom: 14px; }
/*.content-box .grid .itemContainer { padding:10px; }*/	
	.content-box .grid .itemImage {
		/*height:auto;*/
		max-height:184px;
	}
	.content-box .grid .itemFooter { padding-top: 12px; }
	/* tab layout */
	.directory .catcol { width:50% }
	
	.content-box .item-actions {
	width: 150px;
    float: left;
    padding: 16px 0px 0px 154px;
    margin-left: 0px;
	}
	.content-box .rdealrgt { padding: 12px 0px 2px 104px !important; }
	
.cbbtn, .dbbtn, .pbbtn {
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 0px;
}
.csbtn, .dsbtn, .psbtn {
	font-weight: normal;
}
.expmfix { margin-top: 30px !important; }
/*#content .content-box ul.social li.stats { display:none; }*/
/*#content .content-box ul.social li.expli { margin-right: 0px; }*/

/*.content-box .item-actions .thumbsup-vote { float:right; }*/

	.content-box .item-actions p.time-left,
	.content-box .item-actions .couponAndTip,
	.content-box .item-actions div.expired-coupon-info.iconfix {
		width:200px;
		float:left;
		clear:none;
		padding-top:0;
	}
	.disptonone700 { display:none; }
}

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

	/*#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%;*/
	}
#logo { /*padding-left: 35px;*/ }

	/*#header .search-box {
		display:block;
		text-align:left;
		max-width:350px;
	}

	#header .mainbrd {
		text-align:center;
	}*/

	#header .bar {
		margin:0 auto;
		float:none;
		clear:both;
		display:block;
	}

	#header .mainbrd .add-nav {
		float:left;
	}

	#header .mainbrd .add-nav li:last-child:after {
		content:"";
		margin-left:0;
	}

	#featured .featured-slider .slide {
		max-width:226px;
	}
	.content-box .store .info {
		width:auto;
	}
	.coupon-main {
		padding:100px 0 0;
	}
	
	.sdealcat { display:none; }
	/*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 .mainbrd,
	#footer .mainbrd .panel-holder {
		height:auto;
	}

	#footer .mainbrd .box, #footer .mainbrd .sidebox {
		width:auto;
		padding:20px 10px;
		margin:0;
		border-bottom:2px solid #0097AC;/*#D60F54*/
		float:none;
	}
	
    .headerleft { /*width: 40%;*/ }
    .headerrht { width: 60%; }
	.header_menu_res {
		/*text-align:center;*/
	}
	.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;
	}
	.content-box ul.brands li,
	.content-box ul.categories li,
	.content-box ul.stores li {
	width: 47.5%;
	margin-right: 2%;
}
.sb3blocks{
	width:31%;
	margin:auto;
	padding:0px 5px;
}
.sb4blocks{
	width:47%;
	margin:auto;
	padding:0px 5px;
}
.sb5blocks{
	width:31%;
	margin:auto;
	padding:0px 5px;
}
.content-box .imageHolder { width:100px; }
.content-box .itemImage { max-height:100px; }
.content-box .item-frame, .content-box .store .info, .coupon-main { padding-left: 120px; }
.content-box .item-actions, .content-box .item-footer{ padding-left: 120px; }
.content-box .item-footer { /*width:auto;*/ }
.content-box .item-panel h3 { font-size: 1.3em; }

.content-box .dpsocialctr { margin-right: 0px; }
.dealpbtn { width: 80%; }
.content-box .rdealItem { width: auto; }

/* grid mode */
.content-box .grid .itemImage { /*margin-top:6px;*/ max-height:200px; }

	#content .content-box .grid .item,
	#content-fullwidth .content-box .grid .item {
		width:49%;
		/*padding:14px;
		height: 444px;*/
	}
	/*#content .content-box .grid .item:nth-child(2n+1),
	#content-fullwidth .content-box .grid .item:nth-child(2n+1) {
		margin-right:0;
	}
	#content .content-box .grid .item:nth-child(3n+1),
	#content-fullwidth .content-box .grid .item:nth-child(3n+1) {
		margin-right:2%;
	}*/	
	
	/*#content-fullwidth .content-box .grid .item:nth-child(4n+1) { display:inherit; }
	#content-fullwidth .content-box .grid .item:nth-child(7n+1) { margin-left:0px; }*/
	#content .content-box .grid .item:nth-child(odd),
	#content-fullwidth .content-box .grid .item:nth-child(odd) {
		margin-right:0;
	}
	#content .content-box .grid .item:nth-child(even),
	#content-fullwidth .content-box .grid .item:nth-child(even) {
		margin-right:2%;
	}
	/*.content-box .grid .itemContainer {
    min-height: 352px;
    padding: 20px; }*/
	
	.coupon-code-popup .post-box { /*width: 90%;*/ }
	.coupon-code-popup .popup-code-copy, .coupon-code-popup .popup-code-info {
    width: 90%;
    margin: 0px auto; }
    .disptonone600 {display: none;}

}

@media screen and (max-width: 500px) {
.coupon-code-popup, .comment-form { width:90%; }	
.content-box .item-footer, .content-box .dealptopr { padding-left: 0px; }
/*.content-box .dealimgbox {
    float: none;
    max-width: none;
    width: 100%;
    margin-bottom: 16px;
}*/
.dealpbtn {
    margin: 0px auto;
    padding: 20px 0px;
}
.user-bar .inner-social {
    float: none;
    display: inline-block;
    padding-left: 0px;
    margin: 0px 23px 10px 25px;
}
.blog .user-bar {
  margin: 0px auto;
  text-align: center;
}
.header-bar {
    line-height: normal;
    height: 98px;
}
.headerleft { width: 100%; }
#logo { float: none; padding:5px 0px; margin: 0px auto; }
.headerrht {
	float: none;
	width: 100%;
	/*position: absolute;
    right: 12px;
    top: 48px;
    left: 70px;*/
}
.header_menu_res a.menu-toggle { padding: 4px; }
.header_menu {
    width: 36px;
    padding-top: 0px;
	margin-top: -4px;
}
.header_menu_res a.menu-toggle i { font-size: 34px; }
/*.header_menu_res ul.menu { margin-top: 2px; }*/
#header .search-box { padding: 0px; width: 91%; }
/*.thumbsup-vote { margin-right: 30px; }*/

}

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

	#logo img { margin:0 auto; }

	/*p.meta span {
		display:block;
		margin-bottom:5px;
	}*/
	p.meta span span { display:inline; }

	.blog .content-bar i.fa-folder-open {
		margin-left:0;
	}

	.user-bar a.btn { /*display:none;*/ }

	#content-fullwidth .stats /*content*/
	/* #content-fullwidth .tags
	.user-bar .inner-social */{
		line-height:normal;
		clear:both;
		float:none;
		margin-bottom:5px;
	}
	.content-box  .item .imageHolder {
		text-align:center;
		min-height:0;
		position:static;
		width:100%;
		float:none;
		margin-bottom:5px;
		/*max-width:none;*/
	}
	.content-box  .item .imageHolder .itemImage {
		width:140px;
		max-height:140px;
		margin:0 auto;
		display: inline-block;
	}
	.content-box  .item .imageHolder .store-name {
		margin-top:0;
		font-size:12px;
		text-align:center;
	}
	.content-box .item-frame,
	.content-box .store .info {
		padding-left:0;
	}
	.content-box .item-frame { min-height:0; margin-bottom: 12px; }
  /* .item .centertop { line-height: 14px; } */
	.content-box .store .imageHolder { display:none; }
	.content-box .item-actions {
      padding: 0px;
      float: none;
      margin: 0px auto;
}
.content-box .rdealImage {
    float: none;
    width: 100%;
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
    max-height: 140px;
}
.content-box .rdealImage img {
    display: inherit;
    max-width: 140px;
}
.content-box .rdealrgt {
    padding: 0px 0px 2px 0px !important;
}
.content-box .rdealItem { padding-left: 0px !important;; }
	.content-box .item-actions p.time-left, .content-box .item-actions .couponAndTip,
	.content-box .item-actions div.expired-coupon-info.iconfix  {
		width:115px;
	}
	
	.content-box .item-actions p.time-left { margin-top:10px; }

	.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;
	}
	.sb3blocks, .sb4blocks, .sb5blocks{
	width:95%;
	margin:auto;
	padding:0px 10px;
}
/*.thumbsup-vote { margin-right: 30px; }*/

.loginp { width: auto !important; }
li#rememberme, li#lostpass, li#register, li#facebook { padding-left: 0px; }
#pass1-text,
.show-password #pass1 {
	display: none;
	max-width: 350px;
}
.show-password #pass1-text {
	display: inline-block;
	max-width: 350px;
}

	/* grid mode */
	#content .content-box .grid .item,
	#content-fullwidth .content-box .grid .item {
		width: 100%;
		float:none;
		margin-right: 0px;
		padding:20px;
	}
	.content-box .grid .itemFooter {  padding-top: 20px; }
	/*#content .content-box .grid .item:nth-child(3n+1),
	#content-fullwidth .content-box .grid .item:nth-child(3n+1) {
		margin-right:0;
	}*/
	/*#content .content-box .grid .item:nth-child(even),
	#content-fullwidth .content-box .grid .item:nth-child(even) {
		margin-right:0px;
	}*/
	/* tab layout */
	.directory .catcol {
		width:auto;
		float:none;
	}

}
