/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*! normalize.css END */


body {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin: .45em 0;
	padding: 0;
} 

a, a:visited, a:active, a:hover {
	color: #ff533d;
}

a:hover {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.wrapper {
	width: 92%;
	margin: 0 auto;
}

.relative {
	position:relative;
}

#logo {
	max-width: 265px;
	height: 35px;
	margin: 5px auto 0 auto;
}

#logo a img { 
	max-width: 100%;
}

#headerdiv {
	background-color: #373737;
}

header { 
	padding: 5px 0;
}

#banner{ 
	text-align: center;
}
	
#page-header {
	background: #eee;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0;
}

#page-header h1 { 
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content {  
	margin: 40px 0;
}

aside { 
	margin: 40px 0 40px 0;
	clear: both;
}

p {
	margin: 0 0 1.5em;
}

img {
	max-width:100%;
	height:auto;
}

#menu-toggle {
	display: block;
	padding: 7px 10px;
	margin: 10px 0 5px 0;
	background: #eeeeee;
	color: #ff533d;
	cursor: pointer;
	text-transform: uppercase;
}

#menu-toggle.toggled-on {
	background: #ff533d;
	color: #fff;
}

#topnav ul {
	list-style-type: none;
	padding-left: 0;
}

.srt-menu {
	display: none;
}

.srt-menu.toggled-on {
	display: block;
	position: relative;
	z-index: 10;
}

.srt-menu {
	clear: both;
	margin-bottom: 60px;
}

.srt-menu li a {
	background: #dadada;
	display: block;
	margin: 1px 0; 
	padding: 10px;
	text-decoration: none;
}

.srt-menu li a:hover {
	background: #ff533d;
	color: #fff;
}

.srt-menu li li a {
	background: #e8e8e8;
	padding-left: 40px;
}
.srt-menu li li li a {
	background: #efefef;
	padding-left: 80px;
}

#secondary-navigation {
	margin-bottom: 60px;
}

#secondary-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#secondary-navigation ul li a { 
	background: #E6E6E6;
	display: block;
	margin: 5px 0; 
	padding: 10px;
	text-decoration: none;
}

#secondary-navigation ul li a:hover, #secondary-navigation ul li.current a {
	background: #ff533d;
	color: #fff;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	margin-bottom:40px;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width:100%;
	float: left;
}


body {
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #373737; 
}

footer {
	clear: both;
	font-size: 80%;
	padding: 20px 0;
	background: #373737;
	color: #ccc;
}

footer #footerleft {
	width: 100%;
	float: none;
	margin-top: 0px;
	line-height: 30px;
}

footer #footerright {
	width: 100%;
	float: none;
	margin-top: 20px;
	margin-bottom: 12px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline;
	margin-right: 20px;
}

footer a, footer a:visited, footer a:active {
	color: #ccc;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer #footerright a img.fb {
	opacity: 0.745;
}

footer #footerright a:hover img.fb {
	opacity: 1;
}


a.buttonlink, span.buttonlink, input.buttonlink, .comments .reply form div a.ratingplus, .comments .reply form div a.ratingminus { 
	background: #ff533d; 
	color: #fff;
	display: block;
	float: left; 
	margin: 10px 15px 10px 0; 
	padding: 10px;
	text-decoration: none;
}

input.buttonlink { 
	border: 0px;
	cursor: pointer;
}

a.buttonlink:hover, span.buttonlink:hover, input.buttonlink:hover, .comments .reply form div a.ratingplus:hover, .comments .reply form div a.ratingminus:hover {
	background: #373737;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .row:after {
  clear: both;
}

.photo-frame {
	background-color: #fff;
	padding: 1px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
}

.photo-shadow {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
}

.clear {
	clear: both;
}

.comments {
	margin-top: 54px;
	font-size: 14px;
}

.comments .flag {
	margin-right: 10px;
}

.comments p.closed {
	
}

.comments .level0, .comments .level00, .comments .newcomment {
	border-top: 1px solid #aaa;
	padding-top: 10px;
	margin-left: 0px;
}

.comments .level1 { margin-left: 20px; }
.comments .level2 { margin-left: 40px; }
.comments .level3 { margin-left: 60px; }
.comments .level4 { margin-left: 80px; }
.comments .level5 { margin-left: 100px; }

.comments .level1, .comments .level2, .comments .level3, .comments .level4, .comments .level5 {
	
}

.comments strong:first-of-type {
	color: #000;
}

.comments strong:first-of-type span:first-of-type {
	color: #666;
	font-size: 12px;
	padding-left: 15px;
	font-weight: normal;
}

.comments p {
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.comments .pending strong:first-of-type, .comments .pending p {
	opacity: 0.3;
}

.comments .level00 {
	font-style: italic;
}

.comments .reply, .comments .newcomment {
	padding-top: 0px;
}

.comments .reply form textarea, .comments .newcomment form textarea {
	display: block;
	width: 100%;
	height: 70px;
	margin-bottom: 7px;
	border: 1px solid #aaa;
	display: none;
}

.comments .reply form input.fields, .comments .newcomment form input.fields, .comments .reply form input.fields_optional, .comments .newcomment form input.fields_optional {
	margin-bottom: 3px;
	border: 1px solid #aaa;
}

.comments .reply form input.fields, .comments .reply form input.fields_optional {
	display: none;
}

.comments .reply form div, .comments .newcomment form div {
	text-align: right;
	clear: both;
}

.comments .reply form div .remaining_chars, .comments .newcomment form div .remaining_chars {
	color: #aaa;
	font-size: 10px;
}

.comments .reply form div .remaining_chars {
	display: none;
}

.comments .reply form div button, .comments .newcomment form div button, .messagepop #messagepopsubmit {
	font-size: 12px;
	cursor: pointer;
	background: #ff533d; 
	color: #fff;
	display: block;
	float: left;
	margin: 0; 
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	margin-bottom: 14px;
	border: none;
}

.messagepop #messagepopsubmit {
	float: none;
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 2px 10px 2px 10px;
	
	display:none;
	
}

.comments .reply form div button:hover, .comments .newcomment form div button:hover, .messagepop #messagepopsubmit:hover {
	background: #373737;
}

.comments .reply form div button.button_cancel {
	margin-left: 10px;
	display: none;
}

.comments .newcomment form input.fields {
	margin-top: 30px;
}

.comments .newcomment form input.fields_optional {
	margin-top: 0px;
}

.comments .newcomment form textarea {
	margin-top: 0px;
	display: block;
}


#main #content .row a .grid_4,
#main #content .row a:visited .grid_4,
#main #content .row a:active .grid_4,
#main #content .row a:hover .grid_4 {
	color: #666;
	text-decoration: none;
}

#main #content .row a .grid_4 h1,
#main #content .row a:visited .grid_4 h1,
#main #content .row a:active .grid_4 h1,
#main #content .row a:hover .grid_4 h1 {
	color: #373737;
}

#main #content .row a:hover .grid_4 {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	background-color: #fafafa;
}

#main #content .row a .grid_4 p { 
	margin-top: 5px; 
	margin-bottom: 15px;
}

#main #content .row a .grid_4 p span.buttonlink { 
	margin: 0 0 15px 0; 
}

#main #content .tablediv { 
	width: auto; 
	overflow-x: scroll;  
	margin-left: 128px; 
	overflow-y: visible;
}

body#review #main #content .tablediv { 
	overflow-x: visible;  
}

#main #content .tablediv + p {
	font-size: 10px;
}

#main #content .tablediv table {
	border-collapse: collapse;
	width: 100%;
}

#main #content .tablediv table tr th, #main #content .tablediv table tr td {
	border: 1px solid #aaa;
	border-top: 0px;
	border-bottom: 0px;
	padding: 1px;
	text-align: center;
	width: auto;
	font-size: 10px;
}

#main #content .tablediv table tr th:first-of-type {
	text-align: left;
	width: auto;
	border-left: 0px;
}

body#review #main #content .tablediv table tr th:first-of-type {
	border-left: 1px;
}

#main #content .tablediv table tr td span.regularprice {
	color: #999;
	text-decoration: line-through;
}

#main #content .tablediv table a.buttonlink { 
	float: none; 
	margin: 0 auto; 
}

#main #content .tablediv table img.hostlogo {
	max-width: none;
	width: 90px;
	margin: 0 5px;
}

body#review #main #content .tablediv table img.hostlogo {
	width: 80px;
}

#main #content .tablediv table img.rating {
	max-width: 100px;
	width: 50%;
}

#main #content .tablediv table img.yesno {
	max-width: none;
	width: 11px;
}

#main #content .tablediv table tr th.headcol, #main #content .tablediv table tr td.headcol {
	position: absolute;
	left: 0px;
	top: auto;
	border: 0px;
	width: 128px;
	font-weight: normal;
}

body#review #main #content .tablediv table tr th.headcol, body#review #main #content .tablediv table tr td.headcol {
	position: relative;
	border: 1px;
}

#main #content .tablediv table tr.nobg th, #main #content .tablediv table tr.nobg td {
	border: 0px;
}


#main #content .tablediv table tr:hover th, #main #content .tablediv table tr:hover td {
	background-color: #eee;
	z-index: 5;
}

#main #content .tablediv table tr.nobg th:first-of-type span, #main #content .tablediv table tr.nobg td:first-of-type span {
	display: none;
}

body#review #main #content .tablediv table tr.nobg th:first-of-type span, body#review #main #content .tablediv table tr.nobg td:first-of-type span {
	display: inline;
}

#main #content .tablediv table tr.nobg:hover th, #main #content .tablediv table tr.nobg:hover td {
	background: none;
}

body#review #main #content .tablediv + p {
	font-size: 10px;
	margin-top: 20px;
}

body#review #main #content h2 {
	margin-top: 40px;
	margin-bottom: 30px;
}

body#review #main #content .tablediv table tr th, body#review #main #content .tablediv table tr td { 
	border: 1px solid #aaa;
	border-top: 0px;
	border-bottom: 0px;
	font-size: 12px;
}

body#review #main #content .tablediv table tr th.headcol, body#review #main #content .tablediv table tr td.headcol {
	border: 1px solid #aaa;
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 5px;
}

#main #content img.postimg { 
	margin-top: 30px;
	margin-bottom: 20px;
}

#main #content img.postimg2 { 
	margin-top: 0px;
	margin-bottom: 20px;
}

#main #content p {
	text-align:justify;
}

form.findthebest ul {
	margin-top: 30px;
	margin-bottom: 50px;
}

form.findthebest ul li {
	margin-bottom: 20px;
	line-height: 30px;
}

form.findthebest ul li input {
	margin-left: 30px;
}

form.findthebest ul li input:first-of-type {
	margin-top: 10px;
}

.lookingfor {
	font-size: 10px;
	color: #999;
	display:none;
}

#indextopimg {
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	min-height: 150px;
	padding: 5px 8px;
	text-align: center;
}

ul.listofterms li {
	margin-top: 5px;
	margin-bottom: 10px;
}

.messagepop, .messagepop2 {
	border:none;
	cursor:default;
	display:none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align:center;
	z-index:100;
	padding: 25px;
	background-color: rgba(0,0,0,0.5);
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}

.messagepop form, .messagepop2 div {
	max-width: 520px;
	max-height: 380px;
	background-color: #fff;
	z-index: 101;
	position: absolute;
	margin: auto;
	margin-top: 0px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 4px;
	-webkit-animation: popin 0.3s;
	animation: popin 0.3s;
	text-align: center;
	padding: 20px;
	padding-top: 80px;
}

.messagepop2 {
	z-index:102;
}

.messagepop2 div {
	z-index: 103;
	padding-top: 110px;
}

.messagepop form .g-recaptcha {
	margin-top: 20px;
	margin-bottom: 20px;
}

.messagepop form .g-recaptcha div {
	margin: 0 auto;
}

.comments .reply form div a.ratingplus, .comments .reply form div a.ratingminus {
	float: right;
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
	min-width:22px;
	text-align: center;
	font-size: 12px;
}

.ratingvalue {
	float: right;
	margin-left: 26px;
	font-size: 12px;
	font-weight: normal;
}

.comments .reply form div strong.red {
	color: #ff0000;
}

.comments .reply form div strong.green {
	color: #00b000;
}

.comments .reply form div a.greybg, .comments .reply form div a.greybg:hover {
	background: #aaa;
}

.disclosure {
	margin-top: 14px;
}

.disclosure-in-text {
	font-style: italic;
}

.listofpages {
}

.listofpages .prevpage {
	float: left;
}

.listofpages .prevpage .buttonlink {
	margin-left: 0px;
}

.listofpages .nextpage {
	float: right;
}

.listofpages .nextpage .buttonlink {
	margin-right: 0px;
}



@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}



@media only screen and (min-width: 320px) {
	
	#logo { 
		width: 265px;
		height: 35px;
		margin: 0 auto;
	}
	
	#logo a img { 
		width: 100%;
		height: 100%;
	}
	
	#main #content .tablediv { 
		margin-left:140px; 
	}
	
	#main #content .tablediv table tr th.headcol, #main #content .tablediv table tr td.headcol {
		width:140px;
	}

	body#review #main #content .tablediv table tr th, body#review #main #content .tablediv table tr td {
		padding: 5px;
		font-size: 14px;
	}
	
	body#review #main #content .tablediv + p {
		font-size: 12px;
	}
	
	body#review #main #content .tablediv { 
		margin-left:222px; 
	}

	body#review #main #content .tablediv table tr th.headcol, body#review #main #content .tablediv table tr td.headcol {
		width:auto;
		padding-left: 10px;
	}
	
	#main #content .tablediv table img.yesno {
		max-width: none;
		width: 12px;
	}
	
	body#findthebest #main #content .tablediv { 
		margin-left:200px; 
	}
	
	body#findthebest #main #content .tablediv table tr th.headcol, body#findthebest #main #content .tablediv table tr td.headcol {
		width:200px;
	}

	.lookingfor {
		display:inline;
	}
	
	.comments .reply form div .remaining_chars, .comments .newcomment form div .remaining_chars {
		font-size: 12px;
	}
	
}

@media only screen and (min-width: 481px) {
	
	#banner{
		float: left;
		text-align: left;
		margin-bottom: -20px;
	}

	#menu-toggle {
		margin-top: 0px;
		margin-bottom: 0px;
		float: right;
	}
	
	body#review #main #content .tablediv table {
		width: auto;
	}
	
	#main #content .tablediv table tr th, #main #content .tablediv table tr td {
		padding: 2px;
		font-size: 11px;
	}
	
	body#review #main #content .tablediv table tr th, body#review #main #content .tablediv table tr td {
		padding: 5px;
		font-size: 16px;
	}
	
	#main #content .tablediv + p {
		font-size: 11px;
		margin-top: 5px;
	}
	
	body#review #main #content .tablediv + p {
		font-size: 12px;
	}
	
	#main #content .tablediv { 
		margin-left:160px; 
	}
	
	body#review #main #content .tablediv { 
		margin-left:222px; 
	}
	
	#main #content .tablediv table img.hostlogo {
		width: 110px;
	}

	body#review #main #content .tablediv table img.hostlogo {
		width: 135px;
		margin: 0 25px;
	}
	
	#main #content .tablediv table tr th.headcol, #main #content .tablediv table tr td.headcol {
		width:160px;
	}

	body#review #main #content .tablediv table tr th.headcol, body#review #main #content .tablediv table tr td.headcol {
		width:222px;
		padding-left: 15px;
	}
	
	#main #content img.postimg { 
		margin-top: 45px;
		margin-bottom: 30px;
	}
	
	#main #content img.postimg2 { 
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	#main #content .tablediv table img.yesno {
		max-width: none;
		width: 13px;
	}
	
	body#findthebest #main #content .tablediv { 
		margin-left:218px; 
	}
	
	body#findthebest #main #content .tablediv table tr th.headcol, body#findthebest #main #content .tablediv table tr td.headcol {
		width:218px;
	}
	
	#indextopimg {
		margin-bottom: 20px;
		min-height: 200px;
		padding: 10px 16px;
	}
	
	.comments .level1 { margin-left: 25px; }
	.comments .level2 { margin-left: 50px; }
	.comments .level3 { margin-left: 75px; }
	.comments .level4 { margin-left: 100px; }
	.comments .level5 { margin-left: 125px; }
	
	.comments .reply form div .remaining_chars, .comments .newcomment form div .remaining_chars {
		font-size: 14px;
	}
	
	.messagepop form, .messagepop2 div {
		height: 380px;
		margin: auto;
	}

}

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

	#main #content .tablediv table tr th, #main #content .tablediv table tr td {
		padding: 4px;
		font-size: 12px;
	}
	
	body#review #main #content .tablediv table tr th, body#review #main #content .tablediv table tr td {
		padding: 5px;
		font-size: 16px;
	}
	
	#main #content .tablediv + p {
		font-size: 12px;
	}
	
	body#review #main #content .tablediv + p {
		font-size: 12px;
	}
	
	#main #content .tablediv { 
		margin-left:200px;
	}
	
	body#review #main #content .tablediv { 
		margin-left:222px; 
	}
	
	#main #content .tablediv table img.hostlogo {
		width: 120px;
	}
	
	body#review #main #content .tablediv table img.hostlogo {
		width: 135px;
		margin: 0 25px;
	}
	
	#main #content .tablediv table tr th.headcol, #main #content .tablediv table tr td.headcol {
		width:200px;
	}
	
	body#review #main #content .tablediv table tr th.headcol, body#review #main #content .tablediv table tr td.headcol {
		width:222px;
		padding-left: 20px;
	}
	
	#main #content img.postimg { 
		margin-top: 60px;
		margin-bottom: 30px;
	}
	
	#main #content .tablediv table img.yesno {
		max-width: none;
		width: 14px;
	}
	
	body#findthebest #main #content .tablediv { 
		margin-left:232px; 
	}
	
	body#findthebest #main #content .tablediv table tr th.headcol, body#findthebest #main #content .tablediv table tr td.headcol {
		width:232px;
	}
	
	footer #footerleft {
		width: auto;
		float: left;
		margin-top: 0px;
	}

	footer #footerright {
		width: auto;
		float: right;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.comments {
		margin-top: 74px;
	}
	
	.comments .level1 { margin-left: 50px; }
	.comments .level2 { margin-left: 100px; }
	.comments .level3 { margin-left: 150px; }
	.comments .level4 { margin-left: 200px; }
	.comments .level5 { margin-left: 250px; }

}

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

	.wrapper {
		max-width: 1200px; 
	}

	#banner { 
		float: left; 
		text-align: left;
		margin-bottom: 0px;
	}
	
	header {
		
	}
	
	#content {  
		float: left;
		width: 65%;
	}
	
	#content.wide-content {
		float: none;
		width: 100%;
	}

	aside { 
		clear: none;
		float: right;
		width: 30%;
	}

	#menu-toggle {
		display: none;
	}

	#menu-main-navigation {
		display: block;
	}

	.srt-menu, .srt-menu * {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.srt-menu ul {
		position: absolute;
		display: none;
		width: 12em;
	}

	.srt-menu ul li {
		width: 100%;
	}

	.srt-menu li:hover {
		visibility: inherit;
	}

	.srt-menu li {
		float: left;
		position: relative;
		margin-left: 1px;
	}

	.srt-menu li li {
		margin-left:0px;
	}

	.srt-menu a {
		display: block;
		position: relative;
	}

	.srt-menu li:hover ul, .srt-menu li.sfHover ul {
		display: block;
		left: 0;
		top: 35px;
		z-index: 99;
		-webkit-box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
		box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
	}

	ul.srt-menu li:hover li ul, ul.srt-menu li.sfHover li ul {
		top: -999em;
	}

	ul.srt-menu li li:hover ul, ul.srt-menu li li.sfHover ul {
		left: 12em;
		top: 0;
	}

	ul.srt-menu li li:hover li ul, ul.srt-menu li li.sfHover li ul {
		top: -999em;
	}

	ul.srt-menu li li li:hover ul, ul.srt-menu li li li.sfHover ul {
		left: 10em;
		top: 0;
	}

	#topnav, .srt-menu {
		float: right;
		margin: 0 0 0 0;
	}

	.srt-menu a {
		text-decoration: none;
	}

	.srt-menu li a {
		background: none;
		color: #fff;
		margin: 0; 
		padding: 5px 16px;
		height: 35px;
	}

	.srt-menu a, .srt-menu a:visited  {
		color: #fff;	
	}

	.srt-menu li li a {
		border-top: 1px solid rgba(255,255,255,.2);
		background: #373737;
		background: rgba(55,55,55,.9);
		color: #fff;
		padding-left: 16px;
		height: auto;
	}

	.srt-menu li li a:visited {
		color: #fff;
	}

	.srt-menu li li li a, .srt-menu li.current * li a {
		padding-left: 16px;
		background: rgba(55,55,55,.9);
	}

	.srt-menu li:hover > a, .srt-menu li.current a {
		color: #fff;
		background: #ff533d;
	}

	.srt-menu li li:hover > a {
		color: #fff;
		background: #ff533d;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	 
	.grid_1 { width: 8.33333333%; }
	.grid_2 { width: 16.66666667%; }
	.grid_3 { width: 25%; }
	.grid_4 { width: 33.33333333%; }
	.grid_5 { width: 41.66666667%; }
	.grid_6 { width: 50%; }
	.grid_7 { width: 58.33333333%; }
	.grid_8 { width: 66.66666667%; }
	.grid_9 { width: 75%; }
	.grid_10 { width: 83.33333333%; }
	.grid_11 { width: 91.66666667%; }
	.grid_12 { width: 100%; }

	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
		float: left;
		display: block;
	}

	.rightfloat {
		float:right;
	}
	 
	#page-header [class*="grid_"] {
		margin-bottom:-20px;
	}
	
	#main #content .row .grid_4 p:first-of-type {
		min-height: 140px;
	}
	
	#main #content .tablediv table tr th, #main #content .tablediv table tr td {
		padding: 5px;
		font-size: 14px;
	}
	
	body#review #main #content .tablediv table tr th, body#review #main #content .tablediv table tr td {
		font-size: 16px;
	}
	
	#main #content .tablediv + p {
		font-size: 14px;
	}
	
	body#review #main #content .tablediv + p {
		font-size: 12px;
	}
	
	#main #content .tablediv { 
		margin-left:205px; 
	}
	
	body#review #main #content .tablediv { 
		margin-left:222px; 
	}
	
	#main #content .tablediv table img.hostlogo {
		width: 135px;
	}
	
	body#review #main #content .tablediv table img.hostlogo {
		width: 135px;
		margin: 0 25px;
	}
	
	#main #content .tablediv table tr th.headcol, #main #content .tablediv table tr td.headcol {
		width:205px;
	}
	
	body#review #main #content .tablediv table tr th.headcol, body#review #main #content .tablediv table tr td.headcol {
		width:222px;
		padding-left: 20px;
	}
	
	#main #content .tablediv table img.yesno {
		max-width: none;
		width: 16px;
	}
	
	body#findthebest #main #content .tablediv { 
		margin-left:242px; 
	}
	
	body#findthebest #main #content .tablediv table tr th.headcol, body#findthebest #main #content .tablediv table tr td.headcol {
		width:242px;
	}
	
	#main #content .row h1 {
		font-size:22px;
	}
	
	#indextopimg {
		float: right;
		margin-bottom: 30px;
		min-height: 300px;
		padding: 20px 30px;
	}
	
	.comments .level1 { margin-left: 40px; }
	.comments .level2 { margin-left: 80px; }
	.comments .level3 { margin-left: 120px; }
	.comments .level4 { margin-left: 160px; }
	.comments .level5 { margin-left: 200px; }
	
}

@media only screen and (min-width: 1051px) {
	
	
	#main #content .tablediv table tr th, #main #content .tablediv table tr td {
		padding: 5px;
		font-size: 15px;
	}
	
	body#review #main #content .tablediv table tr th, body#review #main #content .tablediv table tr td {
		font-size: 16px;
	}
	
	#main #content .tablediv + p {
		font-size: 15px;
	}
	
	body#review #main #content .tablediv + p {
		font-size: 12px;
	}
	
	#main #content .tablediv { 
		margin-left:213px; 
	}
	
	body#review #main #content .tablediv { 
		margin-left:222px; 
	}
	
	#main #content .tablediv table img.hostlogo {
		width: 135px;
		margin: 0 15px;
	}
	
	body#review #main #content .tablediv table img.hostlogo {
		width: 135px;
		margin: 0 25px;
	}
	
	#main #content .tablediv table tr th.headcol, #main #content .tablediv table tr td.headcol {
		width:213px;
	}
	
	body#review #main #content .tablediv table tr th.headcol, body#review #main #content .tablediv table tr td.headcol {
		width:222px;
		padding-left: 20px;
	}
	
	body#findthebest #main #content .tablediv { 
		margin-left:252px; 
	}
	
	body#findthebest #main #content .tablediv table tr th.headcol, body#findthebest #main #content .tablediv table tr td.headcol {
		width:252px;
	}
	
	.comments .level1 { margin-left: 45px; }
	.comments .level2 { margin-left: 90px; }
	.comments .level3 { margin-left: 135px; }
	.comments .level4 { margin-left: 180px; }
	.comments .level5 { margin-left: 225px; }

}

@media only screen and (min-width: 1201px) {
	
	#main #content .tablediv table tr th, #main #content .tablediv table tr td {
		padding: 5px;
		font-size: 16px;
	}
	
	#main #content .tablediv + p {
		font-size: 16px;
	}
	
	#main #content .tablediv { 
		margin-left:222px; 
	}
	
	#main #content .tablediv table img.hostlogo {
		width: 135px;
		margin: 0 25px;
	}
	#main #content .tablediv table tr th.headcol, #main #content .tablediv table tr td.headcol {
		width:222px;
	}
	
	body#findthebest #main #content .tablediv { 
		margin-left:262px; 
	}
	
	body#findthebest #main #content .tablediv table tr th.headcol, body#findthebest #main #content .tablediv table tr td.headcol {
		width:262px;
	}
	
	.comments .level1 { margin-left: 50px; }
	.comments .level2 { margin-left: 100px; }
	.comments .level3 { margin-left: 150px; }
	.comments .level4 { margin-left: 200px; }
	.comments .level5 { margin-left: 250px; }
	
}

body#review #main #content .tablediv { 
	margin-left: 0px; 
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  body { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}







#cookielaw-bar {
	border:0;
	font-size:10pt;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	width:100%;
	z-index:1000;
	display: block;
	background-color: #373737;
	color: #ccc;
}

#cookielaw-bar.top-of-the-screen {
	position:absolute;
	top: 0px;
}

#cookielaw-bar.bottom-of-the-screen {
	position: fixed;
	bottom: 0px;
}

#cookielaw-bar span {
	vertical-align:middle;
}

.cookielaw-button,.cookielaw-button:visited {
	background-color:#ff533d;
	color:#fff;
	display:inline-block;
	padding:5px 10px 6px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	position:relative;
	cursor:pointer;
	margin:auto 10px;
	font-size:13px;
	line-height:1;
	text-decoration:none;
}

.cookielaw-button:hover {
	background-color:#111;
	color:#fff;
}

.cookielaw-button:active {
	top:1px;
}

.cookielaw-link, .cookielaw-link:visited, .cookielaw-link:active {
	color: #ccc;
}

.cookielaw-link:hover {
	color: #fff;
	text-decoration: underline;
}

