@charset "UTF-8";
@viewport {
  width: device-width;
}
html {
	height: 100%;
}
.body {
	background: #f5f5f5;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 100%;
	margin: 0;
}
.body__white {
	background: white;
}
::placeholder {
	color: #999;
	font-weight: bold;
	opacity: 1;
}

/* colors */

.blue {
	color: #049FFC;
}
.green {
	color: #9CDB27;
}
.red {
	color: #F24F74;
}
/*
.lightred {
	color: #FFB1A3;
}
*/
.bluel {
	color: #15affd;	
}
.colornorm {
    color: #333;
}
.yellow {
	color: #FFC800;
}
.white {
	color: #fff;
}
.lightgreen {
	color: #B8D558;
}
.lightred {
	color: #FF8A75;
}
.green--dark-1 {
	color: #90B21C;
}
.green--dark-2 {
	color: #809F19;
}
.blue--dark-1 {
	color: #038eeb;
}
.blue--dark-2 {
	color: #027dda;
}
.blue--dark-3 {
	color: #2F7EB6;
}
.bg_red {
	background: #F24F74;
}
/*
.yellow {
	color: #fff207;
}
*/
.palegreen {
	color: #e6f1cb;
}
.palered {
	color: #FFE7EC;
}
.paleyellow {
    color: #FFF4B2;
}
.amazonorange {
	color: #FFB13C;
}
.orange {
	color: #FFB13C;
}
.faintgrey {
	color: #f5f5f5;
}
.lightgrey {
	color: #eee;
}
.mediumgrey {
	color: #ddd;
}
.darkgrey {
	color: #ccc;
}
.greye {
    color: #eee;
}
.greyd {
    color: #ddd;
}
.greyc {
    color: #ccc;
}
.greya {
    color: #aaa;
}
.grey9 {
    color: #999;
}
.grey8 {
    color: #888;
}
.grey7 {
    color: #777;
}
.grey5 {
    color: #555;
}
.grey4 {
    color: #444;
}
.grey3 {
    color: #333;
}
.bg_white {
	background: white;;
}
.bg_yellow {
	background: #FFC800;
}
.bg_paleyellow {
	background: #FFF4B2;
}
.bg_searchmatch {
	background: #ffffdd;
	border-bottom: solid 1px #eee;
}
.bg_green {
	background: #9CDB27;
}
.bg_orange {
	background: #FFB13C;
}
.bg_blue {
	background: #049FFC;
}
.bg_blue-light-1 {
	background: #6FBEF7;
}
.bg_blue-light-2 {
	background: #9FD4FA;
}
.bg_blue-light-3 {
	background: #CFE9FC;
}
.bg_palegreen {
	background: #e6f1cb;
}
.bg_verypalegreen {
	background: #F0FADF;
}
.bg_paleblue {
	background: #CFE9FC;
}
.bg_palered {
	background: #FFE7EC;
}
.bg_verypalered {
	background: #F8EFEE;
}
.bg_grey {
	background: #aaa;
}
.bg_greye {
	background: #eee;
}
.bg_greyd {
	background: #ddd;
}
.bg_greyc {
	background: #ccc;
}
.bg_faintgrey {
	background: #f5f5f5;
}
.bg_white {
	background: #fff;
}
.border_green {
	border: solid 1px #9CDB27;
}
.border_blue {
	border: solid 1px #049FFC;
}
.border_red {
	border: solid 1px #F24F74;
}
.border_lightgrey {
	border: solid 1px #eee;
}
.line_lightgrey {
	border-bottom: solid 1px #eee;
}

/* text */

a {
}
h1 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
h4 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
}
h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}
.ptext {
	font-size: 13px;
	line-height: 20px;
	word-wrap: break-word;
}
.ptext2 {
	font-size: 15px;
	line-height: 25px;
	word-wrap: break-word;
}
.ptext p {
	margin: 0 0 15px 0;
}
.ptext2 p {
	margin: 0 0 20px 0;
}
.ptext blockquote {
	background: #fafafa;
	padding: 10px 15px;
	border-left: solid 3px #eee;
	color: #555;
	font-style: italic;
	margin: 0 0 20px 10px;
}
.ptext blockquote p {
	margin: 0;
}
.ptext2 h1 {
	font-size: 30px;
	line-height: 35px;
}
.underline_heading {
	font-weight: bold;
	padding-bottom: 7px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
}
.text {
	text-decoration: none;
	font-weight: 500;
	line-height: 22px;
}
.text__small {
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
}
.text p {
	margin-bottom: 20px;
}
.text__bold {
	font-weight: 700;	
}
.text__light {
	color: #777;
}
.text__lhsmall {
	line-height: 17px;
}
.bluelinks a {
	color: #049FFC;
}
.boldlinks a {
	font-weight: bold;
}
.ulinks a {
	text-decoration: underline;
}
.greenlinks a {
	color: #9CDB27;
}
.redlinks a {
	color: #F24F74;
}
.greylinks a {
	color: #222;
}
.mediumgreylinks a {
	color: #777;
}
.lightgreylinks a {
	color: #999;
}
.hov__bggrey1:hover {
    background: #f5f5f5;
}
.fwnormal {
	font-weight: 500;
}
.href {
	cursor: pointer;
}
.popu {
	cursor: pointer;
}

/* page structure */

.main {
	margin-top: 60px;
	margin-left: 170px; 
	position: relative;
}
.main__widesidebar {
    margin-left: 250px;
}
.main__w200sidebar {
    margin-left: 200px;
}
.main__nosidebar {
    margin-left: 0;
}
.content {
	max-width: 1030px;
	padding: 30px;
	float: left;
}
.content__wide {
	padding: 30px;
}
.content--breadcrumb {
    margin-bottom: 15px;
    font-size: 15px;
    color: #ccc;
}
.content--breadcrumb a {
    color: #999;
}
.contentright {
	display: inline-block;
	width: 250px;
	float: left;
	margin-top: 30px;
	font-size: 13px;
}
header {
	transition: top 0.2s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
    z-index: 9000;
}
.nav-up {
    top: -60px;
}
.breadcrumb {
	font-size: 12px;
	color: #777;
	background: #fcfcfc;
	padding: 12px 20px;
	margin-bottom: 20px;
}
.breadcrumb__top {
	margin-bottom: 7px;
}
.subbreadcrumb {
	background: #fff;
	padding: 10px;
	font-size: 13px;
	color: #999;
}

/* containers */

.medwidepage--container {
    margin: 0 auto;
    max-width: 1000px;
}
.smallwidepage--container {
    margin: 0 auto;
    max-width: 600px;
}
.widepage--container { /* centered. 1260 usable px */
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    max-width: 1300px;
}

/* new containers */

.container1200 { /* centered. 1160 usable px */
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    max-width: 1200px;
    position: relative;
	height: 100vh;
}
.container300left__sidebar {
	width: 300px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.container300left__sidebar--down {
	top: 300px;
}
.container300left__main {
	margin-left: 330px;
	max-width: 830px;	
}
.container400left__sidebar {
	width: 400px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.container400left__main {
	margin-left: 430px;
	max-width: 730px;	
}
.container300right__sidebar {
	width: 300px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.container300right__main {
	margin-right: 330px;
	max-width: 830px;	
}
.container200left__sidebar {
	width: 200px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.container200left__main {
	margin-left: 230px;
	max-width: 930px;	
}
.container200right__sidebar {
	width: 200px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.container200right__main {
	margin-right: 230px;
	max-width: 930px;	
}
.container__article {
	top: 450px;
}

.container__sidebarleft--300 {
	float: left;
	width: 300px;
	margin: 0 30px 0 0 ;
}
.container__sidebarleft--200 {
	float: left;
	width: 200px;
	margin: 0 30px 0 0 ;
}
.container__sidebar--200 {
	float: left;
	width: 200px;
}
.container__main--200 {
	float: left;
	max-width: 930px;
	margin: 0 0 0 0 ;
}
.container__sidebar--300 {
	float: left;
	max-width: 300px;
	margin-left: 30px;
}
.container__main--300 {
	float: left;
	max-width: 830px;
	margin: 0 0 0 0 ;
}
.container__sidebarleft--150 {
	float: left;
	width: 150px;
	margin: 0 30px 0 0 ;
	height: 2000px;
}
.container__main--1090 {
	float: left;
	max-width: 1090px;
	margin: 0 0 0 0 ;
}

/* headings */

.heading__subheading {
	font-size: 17px;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}
.heading__subheading--date {
	font-size: 13px;
	display: inline-block;
	margin: 5px 0 0 0 ;
	color: #999;
	padding: 0;
}
.heading__subheading--line {
	border-bottom: solid 1px #ccc;
	height: 0px;
	margin: 7px 0 20px 0;
	display: block;
}

/* footer */

footer {
	background-color: #fafafa;
	color: #999;
	padding: 30px;
	font-size:16px;
	margin: 50px 0 30px 0;
	padding: 50px 0 50px 0;
}
.footer--container {
	max-width: 900px;
	margin: 0 auto 0 auto;
}
.footer--module {
	font-size: 14px;
	float: left;
	margin: 0 50px 0 0 ;
}
.footer--module__header {
	color: #777;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.footer--module__item a {
	color: #aaa;
}

/* film */

.film--grey {
	position: absolute;
	background: #fff;
	opacity: 0.4;
	width: 100%;
	height: 100%;
}
.film--hover:hover {
	opacity: 0.0;
}

/* best brands */

.bestbrands__mainimage {
	width: 100%;
	height: 300px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	position: relative;
    margin: 0 0 20px 0;
    z-index: 100;
}
.bestbrands__mainimage--film {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1000;
	top: 0;
	left: 0;
}
.bestbrands__title--container {
	position: absolute;
	width: 80%;
	left: 50%;
	top: 30%;
	text-align: center;
	margin-left: -40%;
	z-index: 2000;
}
.bestbrands__title {
	color: #fff;
	font-size: 40px;	
	font-weight: 700;
	margin-bottom: 10px;
}
.bestbrands__subtitle {
	display: inline-block;
	border: solid 1px #9CDB27;
	padding: 7px 15px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin: 10px 0 0 0;
/*
	color: #fff207;
	font-weight: 600;
	font-size: 30px;	
	margin-bottom: 0;
*/
}
.bestbrands__date {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0 0 0;
}
.bestbrands__category {
	display: inline-block;
	border: solid 1px #fff;
	padding: 7px 15px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin: 30px 0 0 0;
}

/* promo codes */

.promocodes__likely {
	font-size: 11px;
	display: inline-block;
	padding: 3px 10px;
	border: solid 1px #ddd;
	text-align: center;
	border-radius: 2px;
	color: #999;
}
.promocodes__likely--yes {
	border-color: #9CDB27;
	color: #9CDB27;
	background: #F0FADF; 
}
.promocodes__likely--no {
	border-color: #F24F74;
	color: #F24F74;
	background: #FFE7EC; 
}
.pctable_hidden_row {
	height: 0;
	padding: 0;
}

/* article */

.article__mainimage {
	width: 100%;
	height: 700px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	position: relative;
    margin: 0 0 20px 0;
    z-index: 100;
}
.article__mainimage--film {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1000;
	top: 0;
	left: 0;
}
.article__title--container {
	position: absolute;
	width: 46%;
	left: 50%;
	top: 33%;
	text-align: center;
	margin-left: -23%;
	z-index: 2000;
}
.article__title {
	color: #fff;
	font-size: 40px;	
	font-weight: 600;
	margin-bottom: 5px;
}
.article__date {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0 0 0;
}
.article__category {
	display: inline-block;
	border: solid 1px #fff;
	padding: 7px 15px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin: 30px 0 0 0;
}
.article__subtitle {
	color: #fff207;
	font-size: 25px;	
	margin-bottom: 0;
}
.article__title2 {
	font-size: 40px;	
	line-height: normal;
	margin-bottom: 20px;
}
.article__description {
	font-size: 25px;
	line-height: 40px;
	font-weight: 500;
	text-align: left;
	margin: 0 0 30px 0;
/*
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 15px 30px;
	border-left: solid 1px #ccc;
	font-style: italic;
*/
}
.callout {
	font-size: 13px;
	line-height: normal;
	font-style: italic;	
	margin: 0 0 20px 0;
	color: #555;
	background: #fff;
	margin-bottom: 30px;
	padding: 15px 25px;
	border-left: solid 1px #ccc;
	font-style: italic;
}
.article__disclaimer {
	font-size: 15px;
	line-height: normal;
	font-style: italic;	
	margin: 0 0 20px 0;
	color: #777;
	background: #fafafa;
	margin-bottom: 30px;
	padding: 15px 25px;
	border-left: solid 1px #ccc;
	font-style: italic;
}
.article__container {
	width: 100%;
}
.article--container {
	display: block;
	max-width: 1300px;
	margin: 0 auto;
}
.article--mainimage {
	width: 100%;
	height: 500px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
    margin: 0 0 0 0;
}
.article--inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 30px 50px 30px;
}
.article ul,ol {
	margin: 0 0 20px 0;
}
.article li {
	display: list-item;
	margin: 0 0 0 40px;
}
.article h1,h2,h3,h4,h5 {
	color: #333;
}
.article--toptitle h1 {
	font-size: 50px;
	margin: 0;
}
.article--content {
	line-height: 37px;
	font-size: 17px;
	color: #555;
}
.article--content--small {
	line-height: 27px;
	font-size: 17px;
	color: #333;
}
.article--content h1 {
	color: #333;
	font-size: 35px;
	line-height: normal;
	margin: 60px 0 10px 0;
}
.article--content h2 {
	color: #333;
	font-size: 25px;
	line-height: normal;
	margin: 40px 0 10px 0;
}
.article--content h3 {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	line-height: normal;
	margin: 30px 0 10px 0;
}
.article--content h4 {
	color: #333;
	font-size: 17px;
	line-height: normal;
	margin: 30px 0 10px 0;
}
.article--content h5 {
	color: #333;
	font-size: 15px;
	line-height: normal;
	margin: 30px 0 10px 0;
}
.article--content blockquote {
	background: #fafafa;
	padding: 10px 15px;
	border-left: solid 3px #eee;
	color: #555;
	font-style: italic;
	margin: 0 0 20px 10px;
}
.article--content blockquote p {
	margin: 0;
}

.article--sidebar {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: normal;
}
.article--sidebar h3 {
	color: #333;
	font-size: 17px;
}
.article--sidebar__left {
	width: 200px;
	margin: 0 30px 30px 0;
	color: #777;
}
.article--sidebar__right {
	width: 200px;
	margin: 0 0 30px 0;
	color: #777;
}
.article--maincolumn {
	display: inline-block;
	max-width: 700px;
	margin: 0 30px 30px 0;
	vertical-align: top;
}
.avatar--text--article {
	width: 100px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	word-wrap: break-word;
}
.article--breadcrumb {
	color: #049FFC;
}
.article--toptitle {
	font-size: 60px;
	text-align: center;
}
.article--description {
	font-size: 30px;
	line-height: 40px;
	color: #888;
	font-weight: 400;
	text-align: center;
	margin: 30px auto 40px auto;
}
.article--relatedlinks {
	line-height: 32px;
	font-size: 17px;
	color: #555;
	font-style: italic;
}
.article--relatedlinks a {
	color: #666;
}
.article--content p {
	margin-bottom: 20px;
}
.article--content a {
	color: #049FFC;
}
.article--sidemodule {
	padding: 30px;
	font-size: 15px;
	word-wrap: break-word;
}
.article--promocode {
	background: white;
	border: solid 1px #ddd;
	text-align: center;
	font-weight: 700;
	color: #333;
	padding: 12px 20px;
	display: block;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}
.article--promocode:hover {
	background: #9CDB27;
	color: white;
}
.article--categorynav {
	display: block;
	font-size: 13px;
	background: #9CDB27;
	color: white;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 1px;
}
.article--categorynav:hover {
	background: #049FFC;	
}
.article--bodyad {
	float: left;
	margin: 10px 20px 20px 0;
}

/* page */

.page--content {
	width: 75%;
	padding: 40px;
	margin: 0 auto;
	background: #fff;
	line-height: 22px;
}
.page--content--wide {
	width: 100%;
}
.page--content h1 {
	
}
.page--content h2 {
	font-size: 20px;
}
.page--content h3 {
	
}
.page--mainimage h1 {
	font-size: 60px;
}
.page--mainimage--smalltext h1 {
	font-size: 40px;
}
.page--mainimage--small h1 {
	font-size: 50px;
}
.page--mainimage h2 {
	font-size: 40px;
}
.page--mainimage--smalltext h2 {
	font-size: 20px;
}
.page--mainimage--small h2 {
	font-size: 22px;
}
.page--mainimage h3 {
	font-size: 30px;
}
.page--content p {
	margin-bottom: 20px;
	line-height: 22px;
	font-size 15px;
}
.page--content--inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 30px 50px 30px;
}
.page--content img {
	max-width: 600px;
}
.page--mainimage {
	width: 100%;
	height: 500px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
    margin: 0 0 0 0;
	position: relative;
	padding: 30px;
	z-index: 900;
}
.page--mainimage--small {
	height: 250px;
}
.page--mainimage--verysmall {
	height: 150px;
}
.page--mainimage__film {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1000;
	top: 0;
	left: 0;
}
.opacity__light {
	opacity: 0.4;
}
.opacity__medium {
	opacity: 0.6;
}
.opacity__heavy {
	opacity: 0.8;
}
.page--mainimage__top {
	position: absolute;
	z-index: 2000;
	color: #fff;	
	width: 100%;
	text-align: center;
	top: 30px;
	left: 0;
	padding: 0 20px;
}
.page--mainimage__top--small {
	top: 60px;
}
.page--mainimage__bottom {
	position: absolute;
	z-index: 2000;
	color: #fff;	
	bottom: 40px;
	width: 100%;
	text-align: center;
	bottom: 30px;
	left: 0;
	padding: 0 20px;
}
.page--mainimage__bottom--small {
	bottom: 60px;
}
.page--mainimage__logo {
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 2000;
	text-align: center;
}
.page--top {
	width: 100%;
	height: 300px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
    margin: 0 0 0 0;
	position: relative;
	padding: 30px;
	z-index: 900;
}
.page--top--thin {
	height: 200px;
}
.page--top--top {
	position: absolute;
	z-index: 2000;
	color: #fff;	
	width: 100%;
	text-align: center;
	top: 50px;
	left: 0;
	padding: 0 60px;
}
.page--top--bottom {
	position: absolute;
	z-index: 2000;
	color: #fff;	
	bottom: 40px;
	width: 100%;
	text-align: center;
	bottom: 50px;
	left: 0;
	padding: 0 60px;
}


/* reviews top page */

.reviewstop__mainimage {
	width: 100%;
	height: 130px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	position: relative;
    margin: 0 0 0 0;
    z-index: 100;
}
.reviewstop__mainimage--film {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #555;
	opacity: 0.5;
	z-index: 1000;
	top: 0;
	left: 0;
}
.reviewstop__title--container {
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 2000;
	padding-right: 40px;
}
.reviewstop__title {
	color: #fff;
	font-size: 25px;	
	margin-bottom: 5px;
}
.reviewstop__subtitle {
	color: #fff207;
	font-size: 17px;	
	margin-bottom: 0;
}

/* category page */

.compare__mainimage {
	width: 100%;
	height: 150px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	position: relative;
    margin: 0 0 30px 0;
    z-index: 100;
}
.category__mainimage {
	width: 100%;
	height: 250px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	position: relative;
    margin: 0 0 30px 0;
    z-index: 100;
}
.category__mainimage--film {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 1000;
	top: 0;
	left: 0;
}
.category__title--container {
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 2000;
	padding-right: 40px;
}
.category__title {
	color: #fff;
	font-size: 40px;	
	margin-bottom: 5px;
}
.category__subtitle {
	color: #fff207;
	font-size: 25px;	
	margin-bottom: 0;
}

.categorypage__mainimage {
	display: block;
	width: 100%;
	height: 250px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	position: relative;
    margin: 0 0 30px 0;
    z-index: 100;
}

/* spotlight */

.spotlight__mainimage {
	display: block;
	width: 100%;
	height: 70px;
    background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	position: relative;
    margin: 0 0 0 0;
    z-index: 100;
}
.spotlight__mainimage--film {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 1000;
	top: 0;
	left: 0;
}
.spotlight__title--container {
	position: absolute;
	bottom: 15px;
	left: 20px;
	padding-right: 20px;
	z-index: 2000;
}
.spotlight__title {
	color: #fff;
	margin: 0;
	font-size: 15px;	
}


/* modal */

.modal {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
	opacity: 0.98;
    padding: 30px;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 10000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.modal__nosidebar {
	left: 0;
    padding: 30px;
	margin-left: 0px;
}
.modal__widesidebar {
	left: 0;
	margin-left: 0;
}
.modal--closebutton {
    position: absolute;
    top: 20px;
    right: 25px;	
    color: #ccc;
    font-size: 30px;
}
.modal--closebutton__nosidebar {
    right: 30px;	
}
.modal--block {
	display: inline-block;
	margin: 0 15px 30px 15px;
	width: 250px;
	vertical-align: top;
}
.modal--block__2col {
	display: inline-block;
	margin: 0 15px 30px 15px;
	width: 350px;
	vertical-align: top;
}
.modal--block__1col {
	display: block;
	margin: 0 15px 30px 15px;
	width: 100%;
	vertical-align: top;
}
.modal--middlecol {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
    margin: 30px auto;
    width: 250px;
    display: block;
    align-self: center;
}
.modal--middlecol__wide {
    margin: 0 auto;
    max-width: 600px;
    display: block;
}
.modal--button {
    margin: 0 auto 20px auto;
    width: 300px;
    display: block;
}
.modal--header {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	display: block;
}
.modal--item {
	margin: 0 0 5px 0;
	display: block;
}
.modal__mainmenu--item {
	display: block;
	font-size: 15px;
	margin: 0 0 5px 0;
}

/* menu */

.menu {
	background: #fff;
	width: 170px;
	padding: 30px 20px;
	color:#333;
	font-size: 15px;
	height: 100vh;
	overflow: scroll;
}
.menu--category {
	background: #fff;
	color: #333;
	width: 250px;
	padding: 30px 20px;
	font-size: 13px;
}
.menu--w200 {
	background: #fff;
	color: #333;
	width: 200px;
	padding: 30px 20px;
	font-size: 13px;
}
.menu__nosidebar {
    display: none;
}
.menu--title {
	font-size: 15px;
}
.menu--breadcrumb {
	font-size: 11px;
	margin:0 0 5px 0;
}
.menu--merchantlogo {
	margin: 0 0 20px 0;
	width: 130px;
	border: solid 1px #eee;
}
.menu--categorynavbutton {
	padding: 5px 0;
	color: #333;
	display: block;
	font-size:17px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu--categorynavbutton__active {
	color: #F24F74;
	font-weight: 700;
}
.menu--navbutton {
	padding: 5px 0;
	color: #333;
	display: block;
	font-size:17px;
/*
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    background:red;
*/
}
.menu--navbutton__small {
	font-size:15px;
}
.menu--navbutton__merchant {
	display: block;
	font-size:15px;
	padding: 0;
	margin: 0 0 2px 0;
}
.menu--navbutton__merchantcompare {
	font-size: 11px;
	color: #999;
	padding: 0;
	margin: 0 0 12px 0;
	display: block;
}
.menu--navbutton__smaller {
	font-size:13px;
}
.menu--navbutton__active {
	color: #F24F74;
	font-weight: 700;
}
.menu--categorylink {
    width: 130px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu--searchbar {
    display: inline-block;
    margin: 0 0 0 0;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 8px 12px;
    color: #555;
    font-size: 13px;    
    width: 150px; 	
	z-index: 1000000;
}


/* homepage */

.homepage__hero {
	height: 90px;
    margin: 60px 0 0 0;
	position: relative;
    background-image: url('https://knoji.com/images/homepage-hero.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 200;
}
.homepage__hero--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 210;
}
.homepage__hero--text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    z-index: 220;
    color: #fff;
    width: 90%;
    text-align: center;
}
.homepage__hero--text--1 {
	font-weight: normal;
	font-size: 20px;
}

.homepage__hero--title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 220;
    width: 90%;
    color: #fff;
    text-align: center;	
    font-size: 50px;
}
.homepage__more {
	border: solid 1px #333;
	padding: 5px 10px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-align: center;	
	text-transform: uppercase;
	margin: 0 auto;	
}
.homepage__leftcol {
	max-width: 400px;
	float: left;
}
.homepage__rightcol {
	max-width: 830px;
	float: left;
	margin: 0 30px 0 0 ;
}

.guideCardHomepage--left {
	float: left;
	max-width: 400px;
	margin-right: 30px;
}
.guideCardHomepage--right {
	float: left;
	max-width: 400px;
}

.guideCardHomepage img {
	max-width: 400px;
}
.guideCardHomepage h2 {
	font-size: 15px;
	font-weight: normal;
}

.homepage__bubble {
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.homepage__bubble--in {
	float: left;
	color: #fff;
	font-size: 13px;
	margin: 5px 5px 0 0;
}
.homepage__bubble--label {
	float: left;
	border: solid 1px #fff;
	padding: 5px 10px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;	
	text-transform: uppercase;
	margin: 0;
}

.homepage__bubble h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.homepage__bubble--text {
	color: #fff;
	margin: 10px 0 0 0;
	font-size: 13px;
}
.homepage__bubble--text a {
	text-decoration: underline;
}

.homepage__col {
	width: 280px;
	float:left;
	margin: 0 30px 0 0 ;
}

.homepage--hero-old {
    background-image: url('https://knoji.com/images/hero.jpg');
	height: 400px;
    margin: 60px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 200;
}
.homepage--heroimage1 {
    background-image: url('https://knoji.com/images/hero.jpg');    
}
.homepage--heroimage2 {
    background-image: url('https://knoji.com/images/hero2.jpg');    
}
.homepage--heroimage3 {
    background-image: url('https://knoji.com/images/hero3.jpg');    
}
.homepage--herooverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 210;
}
.homepage--heromodule {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 220;
    width: 90%;
    text-align: center;
}
.homepage--herotext {
    color: white;
    font-weight: 700;
    font-size: 45px;
    margin: 0 0 20px 0;
}
.homepage--herosubtext {
    color: white;
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 40px 0;
}
.homepage--leftcol {
    display: inline-block;
    margin: 15px;
    width: 800px;
    vertical-align: top;
}
.homepage--rightcol {
    display: inline-block;
    margin: 15px;
    width: 320px;
    vertical-align: top;
}
.small--avatar {
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin: 0 0 0 0; 
	display: inline-block;
}

/* tabs */

.tab--small {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    background: #eee;
    border-bottom: solid 1px #ddd;
    border-top: solid 2px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    margin-left: -4px;
}
.tab--small__right {
	float: right;
}
.tab--small__active {
    background: white;
    border-bottom: solid 1px #f5f5f5;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top: solid 2px #9CDB27;
    margin: 0;
    margin-left: -4px;
}
.tab--line {
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
    height: 30px;
    margin-top: -1px;
}

/* display merchant */

.displaymerchant--container {
    background: white;
    margin: 0 0 30px 0;
    display: inline-block;
}
.displaymerchant--logo {
    width: 300px;
    border: solid 1px #eee;
    padding: 8px;
    margin: 0 auto;
    background: white;
}

/* top header */

.top {
	background: #fff;
	padding: 0 20px;
	font-size: 17px;
	z-index: 9000;
	height: 60px; 
	z-index: 9000;
	border-bottom: solid 1px #f5f5f5;
}
.top--menucontainer {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
}
.top--menu--searchbar {
	position: absolute;
	width: 700px;
	height: 60px;
	background: #fff;
	display: none;
	z-index: 2000;
}
.boxselect--top {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #fbfbfb;
	border: solid 1px #ddd;
	height: 36px;
	width: 150px;
	vertical-align: middle;
	padding: 11px 15px 0 15px;
	color: #777;
	font-size: 13px;
}
.boxselect__menu--top {
	position: absolute;
	top: 36px;
	background: #fbfbfb;
	margin-left: -15px;
	width: 150px;
	padding: 15px;
	display: none;
	z-index: 10000;
}

.top--menu--searchbar--left {
	position: relative;
	width: 165px;
	height: 60px;
	float: left;
	padding-top: 12px;
}
.top--menu--searchbar--right {
	position: relative;
	width: 450px;
	height: 60px;
	float: left;
}
.top--searchbar-new {
    margin: 12px 30px 0 0 ;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 8px 12px;
    color: #555;
    font-size: 15px;    
    width: 300px; 	
	z-index: 1000000;
}
.top--searchbar-new--hidden {
	display: none;
}
.top--searchicon {
	float: left;
	height: 60px;
	font-size: 17px;
	color: #555;
	margin: 0 20px 0 0;
	padding-top: 20px;	
}
.top--menu--searchbar--close {
	display: block;
	position: absolute;
	font-size: 20px;
	color: #999;
	top: 20px;
	left: 315px;
	z-index: 1000000;
}
.hamburgermenu {
	max-width: 750px;
	margin: 30px auto;
	text-align: left;
}
.hamburgermenu--menuitem--list {
	float: left;
	width: 230px;
	margin: 10px;
}
.hamburgermenu--menuitem--list--sub {
	color: #777;
}
.hamburgermenu--menuitem--item {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}
.hamburgermenu--menuitem--subitem {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: normal;
}

.top--menuitem {
	position: relative;
	display: block;	
	float: left;
	height: 60px;
	font-size: 15px;
	margin: 0 15px;
	padding-top: 20px;
	cursor: pointer;
}
.top--menuitem--menu {
	display: none;
	position: absolute;
	background: #fff;
	top: 58px;
	left: -15px;
	padding: 20px 20px 7px 20px;
	width: 220px; 
	border-top: solid 2px #F24F74;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: : solid 1px #eee;
}
.top--menuitem--menu--more {
	width: 750px;
	padding: 10px 10px 7px 10px;
	left: -300px;
}
.top--menuitem--list {
	display: inline-block;
	width: 220px;
	margin: 10px;
}
.top--menuitem--item {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}
.top--menuitem--subitem {
	margin: 0 0 10px 10px;
	font-size: 12px;
	font-weight: normal;
}
.top--menuitem--subitem--outdented {
	margin: 0 0 10px 0;
}
.top--minheader {
	background: #fff;
	padding: 12px 0 0 0;
	font-size: 17px;
	z-index: 9000;
	height: 60px; 
	z-index: 9000;
	border-bottom: solid 1px #f5f5f5;
}
.top--navlink {
	margin: 22px 0 0 0;
	display: inline-block;	
}
.top--navlink i {
	color: #aaa;
	margin: 0 5px;
}
.top--right {
	float: right;
	width: 350px;
	text-align: right;
	margin: 20px 0;
}
.logo-100 {
	background-image: url("https://knoji.com/images/logo-d-100@2x.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 36px;
}
.logo {
	background-image: url("https://knoji.com/images/logo-d-100@2x.png");
	background-repeat: no-repeat;
	margin: 14px 30px 0 10px;
	display: inline-block;
	width: 100px;
	height: 36px;
	float: left;
	opacity: 1.0;
}
.logo--minheader {
	background-image: url("https://knoji.com/images/logo-d-100@2x.png");
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	display: block;
	width: 100px;
	height: 36px;
	opacity: 1.0;
}
.top--avatar {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	margin: 12px 0 0 0; 
	display: inline-block;
	float: right; 
}
.top--hamburger--button {
	height: 37px;
	width: 37px;
	display: inline-block;
	margin: 12px 0 0 15px; 
	float: right; 	
    border: solid 1px #ddd;
    border-radius: 5px;
	padding: 9px 6px 0 10px;
    color: #aaa;     
}
.top--menubutton {
    display: inline-block;
    margin: 11px 0 0 0;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 9px;
    color: #aaa;     
}
.top--searchbar {
	display: inline-block;
    margin: 12px 0 0 0 ;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 8px 12px;
    color: #555;
    font-size: 15px;    
    width: 200px; 	
	z-index: 1000000;
}
.top--searchbarmenu {
	z-index: 1000000;
}
.top--achievements {
	 float: right;
	 font-size: 17px;
	 color: #777;
	 margin: 17px 20px 0 0 ;
	 line-height: 20px;
}
.top--reputation {
	 float: right;
	 font-size: 17px;
	 color: #777;
	 margin: 17px 10px 0 12px;
	 line-height: 20px;
}

/* buttons */

.btn {
	border: none;
	text-decoration: none;
	background-color: white;
	color: #fff!important;
	border-radius: 3px;
	display: inline;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 25px;	
	text-align: center;
	cursor: pointer;
}
.btno {
	border: none;
	text-decoration: none;
	background-color: white;
	border-radius: 3px;
	display: inline;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 25px;	
	text-align: center;
	cursor: pointer;
}
.btn__header {
	display: block;
	float: right;
	padding: 7px 20px;
	margin: 17px 10px 0 10px;
	font-size: 15px;
	border-radius: 8px;
}
.top--signin {
	display: block;
	float: right;
	font-size: 13px;
	margin: 24px 10px 0 15px;
}
.use-code {
	cursor: pointer;	
}
.btn__shop {
	font-size: 13px;
	padding: 7px 20px;
	border-radius: 10px;
}
.btn__shop:hover {
	background: #999;
}
.btn__block {
    display: inline-block;
    margin: 5px;
}
.btn__large {
	font-size: 25px;
	padding: 10px 30px;
}
.btn__small {
	font-size: 15px;
	padding: 7px 20px;		
}
.btn__smaller {
	font-size: 15px;
	padding: 5px 17px;		
}
.btn__green {
	background-color: #9CDB27;
}
.btn__green:hover {
	background-color: #adec38;
}
.btn__lightgreen {
	background-color: #B8D558;
}
.btn__lightgreen:hover {
	background-color: #c9e669;
}
.btn__lightred {
	background-color: #FF8A75;
}
.btn__lightred:hover {
	background-color: #FF9b86;
}
.btn__blue {
	background-color: #049FFC;
}
.btn__blue:hover {
	background-color: #15affd;
}
.btn__bluel {
	background-color: #15affd;
}
.btn__bluel:hover {
	background-color: #26bffe;
}
.btn__darkblue {
	background-color: #038eeb;
}
.btn__darkblue:hover {
	background-color: #15affd;
}
.btn__red {
	background-color: #F24F74;
}
.btn__red:hover {
	background-color: #FF6e93;
}
.btn__amazonorange {
	background-color: #FFB13C;
}
.btn__amazonorange:hover {
	background-color: #ffbb22;
}
.btn__grey {
	background-color: #aaa;
}
.btn__sticky {
	background-color: #fff;
	color: #15affd;
	border: solid 1px #15affd;
}
.btn__sticky:hover {
	background-color: #15affd;
	color: #fff;
}
.btn__grey:hover {
	background-color: #bbb;
}
.btn__lightgrey {
	background-color: #eee;
	color: #444;
}
.btn--disabled {
	background-color: #ddd;	
}
.btn__sociallogin {
	padding: 0 20px;
	line-height: 40px;
	vertical-align: middle;
	box-shadow: 2px 2px 2px 0 #eee;
	border-radius: 5px;	
	font-weight: bold;
	border: solid 1px #eee;
	font-size: 13px;
	color: #333;
}
.submit__sociallogin {
	padding: 0 20px;
	line-height: 40px;
	vertical-align: middle;
	background: #049FFC;
	color: white;
	border-radius: 5px;
	font-weight: bold;
	border: none;
}
.btn__facebook {
	background: #3B5998;
	color: #fff;
}
.btn__twitter {
	background: #00acee;
	color: #fff;
}
.btn__facebook:hover {
	background: #4c6aa9;
}
.btn__twitter:hover {
	background: #11bdff;
}
.bblabel {
	margin: -28px auto 0 auto;;
	background: #fff;
	font-size: 13px;
	color: #333; 
	width: 30px;
}
.btn__corner--green {
	right: 0px;
    width: 17px;
    height: 17px;
    bottom: 0px;
    position: absolute;
    background: #80a600;
    transition: 0.2s;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #ddd;
    pointer-events: none;
    border-top-left-radius: 5px;		
}
.btn__corner--blue {
	right: 0px;
    width: 17px;
    height: 17px;
    bottom: 0px;
    position: absolute;
    background: #027dda;
    transition: 0.2s;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #ddd;
    pointer-events: none;
    border-top-left-radius: 5px;		
}
.btn__corner--red {
	right: 0px;
    width: 17px;
    height: 17px;
    bottom: 0px;
    position: absolute;
    background: #BE4934;
    transition: 0.2s;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #ddd;
    pointer-events: none;
    border-top-left-radius: 5px;		
}
.btn__corner--grey {
	right: 0px;
    width: 17px;
    height: 17px;
    bottom: 0px;
    position: absolute;
    background: #888;
    transition: 0.2s;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #ddd;
    pointer-events: none;
    border-top-left-radius: 5px;		
}

/* widgets */

.repstar {
    color: #049FFC;
    line-height: normal;
    vertical-align: middle;
    margin: 0 3px 0 2px;
}
.repstar--number {
    display: inline-block;
    line-height: normal;
	vertical-align: middle;
}
.profilestat {
    width: 110px;
    text-align: center;
}
.profilestat--label {
    font-size: 13px;
    margin-top: 8px;
}
.profilestat--number {
    font-size: 25px;
    color: #333;
}
.profile--avatar {
	border-radius: 50%;
	height: 150px;
	width: 150px;
}
.profile--socialicon {
	margin: 0 10px;
	font-size: 15px;
	color: #049FFC;
}

/* sitemap */

.sitemap__header {
	font-size: 20px;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.sitemap__subheader {
	font-size: 15px;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;	
}
.module__sitemap {
	background-color: #fafafa;
	padding: 20px 25px;
	word-wrap: break-word;
	float: left;
	margin: 0 30px 30px 0;
	width: 400px;
}

/* profile */

.profile__header { 
    margin: 0 auto 0 auto;
    max-width: 1160px;
    position: relative;
	background-color: #fff;
	padding: 20px 25px;
	word-wrap: break-word;
	box-shadow: 2px 2px 2px 0 #eee;
}
.profile__headshot {
	border-radius: 50%;
	height: 100px;
	width: 100px;
	float: left;
	display: block;
	margin: 0 20px 0 0 ;
}
.profile__namebox {
	margin-left: 120px;
	padding-top: 7px;
}
.profile__name {
	float: left;
}
.profile__stats {
	float: right;	
	margin: 0 0 0 0 ;
}
.profile__stat {
	display: inline-block;
	margin-left: 30px;
	text-align: right;
} 
.profile__stat--number {
    font-size: 20px;
    color: #333;
}
.profile__stat--label {
    font-size: 13px;
    margin-bottom: 3px;
}
.profile__tabcontainer {
	margin: 85px 0 0 0;
}
.profile__tab {
	font-size: 17px;
	color: #555;
	display: inline-block;
	margin-right: 30px;
}
.profile__tab--selected {
	color: #049FFC;
}
.topitem__container {
	margin-bottom: 15px;
	font-size: 15px;
}
.topitem__stat {
	background: #049FFC;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 3px 0 5px 0;
	width: 30px;
	border-radius: 5px;
}
.topitem__description {
	float: left;
}
.topitem__time {
	float: right;
	margin-left: 20px;	
}

/* table2 */

.table2__header {
	display: table-header-group; 
	padding: 8px 10px 8px 0;
}
.table2__row {
	display: table-row; 
}
.table2__cell {
	display: table-cell; 
	padding: 10px 10px 10px 0;
}
.expander {
	text-align: center;
	margin: 15px 0 0 0;
}

/* social buttons */

.sb__table {
/*	table-layout: fixed; */
	display: table;
	width: 100%;
	border-spacing: 2px;
	word-break: break-word;
}
.sb__row {
	display: table-row;
	width: 100%;
}
.sb__button {
	display: table-cell;
	color: #fff;
	padding: 8px 15px;
	font-size: 13px;
	border-radius: 5px;
}
.sb__button--small {
	padding: 5px 15px;
	font-size: 11px;
}
.sb__linkcopied {
	display: none;
	position: absolute;
	top: -30px;
	left: 0;
	padding: 7px;
	background: #555;
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 100%;
	border-radius: 5px;
}
.bg--facebook {
	background: #3b5998;
}
.bg--facebook:hover {
	background: #5d7bba;
}
.color--twitter {
	color: #00aced;
}
.color--facebook {
	color: #3B5998;
}
.color--linkedin {
	color: #4875B4;
}
.color--gmail {
	color: #D44638;
}
.bg--twitter {
	background: #00aced;
}
.bg--twitter:hover {
	background: #22ceff;
}
.bg--pinterest {
	background: #E60023;
}
.bg--pinterest:hover {
	background: #f82245;
}
.bg--linkedin {
	background: #0077b4;
}
.bg--linkedin:hover {
	background: #2299d6;
}
.bg--reddit {
	background: #5f99cf;
}
.bg--reddit:hover {
	background: #7fbbef;
}
.bg--tumblr {
	background: #35465c;
}
.bg--gmail {
	background: #c71610;
}
.bg--grey {
	background: #777;
}
.bg--grey:hover {
	background: #999;
}
.bg--green {
	background: #9CDB27;
}
.bg--blue {
	background: #049FFC;
}
.bg--blue:hover {
	background: #5fcbf7;
}


/* modules */

.module {
	background-color: white;
	padding: 20px 25px;
	word-wrap: break-word;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px 0 #eee;
}
.module_ns {
	background-color: white;
	padding: 20px 25px;
	word-wrap: break-word;
	margin-bottom: 20px;
}
.shadow {
	box-shadow: 2px 2px 2px 0 #eee;	
}
.module__lightgrey {
	background-color: #fafafa;
}
.module__lightergrey {
	background-color: #fbfbfb;
}
.module__grey {
	background-color: #eee;
}
.module__palegreen {
	background-color: #e6f1cb;
}
.module__paleyellow {
	background-color: #FFF4B2;
}
.module__palered {
	background-color: #FFE7EC;
}
.module__paleblue {
	background-color: #CFE9FC;
}
.module__outline {
	border: solid 1px #eee;
}
.module--answer {
	position: relative;
}
.module--mobile__merchantlogo {
	display: none;
}
.module--mobile__merchant {
	margin: 0 0 30px 0;
}
.module--mobile__merchantname {
	margin-bottom: 15px;
}
.module--mobile__merchantlogoimg {
	display: none;
}
.module--mobile__merchantpromoinfo {
	display: inline-block;
	margin-right:20px;
}
.module--mobile__merchantpromoinfotext {
	display: inline-block;
	margin-right:10px;	
}
.module--mobile__category {
	margin: 0 0 30px 0;
}
.module--mobile__categoryname {
	margin-bottom: 15px;
}
.faq--module {
	max-width: 450px;
	display: inline-block;
	margin: 0 30px 30px 0;
}
/* notifications */

.notification {
	font-size: 13px;
}
.notification a {
	color: #049FFC;
}
.notification--error {
	border-left: solid 2px #F24F74;
}
.notification--default {
	border-left: solid 2px #ccc;
}
.notification--confirm {
	border-left: solid 2px #9CDB27;
}
.notification__title {
	font-weight: bold;
}
.notification__details {
	margin-top: 10px;
	color: #777;
}
.blyellow {
	border-left: solid 2px #FFC800;
}
/* mobile */
.mobile--clear {
	display: none;
}
.mobile--dblock {
	display: none;
}
.d--dt {
	display: block;
}
.d--d {
	display: block;
}
.d--m {
	display: none;
}
.d--tm {
	display: none;
}


/* autocomplete */

 
/* scroll results */
.ui-widget {
	font-family: 'Raleway', sans-serif;
	font-size: inherit;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    z-index: 100000;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background: white;
    padding: 0;
    width: inherit;
    z-index: 100000;
}
.ui-front {
    z-index: 100000;
}
.ui-autocomplete li {
    font-size: 15px;
    padding: 12px 15px;
}
.ui-autocomplete li:hover {
    background: #CFE9FC;
    cursor: pointer;
}
 
/* badges */

.badge {
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border: solid 1px #eee;
	color: #777;
	background: #fff;
	border-radius: 5px;
	font-weight: normal;
}
.badge:hover {
	cursor: pointer;
	background: #fafafa;
}
.badge--earned {
	border: solid 1px #ccc;
	color: #333;
	background: #fcfcfc;
	font-weight: 500;
}
.badge__icon {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;	
	font-size: 17px;
	margin-right: 7px;
	color: #ccc;
}
.badge__label {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	line-height: normal;	
}
.badge__icon--earned {
	color: #F24F74;
}
 
/* merchant card */
	
.merchantcard__featurepill {
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px;
	border: solid 1px #eee;
	color: #888;
	background: #fafafa;
	margin: 0 5px 5px 0;
}
.merchantcard__featurepill--yes {
	border: solid 1px #9CDB27;
	color: #333;
	background: #fafafa;
}

/* similar sites */

.simsites--merchantlogo {
	margin: 0;
    display: inline-block;
    vertical-align: middle;
	width: 60px;
}
.simsites--usertext {
    display: inline-block;
    width: 175px;
    font-size: 13px;
    vertical-align: top;
}
.simsites--avatar {
    margin-right: 5px;   
}


/* vertical alignment */

.vablock60 {
    display: block;
    line-height: 60px;
}
.vablock70 {
    display: block;
    line-height: 70px;
}
.vablock80 {
    display: block;
    line-height: 80px;
}
.vablock90 {
    display: block;
    line-height: 90px;
}
.vablock100 {
    display: block;
    line-height: 100px;
}
.vablockinner {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.vatop {
    vertical-align: top;
}

/* profile page */


/* 2 col layout, left col 320 */

.twocol--left {
    display: inline-block;
    width: 320px;
	margin: 0 30px 30px 0;
    vertical-align: top;
}
.twocol--right {
    display: inline-block;
    max-width: 915px;
    vertical-align: top;
}
.twocol300--left {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
.twocol300--right {
    margin-left: 330px;
}

/* generic avatar */

.avatar--avatar {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 0 5px 0 0 ;
}
.avatar--text {
	font-size: 15px;	
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	word-wrap: break-word;
}
.avatar--avatar--20 {
	height: 20px;
	width: 20px;	
}

/* -- pabox -- */

.pabox {
	position: relative;
}
.pabox--left {
	position: absolute;
}
.pabox--30 {
	line-height: 30px;
	vertical-align: middle;
}

/* userbylines */

.userbyline {
	display: block;
	line-height: 22px;
}
.userbyline--avatar {
	border-radius: 50%;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 0 0 0 0 ;
}
.userbyline--text {
	font-size: 12px;	
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	word-wrap: break-word;
	margin: 3px 0 0 5px;
}
.userbyline--text__name {
	font-size: 12px;	
	margin-right: 5px;
}
.userbyline--text__answers {
	font-size: 12px;	
	margin: 0 5px;
}
.userbyline--text__time {
	font-size: 12px;	
	margin: 0 5px 0 0px;
	color: #888;
}
.userbyline--text__answervotes {
	font-size: 12px;	
	color: #9CDB27;
	margin-right: 20px;
}
.avatar {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;    
}

/* feed items */

.feeditem--inner {
    margin-left: 70px;
}
.feeditem--votearrow {
	float:left;
	margin-left: 20px;
	position: absolute;
    top: 30px;
    right: 30px;
}
.feeditem--useravatar {
	border-radius: 50%;
	height: 22px;
	width: 22px;
	margin: 0 7px 0 0 ;
	float: left;
}
.feeditem--usertext {
	line-height: normal;
	font-size: 12px;	
	word-wrap: break-word;
	max-width: 638px;    
	float: left;
	margin: 3px 0 0 0 ;
}
.feeditem--text__name {
	margin: 0 5px 0 0;
}
.repfeeditem--left {
    margin-right: 70px;
}
.repfeeditem--right {
    position: absolute;
    top: 30px;
    right: 30px;
}

/* filter buttons */

.filterbutton {
	display: inline-block;
	border: solid 1px #fff;
	padding: 5px 15px;
	font-size: 13px;
	text-align: center;
	color: #888;
	border-radius: 15px;
	background: #fff;
	margin: 0 5px 5px 0 ;
}
.filterbutton__tips {
	padding-left: 33px;
	background-image: url('https://knoji.com/images/icon-14.png');
	background-repeat: no-repeat;
	background-position: 12px center;
}
.filterbutton--on {
	background-color: #fff;
	color: #555;
	border: solid 1px #049FFC;
}
.filterbutton__container {
	margin-bottom: 20px;
}

.sharetext {
	float: right;
	font-size: 12px;
	color: #777;
	margin-top: 7px;
}
.sharetext a {
	color: #049FFC;
}

/* icon */

.icon-24 {
	width: 24px;
	height: 24px;
	background-image: url('https://knoji.com/images/icon-24.png');
	background-repeat: no-repeat;
	background-position: center center;
}

/* pagefilter controls */

.module__pagefilter {
	padding: 10px;
}
.pagefilter__label {
	font-size: 11px;
	padding: 4px 0px;
	display: inline-block;
	margin: 0 5px 5px 0;	
	vertical-align: middle;
	font-weight: bold;
}
.pagefilter__label--small {
	font-size: 11px;
	padding: 4px 0px;
	display: inline-block;
	margin: 0 0 5px 5px;	
	vertical-align: middle;
}
.pagefilter__item {
	display: inline-block;
	border: solid 1px #fff;
	padding: 4px 14px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	color: #555;
	border-radius: 5px;
	background: #fff;
	margin: 0 5px 5px 0 ;
}
.pagefilter__item--selected {
	background: #fff;
	color: #333;
	border-color: #049FFC;
}
.pagefilter__button {
	display: inline-block;
	border: solid 1px #049FFC;
	padding: 3px 10px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	background: #049FFC;
	margin: 0 5px 5px 0 ;
}
.module__alternatives--main {
	border-top: solid 5px #eee;
	border-bottom: solid 5px #eee;
}
.pagefilter__featuresbox {
	display: none;
	padding-top: 10px;
}
.main-notify {
	text-align: center;
	font-size: 17px;
}
.logo--300 img {
	width: 300px;
}
.logo--200 img {
	width: 200px;
}
.logo--150 img {
	width: 150px;
}
.logo--140 img {
	width: 140px;
}
.logo--130 img {
	width: 130px;
}
.logo--120 img {
	width: 120px;
}
.logo--100 img {
	width: 100px;
}
.logo--80 img {
	width: 80px;
}
.logo--70 img {
	width: 70px;
}
.logo--60 img {
	width: 60px;
}
.logo--50 img {
	width: 50px;
}

/* clickfilm */

.clickfilm {
	cursor: pointer;
	position: relative;
}
.clickfilm__default {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	display: block;
	z-index: 100000;		
}
.clickfilm__select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #049FFC;
	opacity: 0.3;
	display: none;
	z-index: 100000;		
}
.clickfilm__select--icon {
	display: none;
	position: absolute;
	z-index: 100001;
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	z-index: 100001;		
	display: block;
}
.clickfilm--item {
	z-index: 1000;
}

/* codes available page */

.getlink__col_1 {
	float: left;
	margin-right: 10px;
	max-width: 390px;
}
.getlink__col_2 {
	float: right;
	width: 150px;
}
.getlink__colh {
	float: left;
}
.getlink__col {
	float: left;
}
.getlink__cola1 {
	margin: 0 10px 0 0;
	width: 100px;
}
.getlink__col1 {
	float: right;
	margin: 0 0 0 10px;
	width: 170px;
}
.getlink__col2 {
	margin: 0 10px 0 0;
	max-width: 220px;
}
.getlink__col3 {
	float: right;
	width: 150px;
}
.getlink__colh3 {
	float: right;
	width: 150px;
}
.getlink__code {
	width: 150px;
}
.getlink__codebutton {
	display: none;
	width: 100%;
	background: #049FFC;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 5px 0;
	margin-bottom: 20px;
	border-radius: 5px;
}

/* merchant page */

.merchantpage__title {
	font-size: 30px;
	margin-bottom: 15px;
}
.merchantpage__logo {
	text-align: center;
	margin: 0 0 15px 0;
}
.merchantpage__stars {
	font-size: 20px;
	text-align: center;
	margin-bottom: 3px;
}
.merchantpage__stars--label {
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
.merchantpage__stars--sub {
	font-size: 13px;
	text-align: center;
	color: #999;
	margin-bottom: 30px;
}
.merchantpage__homepage {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
.merchantpage__logo img {
	width: 150px;
}
.merchantpage__stat {
	font-size: 13px;
	border-bottom: solid 1px #eee;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.merchantpage__stat--bottom {
	font-size: 13px;
	border-bottom: none;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.merchantpage__asof {
	font-size: 12px;
	color: #777;
}
.filler__title {
	color: #333;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 700;
}
.filler__text {
	font-size: 13px;
	color: #333;
	margin-bottom: 30px;
}
.merchantpage__codepill {
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	border: solid 1px #eee;
	color: #333;
	background: #fafafa;
	margin: 0 5px 7px 0;
}
.merchantpage__codepill:hover {
	border: solid 1px #049FFC;
}
.codeinput {
	position: absolute; 
	left: -9999px; 
	top: -9999px;
}

/* codepill */

.codepill {
	position: relative;
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	border: solid 1px #eee;
	color: #333;
	background: #fafafa;
	margin: 0 5px 10px 0;
	text-align: center;
}
.codepill:hover {
/*
	border: solid 1px #049FFC;
*/
	border: solid 1px #049FFC;
	background: #049FFC;
	color: #fff;
}
.codepill__helper {
	display: none;
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	text-align: center;
/*
	border: solid 1px #eee;
	color: #333;
	background: #fafafa;

	background: #049FFC;
	border: solid 1px #049FFC;
	color: #fff;
*/

	color: #049FFC;
	font-weight: bold;
	font-size: 12px;
}
.codepill__helper2 {
	display: none;
	position: absolute;
	top: -29px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #333;
	background: #fff;
	border: solid 1px #eee;
	font-weight: ;
	font-size: 11px;
	line-height: 25px;
	vertical-align: middle;
}
.codepill--large {
	font-size: 17px;
	padding: 8px 14px;
}

/* codewidget */

.codewidget {
	height: 25px;
	font-size: 17px;
}
.codewidget__float {
	float: left;
	margin: 0 5px 5px 0;
}
.codewidget__amountoff {
	float: left;
	width: 60px;
	height: 39px;
	text-align: center;
	padding: 5px 0 0 0 ;
	font-size: 13px;
	border: solid 1px #eee;
	color: #333;
}
.codewidget__code {
	float: left;
	width: 100px;
	text-align: center;
	padding: 10px;
	border: solid 1px #eee;
	color: #333;
}
.codewidget__button {
	float: left;
	width: 100px;
	text-align: center;
	padding: 10px;	
	font-size: 13px;
	line-height: 17px;
	background: #049FFC;
	border: solid 1px #049FFC;
	color: #fff;
	border-radius: 5px;
}
.codewidget__amountoff--number {
	font-size: 17px;
	font-weight: bold;
}
.codewidget__amountoff--off {
	font-size: 12px;
}
/* promo2 */

.promo2 {
	display: block;
	cursor: pointer;
}
.promo2__titleoff {
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 10px;
}
.promo2__left {
	width: 100px;
	float: left;
	height: auto;
}
.promo2__left--special {
	height: auto;
}
.promo2__left--feature {
	height: auto;
}
.promo2__middle {
	border-left: solid 1px #eee;
	padding-left: 20px;
	max-width: 680px;
	margin-left: 121px;
	height: auto;
}
.promo2__middle--special {
	height: auto;
}
.promo2__middle--feature {
	max-width: 760px;
	height: auto;
}
.promo2__middle--left {
	float: left;
	max-width: 435px;
	margin-right: 30px;
}
.promo2__middle--left--feature {
	max-width: 515px;
}
.promo2__middle--right {
	float: right;
	margin: 0 0 0 0;
	width: 170px;
}
.promo2__btn--mobile {
	display: none;
}
.promo2__amountoff {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.promo2__amountoff--small {
	font-size: 15px;
}
.promo2__type {
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	width: 60px;
	color: #fff;
	margin: 10px auto 0 auto;
	border-radius: 5px;
}
.promo2__type--code {
	background: #049FFC;
}
.promo2__type--sale {
	background: #049FFC;
}
.promo2__type--red {
	background: #F24F74;
}
.promo2__type--amazon {
	background: #FFB13C;
}
.promo2__sulabel {
	text-align: center;
	font-size: 12px;
	color: #777;
	margin-top: 10px;
}
.promo2__fillerlabel {
	background: #fff;
	color: #049FFC;
	border: solid 1px #049FFC;
}
.promo2__title {
	font-size: 19px;
	font-weight: 600;
	height: auto;
	margin-bottom: 20px;
}
.promo2__title--special {
	height: auto;
	margin-bottom: 15px;
}
.promo2__title--feature {
	height: auto;
}
.promo2__btn {
	font-size: 15px;
	padding: 15px;
	font-weight: 700;
}
.promo2__btn--sale {
}
.promo2__responsive--btn {
	display: none;
}
.promo2__metainfo {
	font-size: 13px;
	color: #888;
	display: inline-block;
}
.promo__sticker {
	display: inline-block;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
}
.promo__sticker--knojitip {
	color: #777;
	border: solid 1px #ccc;
	padding-left: 33px;
	background-image: url('https://knoji.com/images/icon-14.png');
	background-repeat: no-repeat;
	background-position: 12px center;
}
.promo__sticker--top {
	color: #049FFC;
	border: solid 1px #049FFC;
	padding: 7px 14px;
}
.promo__sticker--green {
	color: #9CDB27;
	border: solid 1px #9CDB27;
}
.promo__sticker--grey {
	color: #777;
	border: solid 1px #ccc;
}
.promo__sticker--blue {
	color: #049FFC;
	border: solid 1px #049FFC;
}
.promo__sticker--red {
	color: #F24F74;
	border: solid 1px #F24F74;
}
.promo__sticker--pick {
	background: #F24F74;
}
.promo__sticker--amazon {
	color: #FFB13C;
	border: solid 1px #FFB13C;
}
.promo2--merchantlogo {
	text-align: center;
}
.promo2--merchantlogo img {
	width: 70px;
}
.promo2__specialdescription {
	font-size: 13px;
}
.promo2__description--feature {
	font-size: 13px;
	height: auto;
	margin: 0 0 20px 0;
}

.pill {
	display: inline-block;
	padding: 1px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;	
}
.pill--blue {
	background: #049FFC;
	border: solid 1px #049FFC;
}
.pill--green {
	background: #9CDB27;
	border: solid 1px #9CDB27;
}
.pill--red {
	background: #F24F74;
	border: solid 1px #F24F74;
}
.pill--amazon {
	background: #FFB13C;
	border: solid 1px #FFB13C;
}
.pill--grey9 {
	background: #999;
	border: solid 1px #999;
}
.pill--grey7 {
	background: #777;
	border: solid 1px #777;
}
.pill--outline {
	background: #f5f5f5;
	border: solid 1px #ddd;
	color: #333;
}
.pill--fs13 {
	font-size: 13px;
	padding: 5px 10px;
	font-weight: 600;
}

/* promotext */

.promotext {
	line-height: normal;
	margin-bottom: 20px;
}
.promotext__code {
	border: solid 1px #ddd;
	padding: 5px 15px;
	text-align: center;
	font-weight: 600;
	color: #333;
	display: inline-block;
	margin: 7px 0 4px 0;
	background: #fafafa;
}
.promotext__title {
	font-weight: normal;
}
.promotext__activate {
	display: inline-block;
	vertical-align: middle;
}
.promotext__activate a {
	color: #049FFC;
}

/* promo */

.promo--btn {
	float: right;
	margin-top: 0;
	margin-bottom: 15px;
	width: 240px;
}
.promo--btn__small {
	font-size: 17px;
}
.promo--btn__thin {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 220px;
}
.promo--left {
	float: left;
	display: block;
	margin-bottom: 0px;
	max-width: 600px;
	margin-right: 20px;
}
.promo--codebox {
	border: 0;
	background: #f5f5f5;
	padding: 20px 30px;
	font-size: 40px;
	font-weight:800;
	text-align: center;
	margin: 10px auto 20px auto;
	display: block;
	width: 400px;
	cursor: pointer;
}
.promo--codebox--small {
	text-decoration: none;
	color: #444;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	border: 0;
	background: #f5f5f5;
	padding: 15px 20px;
	cursor: pointer;
}
.promo--merchantlogo {
	margin: 10px 0 10px 0;
	width: 80px;
}
.promo--amountoff {
	font-size: 13px;
	color: #fff;
	background: #9CDB27;
	padding: 5px 10px;
	display: inline-block;	
	margin: 0 10px 0 0 ;
	border-radius: 5px;
/*
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px 0 0;
	display: inline-block;	
*/
}
.promo--amazon {
	font-size: 13px;
	color: #fff;
	background: #FFB13C;
	padding: 5px 10px;
	display: inline-block;	
	margin: 0 10px 0 0 ;
	border-radius: 5px;
}
.promo--experttip {
	font-size: 13px;
	color: #fff;
	background: #888;
	padding: 5px 10px;
	display: inline-block;	
	margin: 0 10px 0 0 ;
	border-radius: 5px;
}
.promo--verified {
	font-size: 13px;
	color: #777;
	margin: 0 0 0 0;
	display: inline-block;	
}
.promo--pick {
	font-size: 13px;
	color: #fff;
	background: #9CDB27;
	padding: 5px 10px;
	display: inline-block;	
	margin: 0 10px 0 0 ;
	border-radius: 5px;

/*
	font-size: 15px;
	color: #777;
	display: inline-block;	
	margin: 0 10px 0 0 ;

	font-size: 13px;
	color: #fff;
	background: #FFC800;
	padding: 5px 10px;
	display: inline-block;	
	margin: 0 10px 0 0 ;
	border-radius: 5px;

	font-size: 13px;
	color: #FF8A75;
	background: #fff;
	padding: 5px 10px;
	display: inline-block;	
	margin: 0 10px 0 0 ;
	border: solid 1px #FF8A75;
	border-radius: 5px;
	font-size: 13px;

	color: #fff;
	background: #FF8A75;
	padding: 5px 10px;
	display: inline-block;	
	margin: 0 10px 0 0 ;
	border-radius: 5px;
*/
}
.promo--title {
	font-size: 20px;
	font-weight: 600;
}

/* promoh */

.promoh {
	float: left;
	position: relative;
	max-width: 210px;
	margin: 0 30px 30px 0;
	padding: 20px;
	background: #fff;
}
.promoh__toppicklabel {
	position: absolute;
	top: -10px;
	right: 20px;
	padding: 5px 15px;
	border-radius: 3px;
	font-size: 11px;
	background: #F24F74;
	color: #fff;
	text-align: center;
}
.promoh--btn {
	margin-top: 0;
	width: 180px;
	font-size: 15px;
}
.promoh--title {
	font-size: 15px;
	font-weight: 600;
	height: 70px;
}
.promoh--merchantlogo {
	width: 120px;
	margin: 0 auto 20px auto;	
}

/* -- pricemodule -- */

.pricemodule {
	font-size: 13px;	
}
.pricemodule__image1 {
	float: left;
	width: 100px;
	margin-right: 20px;
}
.pricemodule__image1 image {
	width: 100px;
}
.pricemodule__image2 {
	float: left;
	width: 100px;
	margin-right: 20px;
}
.pricemodule__image2 image {
	width: 100px;
}
.pricemodule__main {
	float: left;
	max-width: 600px;
}


/* toppromos search */

.toppromos-search {
	background: #eee;
	padding: 15px;
}
.toppromos__box {
	width: 270px;
	float: left;
	margin-right: 30px;
}
.compare__logo {
	width: 130px;
	padding: 14px;
	border: solid 1px #eee;
}
.compare__logodiv {
	width: 130px;
	float: left;
}
.compare__logoinfo {
	margin-left: 150px;
	max-width: 350px;
}
.compare__swot {
	margin-left: 95px;
}
.compare__box {
	width: 320px;
	float: left;
}
.compare__boxsmall {
	width: 250px;
	font-size: 13px;
	float: left;
}
.compare__box--vs {
	float: left;
	margin: 17px 15px 0 15px;
}
.compare__submit {
	background: #9CDB27;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	border: solid 1px #9CDB27;
	padding: 15px 30px;
	text-align: center;
	float: left;
}
.compare__submit--small {
	font-size: 13px;
}
.features__box {
	width: 250px;
	float: left;
}
.features__box--wide {
	width: 250px;
	float: left;
}
.features__box--vs {
	float: left;
	margin: 19px 15px 0 15px;	
}
.features__submit {
	background: #aaa;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	padding: 15px 30px;
	text-align: center;
	float: left;
	margin: 2px 0 0 15px;
}

/* top comparisons */

.topcomparison {
	padding: 20px;
	background: #fff;
	margin: 0 0 30px 0;
}
.topcomparison__logocontainer {
	width: 150px;
	float: left;
	padding: 10px;
	border: solid 1px #eee;
	text-align: center;
}
.topcomparison__logo {
	width: 100px;
	float: left;
	padding: 15px;
	background: #fff;
	border: solid 1px #eee;
	text-align: center;
}
.topcomparison__vs {
	display: block;
	float: left;
	font-size: 13px;
	margin: 42px 15px 0 15px;
}
.topcomparison__text {
	float: left;
	margin: 0 0 0 20px;
	max-width: 550px;
}
/* star ratings */

.star--container {
	position: relative;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.star {
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	width: 30px;
	font-size: 30px;
	text-align: center;
}
.star__selected {
	color: #F24F74;
	position: relative;
	z-index: 1200;
}
.star__active {
	color: #F24F74;
	position: relative;
	z-index: 1100;
}
.star__inactive {
	color: #ddd;
	position: relative;
	z-index: 1000;
}
.star-text-container {
	position: relative;
	width: 100%;
	height: auto;
	color: #777;
}
.star-text-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.star-text-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1200;	
	display: none;
}
.star__on {
	color: #fff207;
}
.star__on2 {
	color: #FFC800;
}
.star__on__green {
	color: #049FFC;
}
.star__off {
	color: #eee;
}

/* -- rstar -- */

.rstar {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.rstar__lg {
	height: 60px;
	width: 60px;
	background: #eee;	
}
.rstar--icon {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.rstar__lg--icon {
	font-size: 40px;
}
.rstar__lg--float {
	float: left;
	margin-right: 15px;
}
.rstar__lg--label {
	float: left;
	line-height: 60px;
	vertical-align: middle;
	width: 150px;
	font-size: 17px;
	text-align: left;
	color: #888;
}
.rstar__sm {
	height: 30px;
	width: 30px;
	background: #eee;	
}
.rstar__sm--icon {
	font-size: 20px;
}
.rstar__sm--float {
	float: left;
	margin-right: 10px;
}
.rstar__sm--label {
	float: left;
	line-height: 30px;
	vertical-align: middle;
	width: 150px;
	font-size: 15px;
	text-align: left;
	color: #888;
}

/* -- rate -- */

.rate--uploader {
	display: none;
	border: solid 1px #eee;
	padding: 10px 20px;
	font-size: 13px;
	margin-bottom: 20px;
}
.rate--textarea--lg {
	display: none;
	width: 100%;
	height: 100px;
	font-size: 15px;
}
.rate--textarea--sm {
	display: none;
	width: 100%;
	height: 90px;
	font-size: 13px;
}
.rate--submitstrip {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 70px;
	background: #fff;
	opacity: 0.8;
	border-top: solid 1px #eee;
	z-index: 500;
}
.rate--submitstrip2 {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 70px;
	z-index: 1000;
}
.rate--submitstrip2--inner {
	position: relative;
	width: 700px;
	margin: 0 auto;
	height: 70px;
	padding: 0 70px;
}
.rate--submitbutton--disabled {
	position: absolute;
	right: 30px;
	top: 20px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	background: #ccc;
	border: none;
	color: #fff;
	border-radius: 5px;
	opacity: 1.0;
	z-index: 1000;
}
.rate--submitbutton {
	position: absolute;
	right: 30px;
	top: 20px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	background: #049FFC;
	border: none;
	color: #fff;
	border-radius: 5px;
	opacity: 1.0;
	z-index: 1000;
	cursor: pointer;
}
.rate--submitbutton:hover {
	background: #15affd;
}
.star__big--container {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	margin: 0 5px;
}
.star__big {
	position: absolute;
	left: 0;
	right: 0;
	height: 60px;
	width: 60px;
	font-size: 40px;
	text-align: center;
}
.star__small--container {
	position: relative;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 0 3px;
}
.star__small {
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	width: 30px;
	font-size: 20px;
	text-align: center;
}
.star__med--container {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	margin: 0 4px;
}
.star__med {
	position: absolute;
	left: 0;
	right: 0;
	height: 40px;
	width: 40px;
	font-size: 30px;
	text-align: center;
}
.star__big__sq--selected {
	color: #fff;
	position: relative;
	z-index: 1200;
	background: #9CDB27;
	border-radius: 3px;
	padding: 10px;
}
.star__big__sq--active {
	color: #fff;
	position: relative;
	z-index: 1100;
	background: #ccc;
	border-radius: 3px;
	padding: 10px;
}
.star__big__sq--inactive {
	color: #fff;
	position: relative;
	z-index: 1000;
	background: #eee;
	border-radius: 3px;
	padding: 10px;
}
.star__small__sq--selected {
	color: #fff;
	position: relative;
	z-index: 1200;
	background: #9CDB27;
	border-radius: 3px;
	padding: 5px;
}
.star__small__sq--active {
	color: #fff;
	position: relative;
	z-index: 1100;
	background: #9CDB27;
	border-radius: 3px;
	padding: 5px;
}
.star__small__sq--inactive {
	color: #fff;
	position: relative;
	z-index: 1000;
	background: #eee;
	border-radius: 3px;
	padding: 5px;
}
.star__med__sq--selected {
	color: #fff;
	position: relative;
	z-index: 1200;
	background: #9CDB27;
	border-radius: 3px;
	padding: 5px;
}
.star__med__sq--active {
	color: #fff;
	position: relative;
	z-index: 1100;
	background: #9CDB27;
	border-radius: 3px;
	padding: 5px;
}
.star__med__sq--inactive {
	color: #fff;
	position: relative;
	z-index: 1000;
	background: #eee;
	border-radius: 3px;
	padding: 5px;
}
.star__big--float {
	float: left;
	margin-right: 15px;
}
.star__small--float {
	float: left;
	margin-right: 10px;
}
.star__med--float {
	float: left;
	margin-right: 12px;
}
.star__big--label {
	float: left;
	line-height: 60px;
	vertical-align: middle;
	width: 150px;
	font-size: 17px;
	text-align: left;
}
.star__small--label {
	float: left;
	line-height: 30px;
	vertical-align: middle;
	width: 120px;
	font-size: 13px;
	text-align: left;
}
.star__med--label {
	float: left;
	line-height: 20px;
	vertical-align: middle;
	width: 120px;
	font-size: 15px;
	text-align: left;
}

/* submitstrip */

.submitstrip {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 70px;
	background: #fff;
	opacity: 0.8;
	z-index: 100000;
}
.submitstrip--top {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 70px;
	z-index: 200000;
	opacity: 1;
	background: none;
}
.submitstrip--top--inner {
	position: relative;
	width: 100%;
	height: 70px;
	z-index: 200001;
	background: none;
}
.submitstrip--submitbutton {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	background: #049FFC;
	border: none;
	color: #fff;
	border-radius: 5px;
	opacity: 1.0;
	cursor: pointer;
}
.submitstrip--submitbutton--enabled {
	background: #049FFC;
}
.submitstrip--submitbutton--disabled {
	background: #aaa;
}
.submitstrip--submitbutton:hover {
	background: #15affd;
}


/* vote buttons */

.votearrow--wrapper {
	float:left;
	position: absolute;
	left: 25px; 
	top: 20px;
}
.votearrow--container {
	position:relative;
	height:30px;
	width:50px;
	display:block;
	margin-bottom: 5px;
}
.votearrow {
	position:absolute;
	z-index:1000;
	top:0px;
	left:0px;
	display:block;
	height:30px;
	width:50px;
	text-align: center;
	background-color:#e6f1cb;
	color: #9CDB27;
	border-radius: 5px;
	padding-top:1px;
	font-size: 27px;
}
.votearrow:hover {
	background: #9CDB27;
	color: white;
}
.votearrow_selected {
	position:absolute;
	z-index:1100;
	display:none;
	text-align: center;
	top:0px;
	left:0px;
	height:30px;
	width:50px;
	background:#049FFC;
	color: #fff;
	border-radius: 5px;
	padding-top:1px;
}

/* guide cards */

.guideCardTop {
	margin: 0 0 70px 0;	
}
.guideCardTop img {
	width: 1000px;
}
.guideCard {
	margin: 0 0 0 0;
}
.guideCard--left {
	float: left;
	width: 450px;
	margin: 0 50px 0 0;
}
.guideCard--right {
	float: left;
	width: 500px;
}
.guideCard--right img {
	width: 500px;
}
.guideCard--categorylabel {
	display: inline-block;
	border: solid 1px #333;
	padding: 5px 10px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-align: center;	
	text-transform: uppercase;
	margin: 0 10px 10px 0;
}
.guideCard--date {
	display: inline-block;
	padding: 5px 0;
	font-size: 13px;
	color: #555;
}



/* answers */

.answer--body {
	margin-left: 70px;
}
.answer--showvotes {
	font-size: 13px;
}
.answer__module {
	background-color: white;
	padding: 35px;
	border-radius: 4px;
	word-wrap: break-word;
	margin-bottom: 30px;	
}
.answer__text {
	font-size: 13px;
	line-height: 19px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: solid 1px #eee;
}
.answer__text p {
	margin-bottom: 20px;
}
.answer__meta {
	font-size: 13px;
	color: #999;
}
.answer__vote {
	padding: 6px 15px;
	font-size: 12px;
	border: solid 1px #eee;
	background: #fff;
	color: #555;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
}
.answser__vote--count {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	color: #999;
}
.answer__vote:hover {
	background: #f5f5f5;
}
.answer__vote--voted {
	border-color: #049FFC;
	color: #049FFC;
}
.answer__vote--up {
	margin-right: 10px;
}
.answer__vote--down {
	margin-right: 10px;
	color: #888;
}
.answer__vote--flag {
	float: right;
	color: #aaa;
}
.answer__vote--flagged {
}
.answer__avatar {
	border-radius: 50%;
	height: 17px;
	width: 17px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 0 0 0 0 ;
}
.answer__avatar--text {
	font-size: 12px;	
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	word-wrap: break-word;
	margin: ;
}
.answer__date {
	font-size: 12px;
	color: #999;
	margin: 10px 0 0 10px;
}

/* fscorecard */

.fscorecard__heading {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
}
.fscorecard__heading--large {
	font-size: 13px;
}
.fscorecard__heading--stars {
	display: inline-block;
	font-size: 15px;
	margin: 0 5px 0 10px;
}
.fscorecard__heading--starslabel {
	display: inline-block;
	margin: 0;
	font-weight: normal;
	color: #555;
}
.fscorecard__item {
	font-size: 13px;
	margin-bottom: 10px;
	color: #333;
	cursor: pointer;
}
.fscorecard__item--arrow {
	float: right;
	color: #ccc;
}
.fscorecard__item--label {
	margin-right: 5px;
	display: inline-block;
}
.fscorecard__item--score {
	font-size: 11px;
	display: inline-block;
	padding: 3px 10px;
	border: solid 1px #ddd;
	text-align: center;
	border-radius: 2px;
	color: #999;
}
.fscorecard__item--score--yes {
	border-color: #9CDB27;
	color: #9CDB27;
	background: #F0FADF; 
/*	
	color: #9CDB27;
	background: #f9f9f9;
	*/
}
.fscorecard__item--sub {
	font-size: 12px;
	margin: 5px 0 20px 0;
	display: none;
}
.btn__smaller {
	font-size: 12px;
	padding: 5px 12px;
	font-weight: 600;
}
.fscorecard__productimage {
	float: left;
	width: 100px;
}
.fscorecard__productimage img {
	width: 100px;
}
.fscorecard__productinfo {
	margin-left: 120px;
	max-width: 660px;
}

/* products */

.prodimage--outer {
	position: absolute;
}
.prodimage--container {
	width: 150px;
	height: 150px;
	position: relative;
}
.prodimage--inner {
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 500;
}
.prodimage--inner img {
	width: 150px;
}
.prodimage--logo {
	position: absolute;
	z-index: 600;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	opacity: 0.95;
}
.prodimage--logo img {
	width: 50px;
}
.prodimage--text {
	max-width: 390px;
	margin-left: 170px;
	height: 150px;
	margin-bottom: 30px;
}

/* questions */

.question--body {
	margin-left: 70px;
	min-height: 70px;
}
.questions__yesanswer--right {
	width: 200px;
	float: right;
	height: auto;
	line-height: normal;
	padding: 5px 0;
	vertical-align: middle;
}
.questions__yesanswer--left {
	max-width: 570px;
	float: left;
	height: auto;
	margin: 10px 0 5px 0;
	line-height: normal;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 600;
}

/* comments */

.comment--body {
	margin-left: 70px;
}
.comment--showvotes {
	font-size: 13px;
}
.comment--text {
	font-size: 15px;
	line-height: 20px;
	color: #777;
}
/* images */

.circular--square {
	border-radius: 50%;
}

/* inputs */

.label {
    margin-bottom: 10px;
    font-size:15px;
	display: block;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.input:focus {
	border-bottom: 1px solid #9CDB27;
	
}
.input {
	border: none;
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}
.boxinput {
	border: solid 1px #ddd;
	padding: 15px 20px;
	color: #777;
}
.boxinput--small {
	padding: 10px 15px;
	font-size: 13px;
}
.boxinput--smaller {
	padding: 5px 10px;
	font-size: 12px;
}
.submit {
	border: none;
	background: #049FFC;
	padding: 15px 20px;
	color: white;
	border-radius: 5px;
	font-weight: 600;
}
.submit--small {
}
.submit--smaller {
	padding: 5px 10px;
	font-size: 12px;
}
.submit__red {
	border: none;
	background: #F24F74;
	padding: 10px 25px;
	color: white;
	font-size: 15px;
	border-radius: 5px;
	font-weight: bold;
}
.submit__green {
	background: #9CDB27;
}
.submit__grey {
	background: #aaa;
}
.checkbox {
	border: solid 1px #ddd;
	height: 15px;
	width: 15px;
}

.boxselect {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: solid 1px #ddd;
	height: 52px;
	vertical-align: middle;
	padding: 18px 20px 0 20px;
	color: #777;
	font-size: 15px;
}
.boxselect__arrow {
	float: right;
}
.boxselect__menu {
	position: absolute;
	top: 52px;
	background: #fff;
	margin-left: -20px;
	width: 298px;
	padding: 20px;
	display: none;
	z-index: 10000;
}

/* store directory */

.storedirectory--table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 5px;
}
.storedirectory--store {
	padding: 15px;
	font-size: 13px;
	text-align: center;	
	background: #fff;
}
.storedirectory--store img {
	width: 130px;
}


/* review */

.review_answer {
	background: #fafafa;
	padding: 20px 20px 5px 20px;
/*
	font-size: 15px;
	line-height: 22px;
*/
}
.review_answer p {
	margin-bottom: 15px;
}
.review_answer h1 {
	font-size: 17px;
	margin: 0 0 15px 0;
}
.review_answer h2 {
	font-size: 15px;
	margin: 0 0 15px 0;
}
.review_answer h3 {
	font-size: 15px;
	margin: 0 0 15px 0;
}

.reviewby_answer {
	background: #fafafa;
	padding: 20px 20px 5px 20px;
	font-size: 15px;
	line-height: 22px;
	font-style: italic;
}
.reviewby_answer p {
	margin-bottom: 15px;
}

/* best brands */

.bestbrands__ranknumber {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
/*
	background: #fff;
	color: #049FFC;
	border: solid 1px #049FFC;
*/
	background: #049FFC;
	color: #fff;
	padding: 5px 15px;
	margin: 0 7px 0 0;
	border-radius: 5px;
}
.bestbrands__brandname {
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.rankings__ranknumber {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #9CDB27;
	color: #fff;
	padding: 3px 12px;
	margin: 0 7px 0 0;
	border-radius: 5px;
}
.rankings__brandname {
	display: inline-block;
	font-size: 15px;
	line-height: normal;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.alternatives__brandname {
	display: block;
	float: left;
	font-size: 15px;
	line-height: normal;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.bestbrands__getlink {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	line-height: normal;
	vertical-align: middle;
	color: #049FFC;
}
.fscorecard__rightlink {
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
	line-height: normal;
	vertical-align: middle;
	color: #049FFC;
}
.bestbrands__getcoupons {
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
	line-height: normal;
	vertical-align: middle;
	color: #049FFC;
}
.fscorecard__merchanturl {
	display: block;
	float: left;
	font-size: 13px;
	margin-left: 15px;
	color: #777;
	font-weight: bold;
}
.fscorecard__merchanturl2 {
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
	color: #777;
	font-weight: bold;
	line-height: normal;
	vertical-align: middle;
}
.alternatives__getcoupons {
	display: block;
	float: left;
	font-size: 13px;
	margin-left: 15px;
	color: #049FFC;
}
.alternatives__getlink {
	display: block;
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #049FFC;
}

/* compare */
.scoreblock {
	border-radius: 7px;
	color: #fff;
	padding: 7px 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
.yesnoblock {
	border-radius: 5px;
	padding: 7px 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
.yesnoblock--yes {
	border: solid 1px #049FFC;
	color: #049FFC; 
}
.yesnoblock--maybe {
	border: solid 1px #ddd;
	color: #aaa; 
}
.compare__header {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 20px 0;
	text-align: center;
	display: block;
}
.compare--row {
    background: white;
    border-bottom: solid 1px #eee;
    display: table;
    table-layout: fixed;
    word-wrap: break-word;
    width: 100%;
}
.compare--row--top {
    border: solid 1px #9CDB27;
}
.compare--row--subheader {
	background: #fafafa;
	font-size: 13px;
	text-align: center;
}
.compare--row--morelink {
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.compare--cell {
   display: table-cell; 
   padding: 30px 30px;
   font-size: 13px;
   line-height: 18px;
}
.compare__celldiv {
	/* for blur overlay */
	overflow: hidden;
	position: relative;
}
.compare__celldiv p {
	margin-bottom: 15px;
}
.compare__celldiv--expander {
	font-size: 130x;
	background: #fff;
	color: #049FFC;
	border: solid 1px #eee;
	border-radius: 20px;
	padding: 3px 10px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2001;
}
.compare__celldiv--blur {
	opacity: 0.6;
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 2000;
	background: white;
}
.compare--column {
 	display: table-cell; 
   padding: 40px 30px;
}
.compare--ratingmodule {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 100px;
    text-align: center;    
}
.compare--ratingmodule--mobile {
	display: none;
	font-size: 13px;
}
.compare--textmodule {
    display: inline-block;
    margin-left: 130px;
    vertical-align: top;
    font-size: 15px;
}
.compare__featurepill {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 25px;
	border: solid 1px #ccc;
	border-radius: 5px;
	color: #999;
	background: #fff;
	margin: 0 0 10px 0;
}
.compare__featurepill--yes {
	border: solid 1px #9CDB27;
	color: #fff;
	background: #9CDB27;
}
.compare__featurepill--no {
	border: solid 1px #F24F74;
	color: #F24F74;
	background: #fff;
}
.compare__featurepill--top {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 20px 7px 20px;
	border-radius: 5px;
	border: solid 1px #9CDB27;
	color: #fff;
	background: #9CDB27;
	margin: 0 3px 0 0;
}
.compare__moreinfolink {
	display: inline-block;
	margin-left: 8px;
	padding: 8px 0px;
	font-size: 13px;
	color: #aaa;
}
.compare--row--tip {
	text-align: center;
	color: #999;
	padding: 10px 0;
	font-size: 13px;
	background: #fefefe;
}
.compare--row--title {
	text-align: center;
	color: #333;
	padding: 20px 20px 0 20px;
	font-size: 15px;
	background: #fff;
    border-bottom: 0px;
}
.compare--searchbar {
    display: inline-block;
    margin: 0;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 8px 15px;
    color: #555;
    font-size: 13px;
    width: 200px; 	
	z-index: 1000000;
}


/* narrow page */

.np700--container {
	margin: 50px auto;
	max-width: 700px;
	display: block;
}
.np700--inner {
	padding: 30px 70px 30px 70px;
	position: relative;
}
.np500--container {
	margin: 50px auto;
	max-width: 500px;
	display: block;
}
.np500--inner {
	padding: 30px 50px 30px 50px;
	position: relative;
}
.np250--inner--centered {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -30%);
    margin: 30px auto;
    width: 250px;
    display: block;
}
.np360--container {
	margin: 50px auto;
	max-width: 360px;
	display: block;
}
.np360--inner {
	padding: 30px 50px 30px 50px;
	position: relative;
}

/* stepcircle */

.stepcircle {
	 border-radius: 50%;
	 width: 20px;
	 height: 20px;
	 border: solid 1px #f5f5f5;
	 display: inline-block;
	 margin: 0 4px;
	 background: #f5f5f5;
}
.stepcircle--filled {
	background: #049FFC;
	border-color: #049FFC;
}

/* usecode */

.usecode--container {
	margin: 50px auto;
	width: 600px;
	display: block;
	text-align: center;
}
.usecode--code {
	border: 0;
	background: #f5f5f5;
	padding: 20px 30px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 10px auto 30px auto;
	display: block;
	width: 300px;
	color: #049FFC;
}
.animation {
  height: 20px;
  margin: 0;
}

.animation-dot {
  animation: dot 3s infinite;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background: #f5f5f5;
  height: 20px;
  margin: 0 3px;
  width: 20px;
}

.animation-dot:nth-child(2) {
  animation-delay: .25s;
}

.animation-dot:nth-child(3) {
  animation-delay: .5s;
}

.animation-dot:nth-child(4) {
  animation-delay: .75s;
}

.animation-dot:nth-child(5) {
  animation-delay: 1.0s;
}

@keyframes dot {
  0% {
    background-color: #eee;
  }
  50% {
    background-color: #049FFC;
/*    transform: translateY(-3px); */
  }
  100% {
    background-color: #eee;
  }
}

/* text editor */

.fr-view p {
    margin-bottom: 20px;
}
.fr-view li {
    margin: 0 0 7px 0;
    padding: 0 0 0 17px;
    position: relative;
}
.fr-view ul,ol {
    margin: 10px 0 20px 20px;
}
.fr-view li::before {
    content: '●';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
.fr-view ol {
    counter-reset: item;
}
.fr-view ol li::before {
    content: counter(item) '.';
    counter-increment: item;
}

/* pagination */

.pagination_key {
    display: inline-block;
    padding: 15px 20px;
    border: solid 1px #ddd;
    background: white;
    text-align: center;
    font-size: 20px;
    color: #aaa;
}
.pagination_key--selected {
    background: #9CDB27;
    color: white;
    border-color: #9CDB27;
}
.pagination_key:hover {
    background: #e6f1cb;
    color: #9CDB27;
}
.pagination_spacer {
    display: inline-block;
    padding: 15px 20px;
    border: none;
    background: none;
    text-align: center;
    font-size: 20px;
    color: #ddd;
}

/* element expander */

.element--shown {
	display: block;
}
.element--hidden {
	display: none;
}

/* merchant home */

.spfeature--table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.spfeature {
	padding: 10px 2px;
	text-align: center;
	background: #fff;
	border: solid 1px #eee;
}
.spfeature__header {
	font-size: 11px;
	font-weight: 600;
	padding: 10px 5px 10px 5px;
}

.pfeature--table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 3px;
}
.pfeature {
	padding: 10px 2px;
	text-align: center;
	background: #fafafa;
	border-radius: 5px;
/*
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
*/
}
.pfeature__title {
	font-size: 11px;
	font-weight: ;
	padding: 0 0 10px 0;
	line-height: normal;
	height: 50px;
}
.pfeature__rating {
	height: 25px;
	width: 44px;
	margin: 0 auto;
	position: relative;
}
.pfeature__rating--bar {
 	position: absolute;
	width: 8px;
	bottom: 0;
	z-index: 2000;
}
.pfeature__rating--bar--bg {
	z-index: 1000;
	background: #eee;
}
.pfeature__rating--bar--1 {
	left: 0;
	height: 5px;
}
.pfeature__rating--bar--2 {
	left: 9px;
	height: 10px;
}
.pfeature__rating--bar--3 {
	left: 18px;
	height: 15px;
}
.pfeature__rating--bar--4 {
	left: 27px;
	height: 20px;
}
.pfeature__rating--bar--5 {
	left: 36px;
	height: 25px;
}
/* price */
.pfeature__rating--price--bg {
	z-index: 1000;
	color: #ccc;
}
.pfeature__rating--price--1 {
	left: 0;
}
.pfeature__rating--price--2 {
	left: 9px;
}
.pfeature__rating--price--3 {
	left: 18px;
}
.pfeature__rating--price--4 {
	left: 27px;
}
.pfeature__rating--price--5 {
	left: 36px;
}
/* thin */
.pfeature__ratingthin {
	margin: 0 auto;
	width: 105px;
	position: relative;
	display: inline-block;
}
.pfeature__ratingthin--bar {
 	position: absolute;
	width: 20px;
	height: 8px;
	bottom: 0;
	z-index: 2000;
}
.pfeature__ratingthin--bar--bg {
	z-index: 1000;
	background: #e5e5e5;
}
.pfeature__ratingthin--bar--1 {
	left: 0;
}
.pfeature__ratingthin--bar--2 {
	left: 21px;
}
.pfeature__ratingthin--bar--3 {
	left: 42px;
}
.pfeature__ratingthin--bar--4 {
	left: 63px;
}
.pfeature__ratingthin--bar--5 {
	left: 84px;
}
.pfeature__score {
	font-size: 20px;
	height: 25px;
	font-weight: bold;
}
.pfeature__score--yes {
	color: #9CDB27;
}
.pfeature__score--no {
	color: #bbb;
}
.pfeature__score--none {
	color: #ddd;
}
.pfeature__score--normal {
	color: #555;
}
.pfeature__score--low {
	color: #FF8A75;
}
.pfeature__score--popularity {
	font-size: 17px;
}
.pfeature__details {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	line-height: normal;
}
.pfeature_tdlink {
	display: block;
	width: 100%;
}
.pfeature__morelink {
	text-align: center;
	margin-top: 20px;
}
.promotable {
	table-layout: fixed;
	width: 100%;
	border-spacing: 5px;	
}
.promotable__cell {
	padding: 10px 5px;
	background: #fafafa;
	border-radius: 5px;	
}
.promotable__title {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: normal;
	height: 50px;
}
.promotable__code {
	border: solid 1px #ddd;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
}
.promotable__button {
	font-size: 15px;
	background: #9CDB27;
}

/* tables */

.row {    
  display: table;
  table-layout: fixed;
  word-wrap: break-word;
  width: 100%;
}
.column { 
  display: table-cell; 
  padding: 10px;
}
.row--compare {
    background: white;
    border-bottom: solid 1px #eee;
}
.table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	word-break: break-word;
}
.tableheader {
	display: table-header-group; 
	border-bottom: solid 1px #eee;
	padding: 10px 10px 10px 0;	
	font-weight: bold;
}
.trow {
	display: table-row;
}
.tablerow {
	display: table-row; 
	border-bottom: solid 1px #eee;
	padding: 10px 10px 10px 0;
}
.tablerow--hidden {
	display: none; 
	border-bottom: solid 1px #eee;
	padding: 10px 10px 10px 0;
}
.tablerow--shown {
	display: table-row; 
	border-bottom: solid 1px #eee;
	padding: 10px 10px 10px 0;
}
.tablecell {
	display: table-cell; 
	border-bottom: solid 1px #eee;
	padding: 10px 10px 10px 0;
}
.tablecell--wide {
	padding: 8px 15px 8px 0;
}
.tableheader {
	font-weight: bold;
	border-bottom: solid 1px #eee;
}
.text_links_hidden_row {
	display: none;
}
.table--expander {
	margin-top: 15px;
	font-size: 13px;
	text-align: center;
	display: block;
}
.table--expander_expand {
	display: block;
}
.table--expander_close {
	display: none;
}
.guestpost_links_hidden_row {
	display: none;
}
.table_expand_button {
	margin-top: 20px;
	display: block;
	font-size: 17px;
	position: relative;
	font-weight: bold;
}
.texts_links_button_expand {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
}
.texts_links_button_close {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}
.guestpost_links_button_expand {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
}
.guestpost_links_button_close {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}
.table__greyrow {
	background: #f5f5f5;
}

.toggletable--row {
	display: table-row;
}
.toggletable--shown {
	display: table-row;
}
.toggletable--hidden {
	display: none;
}
.toggletable--cell {
	display: table-cell;
}
.toggletable--expander_expand {
	display: block;
}
.toggletable--expander_close {
	display: none;
}

/* expander */

.article-expander {
	position: relative;
	overflow: hidden;
}
.article-expander--readmore {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 60px 0;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, 40%, rgba(255,255,255,1) 90%);
}
.article-expander--readmore--button {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border: solid 1px #eee;
	border-radius: 20px;
	padding: 4px 20px;
	font-size: 13px;
	color: #049FFC;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* expand_incr */

.expander_incr--button {
	background: #fcfcfc;
	padding: 10px 25px;
	text-align: center;
	color: #777;
	font-size: 13px;
	cursor: pointer;
}

.mh200 {
	max-height: 200px;
}
.mh300 {
	max-height: 300px;
}
.mh400 {
	max-height: 400px;
}
.mh450 {
	max-height: 450px;
}
.mh500 {
	max-height: 500px;
}

/* masonry */

.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 20px;
}

.masonry--item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 20px;
    padding: 20px;
    width: 100%;
}

/* miscellaneous */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.cl {
    clear: both;
}
.dnone {
	display: none;
}
.dblock {
	display: block;
}
.dtcell {
	display: table-cell;
}
.diblock {
	display: inline-block;
}
.dib {
	display: inline-block;
}
.dinline {
	display: inline;
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {
  margin: 0;
}
.opaque {
	opacity: 1.0;
}
.fl {float:left;}
.fr {float:right;}
.cl {clear:both;}
.m5 {margin: 5px;} .m10 {margin: 10px;} .m20 {margin: 20px;} .m25 {margin: 25px;} .m30 {margin: 30px;}
.mr0 {margin-right:0px;}.mr1 {margin-right:1px;}.mr2 {margin-right:2px;}.mr3 {margin-right:3px;}.mr4 {margin-right:4px;} .mr5 {margin-right:5px;} .mr8 {margin-right:8px;} .mr10 {margin-right:10px;}.mr12 {margin-right:12px;} .mr15 {margin-right:15px;} .mr20 {margin-right:20px;} .mr25 {margin-right:25px;} .mr30 {margin-right:30px;}.mr40 {margin-right:40px;}.mr50 {margin-right:50px;} .mrauto{margin-right:auto;}
.mt0 {margin-top:0;}.mt1 {margin-top:1px;}.mt2 {margin-top:2px;}.mt3 {margin-top:3px;}.mt4 {margin-top:4px;} .mt5 {margin-top:5px;}.mt6 {margin-top:6px;}.mt7 {margin-top:7px;} .mt8 {margin-top:8px;} .mt10 {margin-top:10px;} .mt15 {margin-top:15px;} .mt17 {margin-top:17px;} .mt20 {margin-top:20px;}.mt22 {margin-top:22px;}.mt23 {margin-top:23px;} .mt25 {margin-top:25px;} .mt30 {margin-top:30px;} .mt35 {margin-top:35px;}  .mt40 {margin-top:40px;}  .mt50 {margin-top:50px;}.mt60 {margin-top:60px;}.mt70 {margin-top:70px;}.mt80 {margin-top:80px;}.mt90 {margin-top:90px;}.mt100 {margin-top:100px;}
.mtn10{margin-top: -10px;}.mtn20{margin-top: -20px;}.mtn30{margin-top: -30px;}.mtn40{margin-top: -40px;}
.mb0 {margin-bottom:0;}.mb1 {margin-bottom:1px;}.mb2 {margin-bottom:2px;}.mb3 {margin-bottom:3px;} .mb5 {margin-bottom:5px;} .mb7 {margin-bottom:7px;} .mb8 {margin-bottom:8px;} .mb10 {margin-bottom:10px;} .mb15 {margin-bottom:15px;} .mb20 {margin-bottom:20px;} .mb25 {margin-bottom:25px;} .mb30 {margin-bottom:30px;} .mb40 {margin-bottom:40px;} .mb50 {margin-bottom:50px;} .mb60 {margin-bottom:60px;} .mb70 {margin-bottom:70px;} .mb80 {margin-bottom:80px;} .mb90 {margin-bottom:90px;} .mb100 {margin-bottom:100px;}
.ml0 {margin-left:0px;}.ml0 {margin-left:1px;}.ml3 {margin-left:3px;} .ml5 {margin-left:5px;} .ml8 {margin-left:8px;} .ml10 {margin-left:10px;} .ml15 {margin-left:15px;} .ml20 {margin-left:20px;} .ml25 {margin-left:25px;} .ml30 {margin-left:30px;}.ml40 {margin-left:40px;}.ml50 {margin-left:50px;} .ml100{margin-left:100px;} .mlauto{margin-left:auto;} .mlra {margin-left: auto; margin-right: auto;}
.bb {border-bottom:solid 1px #ddd;}.bbeee {border-bottom:solid 1px #eee;}.bblight {border-bottom:solid 1px #f1f1f1;}.bbfff {border-bottom:solid 1px #fff;} .bb3fff {border-bottom:solid 3px #fff;}
.bt {border-top:solid 1px #ddd;}.btfff {border-top:solid 1px #fff;} .btddd {border-top:solid 1px #ddd;} .bteee {border-top:solid 1px #eee;}
.bbmed {border-bottom:solid 1px #ccc;}
.bb2 {border-bottom:solid 1px #eee;width:90%;}
.bb3 {border-bottom:solid 1px #eee;width:100%;}
.br {border-right:solid 1px #ddd;}
.bl {border-left: solid 2px #ccc}.blblue {border-left: solid 2px #049FFC}
.border {border:solid 1px #eee;} .bdeee {border:solid 1px #eee;}
.bbddd {border-bottom: solid 1px #ddd;} .bbeee {border-bottom: solid 1px #eee;}
.sp1 {height:1px;}.sp2 {height:2px;}.sp3 {height:3px;}.sp5 {height:5px;}.sp7 {height:7px;}.sp8 {height:8px;}.sp10 {height:10px;}.sp15 {height:15px;}.sp20 {height:20px;}.sp25 {height:25px;}.sp30 {height:30px;}.sp40 {height:40px;}.sp50 {height:50px;}.sp70 {height:70px;}.sp100 {height:100px;}.sp200 {height:200px;}
.spddd {height: 1px; background: #ddd;}
.pd0 {padding:0;} .pd1 {padding:1px;}.pd2 {padding:2px;}.pd3 {padding:3px;} .pd5 {padding:5px;} .pd8 {padding:8px;} .pd10 {padding:10px;} .pd15 {padding:15px;} .pd20 {padding:20px;} .pd25 {padding:25px;} .pd30 {padding:30px;}
.pb0 {padding-bottom: 0px;} .pb1 {padding-bottom:1px;}.pb2 {padding-bottom:2px;}.pb3 {padding-bottom:3px;}.pb5 {padding-bottom:5px;}.pb7 {padding-bottom:7px;}.pb8 {padding-bottom:8px;}.pb10 {padding-bottom:10px;}.pb15 {padding-bottom:15px;}.pb20 {padding-bottom:20px;}.pb25 {padding-bottom:25px;}.pb30 {padding-bottom:30px;}
.bpd5 {
	border: solid 1px #eee;
	padding: 5px;
}
.bpd10 {
	border: solid 1px #eee;
	padding: 10px;
}
.bpd20 {
	border: solid 1px #eee;
	padding: 20px;
}
.pt1 {padding-top:1px;}.pt2 {padding-top:2px;}.pt3 {padding-top:3px;}.pt5 {padding-top:5px;}.pt7 {padding-top:7px;}.pt8 {padding-top:8px;}.pt10 {padding-top:10px;}.pt15 {padding-top:15px;}.pt20 {padding-top:20px;}.pt25 {padding-top:25px;}.pt30 {padding-top:30px;}
.pr1 {padding-right:1px;}.pr2 {padding-right:2px;}.pr3 {padding-right:3px;}.pr5 {padding-right:5px;}.pr7 {padding-right:7px;}.pr8 {padding-right:8px;}.pr10 {padding-right:10px;}.pr15 {padding-right:15px;}.pr20 {padding-right:20px;}.pr25 {padding-right:25px;}.pr30 {padding-right:30px;}
.pl1 {padding-left:1px;}.pl2 {padding-left:2px;}.pl3 {padding-left:3px;}.pl5 {padding-left:5px;}.pl7 {padding-left:7px;}.pl8 {padding-left:8px;}.pl10 {padding-left:10px;}.pl15 {padding-left:15px;}.pl20 {padding-left:20px;}.pl25 {padding-left:25px;}.pl30 {padding-left:30px;}
.plr50 {padding-left: 50px; padding-right: 50px;} .plr70 {padding-left: 70px; padding-right: 70px;}
.w10 {width:10px;} .w20 {width:20px;} .w30 {width:30px;} .w50 {width:50px;} .w70 {width:70px;} .w75 {width:75px;} .w80 {width:80px;} .w100 {width:100px;}.w110 {width:110px;}.w120 {width:120px;}.w130 {width:130px;}.w140 {width:140px;} .w150 {width:150px;} .w160 {width:160px;} .w170 {width:170px;} .w175 {width:175px;} .w180 {width:180px;} .w190 {width:190px;} .w195 {width:195px;} .w200 {width:200px;} .w250 {width:250px;} .w260 {width:260px;} .w270 {width:270px;} .w280 {width:280px;} .w290 {width:290px;} .w300 {width:300px;} .w350 {width:350px;} .w400 {width:400px;} .w420 {width:420px;} .w430 {width:430px;} .w450 {width:450px;} .w500 {width:500px;} .w550 {width:550px;} .w600 {width:600px;} .w650 {width:650px;} .w700 {width:700px;} .w750 {width:750px;} .w800 {width:800px;} .w850 {width:850px;} .w900 {width:900px;} .w950 {width:950px;} .w1000 {width:1000px;}  .w1200 {width:1200px;}  .w1300 {width:1300px;} .w1500 {width:1500px;}    
.w100p {width: 100%;}
.mw50 {max-width: 50px;}.mw100 {max-width: 100px;}.mw120 {max-width: 120px;}.mw150 {max-width: 150px;}.mw250 {max-width: 250px;}.mw350 {max-width: 350px;}.mw500 {max-width: 500px;}.mw400 {max-width: 400px;}.mw300 {max-width: 300px;}.mw200 {max-width: 200px;}
.h100 {height: 100px;} .h150 {height: 150px;} .h200 {height: 200px;} .h250 {height: 250px;}  .h300 {height: 300px;} .h400 {height: 400px;} .h500 {height: 500px;} .h600 {height: 600px;} .h700 {height: 700px;}
.bgfff {background: #fff;} .bgfa {background: #fafafa;} .bgf5 {background: #f5f5f5;} .bgeee {background: #eee;} .bgddd {background: #ddd;}
.coloreee {color: #eee;} .colorddd {color: #ddd;} .color555 {color: #555;} .color777 {color: #777;} .coloraaa {color: #aaa;}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pointer {
	cursor: pointer;
}
.show-modal {
	cursor: pointer;	
}
.link-toggle {
	color: #777;
}
.link-toggle-on {
	color: #333;
	font-weight: bold;
}

/* lists */

/*
li.list::before {
    content: '• ';
}
li.list {
	margin-left: 20px;
}
*/

ul.list {
}
ol.list {
   counter-reset: ord-list;
}
li.list {
   margin-left: 15px;
   margin-bottom: 5px;
   padding: 0 0 0 10px;
   position: relative;
}
li.list::before {
   left: 0;
   position: absolute;
   top: 0;
}
ul > li.list::before {
   content: '•';
}
ol > li.list:before {
   counter-increment: ord-list;
   content: counter(ord-list);
}

.review_answer li {
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    position: relative;
}
.review_answer li::before {
	content: '•';
	left: 0;
	position: absolute;
	top: 0;
}
.article--content li {
    margin-left: 15px;
    margin-bottom: 5px;
    padding: 0 0 0 22px;
    position: relative;
}
.article--content li::before {
	content: '—';
	left: 0;
	position: absolute;
	top: 0;
	color: #aaa;
}
.article--content ul {
	margin-bottom: 20px;
}
.prettylist li {
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 0 0 0 22px;
    position: relative;
}
.prettylist li::before {
	content: '—';
	left: 0;
	position: absolute;
	top: 0;
	color: #aaa;
}
.prettylist2 li {
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    position: relative;
}
.prettylist2 li::before {
	content: '–';
	left: 0;
	position: absolute;
	top: 0;
	color: #aaa;
}
.answer__text li {
    margin-left: 15px;
    margin-bottom: 5px;
    padding: 0 0 0 22px;
    position: relative;
}
.answer__text li::before {
	content: '—';
	left: 0;
	position: absolute;
	top: 0;
	color: #aaa;
}
.answer__text ul {
	margin-bottom: 20px;
}
.image--500 img {
	width: 500px;
}
.image--400 img {
	width: 400px;
}
.image--300 img {
	width: 300px;
}
.image--200 img {
	width: 200px;
}
.image--150 img {
	width: 150px;
}
.image--100 img {
	width: 100px;
}
.image--70 img {
	width: 70px;
}
.image--50 img {
	width: 50px;
}

.quote {
	background: #f5f5f5;
	padding: 20px;
	font-style: italic;
}
.quote--pink {
	background: #F8EFEE;
}
.quote--yellow {
	background: #FFFfee;
}

.norm {font-weight:500;}
.semibold {font-weight:600;}
.bold {font-weight:700;}
.italic {font-style: italic;}
.medium {font-weight:500;}
.em {font-style:italic;}
.strike {text-decoration: line-through;}
.fstnorm {font-style: normal;}
.fs9 {font-size:9px;}.fs10 {font-size:10px;}.fs11 {font-size:11px;}.fs12 {font-size:12px;}.fs13 {font-size:13px;}.fs14 {font-size:14px;}.fs15 {font-size:15px;}.fs16 {font-size:16px;}.fs17 {font-size:17px;}.fs18 {font-size:18px;}.fs19 {font-size:19px;}.fs20 {font-size:20px;}.fs21 {font-size:21px;}.fs22 {font-size:22px;}.fs23 {font-size:23px;}.fs24 {font-size:24px;}.fs25 {font-size:25px;}.fs26 {font-size:26px;}.fs27 {font-size:27px;}.fs28 {font-size:28px;}.fs29 {font-size:29px;}.fs30 {font-size:30px;}.fs35 {font-size:35px;}.fs40 {font-size:40px;}.fs45 {font-size:45px;}.fs50 {font-size:50px;}.fs60 {font-size:60px;}.fs70 {font-size:70px;}.fs80 {font-size:80px;}.fs90 {font-size:90px;}.fs100 {font-size:100px;}
.underline {text-decoration: underline;}
.tacenter {text-align:center;} .tac{text-align: center;}
.taright {text-align:right;}
.taleft {text-align:left;}
.i20 i {font-size:20px;}
.mauto {margin-left: auto; margin-right: auto;}
.valignm {
    display: inline-block;
    line-height: normal;
	vertical-align: middle;
}
.vamiddle {
	vertical-align: middle;
}
.vamiddle30 {
	vertical-align: middle;
	line-height: 30px; 
}
.vamiddle45 {
	vertical-align: middle;
	line-height: 45px; 
}
.vamiddle40 {
	vertical-align: middle;
	line-height: 40px; 
}
.vamiddle50 {
	vertical-align: middle;
	line-height: 50px; 
}
.vamiddle60 {
	vertical-align: middle;
	line-height: 60px; 
}
.vamiddle60 {
	vertical-align: middle;
	line-height: 100px; 
}
.lhnormal {
	line-height: normal;
}
.lh20 { line-height: 20px; }.lh25 { line-height: 25px; }.lh30 { line-height: 30px; } .lh35 { line-height: 35px; } .lh40 { line-height: 40px; } .lh45 { line-height: 45px; } .lh50 { line-height: 50px; }.lh60 { line-height: 60px; }.lh70 { line-height: 70px; }.lh80 { line-height: 80px; }.lh90 { line-height: 90px; }.lh100 { line-height: 100px; }
.prelative {
	position: relative;
}
.prel {
	position: relative;
}
.pabsolute_right {
	position: absolute;
	top: 0;
	right: 0;
}
.pabsolute_left {
	position: absolute;
	top: 0;
	left: 0;
}
.dby { background: yellow; } .dbg { background: green; } .dbb { background: blue; } .dbr { background: red; }

.show__1000 {
	display: none;
}
.show__900 {
	display: none;
}
.show__800 {
	display: none;
}
.show__700 {
	display: none;
}
.show__600 {
	display: none;
}
.show__500 {
	display: none;
}
.show__400 {
	display: none;
}
.showtablecell__700 {
	display: none;
}

/* media queries */

@media only screen and (max-width: 1300px) {
	.homepage__rightcol {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.homepage__leftcol {
		max-width: 100%;
		float: none;
	}
	.guideCardTop img {
		width: 100%;
	}
	.guideCardHomepage--left {
		max-width: 600px;
	}
	.guideCardHomepage--description {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1270px) {
/* widepage--container */

	.d--dt {
		display:block;		
	}
	.d--d {
		display:none;		
	}
	.d--m {
		display: none;
	}
	.d--tm {
		display: block;
	}
	.content {
		width: 100%;
	}
	.article--sidebar__right {
		display: none;	
	}
	.top--joinbuttons {
		display:none;
	}
}

@media only screen and (max-width: 1200px) {
/* tablet */
	.sharetext {
		display: none;
	}
	.bestbrands__mainimage {
		height: 250px;
	}
	.bestbrands__title--container {
		width: 80%;
		left: 50%;
		margin-left: -40%;
	}
	.bestbrands__title {
		font-size: 30px;	
	}
	.bestbrands__subtitle {
		font-size: 20px;	
	}
	.promo2__middle {
		max-width: 100%;
	}
	.promo2__middle--left {
		max-width: 100%;
	}
	.widepage--container {
	    max-width: 1200px;
	}
	.container__sidebarleft--300 {
		display: none;
	}
	.container__sidebarleft--200 {
		display: none;
	}
	.container__sidebar--200 {
		float: none;
	}
	.container__main--300 {
		max-width: 100%;
	}
	.container__sidebar--300 {
		max-width: 100%;
		margin-left: 0px;
	}
	.container__main--200 {
		float: none;
		max-width: 1160px;
	}

	.d--dt {
		display:block;		
	}
	.d--d {
		display:none;		
	}
	.d--m {
		display: none;
	}
	.d--tm {
		display: block;
	}
	.content {
		width: 100%;
	}
	.article--sidebar__right {
		display: none;	
	}
	.top--joinbuttons {
		display:none;
	}
	.hide__1200 {
		display: none;
	}
	.show__1200 {
		display: block;
	}
}
@media only screen and (max-width: 1100px) { 
	.page--top {
		height: 400px;
	}
	.promo2__btn {
		margin-top: 20px;
	}
	.promo2__middle--right {
		display: none;
	}
	.promo2__title {
		height: auto;
		margin-bottom: 20px;
	}
	.promo2__responsive--btn {
		display: block;
		width: 170px;
		margin-bottom: 15px;
	}
	.promo2__left {
		height: auto;
	}
	.promo2__middle {
		height: auto;
	}
	.promo2__left--special {
		height: auto;
	}
	.promo2__middle--special {
		height: auto;
	}
	.promo2__specialdescription {
		margin-bottom: 15px;
	}
	.hide__1100 {
		display: none;
	}
	.show__1100 {
		display: block;
	}
}
@media only screen and (max-width: 1000px) { 
/* tablet */

	.article__mainimage {
		height: 500px;
	}
	.article__title--container {
		width: 70%;
		left: 50%;
		top: 20%;
		text-align: center;
		margin-left: -35%;
	}
	.article__title {
		font-size: 40px;	
	}
	.container1200 { 
	    padding: 10px 10px 0 10px;
	}
	.container300left__sidebar {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.container300left__main {
		float: none;
		margin-left: 0;
		max-width: 100%;	
	}
	.container400left__sidebar {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.container400left__main {
		float: none;
		margin-left: 0;
		max-width: 100%;	
	}
	.container300right__sidebar {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.container300right__main {
		float: none;
		margin-right: 0;
		max-width: 100%;	
	}

	.container200left__sidebar {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.container200left__main {
		float: none;
		margin-left: 0;
		max-width: 100%;	
	}
	.container200right__sidebar {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.container200right__main {
		float: none;
		margin-right: 0;
		max-width: 100%;	
	}

	.page--content {
		width: 95%;
	}
	.page--content h1 {
		font-size: 30px;
	}
	.page--content h2 {
		font-size: 20px;
	}
	.page--mainimage {
		height: 350px;
	}
	.page--mainimage h1 {
		font-size: 40px;
	}
	.page--mainimage h2 {
		font-size: 30px;
	}
	.page--mainimage h3 {
		font-size: 20px;
	}
	.top--askbutton {
		display: none;
	}
	.promoh {
		max-width: 360px;
	}
	.toppromos__box {
		width: 230px;
		margin-right: 20px;
	}
	.hide--1000 {
		display: none;
	}
	.hide__1000 {
		display: none;
	}
	.show__1000 {
		display: block;
	}
}
@media only screen and (max-width: 900px) { 
	.hide__900 {
		display: none;
	}
	.show__900 {
		display: block;
	}
	.compare__box {
		float: none;
		margin: 0 0 10px 0;
	}
	.compare__box--vs {
		float: none;
		margin: 0 0 3px 0;
	}
	.boxselect {
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
	.features__submit {
		float: none;
		display: block;
	}
	.guideCardHomepage--left {
		float: none;
		max-width: 100%;
		margin: 0 0 10px 0;
	}
	.guideCardHomepage--right {
		float: none;
		max-width: 100%;
	}
	
	.guideCardHomepage img {
		max-width: 100%;
	}
	.top--menuitem--menu--more {
		left: -500px;
	}
	.compare__logodiv {
		float: none;
	}
	.compare__logoinfo {
		margin-left: 0;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 800px) { 
/* mobile */

	.top--searchicon {
		padding-top: 23px;	
	}
	.bestbrands__mainimage {
		height: 300px;
	}
	.bestbrands__title--container {
	}
	.bestbrands__title {
		font-size: 27px;	
	}
	.bestbrands__subtitle {
		font-size: 20px;	
	}
	.ptext {
		font-size: 15px;
		line-height: 28px;
	}

	.article__description {
		font-size: 17px;
		line-height: 30px;
	}

	.filterbutton {
		font-size: 12px;
	}
	.filterbutton__container {
		margin-bottom: 10px;
	}
	.page--content {
		width: 99%;
	}
	.page--content h1 {
		font-size: 35px;
	}
	.page--content h2 {
		font-size: 17px;
	}
	.page--mainimage {
		height: 300px;
	}
	.page--mainimage h1 {
		font-size: 30px;
	}
	.page--mainimage h2 {
		font-size: 25px;
	}
	.page--mainimage h3 {
		font-size: 17px;
	}
	.merchantpage__title {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.breadcrumb {
		font-size: 12px;
	}
	.promo2__title {
		font-size: 17px;
	}
	.promo2__metainfo {
		font-size: 12px;
	}
	.topcomparison__text {
		margin: 20px 0 0 0;
	}
	.top--searchbar-new {
	    width: 200px; 	
	}
	.top--menu--searchbar--close {
		left: 215px;
	}
	.top--menuitem {
		display: none;
	}
	.top--hamburger--button {
	}
	.content__wide {
		padding: 0;
	}

	.widepage--container {
	    max-width: 100%;
		padding: 10px 10px 0 10px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.container__main--200 {
		max-width: 780px;
	}
	.toppromos__box {
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}

	.compare--ratingmodule--mobile {
		display: block;
	}
	.compare--ratingmodule {
		display: none; 
	}
	.compare--textmodule {
	    margin-left: 0;	
	}

	.mobile--hide {
		display:none;
	}
	.d--dt {
		display:none;		
	}
	.d--d {
		display:none;		
	}
	.d--m {
		display: block;
	}
	.d--tm {
		display: block;
	}
	.body {
		font-size: 14px;
	}
	.text {
		line-height: 20px;
	}
	.main {
		margin-left: 0;
	}
	.main--widesidebar {
		margin-left: 0;
	}
	.content {
		padding: 10px;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	.menu {
		margin-left: -170px;
	}
	.menu--category {
		margin-left: -250px;
	}
	.menu--wide {
		margin-left: -250px;
	}
	.top--right__ask {
		display: none;
	}
	.top--menubutton {
	    margin: 13px 10px 0 20px;
	}
	.logo {
		margin: 15px 10px 0 0px;
		width: 100px;
		height: 33px;
	}
	.module {
		padding: 20px;
		margin-bottom: 10px;
	}
	.module--main {
		margin: -10px -10px 10px -10px;
	}
	.module--mobile__merchant {
		background-color: white;
		padding: 20px;
		border-radius: 4px;
		word-wrap: break-word;		
		margin: -15px -15px 10px -15px;
	}
	.module--mobile__merchantlogo {
		position: absolute;
		left: 20px;
		top: 20px;
		margin: 0;
		padding: 0;
		width: 100px;
		display: block;
	}
	.module--mobile__merchantname {
		margin-left: 120px;
		font-size: 20px;
	}
	.module--mobile__merchantlogoimg {
		display: block;
		width: 100px;
	}
	.module--mobile__merchantpromoinfo {
		font-size: 12px;
		margin-left: 120px;
	}
	.module--mobile__merchantpromoinfotext {
		display: block;
		margin-bottom:5px;
	}
	.module--mobile__category {
		background-color: white;
		padding: 20px;
		border-radius: 4px;
		word-wrap: break-word;		
		margin: -15px -15px 10px -15px;
	}
	.module--mobile__categoryname {
		font-size: 20px;
	}
    .modal {
		margin-left: 0px;
        left: 0px;
    }
	.modal__nosidebar {
	    padding: 30px 10px 10px 10px;
	}
    .modal--closebutton {
        right: 20px;
    }
	.promo--amountoff {
		font-size: 12px;
	}
	.promo--pick {
		font-size: 12px;
	}
	.promo--verified {
		font-size: 12px;
	}
	.promo--title {
		font-size: 17px;
	}
	.promo--btn {
		margin: -25px 0 5px 0;
		float: left;
		font-size: 17px;
	}
	.promo--merchantlogo {
		width: 100px;
	}
	.promo--metainfo {
		font-size: 12px;
	}
	.promo--codebox {
		padding: 20px;
		font-size: 30px;
		width: 300px;
	}
	.promo--left {
		margin: 0 0 20px 0;
		max-width: 100%;
	}
	.btn {
		font-size: 17px;
		padding: 12px 20px;	
	}
	.content--breadcrumb {
		display: none;
	}
	.homepage--herotext {
		font-size: 20px;
	}
	.homepage--herosubtext {
		display: none;
	}
	.homepage--leftcol {
	    width: 100%;
	}
	.article--sidebar__left {
		display: none;	
	}
	.twocol--right {
	    width: 100%;
	}
	.votearrow--wrapper {
		left: 20px; 
		top: 20px;
	}
	.votearrow--container {
		width:40px;
/*
		position:relative;
		height:30px;
		display:block;
		margin-bottom: 5px;
*/
	}
	.votearrow {
		width:40px;
	}
	.votearrow_selected {
		width:40px;
	}
	.answer--body {
		margin-left: 55px;
	}
    .feeditem--userbyline {
        width: 100%;    
    }
	.top--askbutton {
		display: none;
	}
	.top--achievements {
		display: none;
	}
	.top--reputation {
		display: none;
	}
	.article--maincolumn {
		margin-right: 0;
	}
	.article--inner {
		margin: 0 auto;
		padding: 30px 20px 30px 20px;
	}
	.article--toptitle {
		font-size: 35px;
	}
	.article--description {
		font-size: 20px;
		line-height: 30px;
		margin: 30px auto 40px auto;
	}
	.article--content {
		line-height: 27px;
		font-size: 17px;
	}	
	.article--sidebar__left {
		display: none;	
	}
	.usecode--container {
		width: 300px;
		margin: 30px auto;
	}
	.usecode--code {
		padding: 20px;
		font-size: 25px;
		width: 240px;
	}
	.getlink__colh {
		display: none;
	}
	.getlink__col3h {
		display: none;
	}
	.getlink__col {
		float: none;
		margin-bottom: 10px;
	}
	.getlink__col3 {
		float: none;
		margin-bottom: 30px;
		display: block;
		width: 150px;
	}
	.getlink__colheader {
		display: none;
	}
	.getlink__code {
		width: 100%;
	}
	.getlink__codebutton {
		display: block;
	}
	.getlink__col_1 {
		float: none;
		margin-bottom: 5px;
	}
	.getlink__col_2 {
		float: none;
		widtH: 100%;
	}
	.questions__yesanswer--right {
		width: 100%;
	}
	.mobile--clear {
		clear: both;
	}
	.mobile--dblock {
		display: block;
	}
	.hide__800 {
		display: none;
	}
	.show__800 {
		display: block;
	}
}
@media only screen and (max-width: 700px) { 
	.article__mainimage {
		height: 500px;
	}
	.article__title--container {
		width: 80%;
		top: 20%;
		margin-left: -40%;
	}
	.article__title {
		font-size: 30px;	
	}
	.bestbrands__title--container {
		width: 86%;
		left: 50%;
		margin-left: -43%;
	}
	.bestbrands__title {
		font-size: 25px;	
	}
	.bestbrands__subtitle {
		font-size: 17px;	
	}
	.promo2__title {
	}
	.promo2__left {
		height: auto;
	}
	.promo2__middle {
		height: auto;
	}
	.promo2__left--special {
		height: auto;
	}
	.promo2__middle--special {
		height: auto;
	}
	.promo2__title--special {
		height: auto;
	}
	.hidetablecell__700 {
		display: none;
	}
	.showtablecell__700 {
		display: table-cell;
	}
	.hide__700 {
		display: none;
	}
	.show__700 {
		display: block;
	}
}
@media only screen and (max-width: 600px) { 
	/* small mobile */
	.np700--inner {
		padding: 20px;
	}
	.category__title {
		font-size: 30px;	
	}
	.category__subtitle {
		font-size: 20px;	
	}
	.page--top {
		height: 500px;
	}
	.promo2__title {
		height: auto;
		font-size: 15px;
	}
	.promo2__btn {
		font-size: 15px;
	}
	.promo2__left {
		height: auto;
	}
	.promo2__middle {
		height: auto;
	}
	.promo2__left--special {
		height: auto;
	}
	.promo2__middle--special {
		height: auto;
	}
	.promo2__title--special {
		height: auto;
	}
	.top--navlink {
		display: none;
	}
	.top--searchbar-new {
	    width: 100px; 	
	}
	.top--menu--searchbar--close {
		left: 165px;
	}
	.hide__600 {
		display: none;
	}
}
@media only screen and (max-width: 500px) { 
	.bestbrands__title--container {
		top: 20%;
		width: 90%;
		left: 50%;
		margin-left: -45%;
	}
	.bestbrands__title {
		font-size: 25px;	
	}
	.bestbrands__subtitle {
		font-size: 17px;	
	}
	.page--top {
		height: 600px;
	}
	.page--mainimage {
		height: 320px;
	}
	.page--mainimage h1 {
		font-size: 20px;
	}
	.page--mainimage h2 {
		font-size: 17px;
	}
	.page--mainimage h3 {
		font-size: 15px;
	}
	.top--searchbar-new {
	    width: 300px; 	
	}
	.top--menu--searchbar--left {
		display: none;
	}
	.hide__500 {
		display: none;
	}
}
@media only screen and (max-width: 400px) { 
/* small small mobile */
	.category__title--container {
		bottom: 20px;
		left: 20px;
		padding-right: 20px;
	}
	.category__title {
		font-size: 25px;	
	}
	.category__subtitle {
		font-size: 17px;	
	}
	.promo2__title {
		height: 70px;
	}
/*
	.promo2__left {
		height: 150px;
	}
	.promo2__middle {
		height: 150px;
	}
	.promo2__left--special {
		height: 270px;
	}
	.promo2__middle--special {
		height: 270px;
	}
	.promo2__title--special {
		height: 40px;
	}
*/
	.top--searchbar {
		width: 80px;
	}
	.hide__400 {
		display: none;
	}
}
