/*
	Theme Name: ecomento
	Description: Genesis child theme for the ecomento network of sites
	Version: 2.2
	Template: genesis
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.featured-slider:before,
.footer-widgets:before,
.grid-loop-wrapper:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.widgetized-homepage:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.featured-slider:after,
.footer-widgets:after,
.grid-loop-wrapper:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.widgetized-homepage:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

div.class {clear: both;}


/* Fix for Chrome font-sizing bug (remove when no longer needed) */
body > div {
  font-size: 16px;
  font-size: 1.6rem;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #f5f5f5;
	color: #262626;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

b, strong {
	font-weight: 600;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #006594;
	color: #fff;
}

::selection {
	background-color: #006594;
	color: #fff;
}

a {
	color: #006594;
	text-decoration: none;
}

/*a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}*/

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
}

strong, bold {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
}

ol {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul {
	list-style-type: square;
}

blockquote {
  	margin: 0;
  	padding: 0 25px;
  	padding: 0 2.5rem;
  	font-style: italic;
}

.entry-content code {
	background-color: #262626;
	color: #ddd;
}

cite {
	font-style: normal;
}

fieldset {
	border: 1px solid #f5f5f5;
}

/* Cookie bar
--------------------------------------------- */

body .cc_container, body .cc_container .cc_message, body .cc_container .cc_btn {font-size: 14px; font-size: 1.4rem;}
body .cc_container {font-weight: 400; font-family: inherit; line-height: 1.35;}
body .cc_container a, body .cc_container a:visited {color: #006594;}
body .cc_container a:hover, body .cc_container a:active {color: #006594; text-decoration: underline;}
body .cc_container .cc_btn, body .cc_container .cc_btn:visited {background: #006594; color: #fff; font-weight: 400;}
body .cc_container .cc_btn:hover, body .cc_container .cc_btn:active {background-color: #005075; color: #fff;}
body .cc_container .cc_message {line-height: 1.35;}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #262626;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
}

h3 {
	font-size: 19px;
	font-size: 1.9rem;
}

h4 {
	font-size: 15px;
	font-size: 1.5rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
textarea {
	background-color: #f5f5f5;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

select {
	background-color: #f5f5f5;
	border-color: #939393;
	border-radius: 3px;
	box-shadow: none;
	color: #262626;
	font-size: 13px;
	font-size: 1.3rem;
	text-indent: 3px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #939393;
	outline: none;
	padding: 15px;
    padding: 1.5rem;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #939393;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #262626;
	border: none;
	box-shadow: none;
	color: #f5f5f5;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #005075;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.entry-content .contact-form label {
	font-weight: 600;
}

.entry-content .contact-form label span {
	color: #939393;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 8px;
	margin-left: .8rem;
}

.entry-content .contact-form input[type='text'], .entry-content .contact-form input[type='email'] {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content .contact-form textarea {
	width: 98%;
}

.entry-content .form-error h3, .entry-content .form-errors .form-error-message {
	color: #ea7d00;
}

/*
Charts
---------------------------------------------------------------------------------------------------- */

.hc-container {margin: 30px 0;}

/*
Tables
---------------------------------------------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	width: 100%;
  	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
}
table.bottom-notes {
	margin-bottom: 0;
}
tbody {
	border-bottom: 3px solid #f5f5f5;
}
th,
td {
	text-align: left;
	padding: 10px 18px 10px;
	padding: 1rem 1.8rem 1rem;
}
th {
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 0px solid #f5f5f5;
	font-weight: 600;
	background-color: #f5f5f5;
	text-transform: none;
}
td {
	border: none;
}
td.bold-label {
	font-weight: 600;
}
table#regular-font {
	font-size: 15px;
	font-size: 1.5rem;
}
.entry-content table ol, .entry-content table ul {
	margin-left: 20px;
	margin-left: 2rem;
}
.entry-content p.table-bottom-notes {
	color: #939393;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 7.5px 10px 17px;
	margin: .75rem 1rem 1.7rem;
}
span.table-footnote {
	font-size:9px;
	position:relative;
	top:-4px;
	color: #939393;
}
td.down:before {font-family: "FontAwesome";content: "\F063";color: #ea3100;font-size: 9px;vertical-align: bottom;display: inline; padding-right: 2px;}
td.up:before {font-family: FontAwesome;content: "\F062";color: #35d37a;font-size: 9px;vertical-align:top;display: inline; padding-right: 2px;}

/* Widetable
--------------------------------------------- */

.widetable {
	overflow-x: auto;
	background-image: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, rgb(241, 241, 241), rgba(241, 241, 241, 0)), -webkit-linear-gradient(right, rgb(241, 241, 241), rgba(241, 241, 241, 0));
	background-position: 0px 0px, 100% 0px, 0px 0px, 100% 0px;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
	background-attachment: local, local, scroll, scroll;
}
.widetable table thead td {
	background: transparent;
}
.widetable table tbody tr {
	border-bottom: 1px solid #f5f5f5;
}
.widetable table td {
	background: transparent;
}
.widetable table {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.widetable table.bottom-notes {
	margin-bottom: 0;
}
.widetable tbody {
	background: transparent;
}
.widetable tbody, .widetable td, .widetable .odd, .widetable .even {
	background: transparent;
}
p.scrollable-table {
	text-align: right;
	font-size: 19px;
	font-size: 1.9rem;
	color: #006594;
}

/* DataTables
--------------------------------------------- */

#dtable_wrapper {font-weight: 400; margin-bottom: 30px; margin-bottom: 3rem;}
#dtable_wrapper table.dataTable thead th,
#dtable_wrapper table.dataTable tfoot th,
#dtable_wrapper label,
#dtable_wrapper span {
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
}
#dtable_wrapper table.dataTable thead th,
#dtable_wrapper table.dataTable tfoot th,
#dtable_wrapper table.dataTable tbody td {
	border: none;
	padding: 12px 18px;
	padding: 1.2rem 1.8rem;
}
#dtable_wrapper table.dataTable thead th,
#dtable_wrapper table.dataTable tfoot th {
	background-color: #f5f5f5;
	font-weight: 600;
}
#dtable_wrapper table.dataTable.nowrap span.forcewrap {white-space: normal;}
#dtable_wrapper table.dataTable.dt_custom_responsive tbody td:first-child {padding-left: 30px; padding-left: 3rem;}
#dtable_wrapper .sorting {background: url('/wp-content/plugins/k99-core/images/sort_both.png') no-repeat center right;}
#dtable_wrapper .sorting_asc {background: url('/wp-content/plugins/k99-core/images/sort_asc.png') no-repeat center right;}
#dtable_wrapper .sorting_desc {background: url('/wp-content/plugins/k99-core/images/sort_desc.png') no-repeat center right;}
#dtable_wrapper .one-full {width: 100%; text-align: center; clear: both;}
#dtable_wrapper .one-full span {margin-right: 5px; margin-right: .5rem;}
#dtable_wrapper .one-full select {width: auto;}
#dtable_wrapper .one-fourth {margin-top: 7.5px;margin-top: .75rem;}
#dtable_wrapper .dataTables_length select {width: auto; margin: 0 2.5px; margin: 0 .25rem;}
#dtable_wrapper.dataTables_wrapper .dataTables_info,
#dtable_wrapper .dataTables_length label,
#dtable_wrapper .dataTables_custom_reset button { font-weight: 400; font-size: 13px; font-size: 1.3rem; line-height: 1.35;}
#dtable_wrapper .dataTables_custom_reset button:hover {text-decoration: underline;}
#dtable_wrapper.dataTables_wrapper .dataTables_info, #dtable_wrapper .dataTables_length label { font-weight: 400; font-size: 13px; font-size: 1.3rem; line-height: 1.35;}
#dtable_wrapper.dataTables_wrapper .dataTables_info, #dtable_wrapper .dataTables_length {width: 100%; text-align: center; margin: 2.5px 0; margin: .25rem 0;}
#dtable_wrapper #dtable_filter {clear: both; text-align: center; overflow: hidden;}
#dtable_wrapper .filter-select {text-align: center;}
#dtable_wrapper.dataTables_wrapper .dataTables_info {color: #939393;}
#dtable_wrapper #dtable_filter input {margin: 5px 0 0; margin: .5rem 0 0; background: #fff; border: 1px solid #ddd;}
#dtable_wrapper #dtable_filter input[type="search"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; border-radius: 3px;}
#dtable_wrapper table.dataTable.dt_custom_filter-top #dtable_filter input {margin: 0 0 5px; margin: 0 0 .5rem;}
#dtable_wrapper table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
#dtable_wrapper table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  top: 8px;
  left: 2px;
  background-color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #939393;
}
#dtable_wrapper table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
#dtable_wrapper table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  background-color: #fff;
}
#dtable_wrapper table.dataTable.no-footer {border-bottom: 3px solid #f5f5f5;}
#dtable_wrapper table.dataTable tfoot th, #dtable_wrapper table.dataTable tfoot td {border-top: none;}
#dtable_wrapper table.dataTable tfoot th {
  border-bottom: 0px solid #f5f5f5;
  padding: 12px 18px 12px;
  padding: 1.2rem 1.8rem 1.2rem;
  font-weight: 600;
  background-color: #f5f5f5;
}
#dtable_wrapper table.dataTable tr.child ul li, #dtable_wrapper table.dataTable tr.child span.dtr-title {font-size: 14px; font-size: 1.4rem; border: none;}
#dtable_wrapper table.dataTable tr.child span.dtr-title {font-weight: 600;}
#dtable_wrapper table.dataTable tr.child ul li {padding-bottom: 0; margin-bottom: 0;}
#dtable_wrapper table.dataTable tr.child ul li span {font-weight: 400;}
#dtable_wrapper .dataTables_paginate {width: 100%; font-weight: 400; font-size: 14px; font-size: 1.4rem; padding: 25px 0 10px; padding: 2.5rem 0 1rem; overflow: hidden;}
#dtable_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button,
#dtable_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
#dtable_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#dtable_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #fff !important;
  background: #262626 !important;
  font-weight: 400;
  padding: .125em .5em;
  margin: 0 .15em;
  border-radius: 3px;
}
#dtable_wrapper.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
	color: #fff !important;
	border: 1px solid #262626;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(0%, #262626));
	background: -webkit-linear-gradient(top, #262626 0%, #262626 0%);
	background: -moz-linear-gradient(top, #262626 0%, #262626 0%);
	background: -ms-linear-gradient(top, #262626 0%, #262626 0%);
	background: -o-linear-gradient(top, #262626 0%, #262626 0%);
	background: #262626 !important;
}
#dtable_wrapper.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
#dtable_wrapper.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
	color: #fff !important;
	border: 1px solid #006594;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006594), color-stop(0%, #006594));
	background: -webkit-linear-gradient(top, #006594 0%, #006594 0%);
	background: -moz-linear-gradient(top, #006594 0%, #006594 0%);
	background: -ms-linear-gradient(top, #006594 0%, #006594 0%);
	background: -o-linear-gradient(top, #006594 0%, #006594 0%);
	background: #006594 !important;
}
div.dataTables_custom_reset {width: 100%;overflow: hidden;text-align: center;}
div.dataTables_custom_toolbar {width: 100%;overflow: hidden;margin-bottom: 20px;margin-bottom: 2rem;}
#dtable_wrapper button {
  	clear: both;
  	border-radius: 3px;
  	font-size: 14px;
	font-size: 1.4rem;
	background: none;
	color: #006594;
	font-weight: 400;
	text-transform: none;
	padding: 0;
	margin: 20px 0 10px;
	margin: 2rem 0 1rem;
}

/* Tablesorter
--------------------------------------------- */

table#sortabletable thead tr .header {
	background-image: url(/wp-content/plugins/k99-core/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}
table#sortabletable thead th.nosorticon, table#sortabletable th.nosorticon.headerSortUp, table#sortabletable th.nosorticon.headerSortDown {
	background-image: none;
	cursor: auto;
	padding-left: 0;
}
table#sortabletable thead tr .headerSortUp {
	background-image: url(/wp-content/plugins/k99-core/images/asc.gif);
}
table#sortabletable thead tr .headerSortDown {
	background-image: url(/wp-content/plugins/k99-core/images/desc.gif);
}

/* Tablesorter Fork
--------------------------------------------- */

.tablesorter-headerUnSorted,
.tablesorter-headerAsc,
.tablesorter-headerDesc {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
th.tablesorter-header {
	border-right: 1px solid #fff;
	padding: 2.5px 15px;
	padding: .25rem 1.5rem;
}
th.tablesorter-header:focus {
	outline: none;
}
th.tablesorter-header.nosorticon {
	background-image: none;
	cursor: auto;
}
.tablesorter-headerUnSorted {
	background-image: url(/wp-content/plugins/k99-core/images/bg_p.gif);
}
.tablesorter-headerAsc {
	background-image: url(/wp-content/plugins/k99-core/images/asc_p.gif);
}
.tablesorter-headerDesc {
	background-image: url(/wp-content/plugins/k99-core/images/desc_p.gif);
}


/*
Special Styling & Layout
---------------------------------------------------------------------------------------------------- */

.post-edit-link {
	font-weight: 400;
	font-size: inherit;
}

/* Warning
--------------------------------------------- */

.js-disabled-warning.wrap,
#notification-bar {
	display: block;
	padding: .35em;
	font-weight: 400;
	text-align: center;
	max-width: 100%;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

.js-disabled-warning.wrap {background: #ea3100;}
#notification-bar {background: #ea7d00; font-size: 13.5px; font-size: 1.35rem; font-weight: 300;}
#notification-bar a {color: #fff; text-decoration: none; border-bottom: 1px dashed #fff; font-style: italic;}
#notification-bar a:hover {color: #262626; text-decoration: none; border-bottom: 1px dashed #262626;}

/* Weekly popular
--------------------------------------------- */

h3 a.weekly-popular-list {text-decoration: none; color: #262626;}
h3 a.weekly-popular-list:hover {text-decoration: underline; color: #262626;}

/* Label-value grid
--------------------------------------------- */

.content ul.label-value-grid {
	overflow: hidden;
	margin: 15px 0 0 0;
	margin: 1.5rem 0 0 0;
}

.entry-content ul.label-value-grid li {
	display: block;
	font-size: 14.5px;
	font-size: 1.45rem;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-content ul li div.more-model-details {
	float: right;
	display: inline-block;
	padding: 0;
	font-size: 14px;
 	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
	margin-top: 5px;
  	margin-top: .5rem;
}

.entry-content ul.label-value-grid li.more-model-details {margin-bottom: 4px; margin-bottom: .4rem;}
.entry-content ul.label-value-grid li.more-model-details a {font-weight: 400;}
.entry-content ul.label-value-grid li.compare {margin-bottom: 0;}

.entry-content ul.label-value-grid .label {
	font-weight: 600;
	float: left;
	width: 50%;
}

.entry-content ul.label-value-grid .value {
	float: right;
	width: 50%;
	text-align: right;
	font-weight: 400;
}

/* Details grid
--------------------------------------------- */

.content ul.details-grid {
	overflow: hidden;
	margin: 15px 0;
	margin: 1.5rem 0;
}

.content ul.details-grid li {
	display: block;
	float: left;
	width: 33.333%;
	margin-bottom: 1em;
}

ul.details-grid li .label {
	font-weight: 600;
	margin-right: 0.5em;
}

/* Index Boxes
--------------------------------------------- */

.content-box-index-basic {
	width: 40%;
	float: right;
	margin: 0 0 20px 10px;
	margin: 0 0 2rem 1rem;
	background: #fff;
	padding: 0;
	overflow: hidden;
}

.content-box-index-basic ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.content-box-index-basic li {
	display: block;
}

.content-box-index-basic li a {
	background: #262626;
	border-radius: 3px;
	color: #f5f5f5;
	display: block;
	padding: 12px;
	padding: 1.2rem;
	margin-bottom: 2px;
	margin-bottom: .2rem;
	line-height: 1.3;
}

.content-box-index-basic li a:hover {
	background: #006594;
	text-decoration: none;
}

.content-box-index-basic li a img {
	margin-right: 0.5em;
}


.content-box-index-basic li .fa {
	margin-right: 8px;
	margin-right: .8rem;
}

/* Glossary / Term Index
--------------------------------------------- */

body.post-type-archive-glossary .grid-loop-wrapper .entry-content,
body.post-type-archive-wissen .grid-loop-wrapper .entry-content {
		padding: 0 25px 22.5px;
		padding: 0 2.5rem 2.25rem;
}

body.archive .grid-loop-wrapper .glossary,
body.archive .grid-loop-wrapper .wissen {
	word-wrap: break-word;
}

body.archive .grid-loop-wrapper .glossary .entry-meta,
body.archive .grid-loop-wrapper .wissen .entry-meta {
		margin-bottom: 10px;
		margin-bottom: 1rem;
}

body.archive .grid-loop-wrapper .glossary .entry-content,
body.archive .grid-loop-wrapper .wissen .entry-content {
	padding-top: 0;
}

.term-archive-index {
	overflow: hidden;
	list-style: none;
	margin: 15px 0 5px 0;
	margin: 1.5rem 0 .5rem 0;
}

.term-archive-index li {
	float: left;
	margin: 0 5px 5px 0;
	margin: 0 .5rem .5rem 0;
}

.term-archive-index li a {
	background: #262626;
	border-radius: 3px;
	color: #f5f5f5;
	display: inline-block;
	padding: 8px 12px;
	padding: .8rem 1.2rem;
}

.term-archive-index li.current a,
.term-archive-index li a:hover {
	background: #006594;
	color: #fff;
	text-decoration: none;
}

/* Top Lists
--------------------------------------------- */

.list-wrap {margin-top: 25px;margin-top: 2.5rem;overflow:hidden;}
.list-wrap blockquote {padding: 0px;}
.list-meta {width: 98%; overflow: hidden; border-left: 2px solid #f5f5f5; border-bottom: 2px solid #f5f5f5;padding-top: 6px;padding-top:.6rem;clear:both;}
.list-number {color:#006594;float: left; text-align: center; font-size: 26px; font-size: 2.6rem; font-weight: 600; width: 10%; line-height: 1.25;}
.list-title {float: left; width: 90%;}
.list-title h3 {margin-top: 5px; margin-top: .5rem; margin-bottom: 15px; margin-bottom: 1.5rem; }
.list-entry { padding: 10px 0 10px 0; padding: 1rem 0 1rem 0; float: left;margin: 0 0 5px;margin: 0 0 .5rem;font-weight: 400;font-size: 15px;font-size: 1.5rem;}
.list-entry .aligncenter {margin: 10px auto 17.5px;margin: 1rem auto 1.75rem;}

/* Lists with Images aligned left
--------------------------------------------- */

.headings-clear-floats img.alignleft, .headings-clear-floats  .wp-caption.alignleft {
	margin: 0 24px 25px 0;
	margin: 0 2.4rem 2.5rem 0;
}

.headings-clear-floats p.wp-caption-text {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	display: none;
}

.singular.headings-clear-floats .entry-content:before,
.singular.headings-clear-floats .entry-content:after {
   display: table;
   content: "";
}
.singular.headings-clear-floats .entry-content:after {
   clear: both;
}

/* Morning shift
--------------------------------------------- */

p.morning-shift-source {
	text-align: right;
	font-style: italic;
}

/* WP Popular posts overview grid
--------------------------------------------- */

.entry-content .pp-overview .one-half {margin-bottom: 20px;margin-bottom: 2rem;}
.entry-content .pp-overview {overflow: hidden;}
.entry-content .pp-overview ol {margin: 0 0 40px 0;margin: 0 0 4rem 0;clear: both;}
entry-content .pp-overview img.wpp-thumbnail {margin: 3px 12px 8px 0;margin: .3rem 1.2rem .8rem 0;}
.entry-content .pp-overview li {clear: both;list-style-type: none;line-height: 1.3;padding-right: 15px;padding-right: 1.5rem;}
.entry-content .pp-overview li a {font-weight: 400;color: #262626;}
.entry-content .pp-overview-widget-link, .pp-overview-widget-link p a {text-align: right; font-size:13px; font-size: 1.3rem; font-weight: 600; color: #006594;}

/* Misc.
--------------------------------------------- */

span.attribution, .attribution {
	float: right;
	text-align: right;
	width: 100%;
	font-weight: 400;
	font-style: italic;
	color: #939393;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.faq-box {
	background: #f5f5f5;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 25px;
	padding-top: 2.5rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

img.avatar {
	margin-bottom: 0;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sidebar #searchform input {
	text-align: center;
	border: none;
}

img.centered,
.aligncenter {
	display: block;
	margin: 19px auto 17px;
	margin: 1.9rem auto 1.7rem;
	width: 100%;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.wp-caption img {
	margin-bottom: 0;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 14px 0;
	margin: 0 2.4rem 1.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.singular .entry-content .alignleft,
.singular .entry-content .alignright,
.singular .entry-content .alignnone {
	width: 40% !important;
}

.wp-caption-text {
	margin-top: -.6rem;
	margin-top: -6px;
	padding: 6px 10px;
	padding: .6rem 1rem;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #262626;
	font-weight: 600;
	line-height: 1.3;
}

.entry-content p.wp-caption-text {
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
	padding: 30px;
	padding: 3rem;
}

.archive-description {
	background: transparent;
	padding: 0 30px 4px;
	padding: 0 3rem .4rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	border-radius: 3px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 2px;
	margin-bottom: .2rem;
	text-transform: uppercase;
}

.author-box p {
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.35;
}
.ecomento-com .author-box p {
	font-size: 14px;
	font-size: 1.4rem;
}

.single .author-box {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.single .author-box p {
	color: #262626;
}

.single.ecomento-com .author-box p {
	color: #939393;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
	max-width: 100px;
}

img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

/* Titles
--------------------------------------------- */

.headings-clear-floats .entry-content h1,
.headings-clear-floats .entry-content h2,
.headings-clear-floats .entry-content h3,
.headings-clear-floats .entry-content h4,
.headings-clear-floats .entry-content h5,
.headings-clear-floats .entry-content h6 {
	clear: both;
}

.headings-clear-floats .entry-content h1 a,
.headings-clear-floats .entry-content h2 a,
.headings-clear-floats .entry-content h3 a,
.headings-clear-floats .entry-content h4 a,
.headings-clear-floats .entry-content h5 a,
.headings-clear-floats .entry-content h6 a {
	color: #262626;
}

.headings-clear-floats .entry-content h1 a:hover,
.headings-clear-floats .entry-content h2 a:hover,
.headings-clear-floats .entry-content h3 a:hover,
.headings-clear-floats .entry-content h4 a:hover,
.headings-clear-floats .entry-content h5 a:hover,
.headings-clear-floats .entry-content h6 a:hover {
	color: #262626;
	text-decoration: underline;
}

.entry-title {
	font-size: 29px;
	font-size: 2.9rem;
	line-height: 1.3;
}

.entry-title a,
.sidebar .widget-title a {
	color: #262626;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 0;
}

/*
Star Ratings
---------------------------------------------------------------------------------------------------- */

/* Static stars */

.star-rating {
	display: inline-block;
	position: relative;
	width: 5em;
	height: 1em;
	line-height: 1.0;
	text-align: left;
	white-space: nowrap;
	color: #262626;
	font-size: 18px;
	font-size: 1.8rem;
	top: 0;
}

.star-rating > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 0 !important;
}

.star-rating .rating-value {display: none;}

.star-rating .stars-under,
.star-rating .stars-over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: inherit !important;
}

.star-rating .stars-under {color: #939393;}

.star-rating .stars-over {overflow: hidden;}

.star-rating i {width: 1em;}

.widget .star-rating {font-size: 14px;font-size: 1.4rem;}

span.star-rating {color: #006594;}

.star-rating.buyers-guide-rating,
.star-rating.user-rating,
.review-box .multi-internal .star-rating,
.review-box .multi-external .star-rating,
.comment .star-rating,
#respond .user-review-form .multi-rating-stars-container.unrated .star:hover > i:before,
#respond .user-review-form .multi-rating-stars-container .star.active > i:before {
	color: #006594;
}

.comment .review-criteria .star-rating {
	color: #7d9ead;
	color: rgba(0,101,148,0.3);
}

/* Ajax stars */

.ajax-star-rating-container .star {font-size: 18px;font-size: 1.8rem;}

.ajax-star-rating-container {
    display: inline-block;
    position: relative;
    line-height: 1.0;
    height: 1em;
    width: 6em;
    color: #939393;
}
.ajax-star-rating-container .spinner {display: none;}

.ajax-star-rating-container.rated .spinner {display: inline;}

.ajax-star-rating-container .star {
    display: block;
    position: absolute;
    top: 0;
    left: 0.5em;
    cursor: pointer;
}

.ajax-star-rating-container > span.star {left: 0;}

.ajax-star-rating-container .star i {overflow: hidden;width: 0.5em; color: inherit;}

.ajax-star-rating-container .star-whole > i:before {position: relative;right: 0.5em;}

.ajax-star-rating-container.unrated .star:hover > i:before {color: #006594;}

.ajax-star-rating-container.rated > .star {display: none;}

/* Multi rating stars */

.multi-rating-stars-container {
    position: relative;
    line-height: 1.0;
    height: 1em;
    width: 6em;
    color: #939393;
}

.multi-rating-stars-container .star,
.multi-rating-stars-container .cancel {
    display: block;
    position: absolute;
    top: 0;
    left: 0.5em;
}

.multi-rating-stars-container > span.star {left: 1em;}

.multi-rating-stars-container.unrated .star,
.multi-rating-stars-container.rated .cancel {
    cursor: pointer;
}

.multi-rating-stars-container .cancel {left: 0;color: inherit;}

.multi-rating-stars-container.rated .cancel:hover {color: #ea7d00;}

.multi-rating-stars-container .star i {overflow: hidden;width: 0.5em;color: inherit;}

.multi-rating-stars-container .star-whole > i:before {position: relative;right: 0.5em;}

.multi-rating-stars-container.unrated .star:hover > i:before,
.multi-rating-stars-container .star.active > i:before {
    color: #006594;
}

/* Title Area
--------------------------------------------- */

.site-header {
	background-color: #262626;
}

.title-area {
    margin: 13px 0 6px;
    margin: 1.3rem 0 .6rem;
    float: left;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	float: left;
}

.site-title a,
.site-title a:hover {
	color: #262626;
}

.site-description {
	color: #f5f5f5;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.35;
	margin: .5em 0 0;
	float: left;
}

.site-description:before {
	content: "|";
	display: inline-block;
	margin-left: .7em;
	padding-right: .6em;
}

span#site-desc-addon a {
	color: #ea7d00;
	font-weight: 400;
	margin-left: .6em;
	border-radius: 3px;
	font-size: 13px;
	font-size: 1.3rem;
}

span#site-desc-addon a:hover {
	text-decoration: underline;
}

.header-social-icons {
    margin-top: 14px;
    margin-top: 1.4rem;
	float: right;
	width: auto;
}

.header-social-icons .fa {
	padding: 0 5px 0 12px;
	padding: 0 .5rem 0 1.2rem;
	font-size: 19px;
	font-size: 1.9rem
}

span.header-social-icons-count {
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
}

.header-social-icons,
.header-social-icons a,
.header-social-icons fa,
span.header-social-icons-count {
	color: #f5f5f5;
	display: inline-block;
}

.header-social-icons a:hover,
.header-social-icons .fa:hover,
span.header-social-icons-count:hover {
	color: #006594;
	text-decoration: none;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	width: 100%;
	clear: both;
	margin-top: 0;
}

.genesis-nav-menu {
	clear: both;
	color: #f5f5f5;
	line-height: 1.5;
	width: 100%;
	font-weight: 300;
	font-size: 13px;
	font-size: 1.3rem;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu > li > a {
	border-bottom: 4px solid #262626;
	padding-bottom: 7px;
	padding-bottom: .7rem;
}

.genesis-nav-menu > li:hover > a,
.genesis-nav-menu > li.current-menu-item > a,
.genesis-nav-menu > li.current-menu-parent > a {
	border-bottom: 4px solid #006594;
	padding-bottom: 7px;
	padding-bottom: .7rem;
}

.genesis-nav-menu a {
	border: none;
	color: #f5f5f5;
	display: block;
	padding: 9px 11px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #262626;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #f5f5f5;
}

.genesis-nav-menu .sub-menu {
	left: -9393939px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #262626;
	border: none;
	border-top: none;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 222px;
	font-weight: 300;
}

.nav-primary .sub-menu a:hover, .nav-primary .sub-menu  .current-menu-item a:hover, .nav-primary .sub-menu  .current-menu-item a {
	color: #f5f5f5;
	border-left: 4px solid #006594;
}

.nav-primary .rss-menu-item a {
	color: #ea7d00;
}

.nav-primary .rss-menu-item a:hover {
	border-left: 4px solid #006594;
	color: #ea7d00;
	cursor: pointer;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 222px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu .sub-menu { -webkit-transform: translateZ(0); }

.nav-primary .sub-menu ul.sub-menu a {
	border-left: 0px solid #006594;
}

.nav-primary .sub-menu ul.sub-menu a:hover {
	color: #f5f5f5;
	border-left: 4px solid #006594;
}

.nav-primary .sub-menu ul.sub-menu .current-menu-item a {
	color: #f5f5f5;
	border-left: 4px solid #006594;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
	width: 180px;
}

.ecomento-com .genesis-nav-menu > .search {
	width: 160px;
}

.genesis-nav-menu .right.search input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	background: #363636;
	color: #fff;
  	padding: 11px 16px;
  	padding: 1.1rem 1.6rem;
  	margin-top: 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.genesis-nav-menu .right.search input[type="search"]:focus {
  	padding: 10px 15px;
  	padding: 1rem 1.5rem;
  	border: 1px solid #ddd;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #f5f5f5;
}

/* Nav Menu Icons
--------------------------------------------- */

.menu .icon-home a,
.menu .icon-home-power-off a {
	padding-right: 7px;
	padding-right: .7rem;
	padding-left: 7px;
	padding-left: .7rem;
}

.menu li .fa {
	position: relative;
	margin-right: .3em;
}

.menu li.icon-home > a > i,
.menu li.icon-home-power-off > a > i {
	margin-right: 0;
}

.menu li.icon-search > a > i:before {
	margin-right: 0.5em;
}

/* Primary Navigation - Sticky Menu
--------------------------------------------- */

.sticky-menu .nav-primary {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #262626;
	background: rgba(38,38,38,0.95);
	margin-top: 0;
}

.sticky-menu .genesis-nav-menu .sub-menu a {
	background: #262626;
	background: rgba(38,38,38,0.95);
}

.sticky-menu .genesis-nav-menu > li > a {
    border-color: transparent;
}

.sticky-menu .genesis-nav-menu > li:hover > a,
.sticky-menu .genesis-nav-menu > li.current-menu-item > a,
.sticky-menu .genesis-nav-menu > li.current-menu-parent > a,
.sticky-menu .nav-primary .sub-menu a:hover,
.sticky-menu .nav-primary .sub-menu .current-menu-item a:hover,
.sticky-menu .nav-primary .sub-menu .current-menu-item a {
  border-color: #006594;
  border-color: rgba(0,101,148,0.95);
}

.sticky-menu .nav-primary .wrap {
	position: relative;
}

.sticky-menu.admin-bar .site-header {
	top: 32px;
	border-top: 1px solid #363636;
}

/* Mobile Menu
--------------------------------------------- */

#mobile-menu {
	display: none;
	clear: both;
	position: relative;
	z-index: 9999;
}

#mobile-menu ul {
	list-style: none;
}

#mobile-menu a {
	display: block;
	color: #f5f5f5;
	padding: 0.4em 0.7em 0.9em;
	font-weight: 300;
}

#mobile-menu > ul#menu-mobile-menu li:hover > a,
#mobile-menu > ul#menu-mobile-menu li.current-menu-item > a,
#mobile-menu > ul#menu-mobile-menu li.current-menu-parent > a {
	text-decoration: underline;
}

#mobile-menu > ul#menu-mobile-menu li ul li.current-menu-item > a,
#mobile-menu > ul#menu-mobile-menu li ul li.current-menu-item > a:hover,
#mobile-menu > ul#menu-mobile-menu li ul li.current-menu-parent > a {
	text-decoration: none;
}

#mobile-menu ul.menu {
	text-align: center;
	position: relative;
}

#mobile-menu li {
	display: inline-block;
}

#mobile-menu ul.menu ul {
	background: #262626;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	text-align: left;
}

#mobile-menu ul.menu li:hover ul {
	display: block;
}

#mobile-menu ul.menu ul li {
	width: 50%;
	float: left;
}

#mobile-menu ul.menu ul li a {
	color: #939393;
	padding-left: 10px;
	padding-left: 1rem;
}

#mobile-menu ul.menu ul li.current-menu-item a {
	text-decoration: none;
	color: #f5f5f5;
}

#mobile-menu ul.menu ul li a:hover, #mobile-menu ul.menu ul li.current-menu-item a {
	color: #f5f5f5;
}

#mobile-menu i.fa-search {
	margin-right: 1px;
	margin-right: .1rem;
	font-size: 15px;
	font-size: 1.5rem;
}

/*
Archives
---------------------------------------------------------------------------------------------------- */

/* Regular
--------------------------------------------- */

.content .entry-header img, .archive .content .entry-content img, .search .entry-content img, .blog .entry-content img, .page-template-page_blog-php .entry-content img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.archive .entry, .search .entry, .blog .entry, .page-template-page_blog-php .entry {
	padding: 30px;
	padding: 3rem;
}

.archive .entry-header, .search .entry-header, .blog .entry-header, .page-template-page_blog-php .entry-header, .archive .entry-content,
.search .entry-content, .blog .entry-content, .page-template-page_blog-php .entry-content, .singular.page-template-page_blog-php .entry-content {
	padding: 0;
	margin: 0;
}

.archive .entry-title, .search .entry-title, .blog .entry-title, .page-template-page_blog-php .entry-title {
	line-height: 1.2;
}

.archive .entry-content p, .search .entry-content p, .blog .entry-content p, .page-template-page_blog-php .entry-content p {
	color: #939393;
}

.archive .star-rating .stars-under, .archive .star-rating .stars-over,
.search .star-rating .stars-under, .search .star-rating .stars-over,
.single-review .star-rating .stars-under, .single-review .star-rating .stars-over,
.single-test .star-rating .stars-under, .single-test .star-rating .stars-over {
	top: 3px;
}

/* Grid Loop
--------------------------------------------- */

body .grid-loop-wrapper .grid-loop-info {
    clear: both;
    width: 100%;
    font-weight: 400;
    padding: 0 0 20px;
    padding: 0 0 2rem;
    text-align: center;
}

body .grid-loop-wrapper > .entry {
	width: 47%;
	margin-bottom: 40px;
    margin-bottom: 4rem;
}
body .grid-loop-wrapper .entry {
	border-radius: 3px;
	padding: 0;
}
body .grid-loop-wrapper > .entry.odd {
	clear: both;
	float: left;
}
body .grid-loop-wrapper > .entry.even {float: right;}
body .grid-loop-wrapper.grid-loop-four-items .entry {
    float: left;
    margin: 0 3.8% 40px 0;
    margin: 0 3.8% 4rem 0;
    padding: 0;
    position: relative;
    width: 22.05%;
}
body .grid-loop-wrapper.grid-loop-four-items .entry.last {margin-right: 0;}
body .grid-loop-wrapper > .entry .entry-header {padding: 0;}
body .grid-loop-wrapper > .entry .entry-header img {max-width: 100%;}
body .grid-loop-wrapper .entry-header img {
	display: block;
	margin-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #fff;
}
body .grid-loop-wrapper > .entry .entry-content > a  {border: 0;}
body .grid-loop-wrapper .entry-title {
	margin: 18px 0 10px;
	margin: 1.8rem 0 1rem;
	padding: 0 25px;
	padding: 0 2.5rem;
    font-size: 22px;
    font-size: 2.2rem;
}
body .grid-loop-wrapper .entry-header .entry-meta {
	padding: 0 25px;
	padding: 0 2.5rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
body .grid-loop-wrapper .entry-content {
	padding: 20px 25px;
	padding: 2rem 2.5rem;
	margin-bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
body .grid-loop-wrapper.grid-loop-text-only .entry-content {padding-top: 0;}
body .grid-loop-wrapper.grid-loop-big-button-content .entry-content {padding: 0;}
body .grid-loop-wrapper .entry-content:empty {display: none;}
body .grid-loop-wrapper .entry > a + .entry-content {padding-bottom: 0;}
body .grid-loop-wrapper .entry-content p {margin-bottom: 0;}
body .grid-loop-wrapper.grid-loop-centered .entry .entry-header .entry-title {
	text-align: center;
	margin: 20px 0;
    margin: 2rem 0;
}
body .grid-loop-wrapper.grid-loop-item-below-title-info .entry .entry-header .entry-title {
	text-align: center;
	margin: 20px 0 2.5px;
    margin: 2rem 0 .25rem;
}
body .grid-loop-wrapper.grid-loop-centered .entry .entry-header p.grid-loop-item-below-title {
    color: #939393;
    text-align: center;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
body .grid-loop-wrapper.grid-loop-image-center .entry-header img {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body .grid-loop-wrapper .entry-content a.grid-loop-big-button,
body .grid-loop-wrapper .entry-content .grid-loop-big-button-plain {
	width: 100%;
	display: block;
	text-align: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 20px;
	padding: 2rem;
	font-weight: 400;
}
body .grid-loop-wrapper .entry-content a.grid-loop-big-button {
	color: #fff;
	background: #262626;
	text-transform: uppercase;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
body .grid-loop-wrapper .entry-content a.grid-loop-big-button .fa {color: #fff;}
body .grid-loop-wrapper .entry-content .grid-loop-big-button-plain .fa {color: #006594;}
body .grid-loop-wrapper .entry-content a.grid-loop-big-button:hover,
body .grid-loop-wrapper .entry-content a.grid-loop-big-button .fa:hover {
	color: #fff;
	text-decoration: none;
}
body .grid-loop-wrapper .entry-content .grid-loop-clean-button,
body .grid-loop-wrapper .entry-content .grid-loop-clean-button .fa {
	color: #006594;
}
body .grid-loop-wrapper.grid-loop-text-only .entry {padding: 0;}
body .grid-loop-wrapper.grid-loop-text-only .entry-header .entry-meta {
	margin: 10px 0;
	margin: 1rem 0;
}
body .grid-loop-wrapper .entry-content .grid-loop-clean-button,
body .grid-loop-wrapper .entry-content .grid-loop-clean-button-plain {
	width: 100%;
	text-align: left;
	padding: 3px 0;
	padding: .3rem 0;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
}
body .grid-loop-wrapper.grid-loop-centered .entry-content .grid-loop-clean-button,
body .grid-loop-wrapper.grid-loop-centered .entry-content .grid-loop-clean-button-plain {
	text-align: center;
	padding: 6.5px 20px;
	padding: .65rem 2rem;
	font-size: 15px;
    font-size: 1.5rem;
}
body .grid-loop-wrapper .entry-content a.grid-loop-clean-button {
	color: #006594;
	font-weight: 400;
	outline: 0;
}
body .grid-loop-wrapper .entry-content .grid-loop-clean-button-plain a,
body .grid-loop-wrapper .entry-content .grid-loop-clean-button-plain .fa {color: #262626;}
body .grid-loop-wrapper .entry-content a.grid-loop-clean-button i.fa,
body .grid-loop-wrapper .entry-content a.grid-loop-clean-button-plain i.fa {
	margin-right: 5px;
	margin-right: .5rem;
}
body .grid-loop-wrapper.grid-loop-inside-entry .entry {background: #f5f5f5;}
body .grid-loop-wrapper.grid-loop-inside-entry .entry-content {
	padding: 0 20px;
	padding: 0 2rem;
  	margin: 0 0 18px;
  	margin: 0 0 1.8rem;
  	width: 100%;
	float: none;
	overflow: hidden;
}
body .grid-loop-wrapper.grid-loop-inside-entry .entry-title {font-size: 20px; font-size: 2rem; text-align: center;}
body .grid-loop-wrapper .entry-content ul.label-value-grid {margin: 0;}
body .grid-loop-wrapper.grid-loop-inside-entry .entry-content ul.label-value-grid .value,
body .grid-loop-wrapper.grid-loop-inside-entry .entry-content ul.label-value-grid .label,
body .grid-loop-wrapper.grid-loop-inside-entry .entry-content .grid-loop-clean-button,
body .grid-loop-wrapper.grid-loop-inside-entry .entry-content .grid-loop-clean-button-plain {
    float: left;
    width: 100%;
    text-align: center;
}
body .grid-loop-wrapper.grid-loop-inside-entry .entry-content a.grid-loop-clean-button,
body .grid-loop-wrapper.grid-loop-inside-entry .entry-content a.grid-loop-clean-button-plain {
	text-align: center;
}

.grid-loop .disclaimer-bottom {text-align: center;}
.grid-loop .disclaimer-bottom p {font-size: 13px; font-size: 1.3rem;line-height: 1.35;}

/* Author
--------------------------------------------- */

.archive.author .archive-description {
	display: none;
}
.archive.author .author-box {
	background: #262626;
	border-radius: 3px;
}
.archive.author .author-box-title, .archive.author .author-box p {
	color: #fff;
}

/* Post Type Reviews
--------------------------------------------- */

.post-type-archive-review .entry-header h2.entry-title,
.post-type-archive-test .entry-header h2.entry-title {
	margin-bottom: 5px;
	margin-bottom: .5rem;
}
.post-type-archive-review .entry-header .entry-meta,
.post-type-archive-test .entry-header .entry-meta {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.post-type-archive-review .entry-meta .star-rating, .archive .review .entry-meta .star-rating, .search .review .entry-meta .star-rating,
.post-type-archive-test .entry-meta .star-rating, .archive .test .entry-meta .star-rating, .search .test .entry-meta .star-rating,
.single-review .entry-meta .star-rating, .single-test .entry-meta .star-rating {
	margin-right: .35em;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
}

.singular .entry {
	overflow: visible;
}

.entry-header:empty {
	display: none;
}

.blog .entry-content img,
.archive .content .entry-content img,
.search .entry-content img,
.page-template-page_blog-php .entry-content img {
	max-width: 230px;
}

.entry-header,
.entry > .entry-title {
	padding: 30px 30px 0;
	padding: 3rem 3rem 0;
}

.singular .entry > .featured-gallery {
	margin-bottom: 22.5px;
	margin-bottom: 2.25rem;
	overflow: hidden;
}

.singular .entry > .featured-image img,
.singular .entry > .featured-video {
	margin-bottom: 17.5px;
	margin-bottom: 1.75rem;
	overflow: hidden;
}

.singular .entry > .featured-image img {
	width: 100%;
}

.singular .entry > .featured-image:first-child img {
	margin-bottom: -0.5em;
}

.entry-content {
	padding: 0 30px;
	padding: 0 3rem;
}

.singular .entry-content {
	margin-bottom: 27px;
	margin-bottom: 2.7rem;
}

.entry-content p.inline-link {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 25px 15px;
	line-height: 1.25;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-comments p,
.quote-caption {
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 30px;
	margin-left: 3rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-bottom: 6px;
	margin-bottom: .6rem;
}

.entry-content .search-form {
	width: 50%;
}

.entry-footer {
	padding: 0 30px 24px;
	padding: 0 3rem 2.4rem;
}

.entry-footer:empty {
	display: block;
}

.entry-meta {
	color: #939393;
	font-size: 13px;
	font-size: 1.3rem;
}

.entry-meta a {
	color: #666;
}

.entry-meta .item + .item {
	margin-left: 1em;
}

.entry-meta .item.author-rating,
.entry-meta .item.user-rating {
	display: block;
}

.entry-meta .item.author-rating + .item,
.entry-meta .item.user-rating + .item {
	margin-left: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 20px 40px 8px;
	padding: 2rem 4rem .8rem;
	overflow: hidden;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 .6rem 0 .2rem;
}

.entry-footer .entry-categories,
.entry-footer .entry-tags,
.entry-footer .credits,
.entry-footer .entry-term-lists {
	display: block;
	width: 50%;
	float: left;
	clear: left;
}

.entry-footer .credits {
	float: right;
	text-align: right;
}

.entry-footer .credits .fa {
	margin-right: 3px;
}

.entry-footer .credits a {
	color: #006594;
}

.entry-footer .credits a.image_credit {
	color: #666;
}

/* Content Boxes
--------------------------------------------- */

.content-box.icon-active {
	padding-left: 25px;
	padding-left: 2.5rem;
	padding-right: 25px;
	padding-right: 2.5rem;
	overflow: hidden;
	border-radius: 3px;
}

.content-box.videolink.icon-active, .content-box.external-link.icon-active, .content-box.modelspecs.icon-active {
	padding: 0;
}

.content-box.external-link.icon-active p {margin-bottom: 0;}

.content-box.howitworks.icon-active,
.content-box.updated.icon-active,
.content-box.info.icon-active,
.content-box.infobox.icon-active,
.content-box.asterisk.icon-active,
.content-box.maintenance.icon-active,
.content-box.date.icon-active,
.content-box.attention.icon-active,
.content-box.guestpost.icon-active,
.content-box.mobilehorizontal.icon-active {
	padding: 17px 17px 0;
	padding: 1.7rem 1.7rem 0;
	background: #f5f5f5;
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

.content-box.maintenance.icon-active {border-left: 4px solid #006594;}
.content-box.maintenance.icon-active p {margin-left: 2.2em;}

.content-box.pressrelease {
	padding: 17px 25px 0;
	padding: 1.7rem 2.5rem 0;
	background: #f5f5f5;
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
	overflow: hidden;
}

.content-box.newsletterlink p, .content-box.facebooklink p {font-weight: 600;}

.content-box.mobilehorizontal { display: none;	}

.content-box.backtotop {
	clear: both;
	padding: 0;
	margin: 3px 0 20px ;
	margin: .3rem 0 2rem ;
}

.content-box.backtotop p, .content-box.backtotop.icon-active p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}


.content-box.backtotop a, .content-box.backtotop.icon-active > i.fa {
	padding: 0;
	margin: 0;
	color: #ddd;
}

.content-box.backtotop a:hover {
	color: #939393;
	cursor: pointer;
}

.content-box.icon-active > i.fa {
	font-size: 18px;
	font-size: 1.8rem;
	color: #006594;
	float: left;
	position: relative;
	top: 1px;
}

.content-box.icon-active p {
	line-height: 1.35;
	margin-left: 1.5em;
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

.content-box.centered {
	text-align: center;
}

.content-box.centered > i.fa {
	float: none;
}

.content-box.centered p {
	margin-left: 0;
}

.content-box.backtotop > i.fa {
	top: 1px;
}

.content-box.backtotop p {
	display: inline-block;
	margin-left: 0.5em;
}

/* Breaking News */

.breaking-news {
	background: #262626;
	border-radius: 3px;
	overflow: hidden;
	margin: 40px 0 25px;
	margin: 4rem 0 2.5rem;
	padding: 0 0 25px 0;
	padding: 0 0 2.5rem 0;
}

.breaking-news h3,
.breaking-news p {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
}

.breaking-news h2 {
	padding: 1em;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}

.breaking-news h3 {
	margin: 0 0 0.1em;
	color: #fff;
	font-weight: 400;
	line-height: 1.3;
}

.breaking-news img {
	width: 40%;
	float: left;
	margin-right: 15px;
	margin-right: 1.5rem;
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.breaking-news h3 a {
	color: #fff;
}

.breaking-news p {
	margin: 0;
	color: #939393;
	line-height: 1.35;
}

.breaking-news p.read-more-link a {
	color: #ddd;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.9;
	font-weight: 300;
}

.breaking-news.light {background: #fff;}
.breaking-news.light h2 {color: #939393}
.breaking-news.light h3 a {color: #262626;}
.breaking-news.light p.read-more-link a {color: #006594;font-weight: 400;}

/* Model Ambassador Links
--------------------------------------------- */

.single .after-post-model_ambassadors {
	text-align: center;
	padding: 15px 0;
	padding: 1.5rem 0;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	background: #fff;
}
.single .after-post-model_ambassadors p {
	padding: 0;
	margin: 5px;
	margin: .5rem;
}

/* Layout Switcher
---------------------------------------------------------------------------------------------------- */

.home .layout-switcher, .blog .layout-switcher {overflow: hidden; text-align: center;}
.home .featured-slider, .blog .featured-slider {margin-bottom: 25px;margin-bottom: 2.5rem;}
.home .layout-switcher a,.blog .layout-switcher a {color: #939393;font-size: 16px;font-size: 1.6rem;font-weight: 400;}
.home .layout-switcher a .fa, .blog .layout-switcher a .fa {margin-right: 4px;}
.home .layout-switcher a.active, .home .layout-switcher a:hover,.blog .layout-switcher a.active, .blog .layout-switcher a:hover {color: #262626;text-decoration: none;}
.home .homepage-widget-area-1 .widget_text {background: transparent;margin-bottom: 15px;margin-bottom: 1.5rem;}
.blog .layout-switcher {margin-bottom: 25px;margin-bottom: 2.5rem;}

/* Widgetized Homepage
---------------------------------------------------------------------------------------------------- */

.widgetized-homepage .widget {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.homepage-featured-posts-widget.widget-type-2 {
	width: 48%;
}

.homepage-featured-posts-widget.widget-type-2 + .homepage-featured-posts-widget.widget-type-2 {
	margin-left: 4%;
	clear: none;
}

.homepage-featured-posts-widget .widget-header {
	background: #262626;
	overflow: hidden;
	padding: 1em;
	width: 100%;
}

.homepage-featured-posts-widget.widget-type-1 .widget-header {
	float: right;
	width: 50%;
}

.homepage-featured-posts-widget .widget-title {
	color: #fff;
	float: left;
	margin: 0;
	font-weight: 400;
}

.homepage-featured-posts-widget .widget-title i {
	margin-right: 10px;
	margin-right: 1rem;
}

.homepage-featured-posts-widget .widget-header .more-link {
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.homepage-featured-posts-widget .widget-header .more-link a {
	color: #ddd;
}
.homepage-featured-posts-widget .widget-header .more-link a:hover {
	text-decoration: underline;
}

.homepage-featured-posts-widget.widget-type-1 .featured {
	float: left;
	width: 50%;
}

.homepage-featured-posts-widget.widget-type-1 .subsidiary {
	float: right;
	width: 50%;
	clear: right;
}

.homepage-featured-posts-widget .entry {
	background: transparent;
	border-radius: 0;
	margin: 20px;
	margin: 2rem;
}

.homepage-featured-posts-widget.widget-type-3 .entry {
	float: left;
	margin: 0;
	width: 25%;
}
.homepage-featured-posts-widget.widget-type-3 .entry.widget-item-4 {
	float: right;
	margin-right: 0;
}

.homepage-featured-posts-widget .featured .entry {
	margin: 0;
}

.homepage-featured-posts-widget .entry-title {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	font-weight: 400;
	line-height: 1.35;
	margin-bottom: 0;
}

.homepage-featured-posts-widget.widget-type-3 .entry-title {
	margin: 0;
	padding: 5px 6px 10px;
	padding: .5rem .6rem 1rem;
}

.homepage-featured-posts-widget.widget-type-3 .widget-item-1 .entry-title {
	padding-left: 5px;
	padding-left: .5rem;
}

.homepage-featured-posts-widget .featured .entry-title {
	margin: 10px 20px 10px;
	margin: 1rem 2rem 1rem;
	padding: 0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.25;
}

.homepage-featured-posts-widget .featured .entry-content {
	margin: 10px 20px;
	margin: 1rem 2rem;
	padding: 0;
	color: #939393;
	line-height: 1.35;
}

.homepage-featured-posts-widget .subsidiary .featured-image {
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
	max-width: 30%;
	margin-bottom: 5px;
	margin-bottom: .5rem;
	margin-top: 3px;
	margin-top: .3rem;
}

.homepage-featured-posts-widget .entry-title a {
	color: #262626;
}

.homepage-featured-posts-widget.widget-type-4 .entry-title {
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 0.8em;
	position: relative;
}

.homepage-featured-posts-widget.widget-type-4 .entry-title i.fa {
	position: absolute;
	top: 0.2em;
}

.homepage-featured-posts-widget.widget-type-4 .entry-title i.fa + a {
	display: inline-block;
	margin-left: 1.5em;
}

.homepage-featured-posts-widget.widget-type-4 .entry-meta {
	margin: 1em 0;
}

.homepage-featured-posts-widget.widget-type-4 .entry-content {
	padding: 0;
}

/*
Soliloquy
---------------------------------------------------------------------------------------------------- */

body .soliloquy-container {position:relative}

body .soliloquybox-title-float-wrap .child {border-radius: 3px;}

body .soliloquy-container.soliloquy-slide-horizontal .soliloquy-controls-direction a {
	opacity: 1 !important;
}
body .soliloquy-container.soliloquy-slide-horizontal .soliloquy-controls-direction .soliloquy-prev {
	left: 10px !important;
}
body .soliloquy-container.soliloquy-slide-horizontal .soliloquy-controls-direction .soliloquy-next {
	right: 10px !important;
}
body .soliloquy-controls-direction .soliloquy-prev:hover,
body .soliloquy-controls-direction .soliloquy-next:hover {
	background-color: #262626;
}

body .soliloquy-container.soliloquy-theme-metro .slide-inject .soliloquy-caption { 
   position: relative;
   zoom: 1;
   font-size: 15px;
   font-size: 1.5rem;
   width: auto;
   text-align: left;
   right: 0;
   margin-left: 6px;
   margin-bottom: -21px;
   margin-top: 6px;
   top: 0;
}

body .soliloquy-container.soliloquy-theme-metro .slide-inject .soliloquy-caption span {
	padding: 0 3px 0;
	padding: 0 .3rem 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
body .soliloquy-container.soliloquy-theme-metro .slide-inject.black .soliloquy-caption span {background: #262626; color: #fff;}
body .soliloquy-container.soliloquy-theme-metro .slide-inject.blue .soliloquy-caption span {background: #006594; color: #fff;}
body .soliloquy-container.soliloquy-theme-metro .slide-inject.ecomento-slide .soliloquy-caption {display: none}

/* Soliloquy Metro theme (!!! UDPDATE THEME IMAGE FOLDER !!) */

/* Soliloquy Custom
--------------------------------------------- */

/* Next, Prev fix */
body .soliloquy-container.soliloquy-theme-metro .soliloquy-prev.disabled,
body .soliloquy-container.soliloquy-theme-metro .soliloquy-next.disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption.soliloquy-caption-bottom {
  bottom: 10px;
  margin: 0;
  max-height: 80%;
  left: auto;
  padding: 0;
  position: absolute;
  right: 56px;
  top: auto;
  width: 50%;
  zoom: 1;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption {
	color: #f5f5f5;
	text-align: left;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6C000000,endColorstr=#6C000000);
	background: rgba(51,51,51,.6);
	color: #f5f5f5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6C000000,endColorstr=#6C000000);
	padding: 20px;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title,
body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a {
	color: #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.3;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-read-more {
	font-weight: 400;
	color: #ddd;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-read-more {
	margin-top: 5px;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-pager-link a {
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6C000000,endColorstr=#6C000000);
	background: rgba(51,51,51,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6C000000,endColorstr=#6C000000);
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-pager-link:hover,
body .soliloquy-container.soliloquy-theme-metro .soliloquy-pager-link.active {
	background: #006594;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-pager {
	max-width: 35%;
	height: auto;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-pager a {
	margin-top: 0.3em !important;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-image {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

body .soliloquy-container.soliloquy-theme-metro .soliloquy-image {
	border-radius: 0;
}

body .soliloquy-thumbnails-container .soliloquy-wrapper {margin: 0 !important;}

body .soliloquy-thumbnails-container .soliloquy-item {
	-ms-filter: alpha(opacity=75);
	filter: alpha(opacity=75);
	opacity: .75;
}

/* Soliloquy Lightbox
--------------------------------------------- */

body .soliloquybox-opened .soliloquybox-skin {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
body .soliloquybox-skin {background: none;}
body .soliloquybox-title-float-wrap {margin-top: 0px;}
body .soliloquybox-title {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
body #soliloquybox-thumbs ul li, body #soliloquybox-thumbs ul li.active {border: 0;}
body #soliloquybox-thumbs ul li a {border: 0;background: 0;}

/* Featured Slider
--------------------------------------------- */

.featured-slider {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
}

body .soliloquy-fc-caption .category-label {
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	margin: 0 0 .75em;
	padding: 0.4em;
	background: #006594;
}

body .soliloquy-fc-caption .category-label a {
	color: #eee;
}

/*
Misc.
---------------------------------------------------------------------------------------------------- */

/* Toggle
--------------------------------------------- */

#toggle-button.active .hide-text, #toggle-button-2.active .hide-text {display: inline;}
.toggle-button-wrap {clear: both; width: 100%; text-align: left; margin-bottom: 15px; margin-bottom: 1.5rem;}
#toggle-content {margin-bottom: 25px; margin-bottom: 2.5rem;}
#toggle-content, #toggle-button .hide-text, #toggle-button.active .show-text, #toggle-content-2, #toggle-button-2 .hide-text, #toggle-button-2.active .show-text {display: none;}
#toggle-content, #toggle-content p, #toggle-button, #toggle-content a {font-weight: 400; font-size: 14px; font-size: 1.4rem;}
#toggle-content, #toggle-content-2 {margin-top: 7.5px; margin-top: .75rem;}

/* Stats box
--------------------------------------------- */

.stats-box {
	background: #f5f5f5;
	float: left;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
}

.stats-box a {
	font-weight: 400;
}

.stats-box .star-rating a:hover {
	background-color: transparent;
}

.stats-box-heading {
	font-size: inherit;
	padding: 1em;
	background: #262626;
	color: #eee;
	margin: 0 0 1em;
}

.stats-box .stats-box-stat {
	width: 50%;
	float: left;
	line-height: 1.4;
	padding: 0 25px 0;
	padding: 0 2.5rem 0;
	margin-bottom: 1em;
	position: relative;
}

.stats-box-stat:nth-child(odd) {
	clear: left;
}

.stats-box .stats-box-stat > i.fa {
	position: absolute;
	top: 10px;
	top: 1rem;
	left: 25px;
	left: 2.5rem;
	font-size: 21px;
	font-size: 2.1rem;
}

.stats-box .label {
	font-size: 12px;
	font-size: 1.2rem;
	color: #939393;
	padding: 8px 0 0 40px;
	padding: .8rem 0 0 4rem;
	font-weight: 400;
	display: block;
}

.stats-box .value {
	font-weight: 600;
	display: block;
	padding: 1px  0 0 40px;
	padding: .1rem 0 0 4rem;
}

.stats-box-disclaimer {
	clear: both;
	padding: 1em;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #939393;
	line-height: 1.3;
	border-top: 1px solid #fff;
	text-align: center;
}

/* Content tabs
--------------------------------------------- */

.content-tabs {
	background: #f5f5f5;
}

.content-tabs .headings {
	overflow: hidden;
	background: #262626;
}

.single .content-tabs .headings {
	background: transparent;
}

.content-tabs .headings h2 {
	width: 50%;
	float: left;
	background: #fff;
	font-size: inherit;
	margin: 0;
	text-align: center;
	clear: none;
}

.content-tabs .headings a {
	color: #262626;
	border: 0;
	display: block;
	padding: 1.25em;
}

.content-tabs .headings a.active {
	background: #f5f5f5;
	color: #262626;
	cursor: default;
}

.content-tabs .headings a.focus,
.content-tabs .headings a.hover,
.content-tabs .headings a.active {
	outline: 0;
}

.content-tabs > aside {
	clear: both;
}

.content-tabs .stats-box {
	padding-top: 1em;
}

.content-tabs .stats-box .stats-box-heading {
	display: none;
}

.content-tabs .more-info-link {
	border-top: 1px solid #fff;
	clear: both;
	padding: 1.25em;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}

.content-tabs .more-info-link a {
	font-weight: 400;
	padding-left: 3px;
	padding-left: .3rem;
}

.content-tabs .more-info-link .fa {
	position: relative;
	margin-right: 0.1em;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 20px;
	padding: 0 0 2rem;
	font-weight: 600;
	text-align: center;
}

.archive-pagination ul,
.entry-pagination ul {
	font-size: 14px;
	font-size: 1.4rem;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.archive-pagination ul.page-numbers li span.current {
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: .8rem 1.2rem;
	margin-top: 5px;
	margin-top: .5rem;
	border-radius: 3px;
	color: #fff;
}

.archive-pagination li a {
	background-color: #262626;
	color: #f5f5f5;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #006594;
	color: #fff;
	text-decoration: none;
}

.entry-pagination ul {
	display: inline;
	margin-left: 0;
}

.entry-pagination li {
	display: inline-block;
	margin-right: 0.3em;
}

.entry-pagination li a {
	display: inline-block;
	background-color: #262626;
	text-decoration: none;
}

.entry-pagination li.current,
.entry-pagination li a {
	padding: 8px 12px;
	padding: .8rem 1.2rem;
	border-radius: 3px;
	color: #f5f5f5;
}

.archive-pagination ul.page-numbers li .current,
.entry-pagination li.current,
.entry-pagination li a:hover {
	background-color: #006594;
}

/* Review overview box
--------------------------------------------- */
.overview-box {
	background: #f5f5f5;
	width: 45%;
	float: right;
	margin: 0 0 0.75em 1.5em;
	padding: 0 1.25em;
	text-align: left;
}

.overview-box h3 {
	color: #262626;
	font-size: inherit;
	margin: 1em 0 0.25em;
}

.overview-box p {
	color: #262626;
	margin: 0 0 1.25em 0;
}

/* Review box
--------------------------------------------- */

.review-box {
  	clear: both;
  	overflow: hidden;
  	padding: 30px;
 	padding: 3rem;
	margin: 0 30px;
	margin: 0 3rem;
  	background: #f5f5f5;
  	font-weight: 400;
}

.review-box .microdata-hidden {
	display: none;
}

.review-box .author-review {
	color: #262626;
}

.review-box .author-review-short-summary {
	width: 25%;
	float: left;
	padding: 1em 0;
	text-align: center;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	background: #006594;
}

.review-box .author-review-short-summary .review-final-score {
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 0;
	line-height: 1.0;
	color: #fff;
}

.review-box .author-review-short-summary .short-summary-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 0;
	color: #fff;
}

.review-box .author-review-pros-cons {
	width: 75%;
	float: left;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.review-box .author-review-pros-cons > div {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
	padding: 0 0 0 2em;
}

.review-box .author-review-pros-cons h2 {
	margin-bottom: 0.5em;
}

.review-box .author-review-pros-cons ul {
	padding-left: 1.25em;
}

.review-box ul.review-details {
	clear: both;
	margin: 1em 0 1.125em 0;
	color: #262626;
}

.review-box .review-details li {
	padding: 0.5em 1em;
	margin: 0.25em 0;
}

.review-box .review-long-summary {
	margin-top: 5px;
	margin-top: .5rem;
}

.review-box .review-long-summary h2,
.review-box.author-review-enabled h2 a,
.review-box .author-review-pros-cons h2 {
	margin-bottom: .35em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.review-box .review-long-summary p {
	margin-bottom: 0;
}

.review-box .author-review + .user-rating {
	margin-top: 1em;
}

.review-box.user-rating-enabled {
	padding: 20px;
	padding: 2rem;
}

.review-box .user-rating {
	overflow: hidden;
	top: 0;
}

.review-box .user-rating .add-rating {
	float: left;
}

.review-box .user-rating .existing-ratings {
	float: right;
}
.review-box .user-rating .existing-ratings h2 a {
	color: #666;
}

.review-box .user-rating.multi-internal .existing-ratings,
.review-box .user-rating.multi-external .existing-ratings {
	float: left;
	width: 100%;
}

.review-box .user-rating.multi-internal .existing-stars-wrapper,
.review-box .user-rating.multi-external .existing-stars-wrapper {
	float: right;
}

.review-box .user-rating h2 {
	color: #666;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	float: left;
	margin: 0 .5em 0 0;
}

.review-box .user-rating .add-rating-stars-wrapper,
.review-box .user-rating .existing-stars-wrapper {
	display: inline-block;
	float: left;
	line-height: 1.0;
}

.review-box .user-rating .subsidiary-text, .review-box .user-rating .subsidiary-text a {
	font-size: 13px;
	font-size: 1.3rem;
	color: #939393;
	display: block;
	clear: both;
}

.review-box .user-rating h2 span.rating-count {
	color: #939393;
	font-size: 13px;
	font-size: 1.3rem;
}

.review-box .bottom-link-text {
	clear: both;
	padding-bottom: 1.25em;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
}

.review-box .multi-internal .bottom-link-text, .review-box .multi-internal .bottom-link-text .fa, .review-box .multi-internal .bottom-link-text a {
	font-size: 15px;
	font-size: 1.5rem;
}

.review-box .bottom-link-text .model-bottom-link-title-multiple, .review-box .bottom-link-text .model-bottom-link-title-single {
	color: #666;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 2.5px;
	margin-bottom: .25rem;
}

.review-box p.model-bottom-link-title-multiple {
	line-height: 1.3;
}

.review-box .bottom-link-text,
.review-box .bottom-link-text a {
	font-size: 13.5px;
	font-size: 1.35rem;
	line-height: 1.5;
	color: #939393;
}

.review-box .bottom-link-text .fa {
	margin-right: 0.4em;
}

/* Review box - multi rating summery */

.review-box .existing-ratings.summary {
	overflow: hidden;
}

.review-box .existing-ratings.summary a {
	color: #939393;
}

.review-box .existing-ratings.summary > div {
	float: left;
	color: #eee;
	width: 50%;
}

.review-box .existing-ratings.summary .col3 {
	width: 100%;
	text-align: center;
	padding-top: 1em;
	font-size: 14px;
	font-size: 1.4rem;
}

.review-box .summary h2 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	margin-right: 6px;
	margin-right: .6rem;
	font-weight: 400;
	float: left;
}

.review-box .summary .col1 .star-rating {
	float: left;
	display: inline-block;
	top: 3px;
	margin-right: 15px;
	margin-right: 1.5em;
}

.review-box .summary .user-rating-count {
	color: #939393;
	font-size: 13px;
	font-size: 1.3rem;
	clear: both;
	line-height: 1.75;
}

.review-box .existing-ratings.summary .item {
	color: #939393;
	display: block;
	text-align: left;
}

.review-box .existing-ratings.summary .item .label {
	width: auto;
	padding-right: 6px;
	padding-right: .6rem;
	display: inline-block;
	text-align: left;
}

.review-box .summary .star-rating {
	color: #006594;
}

.review-box .summary .col2 .star-rating {
	color: #7d9ead;
	color: rgba(0,101,148,0.3);
	top: 2px;
}

.review-box .existing-ratings.summary .col1 .star-rating,
.review-box .existing-ratings.summary .item,
.review-box .summary .col2 .star-rating {
	font-size: 15px;
	font-size: 1.5rem;
}

.review-box .existing-ratings.summary .item,
.review-box .summary .col2 .star-rating {
	text-align: right;
}

.review-box .existing-ratings.summary .review-now-link {
	color: #262626;
	font-size: 15px;
	font-size: 1.5rem;
}

.review-box .summary .review-now-link .fa {
	color: #262626;
}

.review-box .col2.no-reviews {
	text-align: right;
}

/* After post sharing
--------------------------------------------- */

.after-post-sharing {
  	clear: both;
  	overflow: hidden;
  	padding: 0;
  	margin: 27px 30px 0;
  	margin: 2.7rem 3rem 0;
  	font-size: 15px;
  	font-size: 1.5rem;
  	background: #fff;
  	color: #f5f5f5;
  	font-weight: 400;
}

.after-post-sharing .sharing {
	float: left;
	width: 55%;
	line-height: 1.0;
}

.after-post-sharing .subscribe-content {
	float: right;
	width: 44%;
}

.after-post-sharing .subscribe-content .fa {
	font-size: 22px;
	font-size: 2.2rem;
	color: #f4c23d;
	margin-left: .2em;
	position: relative;
	top: 2px;
}

.after-post-sharing .subscribe-content .fa:hover {
	color: #fff;
}

.after-post-sharing .sharedaddy > div.sd-sharing {
	border: 0;
	padding: 0;
}

#content .after-post-sharing div.sharedaddy {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
}

#content .after-post-sharing .sharedaddy .sd-title {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	width: auto;
	margin: 0.3em .6em .5em 0;
	float: left;
	display: none;
}

#content div.sharedaddy h3.sd-title:before {
	border-top: 0px solid #ddd;
	display: none;
}

.after-post-sharing .sharedaddy .sd-content {
	width: auto;
	position: relative;
	float: left;
}

.after-post-sharing .sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
}

#content div.sharedaddy .sd-content li {
	margin: 0 !important;
	display: inline-block;
}

#content div.sharedaddy a.sd-button {
	background: #262626;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
}

#content div.sharedaddy a.sd-button:hover {
	zoom: 1;
	filter: alpha(opacity=7);
	opacity: 0.7;
	text-shadow: none;
}

div.sharedaddy li a.sd-button > span {
	display: inline-block;
	color: #f5f5f5;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
}

#content .sd-social-icon-text .sd-content ul li a.sd-button {
	margin: 0 5px 5px 0;
	margin: 0 .5rem .5rem 0;
	padding: 2px 8px;
	padding: .2rem .8rem;
	background: #939393;
	border-radius: 3px;
}

div.sharedaddy li a.sd-button:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	font-size: 3rem;
	margin-right: 0.25em;
}

#content .sd-social .sd-button .share-count {background: transparent; color: #ddd; border-radius: 0; font-weight: 400;}

#content div.sharedaddy .sharing-hidden .inner {position: inherit; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #fff; box-shadow: none; border: none; padding: 0;}
#content div.sharedaddy .sharing-hidden .inner:before, #content div.sharedaddy .sharing-hidden .inner:after {display: none;}

#content div.sharedaddy li.share-email a:before,
#content div.sharedaddy li.share-facebook a:before,
#content div.sharedaddy li.share-google-plus-1 a:before,
#content div.sharedaddy li.share-twitter a:before,
#content div.sharedaddy li.share-print a:before,
#content div.sharedaddy li.share-tumblr a:before,
#content div.sharedaddy li.share-reddit a:before,
#content div.sharedaddy li.share-stumbleupon a:before,
#content div.sharedaddy li.share-pinterest a:before,
#content div.sharedaddy li.share-linkedin a:before,
#content div.sharedaddy li.share-custom-xing a:before,
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	font-size: 15px;
	font-size: 1.5rem;
}

#content .sd-social-icon-text .sd-content ul li a.share-twitter.sd-button {background-color: #2290bf;}
#content .sd-social-icon-text .sd-content ul li a.share-facebook.sd-button {background-color: #3b5998;}
#content .sd-social-icon-text .sd-content ul li a.share-google-plus-1.sd-button {background-color: #dd4b39;}
#content .sd-social-icon-text .sd-content ul li a.share-tumblr.sd-button {background-color: #2c4762;}
#content .sd-social-icon-text .sd-content ul li a.share-pinterest.sd-button {background-color: #c92228;}
#content .sd-social-icon-text .sd-content ul li a.share-reddit.sd-button {background-color: #94C3F2;}
#content .sd-social-icon-text .sd-content ul li a.share-stumbleupon.sd-button {background-color: #eb4924;}
#content .sd-social-icon-text .sd-content ul li a.share-print.sd-button {background-color: #939393;}
#content .sd-social-icon-text .sd-content ul li a.share-linkedin.sd-button {background-color: #008cc9;}
#content .sd-social-icon-text .sd-content ul li a.share-custom-xing.sd-button {background-color: #009090;}
#content .sd-social-icon-text .sd-content ul li a.share-email.sd-button {background-color: #262626;}

#content div.sharedaddy li.share-email a:before         { content: "\F1D8"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-facebook a:before     	{ content: "\F230"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-google-plus-1 a:before { content: "\F0D5"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-twitter a:before       { content: "\F099"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-print a:before         { content: "\F02F"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-tumblr a:before        { content: "\F173"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-reddit a:before        { content: "\F1A1"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-stumbleupon a:before   { content: "\F1A4"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-pinterest a:before     { content: "\F168"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-linkedin a:before   	{ content: "\F0E1"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy li.share-custom-xing a:before   { content: "\F168"; color: #fff; font-family: FontAwesome;}
#content div.sharedaddy .sd-social-icon .sd-content ul a.share-more:before,
#content div.sharedaddy .sd-social-text .sd-content ul a.share-more:before,
#content div.sharedaddy .sd-content ul li.advanced a.share-more:before,
#content div.sharedaddy .sd-social-icon-text .sd-content a.share-more:before,
#content div.sharedaddy .sd-social-official .sd-content a.share-more:before {content: '\F1E0'; font-family: FontAwesome; color: #fff;}

body #content .sd-social-icon .sd-content li.share-custom a span,
body #content .sd-social-icon-text .sd-content li.share-custom a span,
body #content .sd-social-text .sd-content li.share-custom a span,
body #content .sd-social-official .sd-content li.share-custom a span,
body #content .sd-content ul li.share-custom a.share-icon span {padding: 0;}

body #sharing_email .sharing_send {background-color: #262626;color: #fff !important;font-size: 13px;font-size: 1.3rem;border: none;box-shadow: none;cursor: pointer;padding: 16px 24px;padding: 1.6rem 2.4rem;text-transform: uppercase;width: auto;}
body #sharing_email .sharing_send:hover {background-color: #006594;}
body #sharing_email input[type="text"], body #sharing_email input[type="email"] {background-color: #f5f5f5;border: none;border-radius: 3px;box-shadow: none;color: #939393;font-size: 14px;font-size: 1.4rem;padding: 16px;padding: 1.6rem;width: 100%;}
body #sharing_email .sharing_cancel {font-weight: 600;}

body #sharing_email .response {font-weight: 400;font-size: 15px;font-size: 1.5rem;line-height: 1.35;}
body #sharing_email .response .response-title {font-weight: 600;}
body #sharing_email .sharing_cancel {padding: 10px 0 0;padding: 1rem 0 0;}
body #sharing_email .errors {background-color: #f5f5f5; border-left: 4px solid #006594; color: #262626; line-height: 1.4; font-weight: 600; border-radius: 3px;}
body #sharing_email {border-radius: 3px;}

/* MailChimp Signup Form
---------------------------------------------- */

.after-post-sharing .subscribe-content #mc_embed_signup form {width: 100%;padding: 0;}
.after-post-sharing .subscribe-content #mc_embed_signup input.email, .after-post-sharing .subscribe-content #mc_embed_signup input.button {padding: 8px 10px; padding: .8rem 1rem}
.after-post-sharing .subscribe-content #mc_embed_signup input.email {border: 1px solid #ddd; background: #f5f5f5; color: #666; width: 68%; font-size: 14px; font-size: 1.4rem;}
.after-post-sharing .subscribe-content #mc_embed_signup input.button {background-color: #006594; width: 30%;}
.after-post-sharing .subscribe-content #mc_embed_signup input.button:hover {background-color: #005075; color: #fff;}

/* After post widget area
--------------------------------------------- */

.after-post-widget-area {
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
	text-align: center;
}

.after-post-widget-area .widget {
	display: inline-block;
	text-align: left;
}

.after-post-widget-area .sidebar_ad_rectangle {
	margin-bottom: 0;
}

/* Related posts
--------------------------------------------- */

.related-posts {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.25;
}

.singular .model-related-posts h2 {
	margin-top: 17px; 
	margin-top: 1.7rem;
}
.singular .entry-content .model-related-posts a {
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
}
.singular .model-related-posts ul {
	margin-left: 20px;
	margin-left: 2rem;
}
.singular .model-related-posts .fa {
	margin-right: 7px;
	margin-right: .7rem;
}

.related-posts .widget-title {
	margin: 20px 30px;
	margin: 2rem 3rem;
}

.related-posts ul {
	list-style: none;
	float: left;
	width: 100%;
}

.related-posts li {
	width: 25%;
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.25;
}

.related-posts li.related-post-4,
.related-posts li.related-post-8 {
	margin-right: 0;
}

.related-posts li a span {
	color: #262626;
	padding: 0 0.5em;
	display: inline-block;
}

.related-posts li a span:hover {
	text-decoration: underline;
}

.related-posts li img {
	width: 100%;
	margin-bottom: 4px;
	margin-bottom: .4rem;
}

/* Comments
---------------------------------------------------------------------------------------------------- */

/* Comments disabled alternate text
--------------------------------------------- */

.comments-disabled-alternate-text {
	background: #006594;
	clear: both;
	padding: 30px;
	padding: 3rem;
	margin: 40px 0;
	margin: 4rem 0;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 3px;
}

.comments-disabled-alternate-text p, .comments-disabled-alternate-text a {
	background: #006594;
	color: #fff;
	font-weight: 400;
	margin: 0;
}

.comments-disabled-alternate-text .fa {
	font-size: 19px;
	font-size: 1.9rem;
	margin-right: 8px;
	margin-right: .8rem;
}

/* Comment Filter
--------------------------------------------- */

.comment-filter-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
	text-align: center;
}

.comment-filter-box h3 {
	text-transform: uppercase;
}

.order-select-wrap {
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	padding-top: 1rem;
}

.comment-filter-box .order-select-label {
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: #939393;
	padding: 2px;
	padding: .2rem;
}

.comment-filter-box .order-select {
	display: inline-block;
}

.comment-filter-box .order-select input { width: auto; }

.comment-filter-box .active { 
	background: #006594;
	color: #fff; 
}

.comment-filter-box button[type=submit] { display: none; }

.comment-filter-box .button {
	text-transform: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px 10px;
	padding: .7rem 1rem;
	margin: 0 3px 6px 3px;
	margin: 0 .3rem .6rem .3rem;
}

.comment-filter-box .button.add-review-button {
	background: #939393;
}

.comment-filter-box .button.add-review-button:hover {
	background: #262626;
}

/* Misc
--------------------------------------------- */

p.comment-notes {color: #939393;}

.before-comments-content {
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	background: #fff;
	padding: 20px;
	padding: 2rem;
	margin-bottom: 0;
}

.comment-policy-box p {
	background: #fff;
	margin-bottom: 0;
	padding: 20px 30px 0;
	padding: 2rem 3rem 0;
}

.comment-policy-box .fa {
	color: #006594;
}

.comment-content p.alert  {
	color: #fff;
	background: #006594;
	border-radius: 3px;
	padding: 5px 10px;
	padding: .5rem 1rem;
}

.entry-comments,
.entry-pings {
	background-color: #fff;
	clear: both;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.comment-respond {
	background-color: #fff;
	clear: both;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	border-radius: 3px;
}

 h3#before-comment-form-content-title {text-transform: uppercase;}

.before-comment-form-content {
	font-weight: 400;
	background: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 3px;
	margin-bottom: 2px;
	margin-bottom: .2rem;
	margin-top: 20px;
	margin-top: 2rem;
}

.before-comment-form-content .fa {
	color: #006594;
	margin-right: 7px;
}

.before-comment-form-content ol,
.before-comment-form-content ul {
	margin: 10px 20px 0;
	margin: 1rem 2rem 0;
}

.comment-respond h3,
#comments h2,
#comments h3 {
	text-transform: uppercase;
}

.entry-comments {
	clear: both;
	padding: 30px;
	padding: 3rem;
	margin-top: 40px;
	margin-top: 4rem;
}

.before-comment-form-content,
.comment-respond,
.entry-pings {
	padding: 30px;
	padding: 3rem;
}

.comment {
	position: relative;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin: 10px 12px 5px 0;
	margin: 1rem 1.2rem .5rem 0;
	font-weight: 600;
}

.comment-respond .comment-subscription-form label {
	font-weight: 400;
	margin-left: 3px;
	margin-left: .3rem;
	color: #006594;
}

.comment-subscription-form .subscribe-label {
  display: inline!important;
}

.comment-respond .comment-subscription-form label:hover {
	text-decoration: underline;
	cursor: pointer;
}

#comments a#cancel-comment-reply-link {
    font-weight: 400;
    text-transform: none;
    margin-left: 10px;
    color: #af472c;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
	padding: 32px;
	padding: 3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
	border-radius: 3px;
}

ol.comment-list .comment-moderation-note {
	font-style: italic;
	color: #939393;
}

#comments .comment-content a {
	word-break: break-word;
}

#comments .staff, #comments .bypostauthor,
#comments .comment-author-ecomentocom {
    background: #fff;
    border: 2px solid #f5f5f5;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
	width: 48px;
	height: 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

.entry-comments .comments-pagination.pagination {
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
	overflow: hidden;
	padding: 15px 20px 0;
	padding: 1.5rem 2rem 0;
}

/* Review comments
--------------------------------------------- */

.model-page p.comment-notes {margin: 20px 0 10px; margin: 2rem 0 1rem;}

.user-review-form .experience-select-wrapper,
.user-review-form .user-review-date,
.user-review-form .image-select-wrapper,
.user-review-form .user-review-group-test-models,
.user-review-form .user-review-expert,
.user-review-form .user-review-pros-cons {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.user-review-form .experience-select-wrapper {
	margin-top: 30px;
	margin-top: 3rem;
}

.comment-content .model-data {
	color: #939393;
	margin: 3px 0;
	margin: .3rem 0;
}

.comment-content .model-year,
.comment-content .model-version {
	display: inline-block;
}

.comment-content .model-year-value,
.comment-content .model-version-value {
	color: #262626;
	font-weight: 600;
}

.user-review-form .multi-ratings {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.user-review-form .user-review-buy-recommendation .option label {
	margin-top: 0;
}

.user-review-form .experience-select-label {
	font-weight: bold;
}

.user-review-form .experience-select-wrapper .option {
	display: block;
}

.user-review-form .experience-select-wrapper input {
	width: auto;
}

.user-review-form select {
	min-width: 50%;
	width: auto;
}

.user-review-form input[type=radio],
.comment-content input[type=radio] {
	width: auto;
	margin-right: .5em;
}

.user-review-form .user-review-pros-cons {
	overflow: hidden;
	clear: both;
}

.user-review-form .user-review-pros-cons input {
	width: 95%;
}

.user-review-form .user-review-pros-cons .pros,
.user-review-form .user-review-pros-cons .cons {
	width: 50%;
	float: left;
}

.user-review-form .user-review-group-test-models input,
.user-review-form .user-review-pros-cons input{
	margin-bottom: 8px;
	margin-bottom: .8rem;
}

.user-review-form .user-review-buy-recommendation .option label{
	display: inline-block;
}

.comment .experience {
	position: absolute;
	top: 2em;
	right: 2em;
	font-weight: 600;
}

.comment .experience .label {
	font-weight: 400;
	color: #939393;
}

.user-review-form h4.user-review-form-heading,
h4.user-review-form-heading,
.user-review-form .user-review-pros-cons label,
.multi-rating-comments .comment-respond label,
.multi-rating-comments p.comment-form-comment label {
	font-size: 16.5px;
	font-size: 1.65rem;
	margin: 15px 12px 10px 0;;
	margin: 1.5rem 1.2rem 1rem 0; 
}

.multi-rating-comments .comment-respond .experience-select-wrapper label,
.user-review-buy-recommendation span.option label,
.user-review-form .multi-ratings span.label {
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline;
}

.user-review-form .multi-ratings span.label {
	margin-right: .5em;
}

.comment-content .review-pros ul, .comment-content .review-cons ul{display:inline}
.comment-content .review-pros li, .comment-content .review-cons li{display:inline; margin:0; padding:0}
.comment-content .review-pros .separator, .comment-content .separator {margin-right: 4px; margin-right: .4rem;}

.comment-content .helpful {
	margin-top: 25px;
	margin-top: 2.5rem;
	color: #666;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: right;
	line-height: 1.25;
}

.comment-content .helpful-wrapper {display: inline-block;}

.comment-content .helpful-wrapper button {
	padding: 8px 10px;
	padding: .8rem 1rem;
	background:#262626;
	color:#fff;
	text-transform:inherit;
	border-radius: 3px;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}
.comment-content .helpful-wrapper button.helpful-yes {
	margin: 0 15px 0 5px;
	margin: 0 1.5rem 0 .5rem;
}

.comment-content .helpful-wrapper button:hover {background:#006594; color:#fff;}
.comment-content .helpful-wrapper .count {color:#f5f5f5; font-size:70%; padding-left:6px; padding-left:.6rem; position:relative; bottom: 2px; font-weight: 300;}
.comment-content .helpful-wrapper button:hover .count { color:#fff; }
.comment-content .helpful-wrapper button:disabled {background:#ddd; color:#939393;}
.comment-content .helpful-wrapper button:disabled .count{color:#939393; font-weight: 400;}

.comment.has-custom-comment-header .comment-header { display: none; }

.comment.video-review { padding: 0; }
.comment.video-review p {
	margin: 10px 0 0; 
	margin: 1rem 0 0; 
}
.comment.video-review iframe { display:block; }

.comment-meta{ display:inline-block; }

.user-review-form .multi-ratings .item {
	line-height: 1.7;
}

.user-review-form .multi-ratings .rating-form {
	position: relative;
	top: 2px;
}

.user-review-form .multi-ratings .rating-form .star {
    font-size: 18px;
    font-size: 1.8rem;
}

.user-review-form .multi-ratings .rating-form .cancel {
    font-size: 17px;
    font-size: 1.7rem;
}

.user-review-form .multi-rating-stars-container.unrated .star:hover > i:before,
.user-review-form .multi-rating-stars-container .star.active > i:before {
	color: #006594;
}

.comment-content .user-review {
	margin-bottom: 1em;
}

.comment-content .review-average-score {
	font-weight: 600;
	margin-bottom: .5em;
}

.comment-content .review-average-score .star-rating, .comment-content .review-criteria .star-rating {top: 3px;}

.comment-content .review-criteria .row {margin-bottom: 2.5px; margin-bottom: .25rem;}

.comment-content .buy-recommendation {
    margin: 20px 0 10px;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.comment-content .buy-recommendation .fa {
    color: #262626;
}

.comment-content .buy-recommendation span.user-recommends-car {
    text-transform: uppercase;
}

.comment-content .review-pros-cons {
	margin: 20px 0 10px;
	margin: 2rem 0 1rem;
	font-weight: 600;
}

.comment-content .review-pros {
	margin-bottom: .5em;
}

/*  Multi ratings body class comment styling
--------------------------------------------- */

.multi-rating-comments  #content > .review-box {
	background: #fff;
	margin: 0;
	border-radius: 3px;
}

.multi-rating-comments .review-box .existing-ratings.summary .col3 {display: none;}

.multi-rating-comments #comments h3 {
    text-transform: uppercase;
    margin-bottom: -15px;
    margin-bottom: -1.5rem;
    display: none;
}

.multi-rating-comments .entry-comments {
	padding: 0;
	margin: 40px 0 0;
	margin: 4rem 0 0;
	background: transparent;
}

.multi-rating-comments #comments li.comment {
    border: 0px solid #fff;
	background: #fff;
}

.multi-rating-comments .comment-list li {
    margin-top: 40px;
    margin-top: 4rem;
    padding: 32px;
    padding: 3.2rem;
}

.multi-rating-comments .comment .avatar {
    border: 3px solid #f5f5f5;
}

.multi-rating-comments .comment-author span,
.multi-rating-comments .comment-author span a {
    font-weight: 400;
    font-size: 17px;
    font-size: 1.7rem;
    color: #262626;
}

.multi-rating-comments .comment-author span.says {
	color: #939393;
}

.multi-rating-comments .comment .comment-meta a {
	color: #262626;
	font-weight: 400;
	font-size: 12.5px;
	font-size: 1.25rem;
}

.multi-rating-comments  .comment-pagination-box {
	margin: 40px 20px 0;
	margin: 4rem 2rem 0;
}

.multi-rating-comments  .comment-pagination-box li a {
	font-size: 13.5px;
	font-size: 1.35rem;
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
}

.multi-rating-comments .comment .comment-read-more,
.multi-rating-comments .comment .comment-read-less {
	color: #006594;
	margin-top: 2.5px;
	margin-top: .25rem;
	display: block;
	font-size: 14.5px;
	font-size: 1.45rem;
	text-align: right;
}

.multi-rating-comments .comment .comment-read-more:before {font-family: FontAwesome; content:"\F0FE"; padding-right: 6px;}
.multi-rating-comments .comment .comment-read-less:before {font-family: FontAwesome; content:"\F146"; padding-right: 6px;}

/* External review styling
--------------------------------------------- */

.multi-rating-comments .comment.external-review .avatar {
    border: 0px solid #f5f5f5;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.multi-rating-comments .comment cite,
.multi-rating-comments .comment cite a,
.multi-rating-comments .video-review h4 {
	color: #262626;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	margin-bottom: 0;
}

.multi-rating-comments .comment.external-review .comment-content .group-test-model {
    margin: 10px 0 3.5px;
    margin: 1rem 0 .35rem;
	font-weight: 600;
	color: #666;
}



.multi-rating-comments .comment.external-review .expert-link {
	color: #939393;
	margin: 7px 0 10px;
	margin: .7rem 0 1rem;
	font-style: italic;
	text-align: right;
	line-height: 1.35;
}

.multi-rating-comments .comment.external-review .expert-link a {
	color: #666;
	font-style: italic;
}

/* 404
---------------------------------------------------------------------------------------------------- */

.error404 #content ol {
	margin: 0 0 15px 0;
	margin: 0 0 1.5rem 0;
	overflow: hidden;
}
.error404 #content li {
	list-style-type: none;
	clear: both;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.error404 #content li a  {
	line-height: 1.3;
	color: #262626;
}

.error404 input[type="search"] {
	-webkit-appearance: none;
    border-radius: 3px;
    font-weight: 400;
}

/* WP Views
---------------------------------------------------------------------------------------------------- */

/* WP Views Archives General
--------------------------------------------- */

body .grid-loop-wrapper p.grid-loop-info {clear: both; width: 100%; font-weight: 400; padding: 0; text-align: center;}
.grid-loop-info #toggle-button, .grid-loop-info #toggle-content p {font-size: 15px; font-size: 1.5rem; color: #262626;}
.grid-loop-info #toggle-content p {padding: 0; margin: 5px 0; margin: .5rem 0;}
body .grid-loop-wrapper .in-between-banner {text-align: center;margin-bottom: 40px;margin-bottom: 4rem;}
body .grid-loop-wrapper .in-between-banner p {margin: 0 0 5px;margin: 0 0 .5rem;font-size: 14px;font-size: 1.4rem;font-weight: 600;}
body .grid-loop-wrapper .model-guide-info {clear: both;color: #939393;font-size: 14px;font-size: 1.4rem; padding-top: 10px; padding-top: 1rem; font-weight: 400;}

.noitems {
	margin: 20px 0;
	margin: 2rem 0;
	font-size: 15px;
	font-size: 1.5rem;
}

p.no-items-desc {
	padding-top: 0;
}

.no-items-desc .fa {
	margin-right: 4px;
	margin-right: .4rem;
	color: #006594;
}

.re-compare-button {margin: 0 0 20px !important; float: right; background: #006594 !important;}
.re-compare-button:hover {background: #005075 !important;	color: #fff;}
.re-compare-button.disabled, .re-compare-button[disabled], .re-compare-button.disabled:hover, .re-compare-button[disabled]:hover {
  	color: #939393;
  	background: none !important;
	cursor: default;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration:none !important;
}
.re-listing {clear:right;}
.re-listing .hidden {display: none;visibility: hidden;}
.re-listing .alert-error {color: #262626; border-left: 4px solid #006594;}
.re-listing .alert {background-color: #fff; padding: 10px 35px 10px 14px;margin-bottom: 40px;margin-bottom: 4rem;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 3px;}
.re-listing .alert-error h4 {color: #fff;margin: 0;}
.re-listing .alert p {margin-bottom: 0;}

.re-compare-check {
	float: right;
	display: inline-block;
	padding: 0;
	font-size: 14px;
 	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
	margin-top: 5px;
  	margin-top: .5rem;
}
.re-compare-check label {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	white-space: nowrap;
  	color: #939393;
}
.re-compare-check label:hover {
	cursor: pointer;
  	text-decoration: underline;
}
.re-compare-check input[type="checkbox"] {
	display: inline-block;
	margin: 4px 0 0 6px;
  	margin: .4rem 0 0 .6rem;
	line-height: normal;
	width: auto;
}

.full-width-content.wpv-view-frame .backtotop.mobile {display: block;}

/* WP Views Archive Controls
--------------------------------------------- */

.content-tabs.wpv-index-tabs {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.content-tabs.wpv-index-tabs.fixed {
	margin-bottom: 0;
}

.content-tabs.wpv-index-tabs .wpv-filter-form-clear {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.content-tabs.wpv-index-tabs .headings i.fa {
	padding-right: 7px;
	padding-right: .7rem;
}

.content-tabs.wpv-index-tabs .headings h2 a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #f5f5f5;
}

.content-tabs.wpv-index-tabs .headings a, .content-tabs.wpv-index-tabs .headings h2 {
	background: #f5f5f5;
	color: #262626;
	font-weight: 400;
}

.content-tabs.wpv-index-tabs .headings a.active {
	background: #262626;
	color: #fff;
}

.content-tabs.wpv-index-tabs .headings a.active:hover {
	text-decoration: none;
}

.wpv-filter-form-clear {
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px;
	padding: 2rem;
	background: #262626;
	overflow: hidden;
	clear: both;
}

.wpv-filter-form-clear.filter-tabbed {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.wpv-filter-form-clear div {
	line-height: 1.35;
}

.wpv-filter-form-clear label {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	text-transform: none;
}

.wpv-filter-form-clear select {
	border-color: #262626;
	margin-top: 0;
}

.textwidget .wpv-filter-form-clear input[type=text] { width: 100%; }

.select-second-row {
	margin-top: 8px;
	margin-top: .8rem;
}

.wpv-index-actions {
	margin-top: 17.5px;
	margin-top: 1.75rem;
	text-align: right;
	float: right;
	margin-left: 0;
	clear: both;
}

.wpv-index-actions input {
	background: #006594;
	color: #f5f5f5;
	margin-bottom: 5px;
	margin-bottom: .5rem;
	float: right;
	font-size: 12.5px;
	font-size: 1.25rem;
}

.wpv-index-actions input:hover {
	background: #005075;
	color: #fff;
	text-decoration: none;
}

.wpv-index-actions input[type="reset"] {
	background: #262626;
	color: #ddd;
	float: right;
}

.wpv-index-actions input[type="reset"]:hover {
	background: #262626;
	text-decoration: underline;
}

.wpv-filter-disclaimer {
	clear: both;
	font-size: 12.5px;
	font-size: 1.25rem;
	text-transform: none;
	color: #939393;
	font-weight: 400;
	padding-top: 10px;
	padding-top: 1rem;
	text-align: right;
	float: right;
}

.wpv-filter-disclaimer span.asterisk {font-style: italic;}

.wpv-filter-widget-disclaimer {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: none;
	color: #939393;
	font-weight: 400;
	padding: 5px 0;
	padding: .5rem 0;
	text-align: right;
}

/* Model, Buyer's guide WP Views Archive
--------------------------------------------- */

.archive .model span.star-rating, .search .model span.star-rating, .archive .modelle span.star-rating, .search .modelle span.star-rating {
	margin-left: 4px;
	margin-left: .4rem;
	font-weight: 600;
}

.archive .model .entry-meta .item.author-rating, .archive .model .entry-meta .item.user-rating,
.search .modelle .entry-meta .item.author-rating, .search .modelle .entry-meta .item.user-rating {
	margin-right: 5px;
	margin-right: .5rem;
}

.archive .model .entry-meta .item.user-rating,
.archive .modelle .entry-meta .item.user-rating,
.archive .model .entry-meta .item.author-rating, .entry-meta .item.user-rating,
.archive .modelle .entry-meta .item.author-rating, .entry-meta .item.user-rating {
	display: inline-block;
}

.entry-meta .item.author-rating + .item,
.entry-meta .item.user-rating + .item {
	margin-left: 0;
}

.archive .model .entry-meta, .search .model .entry-meta, .archive .modelle .entry-meta, .search .modelle .entry-meta {
	color: #666;
}

.archive .model span.item.user-rating, .search .model span.item.user-rating, .archive .modelle span.item.user-rating, .search .modelle span.item.user-rating,
.archive .model .entry-meta span.label, .search .model .entry-meta span.label, .archive .modelle .entry-meta span.label,
.search .modelle .entry-meta span.label {
	font-weight: 600;
}

.archive .model .entry-meta .item + .item, .archive .modelle .entry-meta .item + .item, .search .model .entry-meta .item + .item,
.search .modelle .entry-meta .item + .item  {
	margin-left: 0;
	margin-right: .5em;
}

.entry-content .buyers-guide-notgood,
body .grid-loop-wrapper .entry-content a.grid-loop-big-button.buyers-guide-notgood {background: #7d4026; color: #f5f5f5;}
.entry-content .buyers-guide-ok,
body .grid-loop-wrapper .entry-content a.grid-loop-big-button.buyers-guide-ok {background: #c0a175; color: #f5f5f5;}
.entry-content .buyers-guide-good,
body .grid-loop-wrapper .entry-content a.grid-loop-big-button.buyers-guide-good {background: #50836e; color: #f5f5f5;}
.entry-content .buyers-guide-great,
body .grid-loop-wrapper .entry-content a.grid-loop-big-button.buyers-guide-great {background: #006594; color: #f5f5f5;}
body .grid-loop-wrapper .entry-content a.grid-loop-big-button.buyers-guide-notgood:hover,
body .grid-loop-wrapper .entry-content a.grid-loop-big-button.buyers-guide-ok:hover,
body .grid-loop-wrapper .entry-content a.grid-loop-big-button.buyers-guide-good:hover,
body .grid-loop-wrapper .entry-content a.grid-loop-big-button.buyers-guide-great:hover {
	background: #262626;
	color: #fff;
}

/* Community Green Cars/Rides Archive
------------------------------------------------------ */

.archive.post-type-archive-community-green-car .entry-content img {
	max-width: 100%;
}

.cgc-cta-top, .cgc-cta-bottom {
	background: #262626;
	color: #fff;
	border-radius: 3px;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.cgc-cta-top .fa, .cgc-cta-bottom .fa {
	margin-right: 8px;
	margin-right: .8rem;
}

/* Incentives archive
--------------------------------------------- */

a.button.incentives-button {padding: 0;text-transform: none;font-size: 14px;font-size: 1.4rem; color: #006594;font-weight: 600;background: transparent;}
a.button.incentives-button:hover {background: transparent;color: #006594;text-decoration: underline;}

/* Singular
---------------------------------------------------------------------------------------------------- */

/* Global
--------------------------------------------- */

.single .entry-pagination {
	padding: 10px 0 15px;
	padding: 1rem 0 1.5rem;
}

/* Model Singular
--------------------------------------------- */

.single.model-page .entry > .featured-gallery {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.single.model-page .entry > .featured-image img,
.singular .entry > .featured-video {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.single.model-page .entry-content {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.single.model-page .comments-disabled-alternate-text {
	margin-top: 40px;
	margin-top: 4rem;
}

.single.model-page .entry-footer .entry-meta {
	padding: 5px 40px 5px;
	padding: .5rem 4rem .5rem;
}

.single.model-page .entry-footer .entry-meta span.credits {
	padding: 15px 0 0;
	padding: 1.5rem 0 0;
}

.single.model-page .entry-footer .entry-tags {
	display: none;
}

.buyers-guide-singular-summary {
	background: #f5f5f5;
	text-align: center;
	overflow: hidden;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	padding-bottom: 25px;
	padding-bottom: 2.5rem;
}

.buyers-guide-singular-summary p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.buyers-guide-singular-summary,
.buyers-guide-singular-summary p {
    font-size: 15px;
    font-size: 1.5rem;
}

.buyers-guide-singular-summary .no-media-reviews {
	font-weight: 400;
	padding: 0 30px;
	padding: 0 3rem;
	margin: 25px 0 0;
	margin: 2.5rem 0 0;
	text-align: center;
}

.buyers-guide-singular-summary .no-media-reviews .fa {
	color: #262626;
	font-size: 16px;
    font-size: 1.6rem;
}

.buyers-guide-summary-button i {
	margin-right: .3em;
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: text-bottom;
}

.buyers-guide-singular-summary .buyers-guide-stats {
	margin: 2em 0;
	overflow: hidden;
}

.buyers-guide-singular-summary .buyers-guide-stats li {
	list-style: none;
	float: left;
	width: 50%;
	color: #939393;
	font-weight: 400;
}

.buyers-guide-singular-summary .buyers-guide-stats li .value {
	font-weight: 600;
	color: #262626;
}

.buyers-guide-singular-summary .fa {
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.buyers-guide-singular-summary .buyers-guide-conclusion {
	padding: 1em 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.ecomento.com .buyers-guide-singular-summary .buyers-guide-conclusion {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.buyers-guide-singular-summary .buyers-guide-conclusion i {
	display: inline-block;
	margin: 0 auto;
}

.buyers-guide-singular-summary p.buyers-guide-rating-notes,
.buyers-guide-smiley-ratings,
.buyers-guide-singular-summary .buyers-guide-custom-text,
.buyers-guide-scores-wrap {
	padding: 0 30px;
	padding: 0 3rem;
}

.buyers-guide-singular-summary .buyers-guide-custom-text,
.buyers-guide-scores-wrap {
	margin: 25px 0 0;
	margin: 2.5rem 0 0;
}

.buyers-guide-singular-summary .buyers-guide-pros,
.buyers-guide-singular-summary .buyers-guide-cons,
.buyers-guide-singular-summary .rivals {
	margin: 25px 0 0;
	margin: 2.5rem 0 0;
	padding: 0 30px;
	padding: 0 3rem;
}

.buyers-guide-scores-wrap p.score-section-wrap span.score-rating-icons {
	margin-right: -5px;
	margin-right: -0.5rem;
}

#buyers-guide-singular-summary .add-your-like {cursor:pointer;}

.stats-box-stat.user-review a.add-your-like {
	display:block;
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

#buyers-guide-singular-summary .like-count, #buyers-guide-singular-summary .review-count {
	padding: 0 5px 0 0;
	padding: 0 .5rem 0 0;
	line-height: 1.25;
}

.buyers-guide-smiley-ratings {
	overflow: hidden;
}

.buyers-guide-smiley-ratings div {
	margin-top: 10px;
	margin-top: 1rem;
}

.buyers-guide-smiley-ratings .label {
	display: block;
	font-weight: 600;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	margin-bottom: .1rem;
}

.buyers-guide-singular-summary i {
	margin-bottom: 3px;
	margin-bottom: .3rem;
}

.buyers-guide-smiley-ratings .fa + .fa {
	margin-left: 0.25em;
}

.buyers-guide-smiley-ratings .fa {
    color: #262626;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.buyers-guide-smiley-ratings .fa.dimmed {
	color: #bbb;
}

.buyers-guide-singular-summary .buyers-guide-pros-cons-wrap {
	overflow: hidden;
}

.buyers-guide-singular-summary .buyers-guide-pros,
.buyers-guide-singular-summary .buyers-guide-cons {
	width: 50%;
	float: left;
}

.buyers-guide-singular-summary .buyers-guide-custom-text {
	overflow: hidden;
}

.buyers-guide-singular-summary .no-media-reviews .heading,
.buyers-guide-singular-summary .buyers-guide-singular-summary .buyers-guide-custom-text .heading,
.buyers-guide-singular-summary .rivals .heading,
.buyers-guide-singular-summary .buyers-guide-pros-cons-wrap .heading,
.buyers-guide-singular-summary .buyers-guide-scores-wrap .heading {
    font-weight: 600;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.buyers-guide-singular-summary .no-media-reviews .heading,
.buyers-guide-singular-summary .buyers-guide-scores-wrap .heading a {
	color: #262626;
}

.entry-content .buyers-guide-pros-cons-wrap ul {
	margin: 0;
}

.entry-content .buyers-guide-pros-cons-wrap li {
	list-style: none;
	margin-bottom: 0;
}

.entry-content .buyers-guide-pros ul li:before {font-family: FontAwesome; content:"\F055"; padding-right: 6px;}
.entry-content .buyers-guide-cons ul li:before {font-family: FontAwesome; content:"\F056"; padding-right: 6px;}

.buyers-guide-scores-wrap p.score-section-wrap {
	text-align: left;
}

.buyers-guide-scores-wrap p.score-section-wrap {
    font-weight: 400;
	line-height: 1.5;
	margin-bottom: 7.5px;
	margin-bottom: .75rem;
}

.buyers-guide-scores-wrap p.score-section-wrap span.score-link,
.buyers-guide-scores-wrap p.score-section-wrap span.score-link a {
	font-size: 13.5px;
	font-size: 1.35rem;
	color: #939393;
}

.buyers-guide-scores-wrap p.score-section-wrap span.score-link {
	margin-left: 5px;
	margin-left: .5rem;
}

.buyers-guide-scores-wrap p.score-section-wrap span.score-link a {
	margin: 0 1px;
	margin: 0 .1rem;
}

.buyers-guide-scores-wrap p span.score-count,
.buyers-guide-scores-wrap p span.score-count a {
    float: right;
	color: #939393;
}

.buyers-guide-scores-wrap p.score-section-wrap span.score-icons,
.buyers-guide-scores-wrap p.score-section-wrap span.score-icons a {
	float: right;
	color: #006594;
	margin-left: 0;
}

.buyers-guide-scores-wrap p.score-section-wrap.our-score span.score-icons,
.buyers-guide-scores-wrap p.score-section-wrap.our-score span.score-icons a {
	color: #006594;
}

.buyers-guide-scores-wrap p.score-section-wrap span.score-rating-icons {
	float: right;
	text-align: right;
	display: inline-block;
	width: 100%;
	padding: 2.5px 0 10px;
	padding: .25rem 0 1rem;
	color: #939393;
	font-style: italic;
}

.buyers-guide-scores-wrap p.score-section-wrap span.score-rating-icons .add-rating-stars-label {
	font-style: normal;
}

.stats-box-stat.user-review .add-rating-stars-label,
.stats-box-stat.user-review .subsidiary-text {
	display:none
}

.buyers-guide-singular-summary .rivals a {
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
}

.buyers-guide-singular-summary p.buyers-guide-rating-notes {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 25px;
	margin-top: 2.5rem;
	clear: both;
	font-weight: 400;
	color: #939393;
	line-height: 1.3;
	text-align: center;
}

.buyers-guide-singular-summary .buyers-guide-disclaimer {
	border-top: 1px solid #fff;
	clear: both;
	padding: 1.25em;
	text-align: center;
}

.buyers-guide-singular-summary .buyers-guide-disclaimer p {
	margin-bottom: 0;
	padding: 0 2em;
}

.buyers-guide-singular-summary .buyers-guide-disclaimer .fa {
	margin-top: 5px;
	margin-top: .5rem;
}

.buyers-guide-text-wrap p, .buyers-guide-text-wrap p img {
	margin-bottom: 0;
}

.buyers-guide-text-wrap p {
	margin-top: 5px;
	margin-top: .5rem;
}
.ecomento-com .buyers-guide-text-wrap p {
	font-style: italic;
}

p.buyers-guide-block-source {
	font-style: normal;
	text-align: right;
	color: #939393;
}

.characters-remaining {
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.characters-remaining span {
	color: #262626;
	font-weight: 600;
}

.buyers-guide-grouptests-wrap {
	margin-top: 20px;
	margin-top: 2rem;
}

.buyers-guide-grouptests-wrap p.buyers-guide-block-source {
	font-style: normal;
	text-align: left;
	color: #262626;
}

.buyers-guide-grouptests-wrap p.buyers-guide-gouptest-item .fa {
	color: #006594;
	margin-right: 5px;
	margin-right: .5rem;
}

.buyers-guide-videos-wrap {
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	overflow: hidden;
}

.buyers-guide-grouptests-wrap img, .buyers-guide-videos-wrap img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

body.multi-rating-comments .comments-pagination {display:none;}

/* Review Singular
------------------------------------------- */

.single.single-review .entry > .featured-gallery, .single.single-tests .entry > .featured-gallery {
	margin-bottom: 27.5px;
	margin-bottom: 2.75rem;
}

.single-review .comments-disabled-alternate-text, .single-tests .comments-disabled-alternate-text {
	margin-top: 40px;
	margin-top: 4rem;
}

.single-review .review-box .bottom-link-text .model-bottom-link-title-multiple,
.single-tests .review-box .bottom-link-text .model-bottom-link-title-multiple,
.single-review .review-box .bottom-link-text .model-bottom-link-title-single,
.single-tests .review-box .bottom-link-text .model-bottom-link-title-single {
	margin-bottom: .35em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.single-review .review-box .bottom-link-text,
.single-tests .review-box .bottom-link-text,
.single-review .review-box .bottom-link-text a,
.single-tests .review-box .bottom-link-text a {
	text-align: left;
}

/* Review label-value grid
--------------------------------------------- */

.single-review .content .author-review ul.label-value-grid,
.single-test .content .author-review ul.label-value-grid {
	overflow: hidden;
	margin: 15px 0 0 0;
	margin: 1.5rem 0 0 0;
}

.single-review .author-review ul.label-value-grid li,
.single-test .author-review ul.label-value-grid li {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	background: #fff;
}

.single-review .author-review ul.label-value-grid .label,
.single-test .author-review ul.label-value-grid .label {
	font-weight: 600;
	float: left;
	width: 50%;
}

.single-review .author-review ul.label-value-grid .value,
.single-test .author-review ul.label-value-grid .value {
	float: right;
	width: 50%;
	text-align: right;
	font-weight: 400;
}

/*
Event Post Type Singular
------------------------------------------- */

.entry-content .event-details.label-value-grid {
	background: #eee;
	padding: 1em;
	max-width: 350px;
	margin-bottom: 1.5em;
}

/*
Incentives Post Type Singular
------------------------------------------- */

.incentives-disclaimer {
	color: #939393;
	font-size: 13px;
	font-size: 1.3rem;
}

/*
Test Drive Post Type Singular
------------------------------------------- */

.single-test-drive .entry-content,
.single-probefahrt .entry-content {
	margin: 0;
}	
	
/*
Special Pages
---------------------------------------------------------------------------------------------------- */

/* About us
--------------------------------------------- */

.singular .entry-content .our-authors-item  .alignleft {
	width: 70px !important;
}

.singular .our-authors-item img.alignleft {
	margin: 0 14px 4px 0;
	margin: 0 1.4rem .4rem 0;
}

.entry-content .our-authors-item {
	font-weight: 400;
	margin-bottom: 25px;
	font-size: 15px;
	font-size: 1.5rem;
	background: #f5f5f5;
	padding: 15px;
	padding: 1.5rem;
	color: #262626;
	border-radius: 3px;
	line-height: 1.35;
	overflow: hidden;
}

/*
Incentive Calculator
---------------------------------------------------------------------------------------------------- */

.incentive-calculator {
	overflow: hidden;
	background: #eee;
	padding: 1em;
	margin-bottom: 1em;
}

.incentive-calculator select {
	width: 50%;
	float: left;
}

.incentive-calculator .result {
	clear: both;
	padding-top: 1em;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #939393;
}

.sidebar a {
	color: #262626;
}

.sidebar .widget.widget_text .sidebar-buffer {
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
	overflow: hidden;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-radius: 3px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

.sidebar .widget h4 {
	background: #f5f5f5;
	border-radius: 3px;
	margin-bottom: 0;
	line-height: 1;
}

.sidebar .widgettitle {
	padding: 35px 0 20px;
	padding: 3.5rem 0 2rem;
}

.sidebar .widget p, .sidebar .widget ul {
	padding: 20px;
	padding: 2rem;
	background: #fff;
}

.sidebar .enews-widget {
	background-color: #262626;
}

.sidebar .sidebar-center {
	text-align: center;
}

.sidebar .widget .wpv-widget-arrow {
	text-align: right;
	margin-top: 10px;
	margin-top: 1rem;
	margin-right: 40px;
	margin-right: 4rem;
}
.sidebar .widget .wpv-widget-link  {
	text-align: right;
	margin-top: 5px;
	margin-top: .5rem;
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar .widget .wpv-widget-link .fa {
	margin-right: 5px;
	margin-right: .5rem;
}

.sidebar .widget .wpv-widget-link a {
	color: #f5f5f5;
}

.sidebar .widget_wp_views_filter .one-half {
	width: 100%;
	float: left;
	margin-left: 0;
}

.sidebar .widget_k99_tabbed_widget ul {
	padding: 35px 0 0;
	padding: 3.5rem 0 0;
}

.sidebar .tabbed-widget-tab-header .fa {
	display: block;
	margin-bottom: 3px;
}

.sidebar p.rss-new-source {
	padding: 10px 20px 20px;
	padding: 1rem 2rem 2rem;
}

.sidebar p.rss-new-source a {
	color: #006594;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Misc.
--------------------------------------------- */

.sidebar .widget.widget_search {
	background: #f5f5f5;
	border-radius: 3px;
	padding: 0;
	margin-bottom: 0;
}

.sidebar .search-form {
	padding: 0;
}

.sidebar input[type="search"] {
	background: #fff;
	-webkit-appearance: none;
    border-radius: 3px;
    font-weight: 400;
}

/* Text Widget
--------------------------------------------- */

.sidebar .widget.widget_text {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.sidebar .widget.widget_text a {
	color: #006594;
}

/* Reading Tip Widget
--------------------------------------------- */

.sidebar .widget.widget_k99_reading_tip {
	background-color: #fff;
	margin-bottom: 0;
	padding: 0;
}

.widget_k99_reading_tip a span {
	padding: 8px 15px 12px 15px;
	padding: .8rem 1.5rem 1.2rem 1.5rem;
	font-weight: 400;
	line-height: 1.3;
	display: inline-block;
}

.widget_k99_reading_tip a span:hover {
	text-decoration: underline;
}

/* Custom Text Widgets Styling
--------------------------------------------- */

div.socialbox-widget {background: #fff;border: none;font-style: normal;font-weight: normal;margin: 0;padding: 0;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;overflow:hidden;}
div.socialbox-widget a {text-decoration: none;}
.socialbox-row {overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.socialbox-col-1, .socialbox-nogutter-col-1 {width: 33.33333333%;position: relative;min-height: 1px;padding: 0;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.socialbox-style-flatgrid-colored .socialbox-network {display: block; text-align: center;}
.socialbox-widget.socialbox-style-flatgrid-colored {background: transparent; margin-bottom: 30px; margin-bottom: 3rem; line-height: 1;}
div.socialbox-widget .fa {color: #fff; font-size: inherit; display: inline-block;}
div.socialbox-widget.socialbox-style-flatgrid-colored .fa {color: #006594; font-size: 36px; font-size: 3.6rem;}
div.socialbox-widget.socialbox-style-flatgrid-colored .fa:hover {color: #262626;}
.socialbox-style-flatgrid-colored .socialbox-number, .socialbox-style-flatgrid-colored .socialbox-metric {line-height: 1; color: #939393; font-size: 11px; font-size: 1.1rem; display: block; text-align: center; margin: 3px 0 0; margin: .3rem 0 0; font-weight: 500;}

div.socialbox-widget.newsletter-signup {background: #262626; padding: 16px 20px 20px; padding: 1.6rem 2rem 2rem; margin-bottom: 0; border-radius: 3px;}
div.socialbox-widget h2 {color: #fff; font-size: 16px; font-size: 1.6rem; text-align:center; padding: 0; margin: 0 0 5px; margin: 0 0 .5rem;}
.sidebar div.socialbox-widget p {color: #ddd; font-size: 14.5px;font-size: 1.45rem;font-weight: 400; text-align:center; background: transparent; padding: 0; margin: 0 0 5px; margin: 0 0 .5rem; line-height: 1.4;}
div.socialbox-widget input {background: #fff;text-align: center;border: 1px solid #ddd; padding: 10px; padding: 1rem;}
div.socialbox-widget input[type=email] {width: 100%;margin-top: 9px;margin-top: .9rem;}
div.socialbox-widget input[type="submit"] {background: #006594;border: 0px solid #ddd;width: 100%;margin-top: 7.5px;margin-top: .75rem;}
div.socialbox-widget input[type="submit"]:hover {background: #005075;}

.sidebar .widget .car-quickselect {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0 30px 30px;
	padding: 0 3rem 3rem;
}

.sidebar .car-quickselect .post-list-dropdown {
	padding-bottom: 5px;
	padding-bottom: .5rem;
}

/* WP Views Widgets
--------------------------------------------- */

.widget.widget_wp_views_filter {
	padding: 25px;
	padding: 2.5rem;
	margin: 0;
	overflow: hidden;
}

.widget.widget_wp_views_filter, .widget.widget_wp_views_filter a, .widget.widget_wp_views_filter h4.widget-title.widgettitle {
	background: #262626;
	color: #fff;
}

.widget.widget_wp_views_filter h4.widget-title.widgettitle {
	color: #fff;
	padding: 0 0 20px;
	padding: 0 0 2rem;
	font-weight: 400;
}

.widget.widget_wp_views_filter select {
	margin-bottom: 6px;
	margin-bottom: .6rem;
}

.widget.widget_wp_views_filter input[type="submit"] {
	background: #006594;
	color: #f5f5f5;
	margin-top: 7px;
	margin-top: .7rem;
}

.widget.widget_wp_views_filter input:hover[type="submit"] {
	background: #005075;
	color: #fff;
	text-decoration: none;
}

.widget.widget_wp_views_filter .wpv-widget-model-submit {
	text-align: right;
	clear: both;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/*
Tabbed Widget
--------------------------------------------- */

.widget.widget_k99_tabbed_widget {
	padding: 0;
	margin-bottom: 0;
}
.widget_k99_tabbed_widget ul.tabbed-widget-headers {
	background: #f5f5f5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
.widget_k99_tabbed_widget ul.tabbed-widget-headers li {
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
}
.widget_k99_tabbed_widget ul.tabbed-widget-headers li a {
	display: block;
	padding: 1em;
	border: 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #262626;
}
.widget_k99_tabbed_widget ul.tabbed-widget-headers li.active,
.widget_k99_tabbed_widget ul.tabbed-widget-headers li.active a {
	color: #fff;
	background: #262626;
	text-decoration: none;
	font-weight: 400;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.widget_k99_tabbed_widget ul.tabbed-widget-headers.widget-count-1 li { width: 100%; }
.widget_k99_tabbed_widget ul.tabbed-widget-headers.widget-count-2 li { width: 50%; }
.widget_k99_tabbed_widget ul.tabbed-widget-headers.widget-count-3 li { width: 33.333%; }
.widget_k99_tabbed_widget ul.tabbed-widget-headers.widget-count-4 li { width: 25%; }
.widget_k99_tabbed_widget .tabbed-widget-tab {
	padding: 0 25px;
	padding: 0 2.5rem;
	background: #262626;
	overflow: hidden;
}
.widget_k99_tabbed_widget .widget-wrap .tabbed-widget-tab {
	background: #262626;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.widget_k99_tabbed_widget .widget_wp_views_filter,
.widget_k99_tabbed_widget .wpv-filter-form {
	padding: 0;
	margin: 25px 0 25px;
	margin: 2.5rem 0 2.5rem;
	overflow: hidden;
}

.widget_k99_tabbed_widget .widget_wp_views_filter select,
.widget_k99_tabbed_widget .wpv-filter-form select {
	margin-bottom: 6px;
	margin-bottom: .6rem;
}
.widget_k99_tabbed_widget .widget_wp_views_filter input[type="submit"],
.widget_k99_tabbed_widget .wpv-filter-form input[type="submit"] {
	background: #006594;
	float: right;
	margin-top: 7px;
	margin-top: .7rem;
}
.widget_k99_tabbed_widget .widget_wp_views_filter input[type="submit"]:hover,
.widget_k99_tabbed_widget .wpv-filter-form input[type="submit"]:hover {
	background: #005075;
}

/*
Posts List Widget
--------------------------------------------- */

.k99-posts-list-widget .entry,
.widget_k99_featured_listings li,
.widget_ecomento_data_import li {
	background: transparent;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
}

.k99-posts-list-widget .entry + .entry,
.widget_k99_featured_listings li + li,
.widget_ecomento_data_import li + li {
	margin-top: 6px;
	margin-top: .6rem;
}

.k99-posts-list-widget .entry img,
.widget_k99_featured_listings img,
.widget_ecomento_data_import img {
	float: left;
	max-width: 30%;
	margin: 3px 12px 6px 0;
	margin: .3rem 1.2rem .6rem 0;
}

.k99-posts-list-widget .entry h5,
.widget_k99_featured_listings h5,
.widget_ecomento_data_import h5 {
	font-size: inherit;
	font-weight: normal;
	margin-bottom: 0;
}

.k99-posts-list-widget .entry span,
.widget_k99_featured_listings .details,
.widget_ecomento_data_import .details {
	font-size: 12px;
	font-size: 1.2rem;
}

.widget_k99_featured_listings .details,
.widget_ecomento_data_import .details {
	margin-top: 0.5em;
}

.widget_k99_featured_listings .detail .label,
.widget_ecomento_data_import .detail .label {
	font-weight: bold;
	margin-right: 0.5em;
}

.k99-posts-list-widget a,
.widget_k99_featured_listings a,
.widget_ecomento_data_import a {
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 0;
	line-height: 1.125;
}

/*
WPP Widget & shortcode styling
--------------------------------------------- */

.widget_wordpress_popular_posts img, img.wpp-thumbnail {
	float: left;
	max-width: 60px;
	margin: 3px 12px 12px 0;
	margin: .3rem 1.2rem 1.2rem 0;
}
.sidebar .widget.popular-posts .wpp-list {
	padding-bottom: 0;
}
.widget_wordpress_popular_posts li, .sidebar .wpp-list li {
	line-height: 1.35;
	overflow: hidden;
}
.widget_wordpress_popular_posts a, .sidebar a.wpp-post-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	border-bottom: 0;
	line-height: 1.125;
}
.sidebar .widget.popular-posts {
	padding: 0;
	min-height: 513px;
	margin-bottom: 0;
}
.sidebar .pp-overview-widget-link p {
	padding: 0 20px 15px;
	padding: 0 2rem 1.5rem;
}

#content .widget_wordpress_popular_posts img,
#content img.wpp-thumbnail {
	float: left;
	max-width: none;
	margin: 3px 12px 12px 0;
	margin: .3rem 1.2rem 1.2rem 0;
}

.entry-content .wpp-list ol {
	margin-left: 0;
}

.wpp-list ol li {
	clear: both;
	list-style-type: none;
}

.sidebar .widget_k99_recent_reviews {
	margin-bottom: 0;
}

.sidebar .widget ul.wpp-list.recent-reviews {
	padding-bottom: 5px;
	padding-bottom: .5rem;
}

.sidebar .wpp-list.recent-reviews li {
	line-height: 1;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.widget.popular-posts .wpp-more-link {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #006594;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	display: block;
	line-height: 1;
}

.wpp-list.recent-reviews .review-stars {
	display: block;
	margin: 3px 0 4px;
	margin: .3rem 0 .4rem;
}

.wpp-list.recent-reviews .review-excerpt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.35;
}

/*
Datepicker
--------------------------------------------- */

body .ui-datepicker.ui-widget-content {display: none;}

/*
Advanced Search Form widget
--------------------------------------------- */

.page.advanced-search-page .entry,
.page.advanced-search-page .entry-title {
	background: #262626;
	color: #fff;
	font-weight: 400;
}

.page.advanced-search-page .entry-header {
  padding-top: 30px;
  padding-top: 3rem;
}

.page.advanced-search-page .entry-title {
	line-height: 1;
	font-size: 20px;
	font-size: 2rem;
}

.search input[type="search"],
.page.advanced-search-page input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-appearance: none;
    border-radius: 3px;
    font-weight: 400;
}

.search-no-results .entry p {
	padding: 0;
	font-weight: 600;
	margin-bottom: 0;
}

.search .archive-description, .search-results .archive-description {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content .widget_k99_advanced_search_form,
.archive-description.advanced-search-refine .widget_k99_advanced_search_form {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-content .widget_k99_advanced_search_form .search-form {
	width: 100%;
}

.widget_k99_advanced_search_form .advanced-search-options {
	overflow: hidden;
	padding: 1em 0.25em 0;
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
}

.widget_k99_advanced_search_form .advanced-search-options .item {
	width: 50%;
	float: left;
}

.content .widget_k99_advanced_search_form .advanced-search-options .item {
	width: 25%;
	padding: 3px;
	padding: .3rem;
}

.archive-description.advanced-search-refine {
	background: #262626;
	padding: 20px 30px;
	padding: 2rem 3rem;
	color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description.advanced-search-refine p {
	margin: 2.5px 0 20px 0;
	margin: .25rem 0 2rem 0;
}

.widget_k99_advanced_search_form .advanced-search-options input {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: auto;
	margin-right: 5px;
	margin-right: .5rem;
}

/*
Back to Top Links
---------------------------------------------------------------------------------------------------- */

.backtotop {
	clear: both;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	text-align: center;
}

.backtotop.mobile {
	display: none;
}

.full-width-content .backtotop { display: none;}

.backtotop a {
	display: inline-block;
	padding: 1em 2em 0em;
	border: 0;
	color: #ddd;
	background: transparent;
	font-weight: 400;
	text-decoration: none;
}

.backtotop a:hover {
	color: #666;
}

.backtotop a i {
	font-size: 1.5em;
	position: relative;
	top: 3px;
	top: .3rem;
}

.single .entry-content .to-top-divider a, .page .entry-content .to-top-divider a, .single #content .to-top-divider-auto a, .page #content .to-top-divider-auto a {
	color: #ddd;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #262626;
	color: #939393;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #939393;
	color: #939393;
}

.footer-widgets a:hover {
	border-bottom: 1px solid #ddd;
	color: #ddd;
	text-decoration: none;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #f5f5f5;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #262626;
	color: #939393;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
	border-top: 1px solid #939393;
}

.site-footer a {
	border-bottom: 1px dotted #939393;
	color: #939393;
	font-weight: 400;
	text-decoration: none;
}

.site-footer a:hover {
	border-bottom: 1px dotted #f5f5f5;
	color: #f5f5f5;
}

.site-footer p {
	margin-bottom: 0;
	padding: 0 20px;
	padding: 0 2rem;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */

img#wpstats {display: none;}
form.contact-form.commentsblock label {margin-top: 10px; margin-top: 1rem;}
form.contact-form.commentsblock label.checkbox, form.contact-form label.radio,
form.contact-form.commentsblock label.grunion-checkbox-multiple-label {margin-bottom: 3px; margin-bottom: .3rem; float: left; font-weight: 400; display: block; width: 100%; font-size: 15px; font-size: 1.5rem; margin: 0 0 5px; margin: 0 0 .5rem;}
form.contact-form.commentsblock input[type='radio'], form.contact-form input[type='checkbox'] {float: left; display: block; margin: 6px 6px 0 0; margin: .6rem .6rem 0 0; width: auto;}
form.contact-form.commentsblock .contact-submit {margin-top: 20px; margin-top: 2rem;}
form.contact-form select {width: auto;}
blockquote.contact-form-submission {font-style: normal; color: #939393; margin-left: 0; padding: 0;}

/*
Banner Areas
---------------------------------------------------------------------------------------------------- */

/* Misc.
--------------------------------------------- */

#after-header-banner {
	text-align: center;
	margin-top: 30px;
	margin-top: 3rem;
}

.sidebar-rectangle-ad-carsharing {
	text-align: center;
	margin: 40px 0 0;
	margin: 4rem 0 0;
}

.after-post-widget-area .sidebar_ad_rectangle,
.ecomento-com .after-post-widget-area .sidebar_ad_rectangle {
	margin: 0;
}

/* Adsense
---------------------------------------------------------------------------------------------------- */

.sidebar_ad_rectangle { text-align: center; margin: 35px 0 0; margin: 35px 0 0; }
@media only screen and (max-width: 1023px) {
	.sidebar .sidebar_ad_rectangle {margin-top: 30px;margin-top: 3rem;}
	.sidebar-rectangle-ad-carsharing {margin: 35px 0 0;margin: 3.5rem 0 0;}
}

@media only screen and (max-width: 767px) {
	.sidebar .sidebar_ad_rectangle {margin-bottom: 20px;margin-bottom: 2rem;}
}

.home-widget-ad {margin: 0 0 10px;margin: 0 0 1rem;padding: 0;text-align: center;background: transparent;}
.home-widget-ad .ecomentotv-responsive-leaderboard, .home-widget-ad .ecomentocom-responsive-leaderboard { width: 320px; height: 50px; }
@media(min-width: 600px) { .home-widget-ad .ecomentotv-responsive-leaderboard, .home-widget-ad .ecomentocom-responsive-leaderboard { width: 468px; height: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) { .home-widget-ad .ecomentotv-responsive-leaderboard, .home-widget-ad .ecomentocom-responsive-leaderboard { width: 320px; height: 50px; } }
@media(min-width: 1140px) { .home-widget-ad .ecomentotv-responsive-leaderboard, .home-widget-ad .ecomentocom-responsive-leaderboard { width: 728px; height: 90px; } }

.ecomentotv-responsive-leaderboard { width: 320px; height: 50px; }
@media(min-width: 500px) { .ecomentotv-responsive-leaderboard { width: 468px; height: 60px; } }
@media(min-width: 800px) { .ecomentotv-responsive-leaderboard { width: 728px; height: 90px; } }
.ecomentotv-responsive-rectangle { width: 200px; height: 200px; }
@media(min-width: 1080px) { .ecomentotv-responsive-rectangle { width: 300px; height: 250px; } }

.ecomento-com .sidebar .sidebar_ad_rectangle { margin-bottom: 0;}
@media only screen and (max-width: 1023px) {
	.ecomento-com .sidebar .sidebar_ad_rectangle {margin: 40px 0 0; margin: 4rem 0 0;}
}

@media only screen and (max-width: 767px) {
	.ecomento-com .sidebar .sidebar_ad_rectangle {margin-bottom: 0;}
}

.ecomentocom-responsive-leaderboard { width: 320px; height: 50px; }
@media(min-width: 500px) { .ecomentocom-responsive-leaderboard { width: 468px; height: 60px; } }
@media(min-width: 800px) { .ecomentocom-responsive-leaderboard { width: 728px; height: 90px; } }
.ecomentocom-responsive-rectangle { width: 200px; height: 200px; }
@media(min-width: 1080px) { .ecomentocom-responsive-rectangle { width: 300px; height: 250px; } }

/* Fresco Lightbox
---------------------------------------------------------------------------------------------------- */

.fr-window, .fr-window * {-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

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

	.content,
	.site-header .widget-area {
		width: 740px;
	}

	.site-inner,
	.wrap {
		max-width: 1100px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 320px;
	}
	
}

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

	.singular.ecomento-com .our-authors-item img.alignleft {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
	
}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.archive-description.wpv-archive-search-control {
		padding-top: 20px;
		padding-top: 2rem;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	
	.buyers-guide-singular-summary i {
		margin-bottom: 7px;
		margin-bottom: .7rem;
	}

	.wpv-filter-form-clear .one-sixth,
	.wpv-filter-form-clear .one-third {
		width: 31.33333333%;
		margin-left: 0;
		margin-right: 2%;
		margin-top: 6px;
		margin-top: .6rem;
	}
	
	.wpv-filter-form-clear .one-sixth.first,
	.wpv-filter-form-clear .one-third.first {
		margin-left: 0;
		clear: none;
	}
	
	.wpv-filter-form-clear .one-fourth,
	.wpv-filter-form-clear .one-half {
    	width: 47.9166666666%;
    	margin-left: 0;
    	margin-right: 2%;
    	margin-top: 6px;
    	margin-top: .6rem;
	}
	
	.wpv-filter-form-clear .wpv-index-actions.one-half {
		width: 98%;
		margin-top: 17.5px;
    	margin-top: 1.75rem;
	}
	
	.wpv-filter-form-clear {
		padding: 10px 10px 20px 20px;
		padding: 1rem 1rem 2rem 2rem;
	}

	.wpv-index-actions {
		margin-top: 14px;
		margin-top: 1.4rem;
	}

	.wpv-filter-disclaimer {
		margin-right: 2%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

}

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

	.widetable_m {
		overflow-x: auto;
		background-image: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, rgb(241, 241, 241), rgba(241, 241, 241, 0)), -webkit-linear-gradient(right, rgb(241, 241, 241), rgba(241, 241, 241, 0));
		background-position: 0px 0px, 100% 0px, 0px 0px, 100% 0px;
		background-repeat: no-repeat;
		background-color: white;
		background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
		background-attachment: local, local, scroll, scroll;
	}
	.widetable_m table thead td {
		background: transparent;
	}
	.widetable_m table tbody tr {
		border-bottom: 1px solid #f5f5f5;
	}
	.widetable_m table td {
		background: transparent;
	}
	.widetable_m table {
		margin-bottom: 0;
	}
	.widetable_m tbody {
		background: transparent;
	}
	.widetable_m tbody, .widetable td, .widetable .odd, .widetable .even {
		background: transparent;
	}
	
	.review-box {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	
	.review-box .bottom-link-text,
	.review-box .user-rating .existing-ratings {
  		text-align: center;
	}
	
	.review-box .user-rating .subsidiary-text,
	.review-box .user-rating .subsidiary-text a {
  		text-align: left;
  		line-height: 1.2;
	}

	.review-box .user-rating .add-rating-stars-wrapper,
	.review-box .user-rating .existing-stars-wrapper {
  		float: right;
	}
	
	.review-box .existing-ratings,
	.review-box .add-rating {
		width: 100%;
	}

	.review-box .existing-ratings + .add-rating {
		margin-top: .75em;
		margin-bottom: .25em;
	}

	.single-carsharing-anbieter .review-box .bottom-link-text {
		text-align: center;
	}

	.review-box.user-rating-enabled .ajax-star-rating-container {
		 width: 5.65em;
 		 color: #939393;
	}
	.review-box.user-rating-enabled .user-rating.ajax-external h2,
	.review-box.user-rating-enabled .user-rating.ajax-internal h2,
	.review-box.user-rating-enabled .user-rating.ajax-external .add-rating-stars-wrapper,
	.review-box.user-rating-enabled .user-rating.ajax-internal .add-rating-stars-wrapper {
		line-height: 1.45;
	}
	
}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.widgetized-homepage .widget {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	
	.archive.category-wallpaper .archive-description,
	.post-type-archive-glossary .archive-description,
	.post-type-archive-wissen .archive-description,
	.post-type-archive-review .archive-description,
	.post-type-archive-tests .archive-description,
	.archive.category-videos .archive-description,
	.archive.category-images .archive-description,
	.archive.category-bilder .archive-description {
		margin-bottom: 30px;
  		margin-bottom: 3rem;
	}
	
	.multi-rating-comments .comment .experience {
		position: relative;
		top: 0;
		right: 0;
	}
	
	.multi-rating-comments #content > .review-box {
		background: #f5f5f5;
		padding: 20px;
		padding: 2rem;
	}
	
	.multi-rating-comments #comments .comment-list li.comment {
   		background: #f5f5f5;
   		border: 0px;
   		border-radius: 3px;
	}
	
	.multi-rating-comments .comment.external-review .avatar {
    	margin-bottom: 15px;
    	margin-bottom: 1.5rem;
	}
	
	.before-comment-form-content,
	.comment-respond,
	.entry-pings {
    	background: #f5f5f5;
	}
	
	.comment-respond input,
	.comment-respond textarea {
    	background-color: #fff;
	}
	
	.comment-respond .form-submit input {
    	background-color: #262626;
	}
	
	.comment-respond .form-submit input:hover {
    	background-color: #006594;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.title-area,
	.header-social-icons,
	.nav-primary {
		padding-left: 5%;
		padding-right: 5%;
	}

	.entry-header,
	.entry-content,
	.entry-footer,
	.archive .entry,
	.search .entry,
	.blog .entry,
	.page-template-page_blog-php .entry {
		padding-left: 0;
		padding-right: 0;
	}
	
	.single .entry-header,
	.page .entry-header {
  		padding-top: 0;
	}
	
	.archive .entry,
	.search .entry,
	.blog .entry,
	.page-template-page_blog-php .entry {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 0 10px;
		padding: 0 0 1rem;
	}
	
	.error404 .entry > .entry-title {
		padding-left:0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.single .entry-footer .entry-meta {
		padding-top: 30px;
		padding-top: 3rem;
	}

	.comments-disabled-alternate-text {
		margin-bottom: 50px;
		margin-bottom: 5rem;
	}

	.archive-description {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	.breaking-news.light {
		background: #f5f5f5;
	}

	.page.advanced-search-page .entry {
		padding-left: 30px;
		padding-left: 3rem;
		padding-right: 30px;
		padding-right: 3rem;
	}

	body .grid-loop-wrapper .entry {
		background: #f5f5f5;
	}
	
	body .grid-loop-wrapper.grid-loop-four-items .entry {
    	width: 48%;
    	float: left;
    	margin: 0 0 40px;
    	margin: 0 0 4rem;
	}

	body .grid-loop-wrapper.grid-loop-four-items .entry.four-even {
		margin-right: 0;
		clear: right;
		float: right;
	}

	body .grid-loop-wrapper .entry .entry-header .entry-title {
		font-size: 20px;
		font-size: 2rem;
	}
	
	body .grid-loop-wrapper.grid-loop-centered-mobile h2.entry-title,
	body .grid-loop-wrapper.grid-loop-centered-mobile .entry-content a.grid-loop-clean-button,
	body .grid-loop-wrapper.grid-loop-centered-mobile .entry-content a.grid-loop-clean-button-plain {
    	text-align: center;
	}
	
	body .grid-loop-wrapper .entry-content ul.label-value-grid .label,
	body .grid-loop-wrapper .entry-content ul.label-value-grid .value {
   		float: left;
    	width: 100%;
    	text-align: center;
	}
	
	body .grid-loop-wrapper.comparison .entry-content ul.label-value-grid li {
    	font-size: 14px;
    	font-size: 1.4rem;
	}
	
	body .grid-loop-wrapper .entry-content .grid-loop-clean-button,
	body .grid-loop-wrapper .entry-content .grid-loop-clean-button-plain {
    	font-size: 14.5px;
    	font-size: 1.45rem;
	}
	
	.re-listing .alert {
    	background-color: #f5f5f5;
	}
	
	.single.model-page .entry-footer .entry-meta {
		padding: 0;
	}

	.single.model-page .entry-footer .entry-meta span.credits {
		padding: 15px 0 0;
		padding: 1.5rem 0 0;
	}
	
	.entry-content ul li div.more-model-details,
	body .grid-loop-wrapper .entry-content .re-compare-check {
		float: left;
		text-align: center;
		width: 100%;
	}
	
	body .grid-loop-wrapper .grid-loop-big-button {
		padding: 12.5px 10px;
		padding: 1.25rem 1rem;
		line-height: 1.35;
	}

	.archive .entry-header, .search .entry-header, .blog .entry-header, .page-template-page_blog-php .entry-header {
		padding-top: 10px;
		padding-top: 1rem;
	}

	.sidebar .widget h4, .sidebar .widget.popular-posts h4, .sidebar .widget.popular-posts h4.widget-title, .sidebar .widget.widget_search {
		background: #fff;
	}

	.sidebar .widget p, .sidebar .widget ul {
		padding-left: 0;
	}

	.widget.popular-posts .wpp-more-link {
		padding-bottom: 0;
	}

	.sidebar .widget .car-quickselect {
		padding: 0;
	}

	.sidebar input[type="search"] {
		background: #f5f5f5;
	}

	.widget.widget_wp_views_filter {
		padding: 20px;
		padding: 2rem;
	}

	.widget.widget_wp_views_filter h4.widget-title.widgettitle {
		padding: 10px 20px 30px 0;
		padding: 1rem 2rem 3rem 0;
	}

	.widget-title, .author-box-title {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.widget_k99_tabbed_widget ul.tabbed-widget-headers li a {
		font-size: 15px;
		font-size: 1.5rem;
		background: #f5f5f5;
	}

	.widget_k99_tabbed_widget ul.tabbed-widget-headers {
		background: #fff;
	}

	.sidebar .widget_k99_tabbed_widget ul {
		margin-top: 35px;
		margin-top: 3.5rem;
		padding-top: 0;
		background: #262626;
	}

	.sidebar .widget.widget_k99_reading_tip .widgettitle {
		padding-left: 0;
	}

	.widget_k99_reading_tip a span {
		padding: 8px 0 0;
		padding: .8rem 0 0;
	}


	.sidebar .widget.popular-posts .wpp-list {
		padding: 0;
	}

	.author-box {
		margin-bottom: 60px;
		margin-bottom: 6rem;
	}

	.author-box .avatar {
		margin-bottom: 12px;
		margin-bottom: 1.2rem;
	}

	.archive.author .archive-title {
		display: none;
	}

	.archive .author-box {
		margin-bottom: 40px;
		margin-bottom: 4rem;
		padding: 20px;
		padding: 2rem;
		background: #f5f5f5;
		color: #262626;
	}

	.single .author-box .avatar {
		margin-right: 16px;
		margin-right: 1.6rem;
	}
	
	.review-box,
	.after-post-sharing {
		margin-right: 0;
		margin-left: 0;
	}
	
	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.homepage-featured-posts-widget .featured .entry-title,
	.homepage-featured-posts-widget .featured .entry-content,
	.homepage-featured-posts-widget.widget-type-2 .entry {
		margin-left: 0;
		margin-right: 0;
	}

	.review-box .author-review-short-summary {
		width: auto;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.review-box .author-review-pros-cons {
		width: 100%;
	}

	.review-box .author-review-pros-cons .author-review-pros {
		padding-left: 0;
	}
	
	.review-box .existing-ratings.summary .col1 {
		width: 100%;
		padding-top: 0 !important;
	}
	
	.review-box .existing-ratings.summary .col2 {
		width: 100%;
		text-align: left;
		padding-top: .25em !important;
	}
	
	.review-box .existing-ratings.summary .item {
	text-align: left;
	}
	
	.review-box .existing-ratings.summary .col3 {
		text-align: right;
		padding-top: 5px;
		padding-top: .5rem;
	}
	
	.review-box .summary .col1 h2 {
		float: left;
		width: auto;
	}

	.review-box .summary .col1 .star-rating,
	.review-box .existing-ratings.summary > div {
		float: right;
		margin: 0;
	}
	
	.review-box .summary .user-rating-count {
		font-size: 12px;
		font-size: 1.2rem;
		font-style: italic;
	}

	.related-posts {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.related-posts .widget-title {
		margin-top: 0;
		margin-left: 10px;
		margin-left: 1rem;
		margin-right: 10px;
		margin-right: 1rem;
	}

	body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title,
	body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.featured-slider .category-label,
	body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-read-more {
		display: none;
	}

	.content-tabs.wpv-index-tabs .headings h2, .content-tabs.wpv-index-tabs .headings a {
		background: #f5f5f5;
	}

	.ecomento-com .after-post-widget-area .widget {
		margin-top: -20px;
		margin-top: -2rem;
	}

	.sidebar p.rss-new-source {
			padding-top: 0;
	}

	#dtable_wrapper table.dataTable.dtr-column tbody td.control:before,
	#dtable_wrapper table.dataTable.dtr-column tbody th.control:before {
		line-height: 20px;
		height: 20px;
		width: 20px;
	}
	
	div.entry-content.noitems {
		padding: 20px;
		padding: 2rem;
		background: #f5f5f5;
	}
	
	div.entry-content.noitems p {
		padding: 0;
		margin: 0;
	}
	
	.single .after-post-model_ambassadors {
		padding-top: 0;
	}
	
	.user-review-form .multi-ratings .item {
    	line-height: 2.75;
	}

	.user-review-form .multi-ratings .rating-form {
		position: relative;
		top: -2px;
	}

	.user-review-form .multi-ratings .rating-form .cancel {
    	font-size: 24px;
    	font-size: 2.4rem;
	}

	.user-review-form .multi-ratings .rating-form .star {
    	font-size: 26px;
    	font-size: 2.6rem;
	}
	
}

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

	.comment-form-anchor-link-spacing-fix {
		display: block;
		height: 400px;
	}

	.left-paging.entry-pagination {
		float: left;
		padding-top: 0;
	}

	.left-paging.entry-pagination li, .left-paging.entry-pagination li a {
		display: block;
		width: 150px;
	}
	
	.mobile-jump {
		display: none;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.content {
		width: 65%;
	}

	.widget-title, .author-box-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.homepage-featured-posts-widget .entry-title {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.25;
	}

	.sidebar-primary {
		width: 30%;
	}

	.sidebar .widget h4, .sidebar .widget.widget_search {
		background: #fff;
	}

	.sidebar input[type="search"] {
		padding: 15px;
		padding: 1.5rem;
	}

	.widget_wordpress_popular_posts a, .sidebar a.wpp-post-title {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.sidebar .widget.popular-posts {
		min-height: 470px;
	}

	.sidebar .widget.popular-posts .wpp-list {
		padding: 0;
	}

	.sidebar .widget.popular-posts .wpp-list {
		padding: 0;
	}

	.sidebar .widget.popular-posts li {
		margin-bottom: 12px;
		margin-bottom: 1.2rem;
	}

	.widget_k99_tabbed_widget .tabbed-widget-tab {
		padding: 0;
		margin: 0;
	}

	.widget_k99_tabbed_widget .widget_wp_views_filter,
	.widget_k99_tabbed_widget .wpv-filter-form {
		padding: 0 20px;
		padding: 0 2rem;
		margin: 20px 0 20px;
		margin: 2rem 0 2rem;
	}

	.widget_k99_tabbed_widget .widget_wp_views_filter,
	.widget_k99_tabbed_widget .wpv-filter-form {
		padding: 0 20px;
		padding: 0 2rem;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.wpv-filter-form-clear .one-half {
    	width: 47.9166666666%;
    	margin-left: 0;
    	margin-right: 2%;
    	margin-top: 6px;
    	margin-top: .6rem;
	}
	
	.wpv-filter-form-clear .one-half.first {
		margin-left: 0;
		clear: none;
	}
	
	.home .layout-switcher .one-half.first,
	.blog .layout-switcher .one-half.first {
		margin: 5px 0;
		margin: .5rem 0;
	}

	.related-posts li {
		width: 48%;
		margin-right: 4%;
	}

	.related-posts li:nth-child(even) {
		margin-right: 0;
	}

}

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

	.menu .icon-info-circle-only a span {
	    display: none;
	}
	
	.menu li.icon-info-circle-only > a > i {
		margin-right: 0;
	}
	
}

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

	.widget_k99_tabbed_widget .widget_wp_views_filter select,
	.widget_k99_tabbed_widget .wpv-filter-form select {
    	-moz-transition-duration: 0;
    	-o-transition-duration: 0;
    	-webkit-transition-duration: 0;
    	transition-duration: 0;
    }
    
	.review-box .author-review-pros-cons > div {
		padding: 0;
	}

	.review-box .author-review-pros-cons {
		width: 100%;
	}
	
	body .grid-loop-wrapper .entry-content a.grid-loop-big-button,
	body .grid-loop-wrapper .entry-content .grid-loop-big-button-plain {
		padding: 16px 20px;
    	padding: 1.6rem 2rem;
	}
	
}

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

	div.socialbox-widget h2 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.sidebar div.socialbox-widget p {
		font-size: 15.5px;
		font-size: 1.55rem;
	}

	.wpv-filter-form-clear .one-sixth,
	.wpv-filter-form-clear .one-fourth,
	.wpv-filter-form-clear .one-half,
	.wpv-filter-form-clear .one-third {
		width: 47.9166666666%;
    	margin-left: 0;
    	margin-right: 2%;
    	margin-top: 6px;
    	margin-top: .6rem;
    
	}
	
	span#site-desc-addon {
		display: none;
	}
	
	#after-header-banner {
		margin-top: 1px;
		padding: 0;
		clear: both;
	}

	.home #after-header-banner,
	.blog #after-header-banner {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.home .site-inner,
	.blog .site-inner,
	.home .featured-slider,
	.blog .featured-slider {
		padding-left: 0;
		padding-right: 0;
	} 

	.home .widgetized-homepage,
	.home .sidebar,
	.blog .entry,
	.blog .sidebar {
		padding-left: 5%;
		padding-right: 5%;
	} 
	
	.breaking-news {
		border-radius: 0;
	}

	.home .featured-slider,
	.blog .featured-slider {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	.home .soliloquy-thumbnails-container,
	.blog .soliloquy-thumbnails-container {
		display: none !important;
	}
	
	.home  .archive-pagination,
	.blog  .archive-pagination {
  		padding-right: 5%;
  		padding-left: 5%;
	}

	body.sticky-menu {
		padding-top: 0 !important;
	}

	.title-area,
	.genesis-nav-menu,
	.site-header .search-form {
		text-align: center;
	}

	.nav-primary {
		display: none;
	}

	#mobile-menu {
		display: block;
	}

	.home .layout-switcher,
	.blog .layout-switcher {
		display: none;
	}

	.breaking-news {
		margin: 40px 0 15px;
		margin: 4rem 0 1.5rem;
	}

	.blog .breaking-news {
		margin: 40px 0 20px;
		margin: 4rem 0 2rem;
	}

	.category .featured-slider {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.single .author-box .avatar {
		width: 75px;
		height: 75px;
		margin-bottom: 6px;
		margin-bottom: .6rem;
	}
	
	.stats-box .stats-box-stat {
		width: 100%;
	}

	.stats-box .stats-box-stat {
		padding: 0 17.5px 0;
		padding: 0 1.75rem 0;
	}

	.stats-box .stats-box-stat > i.fa {
		left: 17.5px;
		left: 1.75rem;
	}

	.sidebar .widget.popular-posts {
		min-height: 460px;
	}

	.sidebar .textwidget .twitter-timeline {
		margin-top: 20px;
		margin-top: 2rem;
	}

	.headings-clear-floats p.wp-caption-text {
		margin-bottom: 5px;
		margin-bottom: .5rem;
	}

	.sidebar .widget_wp_views_filter .one-half.first {
		margin-left: 0;
		clear: none;
	}

	.sidebar .widget_wp_views_filter .one-half {
		width: 47.9166666666%;
		float: left;
		margin-left: 0;
		margin-right: 2%;
	}

	#dtable_wrapper table.dataTable.dtr-column tbody td.control:before,
	#dtable_wrapper table.dataTable.dtr-column tbody th.control:before {
		line-height: 20px;
		height: 20px;
		width: 20px;
	}

	.cgc-cta-bottom {
		display: none;
	}

	.backtotop.mobile {
		display: block;
	}
	
	.single .related-posts li a span {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.backtotop a {
		padding: 2em 2em 1rem;
	}

}

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

	span.anchor {
		position: relative;
		top: -85px;
		visibility: hidden;
	}
	
	span.mobile-anchor {
		display: none;
	}

}

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

	input[type=search],
	input[type=text],
	input[type=date],
	input[type=datetime],
	input[type=datetime-local],
	input[type=month],
	input[type=week],
	input[type=email],
	input[type=number],
	input[type=tel],
	input[type=time],
	input[type=url],
	textarea,
	select,
	.after-post-sharing .subscribe-content #mc_embed_signup input.email:focus {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.comment-filter-box .order-select select {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
}

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

	.blog .entry-header .entry-meta, .page-template-page_blog-php .entry-media {
		margin-bottom: 16px;
		margin-bottom: 1.6rem;
	}

	.blog .entry-content img,
	.archive .content .entry-content img,
	.search .entry-content img,
	.page-template-page_blog-php .entry-content img {
		max-width: 100%;
	}

	#content .entry-header .entry-title {
		clear: left;
	}

	.single .entry-header {
		padding-top: 10px;
		padding-top: 1rem;
	}
	
	.related-posts li {
		width: 48%;
		margin-right: 4%;
	}
	
	.single .related-posts li a span {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.related-posts li:nth-child(even) {
		margin-right: 0;
	}

	.single-review .overview-box, .single-tests .overview-box {
		width: 100%;
		margin: 0 0 1.125em 1.5em;
		padding: 0 1em;
	}

	.homepage-featured-posts-widget.widget,
	.homepage-featured-posts-widget.widget + .homepage-featured-posts-widget.widget,
	.homepage-featured-posts-widget.widget .widget-header,
	.homepage-featured-posts-widget.widget .featured,
	.homepage-featured-posts-widget.widget .subsidiary,
	.homepage-featured-posts-widget.widget .entry {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}

	.homepage-featured-posts-widget .featured .entry-content {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.homepage-featured-posts-widget .subsidiary .entry {
		margin: 6px 6px 6px 0;
		margin: .6rem .6rem .6rem 0;
	}

	.homepage-featured-posts-widget.widget-type-3 .entry {
		width: 50%;
	}

	.homepage-featured-posts-widget.widget-type-3 .entry:nth-child(odd) {
		margin-left: 0;
	}

	.homepage-featured-posts-widget.widget-type-3 .entry:nth-child(even) {
		clear: left;
	}
	
	.homepage-featured-posts-widget.widget-type-3 .entry-title {
		padding: 5px 10px 20px;
  		padding: .5rem 1rem 2rem;
	}

	.related-posts .widget-title {
		margin-left: 0;
		margin-right: 0;
	}

	.related-posts ul {
		padding-left: 0;
		padding-right: 0;
	}

	.buyers-guide-singular-summary .buyers-guide-stats li {
		width: 100%;
	}

	.buyers-guide-singular-summary .buyers-guide-pros,
	.buyers-guide-singular-summary .buyers-guide-cons {
		width: 100%;
	}

	.buyers-guide-singular-summary .buyers-guide-pros p {
		margin-bottom: 37px;
		margin-bottom: 3.7rem;
	}
	
	.buyers-guide-scores-wrap p.score-section-wrap {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.buyers-guide-scores-wrap .score-label-link-wrap {
		width: 100%;
		display: block;
		text-align: center;
		overflow: hidden;
	}

	.buyers-guide-scores-wrap .score-icon-count-wrap {
		overflow: hidden;
		display: block;
		text-align: center;
		width: 100%;
	}

	.buyers-guide-scores-wrap p.score-section-wrap span.score-icons,
	.buyers-guide-scores-wrap p span.score-count,
	.buyers-guide-scores-wrap p span.score-count a {
		float: none
	}

	#buyers-guide-singular-summary .like-count,
	#buyers-guide-singular-summary .review-count {
		padding: 0 5px 0 0;
		padding: 0 .5rem 0 0;
	}

	#buyers-guide-singular-summary .score-icons .star-rating {
		font-size: 20px;
		font-size: 2rem;
	}

	.buyers-guide-scores-wrap p.score-section-wrap span.score-rating-icons {
		float: none;
		text-align: center;
		margin-right: 0;
		margin-top: 10px;
		margin-top: 1rem;
	}

	.buyers-guide-scores-wrap p.score-section-wrap .ajax-star-rating-container {
		display: inline-block;
		position: relative;
		line-height: 1.0;
		height: 1em;
		width: 8.65em;
		color: #939393;
	}

	.buyers-guide-scores-wrap p.score-section-wrap .ajax-star-rating-container .star,
	.stats-box-stat.user-review .star {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.buyers-guide-singular-summary .score-icons .star-rating {
		top: 4px;
	}

	.buyers-guide-scores-wrap p.score-section-wrap .add-rating-stars-label {
		display: none;
	}
	
	.comment-content .helpful-wrapper {
    	display: block;
    	margin-top: 7.5px;
    	margin-top: .75rem;
	}

	.author-review-overview {
		width: 100%;
		float: left;
		margin: 0 0 1em 0;
		padding: 0.125em 1.125em;
	}

	.breaking-news img {
		width: 100%;
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

	.singular .entry-content .alignleft,
	.singular .entry-content .aligncenter,
	.singular .entry-content .alignright,
	.singular .entry-content .alignnone {
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
		margin-bottom: 16px;
		margin-bottom: 1.6rem;
	}

	.singular img.alignleft, .singular .wp-caption.alignleft {
		margin: 0;
	}

	.singular .wp-caption-text {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.select-second-row {
		margin-top: 0;
	}

	.sidebar .widget.widget_search {
		padding: 10px 0 10px;
		padding: 1rem 0 1rem;
	}

	.widget.widget_wp_views_filter {
		margin-bottom: 40px;
		margin-bottom: 4rem;
		padding: 25px;
		padding: 2.5rem;
	}
	
		
	body .grid-loop-wrapper .entry-content a.grid-loop-big-button,
	body .grid-loop-wrapper .entry-content .grid-loop-big-button-plain {
		font-size: 15px;
		font-size: 1.5rem;
	}

}

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

	.before-comment-form-content,
	.comment-respond {
 	 	padding: 20px;
  		padding: 2rem;
	}
	
	.list-number {font-size: 22px; font-size: 2.2rem; width: 15%;}
	.list-title {float: left; width: 85%;}
	.single .entry .list-title h3 {font-size: 16px;font-size:1.6rem;}

	body .soliloquy-container.soliloquy-theme-metro .soliloquy-pager,
	body .soliloquy-container.soliloquy-theme-metro .soliloquy-controls-auto {
		display: block;
	}

	.left-paging.entry-pagination li {
		padding: 0;
		margin: 0 10px 10px 0;
		margin: 0 1rem 1rem 0;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.left-paging.entry-pagination li a {
		background-color: #262626;
		color: #fff;
		font-weight: 400;
		border-bottom: none;
		padding: 8px 12px;
		padding: .8rem 1.2rem;
	}

	.left-paging.entry-pagination li.current, .entry-pagination li a:hover {
		background-color: #006594;
		color: #fff;
		font-weight: 400;
		padding: 8px 12px;
		padding: .8rem 1.2rem;
	}

	.post-type-archive-review .entry-header h2.entry-title,
	.post-type-archive-test .entry-header h2.entry-title {
		font-size: 2rem;
		font-size: 20px;
	}
	
	.after-post-sharing .sharing,
	.after-post-sharing .subscribe-content {
  		width: 100%;
		float: left;
	}
	
	#content div.sharedaddy .sd-content {
		width: 100%;
		float: left;
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}
	
	#content .after-post-sharing .sharedaddy .sd-title {
		display: block;
		text-align: center;
		color: #666;
		font-weight: 400;
		margin: 0 0 7.5px;
		margin: 0 0 .75rem;
		width: 100%;
	}

	#content div.sharedaddy .sd-content li {
		display: block;
		text-align: center;
	}

	#content .sd-social-icon-text .sd-content ul li a.sd-button {
		margin: 0 0 7.5px;
		margin: 0 0 .75rem;
		padding: 5px;
		padding: .5rem;
		width: 100%;
	}
	
	div.sharedaddy li a.sd-button > span,
	#content .after-post-sharing .sharedaddy .sd-title {
	  	font-size: 14px;
  		font-size: 1.4rem;
	}
	
	#content div.sharedaddy .sharing-hidden .inner {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
	}
	
	.after-post-sharing .subscribe-content {
  		padding-top: 7.5px;
  		padding-top: .75rem;
	}
	
	.entry-content .content-box-index-basic ul li {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	body .grid-loop-wrapper.grid-loop-text-only > .entry {
    	max-width: 100%;
    	width: 100%;
	}
	
}

@media only screen and (min-width: 500px) and (max-width: 767px) {

	.stats-box .stats-box-stat {
		width: 50%;
		float: left;
		line-height: 1.4;
		padding: 0 25px 0;
		padding: 0 2.5rem 0;
		margin-bottom: 1.3em;
		position: relative;
	}

}

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

	.site-title {
		float: none;
	}

	.site-description {
    	margin: .5em 0 0;
    	font-size: 11.5px;
		font-size: 1.15rem;
	}

	.site-description:before {
		display: none;
	}

	.content-tabs.wpv-index-tabs .headings i.fa {
		display: block;
		padding-bottom: 4px;
		padding-right: 0;
	}

	.wpv-filter-disclaimer {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}
			
	.review-box .summary .col1 h2 {
		float: left;
		width: auto;
	}
	
	.review-box .existing-ratings.summary .col2 {
		padding-top: 0 !important;
	}
	
	.widget_k99_advanced_search_form .advanced-search-options {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.content .widget_k99_advanced_search_form .advanced-search-options .item {
    	width: 50%;
	}
	
}

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

	.buyers-guide-smiley-ratings {
		overflow: hidden;
		clear: both;
	}

	.ecomento-com .buyers-guide-smiley-ratings {
		overflow: visible;
	}

	.buyers-guide-smiley-ratings .price,
	.buyers-guide-smiley-ratings .electric-range,
	.buyers-guide-smiley-ratings .charging-time,
	.buyers-guide-smiley-ratings .fuel-efficiency,
	.buyers-guide-smiley-ratings .co2-emissions {
		width: 25%;
		float: left;
	}
	
}

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

	#dtable_wrapper .filter-select {
		text-align: left;
	}

	#dtable_wrapper .one-full {
 	 	text-align: left;
	}

	#dtable_wrapper .one-fourth {
		float: left;
	  	margin-left: 2.564102564102564%;
	  	width: 23.076923076923077%;
	}
	
	#dtable_wrapper .one-fourth.first {
 	 	clear: both;
 	 	margin-left: 0;
	}
	
	#dtable_wrapper .dataTables_paginate {
		text-align: left;
	}

	#dtable_wrapper #dtable_filter {
		width: 225px;
	}
	
	#dtable_wrapper.dataTables_wrapper .dataTables_info,
	#dtable_wrapper #dtable_filter {
		width: 45%;
		float: left;
		text-align: left;
	}

	#dtable_wrapper .dataTables_length,
	div.dataTables_custom_reset {
		width: 45%;
		float: right;
		text-align: right;
	}
	
	#dtable_wrapper button {
		text-align: right;
		margin: 15px 5px 20px;
		margin: 1.5rem .5rem 2rem;
	}

}

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

	.entry-content > a img.entry-image {
		width: 100%;
		margin-right: 0;
	}

	.error404 .entry-content .search-form {
		width: 80%;
	}
	
	.review-box .author-review-pros-cons {
		margin: 0 0 10px 0;
		margin: 0 0 1rem 0;
	}

	.review-box .author-review-pros-cons > div {
		width: 100%;
		padding: 0 0 15px;
		padding: 0 0 1.5rem;
	}

	.entry-footer .entry-categories,
	.entry-footer .credits,
	.entry-footer .entry-tags,
	.entry-footer .entry-term-lists {
		text-align: left;
		width: 100%;
		float: none;
	}

	.entry-footer .credits {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.archive-description, .author-box, archive-title {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.archive h2.entry-title, .blog h2.entry-title,
	.page-template-page_blog-php h2.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.archive .entry-meta {
		margin-bottom: 16px;
		margin-bottom: 1.6rem;
	}

	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"],
	.user-review-form .user-review-pros-cons input,
	.user-review-form select {
		width: 90%;
	}
	
	.user-review-form .user-review-pros-cons .pros,
	.user-review-form .user-review-pros-cons .cons {
		width: 100%;
		float: none;
	}

	.content .widget_k99_advanced_search_form .advanced-search-options .item {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.content-box.icon-active {
		padding-left: 15px;
		padding-left: 1.5rem;
		padding-right: 15px;
		padding-right: 1.5rem;
	}

	body .featured-slider .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
		padding: 10px;
		padding: 1rem;
	}

	body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title,
	body .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	body .featured-gallery .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
		padding: 10px;
	}

	body .soliloquy-container.soliloquy-theme-metro .soliloquy-pager {
		max-width: 25%;
		height: auto;
	}

	.single .entry-content .iconbox img, .page .entry-content .iconbox img {
		margin-top: 5px;
		margin-top: .5rem;
		margin-bottom: 5px;
		margin-bottom: .5rem;
	}
	.single .entry-content .iconbox h3, .page .entry-content .iconbox h3, single .entry-content .iconbox p.icondesc, .page .entry-content .iconbox p.icondesc {
		margin-bottom: 5px;
		margin-bottom: .5rem;
	}
	.single .entry-content .iconbox a.btn, .page .entry-content .iconbox a.btn {
		margin-top: 10px;
		margin-top: 1rem;
	}
	.one-third.iconbox {
		width: 48%;
		margin-left: 4%;
	}
	.one-third.iconbox:nth-child(odd) {
		margin-left: 0;
		clear: both;
	}
	.one-third.iconbox.first {
		clear: none;
	}

	.entry-content .content-box-index-basic {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		margin: 0 0 2rem 0;
	}

	.entry-content .content-box-index-basic ul {
		margin: 0;
	}

	.list-entry {
		margin: 0 0 1px;
		margin: 0 0 1rem;
	}
	
	.single .related-posts li a span {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.sidebar .widget_wp_views_filter .one-half.first {
		margin-left: 0;
		clear: both;
	}
	.sidebar .widget_wp_views_filter .one-half {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}

	.content-box.mobilehorizontal {
		display: block;
	}

	body .grid-loop-wrapper > .entry,
	body .grid-loop-wrapper.grid-loop-four-items .entry {
    	max-width: 100%;
    	width: 100%;
	}
	
	p.buyers-guide-block-source {
		text-align: left;
	}
	
	body .soliloquy-container.soliloquy-theme-metro .slide-inject .soliloquy-caption span {
		font-size: 11px;
		font-size: 1.1rem;
	}
	
}

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

	.wpv-filter-form-clear {
		padding: 10px 10px 20px 17.5px;
		padding: 1rem 1rem 2rem 1.75rem;
	}
	
	#content .wpv-index-actions input,
	#content .wpv-index-actions input[type="reset"] {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#content .wpv-index-actions input {
		margin: 2.5px 0 0;
		margin: .25rem 0 0;
	}
	
	#content .wpv-index-actions input[type="reset"] {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.widget_k99_tabbed_widget .tabbed-widget-tab {
		padding: 0 17.5px;
		padding: 0 1.75rem;
	}

	.wpv-buyersguide-index .entry-content .buyers-guide-summary-button {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.buyers-guides .content-tabs .stats-box .more-info-link i {
		width: 100%;
		clear: both;
		margin: 0 0 15px;
	}
	
}

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

	.entry-content .pp-overview li {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}
	
	.wpv-filter-form-clear {
		padding: 10px 15px 20px 17px;
		padding: 1rem 1.5rem 2rem 1.7rem;
	}
	
	body .wpv-filter-form select,
    body .wpv-filter-form-clear select {
    	-moz-transition-duration: 0;
    	-o-transition-duration: 0;
    	-webkit-transition-duration: 0;
    	transition-duration: 0;
    }
    
	body .wpv-filter-form select:focus,
	body .wpv-filter-form-clear select:focus {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.wpv-filter-form-clear .one-sixth,
	.wpv-filter-form-clear .one-fourth,
	.wpv-filter-form-clear .one-half,
	.wpv-filter-form-clear .one-third {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		clear: both;
	}
	
	.wpv-filter-form-clear .wpv-index-actions.one-half {
		width: 100%;
		margin-right: 0;
	}
	
	#dtable_wrapper table.dataTable thead th,
	#dtable_wrapper table.dataTable tfoot th,
	#dtable_wrapper table.dataTable tbody td {
		padding: 12px 8px;
  		padding: 1.2rem .8rem;
	}
	
	.review-box .bottom-link-text,
	.review-box .user-rating .existing-ratings {
		text-align: left;
	}
	
	.review-box .user-rating h2,
	.review-box .user-rating .add-rating-stars-wrapper,
	.review-box .user-rating .existing-stars-wrapper {
		width: 100%;
		text-align: left;
	}
	
	.single-post .star-rating {
	    font-size: 20px;
    	font-size: 2rem;
    	top: 4px;
	}
	
	.review-box .user-rating .subsidiary-text,
	.review-box .user-rating .subsidiary-text a {
		line-height: 1.75;
	}
	
}

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

	.review-box .summary .col1 h2,
	.review-box .summary .col1 .star-rating,
	.review-box .existing-ratings.summary > div	 {
		width: 100%;
	}

	.review-box .summary .col1 .star-rating,
	.review-box .existing-ratings.summary > div {
    	float: left;
    	margin-bottom: 3px;
    	margin-bottom: .3rem;
	}

	.user-review-form .multi-ratings .item {
    	line-height: 2.5;
	}

	.user-review-form .multi-ratings .rating-form {
		position: relative;
		top: 0px;
	}

	.user-review-form .multi-ratings .rating-form .cancel {
    	font-size: 18px;
    	font-size: 1.8rem;
	}

	.user-review-form .multi-ratings .rating-form .star {
    	font-size: 20px;
    	font-size: 2rem;
	}
	
}

/* Responsive Menu
---------------------------------------------------------------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-top: 2px;
	float: right;
}

.responsive-menu-icon::before {
	color: #f5f5f5;
	content: "\f0c9";
	font: normal 24px/1 'FontAwesome';
	margin: 0 auto;
}

.genesis-nav-menu .menu-item.mobile-only-menu,
.genesis-nav-menu .icon-home a span,
.genesis-nav-menu .icon-home-power-off a span {
    display: none;
}

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

	.genesis-nav-menu .menu-item {float: left;}

}

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

	.breakpoint-900 .title-area {
		float: none;
	}

	.breakpoint-900 .header-social-icons {
		display: none;
	}

   	.breakpoint-900 .genesis-nav-menu.responsive-menu .icon-home a span,
   	.breakpoint-900 .genesis-nav-menu.responsive-menu .icon-home-power-off a span,
   	.breakpoint-900 .genesis-nav-menu.responsive-menu .icon-info-circle-only a span {
      	display: inline-block;
   	}

	.breakpoint-900 .nav-primary .wrap ul {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

	.breakpoint-900 .nav-primary,
	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-item.mobile-only-menu {
		display: block;
	}

	body.sticky-menu,
	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-item.desktop-only-menu {
    	display: none;
	}
	
	.breakpoint-900 .title-area {
		text-align: left;
    	margin: 12px 0;
    	margin: 1.2rem 0;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu {
		display: none;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-item,
	.breakpoint-900 .responsive-menu-icon {
		display: block;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu > li > a {
		font-size: 115%;
	}
	
	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu a {
		font-size: 100%;
	}
	
	.breakpoint-900 .genesis-nav-menu.responsive-menu li .fa {
		margin-right: 0.6em;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.breakpoint-900 .genesis-nav-menu.responsive-menu li a {
		border: none;
		display: block;
		padding: 11px 0;
		text-transform: none;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 40px;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-item-has-children:before {
		content: "\f107";
		float: right;
		font: normal 24px/1 'FontAwesome';
		height: 20px;
		padding: 11px 20px;
		margin-right: -15px;
		right: 0;
		text-align: right;
		z-index: 9999;
		border: none !important;
	}
	
	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu .menu-item-has-children:before {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f106";
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .menu-item > .sub-menu {
		display: none;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu li {
		background-color: rgba(255, 255, 255, 0.05);
	}
	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu li:hover {
		background-color: rgba(255, 255, 255, 0.10);
	}

	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu li a,
	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		padding: 10px 0 10px 20px;
		position: relative;
		text-transform: none;
		width: auto;
	}
	
	.breakpoint-900 .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.breakpoint-900 .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.breakpoint-900 .genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.breakpoint-900 .genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
		border-left: none;
	}
	
	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu > .right {
    	float: left;
		margin: 0 0 15px;
		margin: 0 0 1.5rem;
	}

	.breakpoint-900 .site-header .genesis-nav-menu.responsive-menu > .search {
    	width: 100%;
	}

	.breakpoint-900 .site-header .genesis-nav-menu .right.search input[type="search"] {
   		color: #f5f5f5;
    	font-size: 13px;
    	font-size: 1.3rem;
    	border-radius: 3px;
	}
	
}

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

	.responsive-menu-icon {
		margin-top: 6px;
	}

}

/* END */