/*
	Theme Name: ecomento
	Description: Genesis child theme for the ecomento network of sites
	Version: 1.0
	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: 17px 0 20px 0;
	margin: 1.7rem 0 2rem 0;
	border-left: 4px solid #006594;
	padding: 20px 20px 3px 20px;
	padding: 2rem 2rem .3rem 2rem;
	color: #262626;
	background: #f5f5f5;
}

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

cite {
	font-style: normal;
}

fieldset {
	border: 1px solid #f5f5f5;
}

/* 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: #939393;
	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: 12px;
	font-size: 1.2rem;
	text-indent: 3px;
	width: 100%;
}

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

::-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: #ed8530;
}

/*
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-weight: 600;
	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;
}

p.table-bottom-notes {
	color: #939393;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 7.5px 10px 25px;
	margin: .75rem 1rem 2.5rem;
}

span.table-footnote {
	font-size:9px;
	position:relative;
	top:-4px;
	color: #939393;
}

/* 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 .dataTables_filter {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	width: 50%;
	clear: both;
	text-align: left;
	float: left;
}
#dtable_wrapper .dataTables_filter label {
	font-weight: 600;
	font-size: 15px;
	font-size: 1.5rem;
}
#dtable_wrapper table.dataTable thead th {
	border-bottom: 0px solid #f5f5f5;
	padding: 10px 18px 10px;
	padding: 1rem 1.8rem 1rem;
	font-weight: 600;
	background-color: #f5f5f5;
}
#dtable_wrapper table.dataTable td {
	border: none;
	padding: 15px 10px;
	padding: 1.5rem 1rem;
}
#dtable_wrapper table.dataTable tr.odd, #dtable_wrapper table.dataTable tr.even, #dtable_wrapper table.dataTable tr.odd td.sorting_1,
#dtable_wrapper table.dataTable tr.even td.sorting_1 {
	background-color: transparent;
}
#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 .dataTables_length {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
#dtable_wrapper .dataTables_length label {
	font-weight: 600;
}
#dtable_wrapper .dataTables_length select {
	margin-top: 2px;
	margin-top: .2rem;
}
#dtable_wrapper .dataTables_paginate {
	float: left;
	text-align: left;
}
#dtable_wrapper .paging_full_numbers {
	height: 22px;
	line-height: 22px;
	margin: 30px 0 30px 0;
	margin: 3rem 0 3rem 0;
	text-align: center;
}
#dtable_wrapper .paging_full_numbers a.paginate_button {
	background-color: #262626;
	color: #fff !important;
	border: 1px solid #262626;
	border-radius: 3px;
}
#dtable_wrapper .paging_full_numbers a.paginate_active, #dtable_wrapper .paging_full_numbers a.paginate_button:hover {
	background-color: #006594;
	color: #fff !important;
	border: 1px solid #006594;
	border-radius: 3px;
}
#dtable_wrapper table.dataTable.dtr-column tbody td.control:before,
#dtable_wrapper table.dataTable.dtr-column tbody th.control:before {
	color: #f5f5f5;
	border: 1px solid #006594;
	border-radius: 3px;
	line-height: 15px;
	box-shadow: none;
	background-color: #006594;
}
#dtable_wrapper table.dataTable.dtr-column tbody tr.parent td.control:before, 
#dtable_wrapper table.dataTable.dtr-column tbody tr.parent th.control:before {
	background-color: #262626;
	border: 1px solid #262626;
	line-height: 14px;
}
#dtable_wrapper table.dataTable tr.child ul li {
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: none;
	margin-bottom: 0;
}
#dtable_wrapper table.dataTable tr.child span.dtr-title {
	font-weight: 600;
}
#dtable_wrapper table.dataTable tr.child ul li .dtr-data strong {
	font-weight: 400;
}

#dtable_wrapper table.dataTable.no-footer {
	border-bottom: 3px solid #f5f5f5;
}

/* 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);
}

/* 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: 14px;
	font-size: 1.4rem;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-content ul.label-value-grid .label {
	font-weight: 600;
	float: left;
	width: 50%;
	line-height: 1.25;
	margin-bottom: 3px;
	margin-bottom: .3rem;
}

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

/* 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;
}


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

.js-disabled-warning.wrap {
	display: block;
	padding: 0.5em;
	background: #ed8530;
	font-weight: 400;
	text-align: center;
	color: #000;
}

/* 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;
}

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

.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-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: 15px 0 15px 0; padding: 1.5rem 0 1.5rem 0; float: left;margin: 0 0 20px;margin: 0 0 2rem;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: 0 auto 17px;
	margin: 0 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: 8px 10px;
	padding: .8rem 1rem;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #262626;
	font-weight: 600;
	line-height: 1.3;
}

.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;
}

.grid-loop .entry-title, .archive .grid-loop-wrapper h2.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.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
---------------------------------------------------------------------------------------------------- */

.star-rating {
	font-size: 17px;
	font-size: 1.7rem;
	position: relative;
	top: 0;
}

.ajax-star-rating-container .star {
	font-size: 17px;
	font-size: 1.7rem;
}

.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: #ea7d00;
}

.comment .review-criteria .star-rating {
	color: #F2A769;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #939393;
}

.enews-widget .widget-title {
	color: #f5f5f5;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #006594;
	color: #f5f5f5;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #005075;
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {display: none;}

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

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

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

.title-area {
	margin: 15px 0;
	margin: 1.5rem 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	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: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.35;
	margin: .65em 0 0;
	float: left;
}

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

span#site-desc-addon a {
	color: #fff;
	font-weight: 400;
	background: #ed8530;
	border-radius: 3px;
	padding: 1.5px 4.5px;
	padding: .15rem .45rem;
	margin-left: 10px;
	margin-left: 1rem;
	font-size: 13px;
	font-size: 1.3rem;
}

span#site-desc-addon a:hover {
	background: #e37317;
	text-decoration: none;
}


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

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

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

.genesis-nav-menu > li > a {
	border-bottom: 5px solid #262626;
	padding-bottom: 6px;
}

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

.genesis-nav-menu a {
	border: none;
	color: #f5f5f5;
	display: block;
	padding: 9px 10px;
	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: 14px;
	font-size: 1.4rem;
	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: #ed8530;
}

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

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

.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;}

.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: 0px;
	background: #363636;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
	font-size: 13px;
	font-size: 1.3rem;
}

/* 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 {
	padding-right: 7px;
	padding-right: .7rem;
	padding-left: 7px;
	padding-left: .7rem;
}

.menu li .fa {
	font-size: 17px;
	font-size: 1.7rem;
	position: relative;
	margin-right: .25em;
}

.menu li.icon-home > 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;
}

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

.sticky-menu.admin-bar .nav-primary {
	top: 28px;
}

/* 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-bottom: 30px;
	padding-bottom: 3rem;
}

.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;
}

.buyers-guides p.entry-meta span, .kaufberatung p.entry-meta span {
	font-weight: 600;
	color: #262626;
}

.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
--------------------------------------------- */

.archive.category-videos .archive-description, .archive.category-images .archive-description, .archive.category-bilder .archive-description,
.archive.category-wallpaper .archive-description {
	padding: 0 20px 4px;
	padding: 0 2rem .4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.grid-loop-wrapper .entry-header img, .singular .grid-loop-wrapper .entry-header img {
	display: block;
	margin-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.grid-loop-wrapper > .entry, .singular .grid-loop-wrapper > .entry {
	width: 47%;
}

.grid-loop-wrapper .entry, .singular .grid-loop-wrapper .entry {
	border-radius: 3px;
	padding-bottom: 0;
}

.grid-loop-wrapper > .entry.odd , .singular .grid-loop-wrapper > .entry.odd {
	clear: both;
	float: left;
}

.grid-loop-wrapper > .entry.even,  .singular .grid-loop-wrapper > .entry.even {
	float: right;
}

.grid-loop-wrapper > .entry .entry-header, .singular .grid-loop-wrapper > .entry .entry-header {
	padding: 0;
}

.grid-loop-wrapper > .entry .entry-header img, .singular .grid-loop-wrapper > .entry .entry-header img {
	max-width: 100%;
}

.grid-loop-wrapper > .entry .entry-content > a, .singular .grid-loop-wrapper > .entry .entry-content > a  {
	border: 0;
}

.grid-loop-wrapper .entry-title, .singular .grid-loop-wrapper .entry-title {
	margin-top: 20px;
	margin-top: 2rem;
	padding: 0 20px;
	padding: 0 2rem;
}

.grid-loop-wrapper .entry-meta, .singular .grid-loop-wrapper .entry-meta {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
}

.grid-loop-wrapper .entry-content, .singluar .grid-loop-wrapper .entry-content {
	padding: 0 20px 20px;
	padding: 0 2rem 2rem;
	margin-bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.grid-loop-wrapper .entry-content:empty, .singular .grid-loop-wrapper .entry-content:empty {
	display: none;
}

.grid-loop-wrapper .entry > a + .entry-content, .singular .grid-loop-wrapper .entry > a + .entry-content {
	padding-bottom: 0;
}

.grid-loop-wrapper .entry-content p, .singular .grid-loop-wrapper .entry-content p {
	margin-bottom: 0;
}

/* 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: 30px;
	margin-bottom: 3rem;
}

.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,
.quote-caption {
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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: none;
}

.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: 26px 40px 8px;
	padding: 2.6rem 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;
}

/* 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.attention.icon-active,
.content-box.guestpost.icon-active,
.content-box.mobilehorizontal.icon-active {
	padding: 17px 25px 0;
	padding: 1.7rem 2.5rem 0;
	background: #f5f5f5;
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

.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 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: 19px;
	font-size: 1.9rem;
	color: #006594;
	float: left;
	position: relative;
	top: 1px;
}

.content-box.icon-active p {
	line-height: 1.35;
	margin-left: 1.5em;
}

.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.25;
}

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

/* 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 1.3% 0 0;
	width: 24%;
}
.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 0 10px;
	padding: .5rem 0 1rem;
	font-size: 15px;
	font-size: 1.5rem;
}

.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.25;
}

.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
---------------------------------------------------------------------------------------------------- */

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

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

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

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

.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;
}

.soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title,
.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;
}

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

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

.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-theme-metro .soliloquy-pager-link:hover, body .soliloquy-theme-metro .soliloquy-pager-link.active {
	background: #006594;
}

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

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

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

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

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

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

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

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

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

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

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

/* 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-left: 40px;
	padding-left: 4rem;
	font-weight: 400;
}

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

.stats-box-disclaimer {
	clear: both;
	padding: 0.75em 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 > 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 i {
	font-size: 20px;
	font-size: 2rem;
	position: relative;
	top: 1px;
	margin-right: 0.1em;
}

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

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

.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;
}

.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 a {
	border-bottom: 1px solid #ddd;
}

.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;
}

.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 15px;
	padding: 3rem 1.5rem;
	background: #262626;
	font-weight: 400;
	margin-top: 0;
	border-bottom: 1px solid #939393;
}

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

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

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

.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: inherit;
	font-weight: normal;
	margin-bottom: 0;
	color: #fff;
}

.review-box .author-review-pros-cons {
	width: 75%;
	float: left;
	margin-bottom: 1em;
}

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

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

.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 {
	background: #f5f5f5;
	padding: 0.7em 1em 0.35em;
	margin: 0.25em 0;
}

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

.review-box .review-long-summary h2, .review-box.author-review-enabled h2 a, .review-box .author-review-pros-cons h2 {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 500;
}

.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 15px;
	padding: 2rem 1.5rem;
}

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

.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: #fff;
}

.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: #f5f5f5;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	float: left;
	margin: 0 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 .bottom-link-text {
	clear: both;
	padding-bottom: 1.5em;
	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 i, .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: #f5f5f5;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.review-box .bottom-link-text,
.review-box .bottom-link-text a {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.75;
	color: #939393;
}

.review-box .bottom-link-text i {
	margin-right: 0.4em;
	font-size: 16px;
	font-size: 1.6rem;
}

/* 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;
}

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

.review-box .summary .col1 .star-rating {
	float: left;
	display: inline-block;
	top: 2px;
}

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

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

.review-box .existing-ratings.summary .item .label {
	width: 50%;
	display: inline-block;
	text-align: left;
}

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

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

.review-box .existing-ratings.summary .item, .review-box .summary .col2 .star-rating {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}

.review-box .existing-ratings.summary .review-now-link {
	color: #f5f5f5;
}

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

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


/* Multi ratings
--------------------------------------------- */

.user-review-form .experience-select-wrapper {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.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 .experience-select-wrapper label {
	display: inline;
	margin-left: 0.5em;
	font-weight: normal;
}

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

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

.user-review-form .multi-ratings {
	margin-bottom: 1em;
}

.user-review-form h4.user-review-form-heading, .user-review-pros-cons label {
	font-size: 16.5px;
	font-size: 1.65rem;
}

.user-review-form .multi-ratings .label {
	margin-right: 0.5em;
	font-weight: 400;
}

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

.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: 1em;
}

.comment-content .review-pros-cons {
	margin-top: 1em;
}

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

.after-post-sharing {
	clear: both;
	overflow: hidden;
	padding: 20px 15px;
	padding: 2rem 1.5rem;
	font-size: 15px;
	font-size: 1.5rem;
	background: #262626;
	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: 45%;
}

.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: 0 8px 0 5px;
	padding: 0 .8rem 0 .5rem;
	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: #006594;
	color: #f5f5f5;
	border-radius: 3px;
	font-weight: 400;
}

#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-pinterest a:before {
	font-size: 15px;
	font-size: 1.5rem;
}

#content div.sharedaddy li.share-email a:before         { content: "\F0E0"; color: #262626; font-family: FontAwesome;}
#content div.sharedaddy li.share-facebook a:before     	{ content: "\F09A"; color: #3b5998; font-family: FontAwesome;}
#content div.sharedaddy li.share-google-plus-1 a:before { content: "\F0D5"; color: #dd4b39; font-family: FontAwesome;}
#content div.sharedaddy li.share-twitter a:before       { content: "\F099"; color: #2290bf; font-family: FontAwesome;}
#content div.sharedaddy li.share-print a:before         { content: "\F02F"; color: #ddd; font-family: FontAwesome;}
#content div.sharedaddy li.share-tumblr a:before        { content: "\F173"; color: #2c4762; font-family: FontAwesome;}
#content div.sharedaddy li.share-reddit a:before        { content: "\F1A1"; color: #94C3F2; font-family: FontAwesome;}
#content div.sharedaddy li.share-pinterest a:before     { content: "\uF231"; color: #c92228; font-family: FontAwesome;}

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;}

/* 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 {display: inline-block;margin: 0;width: 75%;	min-width: 0;border: 0;	height: 2.5em;line-height: 2.5em;padding: 0 0.5em;}
.after-post-sharing .subscribe-content #mc_embed_signup input.button {display: inline-block;margin: 0;width: 23%;min-width: 0;height: 2.5em;line-height: 2.5em;background-color: #ed8530;padding: 0;}
.after-post-sharing .subscribe-content #mc_embed_signup input.button:hover {background-color: #e37317;color: #fff;}

/* 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;
}

/* 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 .entry-content .model-related-posts a {
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
}

.singular .model-related-posts {
	background: #f5f5f5;
	padding: 20px 20px 10px;
	padding: 2rem 2rem 1rem;
	margin-top: 25px;
	margin-top: 2.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: 23%;
	float: left;
	margin-right: 2.666%;
	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
---------------------------------------------------------------------------------------------------- */

.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;
}

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

.before-comment-form-content {
	font-weight: 400;
	background: #fff;
	padding: 30px;
	padding: 3rem;
	font-size: 15px;
	font-size: 1.5rem;
}

.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;
}

.before-comment-form-content + .comment-respond {
	padding-top: 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;
}

.comment-respond,
.entry-pings {
	padding: 30px 30px 16px;
	padding: 3rem 3rem 1.6rem;
}

.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-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;
	font-style: italic;
}

.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;
}

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

#comments .staff, #comments .bypostauthor,
#comments  .comment-author-ecomentocom {
	background: #fff;
	border-left: 0px solid #006594;
	border-top: none;
	border-bottom: none;
}

.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;
}

/* 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
--------------------------------------------- */

.noitems {
	margin: 20px 0;
	margin: 2rem 0;
}

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

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

.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: 400;
	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;
}

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

.wpv-index-actions input[type="reset"] {
	background: #262626;
	color: #ddd;
	font-size: 12px;
	font-size: 1.2rem;
}

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

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

.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
--------------------------------------------- */

.page-template-template-modelfinder-lifestyle-php .wpv-archive-search-control,
.page-template-template-modelfinder-lifestyle-php .archive-description.wpv-archive-search-control {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.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-bottom: 5px;
	margin-bottom: .5rem;
}

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

.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;
}

.wpv-view-frame .entry-content, wpv-buyersguide-index .entry-content {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.page-template-template-modelfinder-lifestyle-php .wpv-grid-comparison .entry-content {
	margin-bottom: 0;
}

.wpv-view-frame .grid-loop-wrapper .entry-content {
	padding: 0 20px 5px;
	padding: 0 2rem .5rem;
}

/* Buyers Guide Archive
--------------------------------------------- */

.wpv-buyersguide-index.grid-loop-wrapper .entry .entry-header .entry-title {
	text-align: center;
}

.wpv-buyersguide-index.grid-loop-wrapper .entry-header img {
	display: block;
	margin-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.entry-content .buyers-guide-summary-button {
	width: 100%;
	text-align: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 20px;
	padding: 2rem;
}

.entry-content a.buyers-guide-summary-button:hover {
	background: #006594;
}

/* Test Drive WP Views Archive
--------------------------------------------- */

.test-drive-archive-content {
  	padding: 10px;
  	padding: 1rem;
}

.entry-content .test-drive-button {
	width: 100%;
	text-align: center;
	padding: 1.25px 20px 17.5px;
	padding: .125rem 2rem 1.75rem;
	background: #fff;
}

.entry-content a.test-drive-button {
	border-radius: 3px;
	color: #006594;
	font-weight: 600;
}

.entry-content a.test-drive-button i.fa {
	margin-right: 7px;
	margin-right: .7rem;
}

.entry-content a.test-drive-button:hover {
	background: #fff;
  	color: #006594;
  	text-decoration: underline;
}

/* Community Green Cars/Rides Archive & WP Views 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-weight: 400;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;}

/*
Brand archive
---------------------------------------------------------------------------------------------------- */


.wpv-view-frame .brands-overview-archive.grid-loop-wrapper .entry-content {padding:0;}
.brands-overview-archive.grid-loop-wrapper > .entry .entry-content > a, .singular .brands-overview-archive.grid-loop-wrapper > .entry .entry-content > a {border-radius: 3px;}
.entry-content .brands-overview-button {width: 100%;text-align: center;	padding: 20px 0 20px;padding: 2rem 0 2rem;background: #f5f5f5;}
.entry-content a.brands-overview-button {color: #006594;font-weight: 600;}
.entry-content a.brands-overview-button i.fa {margin-right: 7px;margin-right: .7rem;}
.entry-content a.brands-overview-button:hover {background: #f5f5f5;color: #006594;text-decoration: underline;}

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

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

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

/* Test Drive Singular
--------------------------------------------- */

.single-test-drive p {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem
}

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

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

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

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

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

/* Buyers Guide Singular
--------------------------------------------- */

.entry-content .buyers-guide-notgood { background: #7d4026; color: #f5f5f5;}
.entry-content .buyers-guide-ok      { background: #c0a175; color: #f5f5f5;}
.entry-content .buyers-guide-good    { background: #50836e; color: #f5f5f5;}
.entry-content .buyers-guide-great   { background: #006594; color: #f5f5f5;}

.single.single-buyers-guides .entry > .featured-image img, .single.single-kaufberatung .entry > .featured-image img {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.single-buyers-guides .entry-content, .single-kaufberatung .entry-content {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

.buyers-guide-singular-summary .no-media-reviews {
	font-weight: 400;
	padding: 20px;
	padding: 2rem;
	color: #939393;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.35;
}

.buyers-guide-summary-button i {
	margin-right: 0.3em;
	font-size: 23px;
	font-size: 2.3rem;
	vertical-align: top;
}

.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 i {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.buyers-guide-singular-summary .buyers-guide-conclusion {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1em 0;
	margin-bottom: 2.5px;
	margin-bottom: .25rem;
	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: block;
	margin: 0 auto;
}

.buyers-guide-smiley-ratings {
	margin-bottom: 2em;
}

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

.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: #006594;
	font-size: 22px;
	font-size: 2.2rem;
}

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

.buyers-guide-singular-summary .buyers-guide-pros-cons-wrap {
	overflow: hidden;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

.buyers-guide-singular-summary .buyers-guide-pros p,
.buyers-guide-singular-summary .buyers-guide-cons p {
	padding: 0 2em;
}

.buyers-guide-singular-summary .buyers-guide-custom-text {
	padding: 0 2em;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.buyers-guide-singular-summary .buyers-guide-custom-text .heading, .buyers-guide-singular-summary .rivals .heading {
	font-weight: 600;
	margin-bottom: 5px;
	margin-bottom: .5rem;
	font-size: 16px;
	font-size: 1.6rem;
}

.buyers-guide-singular-summary .rivals {
	padding: 0 2em;
	margin: 37px 0 37px 0;
	margin: 3.7rem 0 3.7rem 0;
}

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

p.buyers-guide-rating-notes {
	clear: both;
	padding: 20px 20px 10px;
	padding: 2rem 2rem 1rem;
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	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;
}

.single-buyers-guides .entry-footer, .single-kaufberatung .entry-footer {
	display: none;
}

.single-buyers-guides .comment-respond .comment-form-comment label, .single-kaufberatung .comment-respond .comment-form-comment label {
	font-size: 16.5px;
	font-size: 1.65rem;
}

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

.characters-remaining span {
	color: #ed8530;
}

.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;
}

.single-buyers-guides .entry-pagination, .single-kaufberatung .entry-pagination {
	font-weight: 400;
	padding-top: 20px;
	padding-top: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.single-buyers-guide .comments-disabled-alternate-text, .single-kaufberatung .comments-disabled-alternate-text {
	margin-top: 40px;
	margin-top: 4rem;
}

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

.single-carsharing-anbieter .star-rating {
	top: 2px;
}

.single-carsharing-anbieter .entry-header .star-rating {
	margin-left: 3px;
	margin-left: .3rem;
}

.single-carsharing-anbieter .comment-list li {
	padding: 16px 32px 32px 16px;
	padding: 1.6rem 3.2rem 3.2rem 1.6rem;
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.single-carsharing-anbieter .comment-respond .comment-form-comment label {
	font-size: 16.5px;
	font-size: 1.65rem;
}

/* 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 {
	font-size: 18px;
	font-size: 1.8rem;
}

.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;
}

/* 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;
}

.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%;
	line-height: 1.25;
	margin-bottom: 3px;
	margin-bottom: .3rem;
}

.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;
	line-height: 1.35;
}

/*
Event Post Type Singular
------------------------------------------- */

.entry-content .event-details.label-value-grid {
	background: #eee;
	padding: 1em;
	max-width: 350px;
	margin-bottom: 1.5em;
}


/*
User/Brand/Company/Sponsor profile pages
---------------------------------------------------------------------------------------------------- */

.single-profile .featured-image,
.single-profil .featured-image,
.single-sponsor .featured-image,
.single-sponsoren .featured-image,
.single-brand .featured-image,
.single-marke .featured-image {margin-bottom: .25em;}
.single-profile .entry-header .entry-title,
.single-profil .entry-header .entry-title,
.single-brand .entry-header .entry-title,
.single-marke .entry-header .entry-title,
.archive.author .user-profile-custom-content h1.author-name {
   clear: both;
}
.entry-header .logo-image.user-archive,
.entry-header .logo-image.brand-page,
.entry-header .logo-image.profile-page,
.entry-header .logo-image.sponsors-page {
	float: left;
	z-index: 10;
	width: 150px;
	height: 150px;
	position: relative;
	border-style: solid;
	border-color: #fff;
	border-width: 2px;
}
.entry-header .logo-image.user-archive{
	border-width: 2px 2px 2px 0;
}
.entry-header .logo-image.brand-page,
.entry-header .logo-image.profile-page,
.entry-header .logo-image.sponsors-page,
.entry-header .logo-image.user-archive {
	margin: -5em 1.5em 1em 0;
}
.single-profile .entry-header,
.single-profil .entry-header,
.single-sponsor .entry-header,
.single-sponsoren .entry-header,
.single-brand .entry-header,
.single-marke .entry-header,
.archive.author .user-profile-custom-content .entry-header {
	padding-top: 20px;
	padding-top: 2rem;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
}
.single-profile .entry-header img,
.single-profil .entry-header img,
.single-sponsor .entry-header img,
.single-sponsoren .entry-header img,
.single-brand .entry-header img,
.single-marke .entry-header img,
.archive.author .user-profile-custom-content .entry-header img {
	margin-bottom: 0;
}
.single-profile .entry-content ol,
.single-profil .entry-content ol,
.single-profile .entry-content ul,
.single-profil .entry-content ul,
.single-sponsor .entry-content ol,
.single-sponsoren .entry-content ol,
.single-sponsor .entry-content ul,
.single-sponsoren .entry-content ul,
.single-brand .entry-content ol,
.single-marke .entry-content ol,
.single-brand .entry-content ul,
.single-marke .entry-content ul {
	margin-left: 0;
}
.single-profile .back-to-overview-link,
.single-profil .back-to-overview-link,
.single-sponsor .back-to-overview-link,
.single-sponsoren .back-to-overview-link {
	clear: both;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.archive.author .user-profile-custom-content { 	padding-bottom: 10px; 	padding-bottom: 1rem; }
.archive.author .user-profile-custom-content h1.author-name {font-size: 29px; font-size: 2.9rem;}
.archive.author .user-profile-custom-content .legal-info h3 {margin-bottom: 10px;margin-bottom: 1rem;}

.brand-pagination.entry-pagination {text-align: left;}
.brand-pagination.entry-pagination li {margin: 0 15px 7.5px 0 ;margin: 0 1.5rem .75rem 0;}
.brand-pagination.entry-pagination li .fa {margin-right: 2.5px;margin-right: .25rem;}

.single-brand ul.brand-news li, .single-marke ul.brand-news li {list-style-type: none;margin-left: 0;line-height: 1.35;margin-bottom: 12px;margin-bottom: 1.2rem;}
.single-brand ul.brand-news li a, .single-marke ul.brand-news li a {color: #262626;}
.single-brand ul.brand-news li .fa, .single-marke ul.brand-news li .fa, .single-brand ul.brand-news li a:hover, .single-marke ul.brand-news li a:hover {
	color: #006594;
	text-decoration: none;
}
.single-brand .backtotop.mobile, .single-marke .backtotop.mobile {display: none;}

.single-brand .brand-posts-list-archive .entry-header,
.single-marke .brand-posts-list-archive .entry-header,
.single-brand .brand-posts-list-archive .entry-content,
.single-marke .brand-posts-list-archive .entry-content  {padding: 0;}
.single-brand .brand-posts-list-archive .entry, .single-marke .brand-posts-list-archive  .entry {padding-bottom: 0;margin-bottom: 10px; margin-bottom: 1rem;}
.single-brand .brand-posts-list-archive .entry-header .entry-meta,
.single-marke .brand-posts-list-archive .entry-header h2,
.single-brand .brand-posts-list-archive .entry-header h2,
.single-marke .brand-posts-list-archive .entry-header .entry-meta {margin-bottom: 10px;margin-bottom: 1rem;}
.single-brand .brand-posts-list-archive img.alignleft, .single-marke .brand-posts-list-archive img.alignleft {margin-top: 6.5px;margin-top: .65rem;}

.single-brand .brand-social-feed, .single-marke .brand-social-feed {padding: 30px; padding: 3rem; margin-bottom: 30px; margin-bottom: 3rem;text-align: center;background: #f5f5f5;border-radius: 3px;}
.single-brand .brand-social-feed embed, .single-marke .brand-social-feed iframe, .single-brand .brand-social-feed embed, .single-marke .brand-social-feed iframe {background: #fff;}

.single-profile .review-box,
.single-profil .review-box,
.single-sponsor .review-box,
.single-sponsoren .review-box,
.single-brand .review-box,
.single-marke .review-box {
	background: #f5f5f5;
	border: 0;
	color: #262626;
}

.single-profile .review-box .summary h2,
.single-profil .review-box .summary h2,
.single-sponsor .review-box .summary h2,
.single-sponsoren .review-box .summary h2,
.single-brand .review-box .summary h2,
.single-marke .review-box .summary h2 {
	color: #262626;
	font-weight: 600;
	margin-bottom: 0;
}

.single-profile .review-box .summary .review-now-link,
.single-profil .review-box .summary .review-now-link,
.single-sponsor .review-box .summary .review-now-link,
.single-sponsoren .review-box .summary .review-now-link,
.single-brand .review-box .summary .review-now-link,
.single-marke .review-box .summary .review-now-link {
	color: #006594;
	font-weight: 600;
	margin-bottom: 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;
}

/*
Glossary archive
---------------------------------------------------------------------------------------------------- */

.archive .grid-loop-wrapper .type-glossary.entry, .archive .grid-loop-wrapper .type-wissen.entry {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #939393;
}

.sidebar a {
	color: #262626;
}

.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;
}

.sidebar .widgettitle {
	padding: 30px 0 20px;
	padding: 3rem 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: 40px 0 0;
	padding: 4rem 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;
}

.ecomento-com .sidebar .widget.widget_search {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.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 {margin-left: -1px;margin-right: -1px;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;padding: 0 0 8px 0;margin: 0 0 2px 0;text-align: center; }
.socialbox-widget.socialbox-style-flatgrid-colored {border-top-right-radius: 3px;border-top-left-radius: 3px;background: #262626;}
.socialbox-icon-64 {width: 48px;height: 41px;display: block;margin: 0 auto;padding: 0;background: none;text-align: center;}
.socialbox-style-flatgrid-colored .socialbox-network-facebook {background: #3d599b;border-top-left-radius: 3px;}
.socialbox-style-flatgrid-colored .socialbox-network-twitter {background: #00abee;}
.socialbox-style-flatgrid-colored .socialbox-network-google-plus {background: #dd4b39;border-top-right-radius: 3px;}
.socialbox-style-flatgrid-colored .socialbox-network-facebook:hover,.socialbox-style-flatgrid-colored .socialbox-network-twitter:hover,.socialbox-style-flatgrid-colored .socialbox-network-google-plus:hover {zoom: 1;filter: alpha(opacity=7);opacity: 0.7;}
.socialbox-style-flatgrid-colored .socialbox-icon-64 {background-image: url("/wp-content/themes/ecomento/images/icons-32-white-symbol.png");background-position-x: 0px;background-repeat: no-repeat;}
.socialbox-style-flatgrid-colored .socialbox-icon-64.socialbox-icon-facebook {background-position: 10px 12px;}
.socialbox-style-flatgrid-colored .socialbox-icon-64.socialbox-icon-twitter {background-position: 10px -116px;}
.socialbox-style-flatgrid-colored .socialbox-icon-64.socialbox-icon-google-plus {background-position: 10px -51px;}
div.socialbox-widget .fa {color: #fff;font-size: 27px;font-size: 2.7rem;margin-top: 15px;margin-top: 1.5rem;display: none;display: inline-block;}
.socialbox-style-flatgrid-colored .socialbox-number, .socialbox-style-flatgrid-colored .socialbox-metric {color: #ffffff;font-size: 12px;font-size: 1.2rem;display: block;text-align: center;margin: 0;padding: 0;}
.socialbox-style-flatgrid-colored .socialbox-metric {font-size: 12px;font-size: 1.2rem;font-weight: 400;color: #fff;display: none;}
div.socialbox-widget.newsletter-signup {background: #262626; padding: 0 20px 20px;padding: 0 2rem 2rem;margin-bottom: 0;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;}
div.socialbox-widget h2 {color: #fff; font-size: 18px;font-size: 1.8rem;text-align:center;padding-top: 10px;padding-top: 1rem;margin-bottom: 1px;margin-bottom: .1rem;}
div.socialbox-widget h2 .fa {color: #fff;font-size: inherit;margin-top: 0;display: inline-block;}
.sidebar div.socialbox-widget p {color: #ddd;font-size: 16px;font-size: 1.6rem;font-weight: 400;text-align:center;background: transparent;padding: 0;margin: 0 0 15px;margin: 0 0 1.5rem;}
div.socialbox-widget input {background: #fff;text-align: center;border: 1px solid #ddd;}
div.socialbox-widget input[type=email] {width: 100%;}
div.socialbox-widget input[type="submit"] {background: #006594;border: 0px solid #ddd;width: 100%;margin-top: 5px;margin-top: .5rem;}
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: 20px;
	padding: 2rem;
	margin-top: 32px 0 40px;
	margin: 3.25rem 0 4rem;
	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: 5px;
	margin-bottom: .5rem;
}

.widget.widget_wp_views_filter input[type="submit"] {
	background: #006594;
	color: #f5f5f5;
	margin-top: 5px;
	margin-top: .5rem;
}

.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;
}
.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;
}
.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;
}
.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.125;
	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;
}

/*
Advanced Search Form widget
--------------------------------------------- */

.search 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: 20px 20px 0;
	padding: 2rem 2rem 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%;
}

.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;
}

.home .backtotop a {
	padding: 0 2em 0em;
}

.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;
}


/*
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;
}

.single-kaufberatung .after-post-widget-area .sidebar_ad_rectangle,
.ecomento-com.single-buyers-guides .after-post-widget-area .sidebar_ad_rectangle {
	margin: 20px 0 0;
	margin: 2rem 0 0;
}

/* Adsense
---------------------------------------------------------------------------------------------------- */

.sidebar_ad_rectangle { text-align: center; margin: 40px 0 40px; margin: 4rem 0 4rem; }
@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 (min-width: 1139px) {

	.singular.ecomento-com .our-authors-item img.alignleft {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.archive.category-wallpaper .archive-description, .post-type-archive-glossary .archive-description, .post-type-archive-wissen .archive-description,
	.archive.category-videos .archive-description, .archive.category-images .archive-description, .archive.category-bilder .archive-description {
		padding: 20px 21.25px 4px;
		padding: 2rem 2.125rem .4rem;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.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: 8px;
		margin-top: .8rem;
	}
	
	.wpv-filter-form-clear .wpv-index-actions.one-half {
		width: 100%;
	}
	
	.wpv-filter-form-clear {
		padding: 10px 10px 20px 20px;
		padding: 1rem 1rem 2rem 2rem;
	}

	.wpv-filter-form-clear .first {
		margin-left: 0;
		clear: none;
	}

	.wpv-index-actions {
		margin-top: 14px;
		margin-top: 1.4rem;
	}

	.wpv-filter-disclaimer {
		margin-right: 2%;
	}

	.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;
	}

	.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.user-rating-enabled .user-rating.ajax-external .star-rating,
	.review-box.user-rating-enabled .user-rating.ajax-internal .star-rating,
	.review-box.user-rating-enabled .user-rating.ajax-external .unrated .star,
	.review-box.user-rating-enabled .user-rating.ajax-internal .unrated .star {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.review-box.user-rating-enabled .user-rating.ajax-external h2,
	.review-box.user-rating-enabled .user-rating.ajax-internal h2 {
		line-height: 1.9;
	}
	.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,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.widgetized-homepage .widget {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.before-comment-form-content {
		background: #f5f5f5;
		border-radius: 3px;
		padding: 20px;
		padding: 2rem;
		margin-bottom: 3rem;
		margin-bottom: 30px;
	}

	.comment-respond {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.comment .experience {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 1.6rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.title-area,
	.nav-primary {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-footer {
		padding-left: 0;
		padding-right: 0;
	}

	.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: 26px;
		padding-top: 2.6rem;
	}

	.comments-disabled-alternate-text {
		margin-bottom: 50px;
		margin-bottom: 5rem;
	}

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

	.archive.category-wallpaper .archive-description, .post-type-archive-glossary .archive-description, .post-type-archive-wissen .archive-description,
	.archive.category-videos .archive-description, .archive.category-images .archive-description, .archive.category-bilder .archive-description {
		padding-left: 0;
	}

	.grid-loop-wrapper, .single .grid-loop-wrapper {
		margin-top: 20px;
		margin-top: 2rem;
	}

	.grid-loop-wrapper > .entry .entry-header, .singular .grid-loop-wrapper > .entry .entry-header {
		padding-top: 20px;
		padding-top: 2rem;
	}

	.wpv-grid-comparison .grid-loop-wrapper,
	.wpv-grid-comparison .single .grid-loop-wrapper,
	.wpv-grid-comparison .grid-loop-wrapper > .entry .entry-header {
		padding-top: 0;
		margin-top: 0;
	}

	.wpv-archive-search-control, .archive-description.wpv-archive-search-control {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.wpv-index-actions, .wpv-index-actions.one-half, .wpv-index-actions.one-third {
		margin-top: 14px;
		margin-top: 1.4rem;
	}

	.wpv-buyersguide-index .wpv-archive-search-control {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.wpv-buyersguide-index.grid-loop-wrapper > .entry {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.wpv-buyersguide-index.grid-loop-wrapper .entry .entry-header .entry-title {
		background: #f5f5f5;
		padding: 15px 10px;
		padding: 1.5rem 1rem;
		margin-bottom: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.wpv-buyersguide-index .entry-content .buyers-guide-summary-button {
		padding: 12.5px 10px;
		padding: 1.25rem 1rem;
		line-height: 1.35;
	}

	.wpv-buyersguide-index .buyers-guide-summary-button i {
		margin-right: 0;
		width: 100%;
		clear: both;
		margin-bottom: 4px;
		margin-bottom: .4rem;
	}

	.archive .entry-header, .search .entry-header, .blog .entry-header, .page-template-page_blog-php .entry-header {
		padding-top: 10px;
		padding-top: 1rem;
	}

	.archive .entry, .search .entry, .blog .entry, .page-template-page_blog-php .entry {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.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;
	}

	div.socialbox-widget {
		background: #f5f5f5;
	}

	.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: 10px 20px 20px;
		padding: 1rem 2rem 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: 30px;
		margin-top: 3rem;
		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.widget_search {
		padding: 10px 0 5px;
		padding: 1rem 0 0.5rem;
	}

	.ecomento-com .sidebar .widget.widget_search {
		padding: 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;
	}

	#dtable_wrapper .dataTables_filter {
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		width: 100%;
		clear: both;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.grid-loop-wrapper .entry .entry-title,
	.grid-loop-wrapper .entry .entry-meta,
	.grid-loop-wrapper .entry .entry-content,
	.singular .grid-loop-wrapper .entry .entry-title,
	.singular .grid-loop-wrapper .entry .entry-meta,
	.singular .grid-loop-wrapper .entry .entry-content {
		padding-left: 0;
		padding-right: 0;
	}

	.grid-loop-wrapper .entry-title, .singular .grid-loop-wrapper .entry-title {
		margin-top: 10px;
		margin-top: 1rem;
		margin-bottom: 7px;
		margin-bottom: .7rem;
	}

	.singular .grid-loop-wrapper .entry-title {
		padding: 0;
	}

	.grid-loop-wrapper > .entry, .singular .grid-loop-wrapper > .entry {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.category .grid-loop-wrapper > .entry {
		margin-bottom: 0;
	}

	.singular .grid-loop-wrapper .entry-content {
		padding: 0 0 20px;
		padding: 0 0 2rem;
	}

	.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 > div {
		width: 100%;
		text-align: left !important;
		padding-top: 1em !important;
	}

	.review-box .existing-ratings.summary .col1 {
		padding-top: 0 !important;
	}

	.review-box .summary .col1 h2 {
		float: left;
		width: 100%;
	}

	.review-box .summary .col1 .star-rating, .review-box .existing-ratings.summary > div {
		float: left;
	}

	.review-box .existing-ratings.summary .item {
		text-align: left;
	}

	.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;
	}

	.soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title,
	.soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a {
		font-size: 19px;
		font-size: 1.9rem;
	}

	body .soliloquy-fc-slider.soliloquy-theme-metro .soliloquy-controls-direction a,
	body .soliloquy-dynamic-slider.soliloquy-theme-metro .soliloquy-controls-direction a {
		opacity: 1 !important;
	}
	body .soliloquy-fc-slider.soliloquy-theme-metro .soliloquy-controls-direction .soliloquy-prev,
	body .soliloquy-dynamic-slider.soliloquy-theme-metro .soliloquy-controls-direction .soliloquy-prev {
		left: 10px !important;
	}
	body .soliloquy-fc-slider.soliloquy-theme-metro .soliloquy-controls-direction .soliloquy-next,
	body .soliloquy-dynamic-slider.soliloquy-theme-metro .soliloquy-controls-direction .soliloquy-next {
		right: 10px !important;
	}

	.featured-slider .category-label,
	.soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-read-more {
		display: none;
	}

	.after-post-sharing .sharing,
	.after-post-sharing .subscribe-content {
		clear: left;
		float: left;
		width: 100%;
		line-height: inherit;
	}

	.after-post-sharing .subscribe-content {
		padding-top: .5em;
	}

	#content .sd-social-icon-text .sd-content ul li a.sd-button {
		margin: 0 5px 10px 0;
		margin: 0 .5rem 1rem 0;
	}
	
	div.sharedaddy li a.sd-button > span {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.content-tabs.wpv-index-tabs .headings h2, .content-tabs.wpv-index-tabs .headings a {
		background: #f5f5f5;
	}

	.archive-pagination {
		padding: 40px 0;
		padding: 4rem 0;
	}

	p.test-drive-archive-content {
		background: #f5f5f5;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.entry-content a.test-drive-button {
		font-size: 13px;
		font-size: 1.3rem;
		padding-bottom: 5px;
		padding-bottom: .5rem;
		background: #f5f5f5;
	}

	.entry-content a.test-drive-button:hover {
		background: #f5f5f5;
	}

	.related-posts li a span {
		padding: 0 0.3em;
	}

	.ecomento-com .after-post-widget-area .widget {
		margin-top: -20px;
		margin-top: -2rem;
	}

	.sidebar p.rss-new-source {
			padding-top: 0;
	}

	.entry-header .logo-image.brand-page,
	.entry-header .logo-image.profile-page,
	.entry-header .logo-image.sponsors-page {
		width: 125px;
		height: 125px;
		margin: -4.5em 1.5em 1em 0;
	}
	
	.entry-header .logo-image.user-archive {
		width: 125px;
		height: 125px;
		margin: -3.5em 1.5em 1em 0;
	}
	
	.entry-header .logo-image.brand-page,
	.entry-header .logo-image.profile-page,
	.entry-header .logo-image.sponsors-page {
		border-width: 2px 2px 2px 0;
	}
	
	.single-profile .entry-header, .single-profil .entry-header,
	.single-sponsor .entry-header, .single-sponsoren .entry-header,
	.single-brand .entry-header, .single-marke .entry-header,
	.archive.author .user-profile-custom-content .entry-header {
		padding-top: 10px;
		padding-top: 1rem;
	}
	
	single-brand .brand-posts-list-archive .entry,
	.single-marke .brand-posts-list-archive .entry {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.archive.author .user-profile-custom-content {
		padding-bottom: 0;
		margin-bottom: 13px;
		margin-bottom: 1.3rem;
	}
	
	#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;
	}
	
}

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

	.comment-form-anchor-link-spacing-fix {
		display: block;
		height: 400px;
	}

	.brand-pagination.entry-pagination {
		float: left;
		padding-top: 0;
	}

	.brand-pagination.entry-pagination li, .brand-pagination.entry-pagination li a {
		display: block;
		width: 150px;
	}

	.single-brand .type-brand > .entry-content,
	.single-marke .type-marke > .entry-content {
		padding: 0 5% 0 0;
		width: 74%;
		float: right;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.nav-primary {
		padding-left: 5%;
		padding-right: 0;
	}
	.ecomento-com .nav-primary {
		padding-left: 5%;
		padding-right: 0;
	}

	.nav-primary .menu > li > a {
		font-size: 15px;
		font-size: 1.5rem;
		padding-left: 7.5px;
		padding-left: .75rem;
		padding-right: 7.5px;
		padding-right: .75rem;
	}
	.ecomento-com .nav-primary .menu > li > a {
		padding-left: 8px;
		padding-left: .8rem;
		padding-right: 8px;
		padding-right: .8rem;
	}

	.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;
	}

	div.socialbox-widget h2 {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.sidebar div.socialbox-widget p {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.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 select {
		margin-bottom: 5px;
		margin-bottom: .5rem;
	}

	.wpv-filter-form select {
		margin-bottom: 0;
	}

	.review-box .summary .col1 h2 {
		float: none;
	}

	.review-box .summary .col1 .star-rating {
		float: none;
	}
	
	.review-box .existing-ratings,
	.review-box .add-rating {
		width: 100%;
	}

	.review-box .existing-ratings + .add-rating {
		margin-top: 1.5em;
		margin-bottom: .25em;
	}

	.review-box .bottom-link-text {
		text-align: left;
		line-height: 1.25;
	}
	
	.single-carsharing-anbieter .review-box .bottom-link-text {
		text-align: center;
	}

	.review-box .bottom-link-text .model-bottom-link-title-multiple, .review-box .bottom-link-text .model-bottom-link-title-single {
		margin-bottom: 4px;
		margin-bottom: .4rem;
	}

}

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

	.single-profile.full-width-content .contact-details,
	.single-profil.full-width-content .contact-details,
	.single-sponsor.full-width-content .contact-details,
	.single-sponsoren.full-width-content .contact-details,
	.single-brand.full-width-content .contact-details,
	.single-marke.full-width-content .contact-details {
		clear: none;
		padding-bottom: 0;
	}

}

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

	.single-brand .site-inner,
	.single-marke .site-inner {
		width: 800px;
	}

}

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

	.review-box .author-review-pros-cons > div {
		padding: 0;
	}

	.review-box .author-review-pros-cons {
		width: 100%;
		margin: 10px 0 20px 0;
		margin: 1rem 0 2rem 0;
	}

	.related-posts li {
		width: 48%;
		margin-right: 4%;
	}

	.related-posts li:nth-child(even) {
		margin-right: 0;
	}

}

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

	.site-title {
		float: none;
	}

	.site-description {
		margin-top: 10px;
		margin-top: 1rem;
		float: none;
		font-size: 14px;
		font-size: 1.4rem;
		color: #ddd;
	}

	.site-description:before {
		display: none;
	}

	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;
	}

	.home .featured-slider,
	.blog .featured-slider {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.category .featured-slider {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.single .author-box .avatar {
		width: 75px;
		height: 75px;
		margin-bottom: 6px;
		margin-bottom: .6rem;
	}
	
	#content .after-post-sharing .sharedaddy .sd-title {
		margin: 0 1em .15em 0;
	}
	
	.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;
	}

	.ecomento-com .sidebar .widget.widget_search {
		margin-bottom: 20px;
		margin-bottom: 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%;
	}

	.widget.widget_wp_views_filter .wpv-widget-model-submit {
		text-align: left;
	}

	.sidebar .widget_k99_tabbed_widget ul {
		margin-top: 30px;
		margin-top: 3rem;
	}
	
	#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;
	}

}

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

	span.anchor {
		position: relative;
		top: -85px;
		visibility: hidden;
	}

}

@media only screen and (min-width: 660px) and (max-width: 767px) {

	.review-box .summary .col1 h2 {
		width: auto;
	}
	
	.review-box .existing-ratings.summary > div {
		width: 50%;
		text-align: right !important;
		padding-top: 0 !important;
	}
	
	.review-box .existing-ratings .user-rating-count {
		text-align: left !important;
	}

	.after-post-sharing .sharedaddy .sd-content {
		width: 100%;
		position: relative;
		float: none;
		text-align: center;
	}
	
}

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

	.review-box .existing-ratings,
	.review-box .add-rating {
		width: 100%;
	}

	.review-box .existing-ratings + .add-rating {
		margin-top: 1.125em;
		margin-bottom: .25em;
	}

	.review-box .bottom-link-text {
		text-align: left;
		line-height: 1.25;
	}
	
	.single-carsharing-anbieter .review-box .bottom-link-text {
		text-align: center;
	}

	.review-box .bottom-link-text .model-bottom-link-title-multiple, .review-box .bottom-link-text .model-bottom-link-title-single {
		margin-bottom: 4px;
		margin-bottom: .4rem;
	}
	
}

@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;
	}

	.single .related-posts li a span {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.25;
	}

	.single-review .overview-box, .single-tests .overview-box {
		width: 100%;
		margin: 0 0 1.125em 1.5em;
		padding: 0 1em;
	}

	.grid-loop-wrapper, .singular .grid-loop-wrapper {
		margin-top: 20px;
		margin-top: 2rem;
	}

	.wpv-grid-comparison .grid-loop-wrapper {
		margin-top: 0;
	}

	.wpv-view-frame .grid-loop-wrapper > .entry, .wpv-buyersguide-index.grid-loop-wrapper > .entry {
		max-width: 47%;
	}

	.wpv-view-frame ul.label-value-grid .label {
		font-weight: 400;
		width: 100%;
	}

	.wpv-view-frame ul.label-value-grid .value {
		float: left;
		width: 100%;
		text-align: left;
		font-weight: 600;
	}

	.wpv-view-frame ul.label-value-grid .value .star-rating {
		margin-top: 4px;
		margin-top: .4rem;
	}

	.wpv-view-frame .re-compare-check {
		float: left;
		text-align: left;
		width: 100%;
		margin: 0 0 10px;
		margin: 0 0 1rem;
		padding-left: 0;
	}

	.wpv-view-frame .grid-loop-wrapper .entry-content {
		padding: 0 0 0;
	}

	.wpv-view-frame .grid-loop .entry {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.wpv-buyersguide-index.grid-loop-wrapper > .entry {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

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

	.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: 48%;
	}

	.homepage-featured-posts-widget.widget-type-3 .entry:nth-child(odd) {
		margin-left: 4%;
	}

	.homepage-featured-posts-widget.widget-type-3 .entry:nth-child(even) {
		clear: left;
	}

	.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;
	}

	.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%;
	}

	.wpv-filter-form select {
		margin-bottom: 5px;
		margin-bottom: .5rem;
	}

	.wpv-filter-form select {
		margin-bottom: 0;
	}

	.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: 10px;
		margin-bottom: 1rem;
	}

	.review-box .summary .col1 h2 {
		float: none;
	}

	.review-box .summary .col1 .star-rating {
		float: none;
	}

}

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

	.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-pager,
	body .soliloquy-container .soliloquy-caption,
	body .soliloquy-container .soliloquy-controls-auto,
	body .soliloquy-container .soliloquy-pager,
	body .soliloquy-container .soliloquy-caption,
	body .soliloquy-container .soliloquy-controls-auto {
		display: block;
	}

	.single-profile.full-width-content .entry-header .logo-image,
	.single-profil.full-width-content .entry-header .logo-image,
	.single-sponsor.full-width-content .entry-header .logo-image,
	.single-sponsoren.full-width-content .entry-header .logo-image,
	.single-brand.full-width-content .entry-header .logo-image,
	.single-marke.full-width-content .entry-header .logo-image {
		width: 125px;
		height: 125px;
	}

	.brand-pagination.entry-pagination li {
		padding: 0;
		margin: 0 10px 10px 0;
		margin: 0 1rem 1rem 0;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.brand-pagination.entry-pagination li a {
		background-color: #262626;
		color: #fff;
		font-weight: 400;
		border-bottom: none;
		padding: 8px 12px;
		padding: .8rem 1.2rem;
	}

	.brand-pagination.entry-pagination li.current, .entry-pagination li a:hover {
		background-color: #006594;
		color: #fff;
		font-weight: 400;
		padding: 8px 12px;
		padding: .8rem 1.2rem;
	}

	.single-profile.full-width-content .contact-details,
	.single-profil.full-width-content .contact-details,
	.single-sponsor.full-width-content .contact-details,
	.single-sponsoren.full-width-content .contact-details,
	.single-brand.full-width-content .contact-details,
	.single-marke.full-width-content .contact-details {
		clear: both;
		padding: .5em 0 1em 0;
	}

	.single-profile .back-to-overview-link,
	.single-profil .back-to-overview-link,
	.single-sponsor .back-to-overview-link,
	.single-sponsoren .back-to-overview-link {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.post-type-archive-review .entry-header h2.entry-title,
	.post-type-archive-test .entry-header h2.entry-title {
		font-size: 2rem;
		font-size: 20px;
	}

}

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

	p.test-drive-archive-content {
		padding-bottom: 0;
	}

	.entry-content a.test-drive-button {
		padding-bottom: 15px;
		padding-bottom: 1.5rem;
	}

	.content-tabs.wpv-index-tabs .headings i.fa {
		display: block;
		padding-bottom: 4px;
		padding-right: 0;
	}

	.entry-header .logo-image.user-archive,
	.entry-header .logo-image.brand-page,
	.entry-header .logo-image.profile-page,
	.entry-header .logo-image.sponsors-page,
	.single-profile.full-width-content .entry-header .logo-image,
	.single-profil.full-width-content .entry-header .logo-image,
	.single-sponsor.full-width-content .entry-header .logo-image,
	.single-sponsoren.full-width-content .entry-header .logo-image,
	.single-brand.full-width-content .entry-header .logo-image,
	.single-marke.full-width-content .entry-header .logo-image {
		width: 90px;
		height: 90px;
	}
	
	.single-profile .contact-details,
	.single-profil .contact-details,
	.single-sponsor .contact-details,
	.single-sponsoren .contact-details,
	.single-marke .contact-details {
		clear: both;
		padding-bottom: 1em;
	}
	
	.archive.author .contact-details {
		clear: both;
		padding-bottom: .5em;
	}
	
	.single-brand .brand-social-feed,
	.single-marke .brand-social-feed {
		padding: 20px;
		padding: 2rem;
	}
	
	.wpv-filter-disclaimer {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

@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 ( max-width: 480px ) {

	#mobile-menu a {
		padding: 0.25em 0.5em 0.75em;
	}
	.ecomento-com #mobile-menu a {
		padding: 0.25em 0.35em 0.75em;
	}

	#after-header-banner {
		margin-top: 0;
	}

	.entry-content > a img.entry-image {
		width: 100%;
		margin-right: 0;
	}

	.error404 .entry-content .search-form {
		width: 80%;
	}
	
	.single-carsharing-anbieter .review-box .bottom-link-text {
		text-align: left;
	}

	.review-box .user-rating.multi-internal .existing-stars-wrapper,
	.review-box .user-rating.multi-external .existing-stars-wrapper {
		float: left;
		clear: left;
		margin: .25em 0;
	}

	.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: 1em 0;
	}

	.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;
	}

	.backtotop a {
		padding: 2em 2em 1rem;
	}

	.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"] {
		width: 80%;
	}

	.content .widget_k99_advanced_search_form .advanced-search-options .item {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_k99_advanced_search_form .advanced-search-options input {
		display: block;
		margin-bottom: 3px;
		margin-bottom: .3rem;
	}

	.content-box.icon-active {
		padding-left: 15px;
		padding-left: 1.5rem;
		padding-right: 15px;
		padding-right: 1.5rem;
	}

	body .featured-slider .soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
		padding: 10px;
		padding: 1rem;
	}

	.soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title,
	.soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.featured-gallery .soliloquy-container.soliloquy-theme-metro .soliloquy-caption .soliloquy-caption-inside {
		padding: 10px;
	}

	body .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;
	}

	#content div.sharedaddy .sd-content {
		width: 100%;
		float: left;
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}

	.single .related-posts li a span {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/*.wpv-filter-form-clear .one-fourth, .wpv-filter-form-clear .one-third {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		clear: both;
	}*/

	/*.wpv-index-actions, .wpv-index-actions.one-half, .wpv-index-actions.one-third, .wpv-filter-disclaimer {
		margin-right: 0;
	}*/

	.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;
	}

	.category .grid-loop-wrapper > .entry {
		width: 100%;
	}
	
	p.buyers-guide-block-source {
		text-align: left;
	}
	
	.after-post-sharing .subscribe-content {
		padding-top: 0;
	}

}

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

	.site-description {
		font-size: 13px;
		font-size: 1.3rem;
	}

	span#site-desc-addon {
		display: block;
		margin-top: 75px;
		margin-top: .75rem;
		margin-left: 0;
	}

	span#site-desc-addon a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 1px 4px;
		padding: .1rem .4rem;
	}

	.wpv-view-frame .grid-loop .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.wpv-filter-form-clear {
		padding: 10px 10px 20px 17.5px;
		padding: 1rem 1rem 2rem 1.75rem;
	}

	.widget_k99_tabbed_widget .tabbed-widget-tab {
		padding: 0 17.5px;
		padding: 0 1.75rem;
	}

	.widget_k99_tabbed_widget .wpv-filter-form {
		margin: 10px 0 25px;
		margin: 1rem 0 2.5rem;
	}

	.widget_k99_advanced_search_form .advanced-search-options {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.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;
	}

	.brand-pagination.entry-pagination li, .brand-pagination.entry-pagination li a {
		display: block;
		width: 100%;
	}

	.brand-pagination.entry-pagination li.current:after {
		content: '  \2193';
	}
	
	body #sharing_email {
		width: 275px;
	}

}

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

	.entry-content .pp-overview li {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

}

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

	.wpv-view-frame .grid-loop-wrapper > .entry {
		max-width: 100%;
	}

	.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-index-actions input[type="reset"],
	.wpv-index-actions input {
		width: 100%;
	}

}
