/*
Theme Name: notebooksbilliger.de Blog
Theme URI: http://www.notebooksbilliger.de/blog
Description: local Google-Fonts

Author: PLEX GmbH, NBB FE-Team
Author URI: http://plexgroup.com
Version: 1.1.3
*/

/*---------------------------------------------------------------------------------------------*/
/*	CSS Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0
/*---------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
ol,ul{list-style:none;}
blockquote:before,blockquote:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}
input:focus,textarea:focus{border:1px solid #999; outline:0;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
::-webkit-input-placeholder {color:#787974;}
:-moz-placeholder {color:#787974;}
.placeholder {color:#787974;}

/* --- Clearfix --- */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}

.fb_iframe_widget span {
top: -8px;
left: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	General Structure
/*-----------------------------------------------------------------------------------*/
html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
body {
	font-family: 'Roboto', sans-serif;
	background: #F6F6F6;
	color: #383838;
}
#wrap {
	margin:0 auto;
	background: #FFF;
}


/*-----------------------------------------------------------------------------------*/
/*	Headlines
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#4C4A4A;
	font-weight:400;
	text-rendering: optimizeLegibility;
}
h1 {
	margin: 2em 0 1.6em;
	font-size: 2em;
}
h2 {
	margin: 1.4em 0 0.4em;
}
h3 {
	margin: 1.3em 0 0.6em;
	font-size: 1.6em;
}
h4 {
	margin: 1.1em 0 0.5em;
	font-size: 1.4em;
}
h5 {
	margin: 0.9em 0 0.9em;
	font-size: 1.2em;
}
h6 {
	margin: 0.7em 0 0.7em;
	font-size: 1.1em;
}

/*-----------------------------------------------------------------------------------*/
/*	Alignment
/*-----------------------------------------------------------------------------------*/
.alignleft,
.alignright {
	float: none;
	display: block;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
img.alignleft,
img.alignright {
	margin-top:10px;
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/
a,
#site-title h1 a:hover,
#content .entry-details ul li.entry-postformat a {
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.entry-content p a,
.entry-summary p a,
#sidebar .textwidget a,
#comments .comment-text a,
#comments ol li.pingback a.url {
	text-decoration:underline;
}
a:hover,
#content .entry-content p a:hover,
#content .entry-summary p a:hover,
#sidebar .textwidget a:hover,
#content #comments .comment-text a:hover,
#comments ol li.pingback a.url:hover {
	text-decoration:none;
}

/* --- Link Colors --- */
a,
.entry-header h2.entry-title a:hover {
	color: #383838;
}
.entry-meta a.share-btn {
	background:#FF7100 url(images/standardicons.png) 7px -78px no-repeat;
}
input#submit,
input.wpcf7-submit,
.format-link .entry-content a.link,
.flickr_badge_wrapper a img:hover,
.jetpack_subscription_widget form#subscribe-blog input[type="submit"] {
	background:#FF7100;
}
a:hover,
#content .entry-content p a:hover,
#content .entry-summary p a:hover,
#sidebar .textwidget a:hover,
#content #comments .comment-text a:hover,
#comments ol li.pingback a.url:hover {
	color:#909090;
}
.entry-content a {
	color: #FF7100;
}
.entry-content .inlinetweet {
	color: #383838;
	text-decoration: none;
	border-bottom: 1px solid #FF7100;
	position: relative;
}
.entry-content .inlinetweet:hover {
	color: #FF7100 !important;
}
.entry-content .inlinetweet::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('images/twitter-icon.svg') center no-repeat;
	background-size: contain;
	margin-left: 2px
}
/*-----------------------------------------------------------------------------------*/
/*	Lists
/*-----------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
	font-size: 1.1em;
}
ul {
    list-style: square;
	 font-size: 1.1em;
}
.post ol,
.page #content ol {
	 margin:0 0 30px 22px;
}
.post ol ol,
.page #content ol ol {
	margin:0 0 0 22px;
	font-size: 1em;
}
.post ul,
.page #content ul {
    margin: 0 0 24px 24px;
}
.post ul ul,
.page #content ul ul {
    margin:0 0 0 22px;
	 font-size: 1em;
}
ul li,
ol li {
	margin: 0;
	padding: 0;
	display: list-item;
	line-height:1.8;
}
dl dt {
	font-size:1.2em;
	color:#4C4A4A;
	font-weight: bold;
	line-height:1.6;
}
dl dd {
	margin: 0 0 30px 0;
	font-size:1.2em;
	line-height: 1.4;
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
#branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px;
	overflow:hidden;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align:center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#branding .cta-button {
	display: none;
}
#site-title {
	padding:0;
	text-align:center;
}
#site-title h1 {
	margin:0;
	padding:0;
	font-size:3.2em;
	line-height:1.2;
	word-wrap: break-word;
}
#site-title h1 a {
	color:#4C4A4A;
}
#site-title h2#site-description {
	display:none;
	margin:0;
	padding:15px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size:1.1em;
	color:#909090;
}
/* --- Custom Logo Image --- */
#site-title img {
	max-width:100%;
	width: auto\9; /* ie8 */
	height:auto;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}
#site-title img:hover {
	opacity:0.8;
	-moz-opacity: 0.8;
	-webkit-filter: 0;
	        filter: 0;
}
/* --- Site Nav Color --- */

/* --- Site Nav --- */
#site-nav-wrap a#home-btn {
	display:none;
}
a#mobile-menu-btn {
	display:block;
	width: 48px;
	height: 48px;
	/* margin:0 auto; */
	padding:0;
	background: url(images/standardicons.png) center no-repeat;
	color: #fff;
	font-size:1.6em;
	font-weight:400;
	text-decoration:none;
	text-indent:-9999em;
	margin-left: 16px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48px;
	        flex: 0 0 48px;
}
#site-nav {
	display:none;
	position:relative;
	overflow:hidden;
	background:#f6f6f6;
	text-align:center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.menu-hauptmenue-container {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
#site-nav ul {
	padding:0 0 10px;
}
#site-nav ul ul {
	padding:0;
}
#site-nav ul ul li:last-child a {
	border-bottom:1px solid #ececec;
}
#site-nav ul li {
	display:block;
	padding:0 20px;
}
#site-nav li li {
	padding:0;
}
#site-nav li a {
	display:block;
	padding:9px 0;
	border-bottom:1px solid #ececec;
	font-size:1.1em;
}
#site-nav li li a {
	font-size: 19px;
	color:#909090;
	text-transform:none;
	letter-spacing:0;
}

#site-nav li a:hover {
	color:#909090;
}
#site-nav li li a:hover {
	color:#333;
}
/* --- Site Nav Search --- */
#site-nav-container #searchform {
	position:relative;
	padding:10px 0;
	background:#848484;
}
#site-nav-container #searchform div {
	margin: 0;
}
#site-nav-container #s {
	position:relative;
	width: 80%;
	height: 44px;
	padding:0 0 0 33px;
	background:#E7E7E6 url(images/search-grey.png) 10px 14px no-repeat;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:1.1em;
	color:#909090;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#site-nav-container #s:focus {
	background:#fff url(images/search-grey.png) 10px 14px no-repeat;
}
#searchsubmit {
	display: none;
}
/* --- Header Widget Area --- */
.header-widget-area {
	float:none;
	margin:0 auto;
	padding:10px 0 0;
}
.header-widget-area h3.widget-title {
	margin: 0 0 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing:0.1em;
}
.header-widget-area .textwidget {
	font-size:1.1em;
	font-style:italic;
}
.header-widget-area ul.sociallinks {
	display:inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	Posts
/*-----------------------------------------------------------------------------------*/
.post {
	display:block;
	position: relative;
	margin: 0 0 24px;
}
.post:last-child {
	margin: 0;
}
#content-wrap .entry-content,
#content-wrap .entry-summary {
	margin: 0 16px 16px;
}
#content-wrap #content .top-posts {
	margin-bottom: 24px;
}

#content-wrap #content .top-posts,
#content-wrap #content .week-sales,
.newest-title {
	width: 100%;
}
.main-top-post {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 24px;
}

.aside-top-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.85%;
            flex: 0 1 31.85%;
}
/*-----------------------------------------------------------------------------------*/
/*	Post Header
/*-----------------------------------------------------------------------------------*/
#content-wrap .entry-details {
	margin: 0 16px;
}
.entry-details ul {
	margin:0;
	padding:0 0 8px;
}
.entry-details ul li {
	list-style:none;
	float:left;
	color:#909090;
	line-height: 1;
}
.entry-details ul li.entry-edit  {
	display: none;
	padding-left:10px;
}
.entry-details ul li.entry-comments {
	display: inline;
	margin-left:5px;
}
.entry-details ul li.entry-comments:before {
	content: " \00b7 \0020";
}
.entry-details ul li,
.entry-details ul li a {
	color:#b0b0b0;
	font-size:14px;
	margin-right: 2px;
}
.entry-details ul .entry-author a {
	color:#FF7100;
}
.entry-details ul li.entry-comments span.comments-link {
	font-size:.85em;
}
.entry-details ul li a:hover {
	color:#333;
	text-decoration:none;
}
/* --- Post Header --- */
.entry-header {
	margin: 0 16px 16px;
	word-wrap: break-word;
}
.entry-header .entry-category,
.entry-header .entry-category a {
	font-size: 14px;
	text-transform: uppercase;
	color: #838383;
}
.entry-header .entry-category a:hover {
	color: #383838;
}
.top-posts .entry-header {
	position: absolute;
	bottom: 0;
	padding: 4px 8px;
	background: rgba(255,113,0,.8);
	width: 100%;
	text-shadow: 0 0 1px rgba(0,0,0,.4);
	-webkit-transition: 195ms background;
	-o-transition: 195ms background;
	transition: 195ms background;
	margin: 0;
}
.jx-slider .jx-image .jx-label {
	background: rgba(255,113,0,.8);
}
@supports ((-webkit-backdrop-filter: blur(8px)) or (backdrop-filter: blur(8px))) or (-webkit-backdrop-filter: blur(8px)) {
	.top-posts .entry-header,
	.jx-slider .jx-image .jx-label {
		background: rgba(255,113,0,.7);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}

}
.jx-slider .jx-controller {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
	        box-shadow: 0 0 10px rgba(0,0,0,.6)
}

.top-posts .post:hover .entry-header {
	background: rgba(255,113,0,1);
	text-shadow: none;
}
.entry-header h1.entry-title,
.entry-header h2.entry-title {
	margin:0;
}
.entry-header h1.entry-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #FF7100;
	margin: 8px 0;
}
.entry-header h2.entry-title {
	font-size: 19px;
	line-height:1.2;
}
.top-posts .entry-header h2.entry-title {
	font-size: 15px;
	line-height:1.2;
}
.entry-header h2.entry-title a {
	color: #FF7100;
}
.top-posts .entry-header h2.entry-title a {
	color: #FFF;
}
.top-posts .entry-header h2.entry-title a::after {
	content: '';
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.entry-post-thumbnail {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    background-color: #F6F6F6;
    border: 1px solid rgba(217,217,217,.3);
}
.top-posts .entry-post-thumbnail {
    border: none;
    margin: 0;
}

.entry-post-thumbnail > a {
	display: block;
	padding-bottom: 56.25%
}
.top-posts .entry-post-thumbnail > a {
	padding-bottom: 66.67%;
}
.top-posts .aside-top-post .entry-post-thumbnail > a {
	padding-bottom: 66.77%;
}
/*-----------------------------------------------------------------------------------*/
/*	Post Meta
/*-----------------------------------------------------------------------------------*/
.entry-meta {
	display:block;
	position:relative;
	padding:0;
	color: #838383;
}
.single-post .entry-meta {
	margin: 0 16px;
}
.entry-meta a {
	color: #FF7100;
	text-decoration:none;
}
.top-posts .entry-meta,
.top-posts .entry-category,
.top-posts .entry-meta a {
	color: #ffe3cd;
	font-size: 11px;
}
.top-posts .entry-meta span:not(:last-child):after {
	content: ' //';
	color: #FFF;
}
.entry-meta a:hover {
	color:#333;
}
.top-posts .entry-meta a:hover {
	color:#FFF;
}
.entry-meta ul {
	margin:0;
	padding:0;
	list-style:none;
}
.post .entry-meta ul li {
	display:inline-block;
}
.entry-meta ul li.entry-cats,
.entry-meta ul li.entry-tags,
.single-attachment .entry-meta ul li {
	display:inline-block;
	width:75%;
	font-size:.85em;
}
.entry-meta ul li.entry-cats span {
	display:none;
}
.entry-meta ul li.entry-image {
	display:inline-block;
	padding:8px 20px 0;
	font-size:.85em;
}
/* --- Share Buttons --- */
.entry-meta ul li.share {
	display:none;
	margin:0;
	padding-top:15px;
	padding-bottom:0;
}
.entry-meta ul li.share ul {
	margin:0;
	padding:0;
	text-align:left;
}
.entry-meta ul li.share ul li {
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.entry-meta ul li.share ul li.twitter,
.entry-meta ul li.share ul li.gplus {
	padding-top:3px;
}
.entry-meta ul li.share ul li.gplus {
	padding-right:12px;
}
.entry-meta a.share-btn {
	display:block;
	position:absolute;
	top:0;
	right:0;
	padding:4px 6px 4px 26px;
	font-size:.85em;
	color:#fff;
	border-radius: 6px;
}
.entry-meta a.share-btn:hover {
	background:#909090 url(images/standardicons.png) 7px -78px no-repeat;
	color:#fff;
}
.page-link {
	display: block;
	clear: both;
	word-spacing:18px;
}

/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
.entry-content p,
.entry-summary p {
	margin: 0 0 30px;
	font-size: 16px;
	line-height:1.6;
}
p.intro {
	font-size:1.5em;
	line-height:1.3;
}
p.justify {
	text-align:justify;
}
.entry-content p:last-child,
.entry-summary p:last-child {
	margin: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
pre,
code {
	font-size:1.15em;
}
pre {
	margin-bottom: 30px;
	padding: 15px;
	overflow: auto;
	background: #f8f8f8;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.3;
}
address{
	padding:0 0 30px;
	line-height:1.7;
}
abbr,acronym {
	border-bottom:.1em dotted #909090;
	cursor: help;
}
ins{
	background:#ffffcc;
	text-decoration:none;
}
small {
	font-size:.7em;
}
blockquote {
	margin: 40px 16px 40px;
	color: #FF7100;
	text-align: center;
}
blockquote blockquote {
	margin:10px 0 0;
}
.entry-content blockquote p,
#comments blockquote p {
	margin: 0;
	font-size:1.3em;
}
.entry-content blockquote p cite,
#comments blockquote p cite {
	display:inline-block;
	margin:20px 0 0 0;
	font-size:.75em;
	font-style:normal;
}
blockquote p cite:before,
.single-post blockquote p cite:before {
	content:"\2212 \0020";
}
blockquote.pull {
	margin: 0 0 1.4em;
	background:none;
	border:none;
	text-align: center;
}
blockquote.pull.alignleft {
	width: 50%;
	display:inline;
	float:left;
	margin: 0 1.4em 0.5em 0;
	padding:0;
	font-size:1.15em;
	text-align: right;
}
blockquote.pull.alignright {
	width: 50%;
	display:inline;
	float:right;
	margin: 0 0 0.5em 1.4em;
	padding:0;
	font-size:1.15em;
	text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*	Images / Video
/*-----------------------------------------------------------------------------------*/
img {
	max-width:100%;
	height:auto;
	width: auto\9; /* ie8 */
}
img.img-border {
	max-width:98.1%;
	padding:5px;
	background:#fff;
	border:1px solid #e5e5e5;
}
.widget img {
	max-width:100%;
	height:auto;
	width: auto\9; /* ie8 */
}
img.wp-post-image {
	width:130px;
	float: left;
	margin:7px 10px 5px 0;
}
.wp-caption.alignnone {
	margin: 0;
}
.wp-caption {
	width:auto !important;
	max-width: 100%;
	text-align: left;
}
.entry-content p.wp-caption-text,
.entry-content .entry-caption p {
	margin: 0;
	padding: 10px 0 15px;
	font-size:1em;
	line-height: 1.4;
	color: #838383;
}
/* Embedded elements */
object,
embed {
	max-width:100%;
}

/*-----------------------------------------------------------------------------------*/
/*	Tables
/*-----------------------------------------------------------------------------------*/
table {
	width: 100%;
	margin:10px 0 30px;
}
table thead {
	border-top:1px solid #ececec;
}
table tr {
	border-bottom:1px solid #ececec;
}
table tr th {
	padding: 10px 12px;
	border-top:1px solid #ececec;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	font-weight:bold;
	text-align:left;
	color: #FF7100;
}
table tr td {
	padding: 10px 12px;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
}
.specs-table tr,
.specs-table td {
	background: #FFF !important;
	font-size: 19px;
}
.specs-table td:first-child {
	font-weight: bold;
	color: #FF7100;
	font-family: 'Roboto Condensed', sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	Layout Options
/*-----------------------------------------------------------------------------------*/
#featuredposts {
	padding:0 0 15px;
}
#featuredposts .post {
	padding: 0 20px 30px;
}
#featuredposts h3.featured-title {
	display:block;
	margin:0 0 30px;
	padding:0 20px 8px;
	border-bottom:4px double #ececec;
	font-family: 'Roboto', sans-serif;
	font-size:.9em;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.3em;
}
#featuredposts .entry-header {
	padding:0 0 20px;
}
#featuredposts .entry-header h2.entry-title {
	font-size:1.5em;
}
#featuredposts .entry-content p {
	font-size:1.05em;
	line-height:1.6;
}
p.intro {
	font-size:1.5em;
	line-height:1.3;
}

/*-----------------------------------------------------------------------------------*/
/*	Single Posts
/*-----------------------------------------------------------------------------------*/
.single-post .post-thumbnail img {
	display: block;
	margin-bottom: 24px;
}
.single-post .entry-header {
	margin: 0 16px 24px;
	padding: 0;
}
.single-post .entry-header .entry-category {
	font-weight: bold;
}
.single-post .entry-details ul {
	padding: 0;
}
.single-post .entry-details ul li, .single-post .entry-details ul li a {
	font-size: 12px;
}
/* --- Single Post Content --- */
.single-post .entry-content p {
	margin: 0 16px 24px;
	font-size:19px;
}
.single-post .entry-content > p:first-of-type {
	font-weight: bold;
}
.single-post .entry-content h2,
.related-title {
	font-weight: bold;
	font-size: 22px;
	margin: 24px 16px 8px;
}
.single-post .entry-content h3 {
	font-weight: bold;
	font-size: 20px
}
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
	margin: 24px 16px 8px;
}

.single-post .entry-content p:last-child {
	margin-bottom: 0;
}
.single-post p.intro {
	font-size:1.5em;
	line-height:1.3;
}
.single-post .entry-content blockquote p {
	margin: 0 0 16px;
	font-size: 23px;
}
.single-post .entry-content pre,
.single-post .entry-content code,
.single-post .entry-content address {
	font-size:1.15em;
}
.single-post .entry-content ol,
.single-post .entry-content ul {
	font-size: 1.2em;
}
.single-post .entry-content ol ol,
.single-post .entry-content ul ul {
	font-size: 1em;
}
.single-post p.wp-caption-text,
.single-post .entry-caption p {
	padding: 8px 0 24px;
	font-size: 16px;
}
/* --- Post Meta --- */
.single-post .post,
.single-post .page,
.single-post .type-attachment {
	border-bottom:none;
}
.single-post .entry-meta ul,
.page .entry-meta ul,
.single-attachment .entry-meta ul {
	padding: 24px 0 0;
}
.page #content .entry-meta ul {
	margin: 0;
}
.single-post .entry-meta ul li.entry-cats {
	padding:0 15px 0 0;
	display:inline-block;
}
.single-post .entry-meta a.share-btn,
.page .entry-meta a.share-btn  {
	display:none;
}
.single-post .entry-meta ul li.share,
.page .entry-meta ul li.share {
	display:block !important;
}
/* --- Author Info Box --- */
.single-post .author-info {
	overflow:hidden;
	clear:both;
	padding:20px 25px;
	border: 3px solid #FF7100;
	border-width: 3px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-post .author-info .author-avatar {
	display:none;
}
.single-post .author-info .author-description p {
	font-size: 19px;
	line-height: 1.5
}
.single-post .embed-container  {
	margin: 0 16px 24px;
}

.single-post .embed-container > * {
	display: block;
	margin: auto;
}

.author-info h3 {
	margin: 0;
	padding:0 0 10px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FF7100;
	font-size:1.25em;
	font-weight: bold;
}
.author-info h3 a {
	color: #FF7100;
	text-decoration: underline;
}
.author-info h3 a:hover {
	color: #383838;
}
.post .author-description p {
	margin:0;
	font-size:1em;
	line-height:1.45;
}
.post .author-description a {
	text-decoration:underline;
	color:#909090;
}
.post .author-description a:hover {
	text-decoration:none;
	color:#333;
}

.specs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	margin-bottom: 24px;
}
.specs .specs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
}
.specs .specs-row li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	padding: 4px 8px;
	background: #F6F6F6;
	margin-right: 3px;
}
.specs .specs-row li:last-child {
	margin-right: 0;
}
.specs .specs-row.second li {
	background: #FF7100;
	color: #FFF;
}

.pro-contra,
.rating-widget,
.shop-article  {
	margin-left: 16px;
	margin-right: 16px;
}

.pro-contra h2 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	background: #383838;
	color: #FFF;
	padding: 8px;
	margin: 0;
}
.pro-contra .pro-arguments h2 {
	background: #89c535;
}
.pro-contra .contra-arguments h2 {
	background: #b92215;
}
.pro-contra ul {
	margin: 0;
	list-style-type: none;
}
.pro-contra li {
	padding: 8px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.3;
	font-size: 16px;
}
.pro-contra li:last-child {
	border: 0;
}
.pro-contra > * {
	margin-bottom: 24px;
	border-bottom: 1px solid #d9d9d9;
}
/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/
#comments {
	position: relative;
	margin:0;
	padding:0 20px 40px;
}
#comments .comment {
	overflow:hidden;
	margin:0 0 40px;
}
#comments h3#comments-title {
	margin-top:0;
	padding-top:30px;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
}
#comments h3#comments-title span {
	display:none;
	margin:0 0 0 7px;
	font-family: 'Roboto', sans-serif;
	font-size: .55em;
	color:#909090;
}
#comments h3#comments-title span a {
	color:#909090;
}
#comments h3#comments-title span a:hover {
	color:#333;
}
#content ol.commentlist {
    list-style:none;
}
#content ol.commentlist li {
	margin:0;
}
#content #comments ol li ul.children {
	margin:0;
	padding:0;
}
/* --- Comment Content --- */
#comments .comment-content h1 {
	margin: 1em 0 0.6em;
	font-size:1.6em;
}
#comments .comment-content h2 {
	margin: 1em 0 0.6em;
	font-size:1.4em;
}
#comments .comment-content h3 {
	margin: 0.6em 0 0.4em;
	font-size: 1.3em;
}
#comments .comment-content h4 {
	margin: 0.5em 0 0.3em;
	font-size: 1.2em;
}
#comments .comment-content h5,
#comments .comment-content h6 {
	margin: 0.3em 0 0.3em;
	font-size: 1.1em;
}
#comments .comment-content {
	display:block;
	padding:0;
}
#comments .comment-avatar  {
	float:left;
	padding:0 20px 0 0;
}
#comments .comment-avatar img.avatar {
	width:45px;
	height:45px;
	border-radius: 42px;
}
#comments .comment-content ul.comment-meta {
	margin:0;
	padding:7px 0 10px;
	overflow:hidden;
	list-style:none;
	font-size:0.95em;
}
#comments .comment-content .comment-text {
	margin:0;
	padding:0 0 40px;
	overflow:hidden;
	border-bottom:1px solid #ececec;
}
#comments .comment-content ul li.comment-author {
	margin:0;
	font-weight:bold;
	line-height:normal;
	color:#4C4A4A;
}
#comments ul.children .comment-content ul li.comment-author {
	margin:0;
}
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-edit {
	display:none;
	margin:0 0 0 10px;
	font-size:0.85em;
}
#comments ul.children .comment-content ul li.comment-time,
#comments ul.children .comment-content ul li.comment-edit {
	font-size:0.8em;
}
#comments .comment-content ul li.comment-author,
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-edit {
	float:left;
}
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-time a,
#comments .comment-content ul li.comment-edit,
#comments .comment-content ul li.comment-edit a,
.pingback a.comment-edit-link {
	color:#909090;
}
#comments .comment-content ul li.comment-time a:hover,
#comments .comment-content ul li.comment-edit a:hover,
.pingback a.comment-edit-link:hover {
	color:#333;
	text-decoration:none;
}
#comments .comment-content ul li.comment-reply {
	margin:0;
	padding:0;
	float:right;
	font-size:.95em;
	position:relative;
}
#comments ul.children .comment-content ul li.comment-reply {
	margin:0;
	font-size:.9em;
}
#comments .comment-content p {
	margin:0 0 17px;
	font-size:0.95em;
}
#comments .comment-content p:last-child {
	margin:0;
}
#comments .comment-content blockquote {
	padding: 0 0 0 15px;
	background:none;
	border-left:1px solid #999;
}
#comments .comment-content blockquote p cite {
	margin-top:0;
	font-size:.85em;
}
#comments .comment-content ul,
#comments .comment-content ol {
    margin:0 0 30px 25px;
	 font-size: .95em;
}
#comments .comment-content ol ol,
#comments .comment-content ul ul {
	margin:0 0 0 22px;
	font-size: 1em;
}
#comments .comment-content table {
	font-size: .9em;
}
#comments .comment-content dl dt,
#comments .comment-content dl dd {
	font-size:.95em;
}
#comments ol.commentlist li.depth-2 .comment {
	margin-left:0;
}
ol.commentlist li.depth-2 .comment {
	font-size:.95em;
}
ol.commentlist li.depth-3 .comment {
	font-size:.9em;
}
#comments ol.commentlist li.depth-2 li .comment {
	margin-left:0;
}
ol.commentlist ul.children {
	list-style: none;
}
#comments p.comment-awaiting-moderation {
	display:inline;
	font-style:italic;
}
/* --- Pingback --- */
#comments ol li.pingback {
	display:block;
	margin:0 0 40px;
	padding:0 0 40px;
	font-size:0.95em;
	border-bottom:1px solid #ececec;
}
#comments ol li.pingback span {
	color:#4C4A4A;
	font-weight:bold;
	line-height:normal;
}
#comments ol li.pingback p {
	margin:0;
}
#comments ol li.pingback a {
	font-weight: normal;
}
#comments ol li.pingback a.comment-edit-link {
	font-size:.85em;
}
/* --- No Comments Info --- */
#content .nopassword,
#content p.nocomments {
	margin:0;
	padding:0 0 60px;
	font-size:1.1em;
	font-style:italic;
}
/* --- Comments Reply --- */
#comments #respond {
	margin: 0;
	padding:0 0 30px;
}
#comments ol.commentlist li.depth-1 #respond {
	padding:0 0 30px !important;
	font-size: .9em;
}
#comments ol.commentlist li.depth-2 #respond {
	font-size: .8em;
}
#comments #respond h3#reply-title {
	margin:0;
	padding:20px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.7em;
}
#comments #respond p.comment-note,
#comments #respond p.logged-in-as {
	margin:3px 0 10px;
	font-size:1em;
	line-height:normal;
}
#respond a#cancel-comment-reply-link {
	margin:0 0 0 8px;
	font-family: 'Roboto', sans-serif;
	font-size:.8em;
}
#respond #commentform label,
.wpcf7 {
	font-size:1em;
}
#content .wpcf7 .wpcf7-form p {
	font-size:1em;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment,
#content .wpcf7-form p {
	margin:0;
	padding:15px 0 0;
}
#commentform p.form-allowed-tags {
	display:none;
}
#commentform input#author,
#commentform input#email,
#commentform input#url,
#content .wpcf7 input.wpcf7-text {
	display: block;
	width: 96%;
	margin: 6px 0 0;
	padding: 10px;
	background:#f6f6f6;
	border:1px solid #ececec;
	font-family: 'Roboto', sans-serif;
	font-size:1.05em;
	color:#333;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
}
#commentform textarea#comment,
#content .wpcf7 textarea {
	width:92%;
	margin: 6px 0 0;
	padding: 10px;
	background:#f6f6f6;
	border:1px solid #ececec;
	font-family: 'Roboto', sans-serif;
	font-size:1.05em;
	color:#333;
	line-height:1.6;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
}
#commentform textarea#comment:hover,
#commentform textarea#comment:focus,
#commentform textarea#comment:active,
#commentform input#author:hover,
#commentform input#author:focus,
#commentform input#author:active,
#commentform input#email:hover,
#commentform input#email:focus,
#commentform input#email:active,
#commentform input#url:hover,
#commentform input#url:focus,
#commentform input#url:active,
#content .wpcf7 textarea:hover,
#content .wpcf7 textarea:focus,
#content .wpcf7 textarea:active,
#content .wpcf7 input.wpcf7-text:hover,
#content .wpcf7 input.wpcf7-text:focus,
#content .wpcf7 input.wpcf7-text:active {
	background:#fcfcfc;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0, 0.1);
	        box-shadow: inset 0 0 4px rgba(0,0,0, 0.1);
}
#commentform p.form-submit {
	margin:0;
}
input#submit,
input.wpcf7-submit {
	margin: 15px 0;
	padding: 14px 25px;
	border:none;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
}
input#submit {
	font-size:1.1em;
}
input.wpcf7-submit {
	font-size:1.05em;
}
input#submit:hover,
input.wpcf7-submit:hover {
	background:#909090;
	color:#fff;
}
/* --- Comments Navigation --- */
#comment-nav {
	padding: 0 0 60px;
	font-size:.9em;
}
#comment-nav a {
	display:inline-block;
	padding:8px 10px;
	background:#bbb;
	color:#fff;
	border-radius: 6px;
}
#comment-nav a:hover {
	background:#333;
	text-decoration:none;
}
.single-post #comment-nav .nav-previous {
	float: left;
}
.single-post #comment-nav .nav-next {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Formats
/*-----------------------------------------------------------------------------------*/
#content .format-image .entry-details ul,
#content .format-link .entry-details ul,
#content .format-video .entry-details ul,
#content .format-quote .entry-details ul,
#content .format-status .entry-details ul {
	padding: 0 0 30px;
}
#content .format-chat .entry-header h2.entry-title,
#content .format-gallery .entry-header h2.entry-title,
#content .format-audio .entry-header h2.entry-title,
#content .format-aside .entry-header h2.entry-title {
	font-size:1.6em;
}
/* --- Link --- */
.format-link .entry-content a.link {
	display:inline-block;
	margin:0;
	padding:15px 20px;
	border:none;
	font-size:1.35em;
	color:#fff !important;
	line-height:1.3 !important;
	text-decoration:none !important;
	border-radius: 6px;
}
.format-link .entry-content a.link:hover {
	background:#6B645E;
	color:#fff !important;
}
.format-link .entry-content a.link:after {
	content:" \2192";
}
.single-post .format-link .entry-content {
	padding-top:0;
}
/* --- Quote --- */
.format-quote blockquote {
	margin:0;
	padding:20px;
	background:#f6f6f6;
}
/* --- Status --- */
.format-status p,
.single-post .format-status p {
	font-size:1.5em;
	line-height:1.4;
}
/* --- Chat --- */
.format-chat ul.chat {
	margin:0;
	padding:0;
	list-style:none;
}
.format-chat ul.chat li {
	padding:10px;
	line-height:1.4;
}
.format-chat ul.chat li.odd {
	background:#f6f6f6;
}
/* --- Image --- */
.format-image p,
.format-image a,
.format-image p img {
	margin:0;
}
.format-image a {
	border:none !important;
}
.single-post .format-image p.wp-caption-text:last-child,
.single-post .format-image .entry-caption p:last-child {
	padding: 12px 0 0;
}
/* --- Image on Single Posts --- */
.single-post .format-image .entry-wrap {
	position:relative;
	float:left;
	width: 100%;
	padding:0;
}
.single-format-image ul.entry-info li.entry-date {
	display:inline;
}
.single-post .format-image ul.entry-info li.post-author:before {
	content: " \00b7 \0020";
}
.single-post .format-image .entry-wrap img {
	max-width:100%;
	margin-left:0;
}
.single-format-image .format-image p img {
	margin: 0;
}
/* --- Gallery --- */
.gallery,
.su-custom-gallery {
	margin: 0 16px;
	padding:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 24px;
}
.su-carousel,
.entry-content img:not(.size-thumbnail) {
    max-width: 100% !important;
    border: 1px solid #d9d9d9;
    background: #f6f6f6;
}
.su-carousel .su-carousel-slides .su-carousel-slide a {
	padding: 0;
}
.su-carousel  .su-carousel-slides .su-carousel-slide img {
	padding: 0;
	border-radius: 0;
	border: 0;
}
.su-custom-gallery::before,
.su-custom-gallery .su-clear {
	display: none !important;
}
.gallery::after,
.su-custom-gallery::after {
    -ms-flex-preferred-size: calc(100% / 3 - 4px);
        flex-basis: calc(100% / 3 - 4px);
    content: '';
    height: 0;
}
.gallery-item, .su-custom-gallery .su-custom-gallery-slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0;
	        flex: 0;
	-ms-flex-preferred-size: calc(100% / 3 - 4px);
	    flex-basis: calc(100% / 3 - 4px);
	margin: 0 0 6px;
	border: 1px solid #d9d9d9;
	background: #F6F6F6;
	-webkit-transition: border-color 195ms;
	-o-transition: border-color 195ms;
	transition: border-color 195ms;
}
.gallery-item:hover, .su-custom-gallery .su-custom-gallery-slide:hover {
	border-color: #FF7100;
}
.su-custom-gallery .su-custom-gallery-slide img {
	border: 0;
	padding: 0;
	width: 100%;
	display: block;
}
.su-custom-gallery .su-custom-gallery-slide:hover img {
	border: 0;
}
.gallery-item img {
	width: 100%;
	display: block;
}
.gallery br {
	display: none;
}
.format-gallery .gallery-caption {
	display:none;
}
/* --- Image Attachment --- */
.type-attachment {
	display: block;
	position: relative;
	margin: 0 0 45px;
	padding: 0 20px 45px;
}
/* --- Post Formats / Single Post --- */
.single-format-link h1.entry-title,
.single-format-status h1.entry-title {
	display:none;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcodes
/*-----------------------------------------------------------------------------------*/
/* ------- Multicoumns ------- */
.two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
	width:100%;
}
.two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
	float:left;
	margin-right:0;
	margin-bottom: 20px;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}


/*-----------------------------------------------------------------------------------*/
/*	Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/
.page-header {
	margin: 0 16px;
	padding: 0 0 16px;
}
.page-header h2.page-title {
	padding:0;
	font-family: 'Roboto', sans-serif;
	line-height:1;
	color: #383838;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
}
.newest-title {
	margin: 0 0 8px;
	font-size: 1.3em;
	font-weight: 600;
}
.page-header .taxonomy-description p {
	padding:12px 0 0;
	font-size:1.1em;
	color:#909090;
}

.search-results .entry-meta {
	display:none;
}

/*-----------------------------------------------------------------------------------*/
/*	Pages
/*-----------------------------------------------------------------------------------*/
.page #content {
	padding:0 20px;
}
.page #content #comments {
	padding:45px 0;
}
.page .entry-meta ul li.post-edit {
	color:#333;
}
/* --- Share Buttons on Pages --- */
.page .entry-meta a.share-btn {
	margin:30px 50px;
}
.page .entry-meta ul li.share-btns {
	text-align:left;
}
.page li.share-btns ul {
	clear:both;
	margin:10px 0 0;
}
.page li.share-btns ul li {
	display:inline;
	float:left;
}

/*-----------------------------------------------------------------------------------*/
/*	Previous / Next Pagination
/*-----------------------------------------------------------------------------------*/
#nav-below,
#image-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 16px auto 32px;
	font-size:1em;
	font-family: 'Roboto Condensed', sans-serif;
}
.single-post #nav-below {
	margin:0;
	padding: 60px 20px;
	border-top:1px solid #ececec;
}
#nav-below .nav-next a,
.previous-image a,
#nav-below .nav-previous a,
.next-image a  {
	display:inline-block;
	padding: 8px 16px;
	color:#838383;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
#nav-below .nav-next a:hover,
#nav-below .nav-previous a:hover,
.next-image a:hover,
.previous-image a:hover {
	color: #FF7100;
}
.nav-previous,
.previous-image,
.nav-next, .next-image {
	margin: 8px 0 8px;
}

.single-post .nav-previous {
	float:right;
}
.single-post .nav-next {
	float:left;
}

/*-----------------------------------------------------------------------------------*/
/* Sidebar
/*-----------------------------------------------------------------------------------*/

/* ---  Sidebar Widgets --- */
#sidebar .widget {
	margin: 0;
	padding: 0 0 30px;
}
#sidebar .widget h3.widget-title,
#sidebar .widget_get_recent_comments h1.widget-title {
	margin:0 0 15px;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.2em;
}
#sidebar .widget ul li {
	padding-bottom:10px;
	list-style:none;
	font-size: .9em;
	line-height:1.35;
}
#sidebar .widget ul li a:hover {
	text-decoration:none;
}
#sidebar .widget img.resize {
	max-width: 100%;
	height:auto;
	width: auto\9; /* ie8 */
}
/* --- Text Widget --- */
.textwidget {
	line-height:1.4;
}
.textwidget img.alignleft,
.textwidget img.alignright {
	margin:5px 10px 0 0;
}
/* --- Pages, Custem Menu, Categories Widget --- */
.widget_pages ul.children,
.widget_categories ul.children,
.widget_nav_menu ul.sub-menu  {
	margin:5px 0 0 0;
	padding:3px 0 0 15px;
	border-top:1px solid #ddd;
}
.widget_pages ul.children ul,
.widget_categories ul.children ul {
	margin:0;
	padding:0;
	border-top:none;
}
.widget_nav_menu ul.sub-menu ul {
	margin:0;
	padding:0 0 0 15px;
	border-top:none;
}
#sidebar .widget_pages li,
#sidebar .widget_categories li,
#sidebar .widget_nav_menu li {
	padding-bottom:0 !important;
	line-height:1.9 !important;
}
.widget_pages ul.children li a,
.widget_categories ul.children li a,
.widget_nav_menu ul.sub-menu li a {
	color:#909090;
	font-size:0.9em;
}
.widget_pages ul.children li li a,
.widget_categories ul.children li li a,
.widget_nav_menu ul.sub-menu li li a {
	font-size:0.9em;
}
/* --- Search Widget --- */
.widget_search #searchform {
	position:relative;
	padding:0;
}
.widget_search #searchform div {
	margin: 0;
}
.widget_search #s {
	position:relative;
	width: 85%;
	height: 38px;
	padding:0 0 0 30px;
	background:#fff url(images/search-lightgrey.png) 8px 10px no-repeat;
	border:1px solid #ddd;
	font-family: 'Roboto', sans-serif;
	font-size:1.05em;
	color:#afafaf;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
}
.widget_search ::-webkit-input-placeholder {
	color:#afafaf;
}
.widget_search :-moz-placeholder {
	color:#afafaf;
}
.widget_search .placeholder {
	color:#afafaf;
}
/* --- Calendar Widget --- */
.widget_calendar #calendar_wrap {
	position:relative;
	display:inline-block;
	font-size:.95em;
	text-align:center;
	color:#333;
}
#sidebar table#wp-calendar  {
	margin:10px 0 0 0;
}
.widget_calendar #calendar_wrap {
	position:relative;
	margin:0 auto 0 auto;
	display:inline-block;
	font-size:.95em;
	text-align:center;
}
.widget_calendar #calendar_wrap a {
	font-weight:bold;
}
.widget_calendar #wp-calendar caption {
	margin-bottom: 8px;
	font-weight:bold;
	text-align: center;
	color: #333;
}
.widget_calendar table#wp-calendar tr th {
	padding: 3px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-weight:bold;
}
.widget_calendar table#wp-calendar tr td {
	padding: 6px 9px;
	border: 1px solid #ddd;
}
.widget_calendar table#wp-calendar tr td#today {
	background: #fff;
}
.widget_calendar table#wp-calendar tbody tr td a {
	display:block;
}
.widget_calendar table#wp-calendar tbody tr td a:hover {
	text-decoration:underline;
}
.widget_calendar table#wp-calendar tfoot tr td#prev a {
	position:absolute;
	bottom:10px;
	left:10px;
}
.widget_calendar table#wp-calendar tfoot tr td#next a {
	position:absolute;
	bottom:10px;
	right:10px;
}
/* --- Flickr Photo Widget --- */
#sidebar .widget_waipoua_flickr {
	clear:both;
	overflow:hidden;
}
.flickr_badge_wrapper {
	display:block;
	padding-top:10px;
}
.flickr_badge_wrapper a img {
	width:118px;
	height:118px;
	display:block;
	float:left;
	margin:0 3px 6px;
	padding:3px;
	background:none;
	-webkit-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
}
.flickr_badge_wrapper .flickr-bottom {
	display:inline-block;
	margin:12px 0 0 6px;
}
.flickr_badge_wrapper .flickr-bottom a {
	text-decoration:underline;
}
.flickr_badge_wrapper .flickr-bottom a:hover {
	text-decoration:none;
}
/* --- Social Links Widget --- */
ul.sociallinks {
	display:block;
	padding:10px 0 0;
	overflow:hidden;
	text-align:center;
}
.header-widget-area  ul.sociallinks {
	padding:15px 0 0;
}
.header-widget-area  .widget_waipoua_sociallinks h3.widget-title {
	display:none;
}
ul.sociallinks li {
	float:left;
	margin:0px 6px 6px 0;
	padding:0 !important;
	list-style:none;
}
.header-widget-area ul.sociallinks li {
	float:right;
	margin:0px 0 8px 8px;
	list-style:none;
}
ul.sociallinks li a {
	width:37px;
	height:37px;
	display:block;
	padding:0;
	margin:0;
	background-color:#909090;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 42px;
}
ul.sociallinks li a:hover {
	background-color:#333 !important;
}
ul.sociallinks li a.twitter {
	background:#B3B4AE url(images/socialicons.png) 0 0 no-repeat;
}
ul.sociallinks li a.facebook {
	background:#B3B4AE url(images/socialicons.png) -37px 0 no-repeat;
}
ul.sociallinks li a.googleplus {
	background:#B3B4AE url(images/socialicons.png) -74px 0 no-repeat;
}
ul.sociallinks li a.flickr {
	background:#B3B4AE url(images/socialicons.png) -111px 0 no-repeat;
}
ul.sociallinks li a.instagram {
	background:#B3B4AE url(images/socialicons.png) -148px 0 no-repeat;
}
ul.sociallinks li a.picasa {
	background:#B3B4AE url(images/socialicons.png) -185px 0 no-repeat;
}
ul.sociallinks li a.fivehundredpx {
	background:#B3B4AE url(images/socialicons.png) -222px 0 no-repeat;
}
ul.sociallinks li a.youtube {
	background:#B3B4AE url(images/socialicons.png) -259px 0 no-repeat;
}
ul.sociallinks li a.vimeo {
	background:#B3B4AE url(images/socialicons.png) -296px 0 no-repeat;
}
ul.sociallinks li a.dribbble {
	background:#B3B4AE url(images/socialicons.png) -333px 0 no-repeat;
}
ul.sociallinks li a.ffffound {
	background:#B3B4AE url(images/socialicons.png) -370px 0 no-repeat;
}
ul.sociallinks li a.pinterest {
	background:#B3B4AE url(images/socialicons.png) -407px 0 no-repeat;
}
ul.sociallinks li a.zootool {
	background:#B3B4AE url(images/socialicons.png) -444px 0 no-repeat;
}
ul.sociallinks li a.behance {
	background:#B3B4AE url(images/socialicons.png) -481px 0 no-repeat;
}
ul.sociallinks li a.deviantart {
	background:#B3B4AE url(images/socialicons.png) -518px 0 no-repeat;
}
ul.sociallinks li a.squidoo {
	background:#B3B4AE url(images/socialicons.png) -555px 0 no-repeat;
}
ul.sociallinks li a.slideshare {
	background:#B3B4AE url(images/socialicons.png) -592px 0 no-repeat;
}
ul.sociallinks li a.lastfm {
	background:#B3B4AE url(images/socialicons.png) -629px 0 no-repeat;
}
ul.sociallinks li a.grooveshark {
	background:#B3B4AE url(images/socialicons.png) -666px 0 no-repeat;
}
ul.sociallinks li a.soundcloud {
	background:#B3B4AE url(images/socialicons.png) -703px 0 no-repeat;
}
ul.sociallinks li a.foursquare {
	background:#B3B4AE url(images/socialicons.png) -740px 0 no-repeat;
}
ul.sociallinks li a.github {
	background:#B3B4AE url(images/socialicons.png) -777px 0 no-repeat;
}
ul.sociallinks li a.linkedin {
	background:#B3B4AE url(images/socialicons.png) -814px 0 no-repeat;
}
ul.sociallinks li a.xing {
	background:#B3B4AE url(images/socialicons.png) -851px 0 no-repeat;
}
ul.sociallinks li a.wordpress {
	background:#B3B4AE url(images/socialicons.png) -888px 0 no-repeat;
}
ul.sociallinks li a.tumblr {
	background:#B3B4AE url(images/socialicons.png) -925px 0 no-repeat;
}
ul.sociallinks li a.rss {
	background:#B3B4AE url(images/socialicons.png) -962px 0 no-repeat;
}
ul.sociallinks li a.rsscomments {
	background:#B3B4AE url(images/socialicons.png) -999px 0 no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
#footer {
	clear:both;
	padding: 0 16px;
	font-size: 16px;
	margin-top: 32px;
	background: #FF7100;
}

#site-info {
	position:relative;
	clear:both;
	padding: 24px 0;
	color: #FFF;
}
#site-info h1 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 16px 0;
}
#site-info a {
	color: #FFF;
}
#site-info a:hover {
	color:#333;
}
.footer-info img {
	display: block;
}
#site-info .footer-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#site-info .footer-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#site-info .footer-nav li {
	list-style:none;
	font-size: 16px;
	-ms-flex-preferred-size: calc(100% / 2);
	    flex-basis: calc(100% / 2);
}
#site-info .footer-nav {
	margin: 16px 0;
}
.social-accounts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 16px 8px 32px;
}
.social-accounts li:not(:last-child) {
	margin-right: 16px;
}
.social-accounts a img {
	-webkit-transition: opacity 195ms;
	-o-transition: opacity 195ms;
	transition: opacity 195ms;
}
.social-accounts a:hover img {
	opacity: 0.8;
}
/*-----------------------------------------------------------------------------------*/
/*	Styles for external WP-Plugins
/*-----------------------------------------------------------------------------------*/
/* --- Jetpack Subscription Widget --- */
.jetpack_subscription_widget {
	clear:both;
	overflow:hidden;
}
.jetpack_subscription_widget p {
	margin:0;
	line-height:1.4;
}
.jetpack_subscription_widget form#subscribe-blog input#subscribe-field {
	width:246px !important;
	display: block;
	float:left;
	margin: 10px 10px 0 0;
	padding: 10px 6px !important;
	background:#fff;
	color:#afafaf;
	border:1px solid #ddd;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	-webkit-appearance: none;
	border-radius: 6px;
}
.jetpack_subscription_widget form#subscribe-blog input[type="submit"] {
	float:left;
	margin: 12px 0 0;
	padding: 9px 15px;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	color:#fff;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
}
.jetpack_subscription_widget form#subscribe-blog input[type="submit"]:hover {
	background:#909090;
}
/* ---  Jetpack Image Widget --- */
.widget_image img {
	max-width:100%;
}
/* ---  Jetpack Twitter Widget --- */
.widget_twitter ul li {
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom:1px solid #ddd;
}
.widget_twitter ul li:last-child {
	padding-bottom: 0;
	border-bottom:none;
}
.widget_twitter ul li a.timesince {
	font-style:italic;
	color:#909090;
}
.widget_twitter ul li a.timesince:hover {
	color:#333;
}
/* --- WP-PageNavi --- */
.wp-pagenavi {
	margin:15px 0 60px;
	padding: 0 20px;
	font-size:1em;
}
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width:auto;
	clear:none !important;
	margin:0 4px 5px;
	padding:9px 12px;
	display:inline-block;
	background:#909090;
	overflow:visible;
	color:#fff;
	border-radius: 6px;
}
.wp-pagenavi a:hover {
	background:#333;
	text-decoration:none;
}
.wp-pagenavi span.current {
	display:inline-block;
	margin:0 4px 5px;
	padding:9px 12px;
	background:#333;
	color:#fff;
	border-radius: 6px;
}
.wp-pagenavi span.pages {
	display:none;
	padding:0 20px 0 0;
	color:#909090;
}
.wp-pagenavi span.extend {
	padding:0 2px;
}
/* --- Smart Archives Reloaded ---- */
#content .page ul#smart-archives-block {
	margin:0 0 50px;
	padding:30px 30px 10px;
	overflow: hidden;
	background:#f6f6f6;
	font-family: 'Roboto', sans-serif;
	font-size:1.05em;
}
ul#smart-archives-block li {
	float: left;
	margin:0;
	padding:0 0 20px;
	list-style:none !important;
	line-height:1.7;
}
ul#smart-archives-block li a {
	float: left;
	margin:0 15px 0 0;
	display: block;
}
ul#smart-archives-block li strong {
	float: left;
	margin:0 18px 0 0;
	font-weight:normal;
}
ul#smart-archives-block li span.empty-month {
	float: left;
	margin:0 18px 0 0;
}
#smart-archives-list h2 {
	margin:2em 0 0.3em;
}
#content .page #smart-archives-list ul {
	margin: 0;
	font-size:1.1em;
}
#smart-archives-list ul li {
	padding: 0 !important;
	list-style:none;
}

/* Other stuff */

.cta-button,
.single-post .entry-content .komplex {
	display: inline-block;
	border-radius: 2px;
	padding: 10px 10px 8px;
	font-style: italic;
	line-height: 1;
	background: #FF7100;
	border: 1px solid #FF7100;
	background: -webkit-gradient(linear, left top, left bottom, from(#FD872A),to(#FF7100));
	background: -webkit-linear-gradient(top, #FD872A 0%,#FF7100 100%);
	background: -o-linear-gradient(top, #FD872A 0%,#FF7100 100%);
	background: linear-gradient(to bottom, #FD872A 0%,#FF7100 100%);
	color: #FFF !important;
	font-size: 14px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.cta-button::after,
.single-post .entry-content .komplex::after,
.post-navigation .arrow  {
	content: '';
	background: url('images/arrow-right-white.svg') no-repeat center;
	background-size: contain;
	width: 14px;
	height: 14px;
	float: right;
	display: block;
	margin-left: 4px;
}
.single-post .entry-content .komplex::after {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#footer .cta-button {
	background: #FFF;
	color: #FF7100 !important;
	border-color: #FFF;
	margin: 0 auto 32px;
	display: table;
}
#footer .cta-button::after {
	background-image: url('images/arrow-right-orange.svg');
}
#footer .cta-button:hover {
	background: #333;
	color: #FFF !important;
	border-color: #333
}
#footer .cta-button:hover::after {
	background-image: url('images/arrow-right-white.svg');
}
.post-navigation .arrow {
	width: 32px;
	height: 100%;
	position: absolute;
	padding: 9px 0;
	margin: 0;
	top: 0;
}
.post-navigation .next .arrow {
	right: 0;
}
.post-navigation .previous .arrow {
	left: 0;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.cta-button:hover,
.single-post .entry-content .komplex:hover {
	background: #FD872A;
	border: 1px solid #FD872A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7100),to(#FD872A));
	background: -webkit-linear-gradient(top, #FF7100 0%,#FD872A 100%);
	background: -o-linear-gradient(top, #FF7100 0%,#FD872A 100%);
	background: linear-gradient(to bottom, #FF7100 0%,#FD872A 100%);
}
/* .cta-button:hover::after,
.single-post .entry-content .komplex:hover::after {
	background-image: url('images/arrow-right-grey.svg');
} */
.single-post .entry-content .komplex {
	margin: 24px auto;
	display: table;
	width: auto;
	font-size: 19px;
	padding-right: 32px;
	position: relative;
}
#content-wrap #content .week-sales {
	margin: 0 0 24px;
}
#sidebar .week-sales {
	margin-bottom: 24px
}
.week-sales-header {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 16px;
}
#sidebar .week-sales-header {
	flex-wrap: wrap;
	justify-content: center;
}
.week-sales h1 {
	color: #FF7100;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	font-size: 29px;
	line-height: 1;
}
#sidebar .week-sales h1 {
	font-size: 64px;
	white-space: nowrap;
}
#sidebar .week-sales-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: none;
}
.week-sales h1 a {
	color: #FF7100;
}
.week-sales h1 strong {
	display: block;
	font-size: 36px;
}
#sidebar .week-sales h1 strong {
	font-size: 69px;
	line-height: 0.75;
}
.week-sales-item {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
}
.week-sales-item-title {
	font-size: 12px;
	margin: 0 0 4px;
}
#sidebar .week-sales-item-title {
	font-size: 14px;
	font-weight: bold;
}
.week-sales-item-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 28px;
}
#sidebar .week-sales-item-title a {
	height: 34px;
}
.week-sales-item-price,
.shop-article .shop-article-price {
	font-size: 36px;
	margin: 0;
	font-weight: bold;
	color: #FF7100;
	line-height: 35px
}
.week-sales-item-price .decimal,
.shop-article .shop-article-price .decimal {
	vertical-align: top;
	font-size: 22px;
	line-height: 26px
}
.week-sales-item-link::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}
#content-wrap #content .week-sales-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px;
	border-bottom: 1px solid #D9D9D9;
}

#content-wrap #content .week-sales-item-img {
	max-width: 200px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 200px;
	        flex: 0 1 200px;
}
#content-wrap #content .week-sales-item-content {
	margin-left: 16px;
}
#sidebar .week-sales-item {
	max-width: calc(100% / 2);
	-ms-flex-preferred-size: calc(100% / 2);
	    flex-basis: calc(100% / 2);
	padding: 8px 16px 16px;
	border-bottom: 1px solid #D9D9D9;
}

.week-sales-item-rating {
    margin: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.week-sales-item-rating .rating-count {
	font-size: 13px;
	margin-left: 4px;
}

.week-sales-item-rating .rating-star {
    width: 21px;
    height: 18px;
    display: block;
    background: url('images/nbb-rating-stars.png') 0 0 no-repeat;
}
.week-sales-item-rating .rating-star.half {
	background-position: 0 -18px;
}
.week-sales-item-rating .rating-star.full {
	background-position: 0 -36px;
}

#sidebar .week-sales-item:nth-child(5n) {
    max-width: 100%;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
}
#sidebar .week-sales-item:nth-child(5n) .week-sales-item-img {
    flex: 0 0;
    flex-basis: calc(50% - 16px);
    margin-right: 32px;
}

/*-----------------------------------------------------------------------------------*/
/*	Styles for Internet Explorer 8 and below
/*-----------------------------------------------------------------------------------*/
.ie #wrap,
.ie #site-nav-container {
	max-width: 1110px;
	margin:0 auto;
}
.ie #content {
	width:100%;
}
.ie #content-wrap {
	width:68.46846846846847%;
	float:left;
}
.ie .three-columns #content {
	width:100%;
}
.ie .three-columns #featuredposts {
	width:100%;
	padding-top:60px;
}
.ie .page #content.fullwidth {
	width:100% !important;
}
.ie .page #content,
.ie .archive #content,
.ie .search #content,
.ie .error404 #content,
.ie .single-post #content,
.ie .single-attachment #content {
	width:68.85245901639344% !important;
	float:left;
}
.ie #sidebar {
	width:27.02702702702703%;
	float:right;
}
.ie #branding,
.ie .post,
.ie .page #content,
.ie .type-attachment,
.ie #featuredposts .post,
.ie #featuredposts h3.featured-title,
.ie #comments,
.ie .page-header,
.ie #nav-below,
.ie .single-post #nav-below,
.ie #image-nav,
.ie .wp-pagenavi,
.ie #footer {
	padding-left:0;
	padding-right:0;
}
.ie #sidebar .widget {
	padding-left:20px;
	padding-right:20px;
}
/* --- Header --- */
.ie #site-title h2#site-description {
	margin: 0;
	padding: 17px 0 0 12px;
	display: inline-block;
}
.ie #branding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.ie .header-widget-area {
	width:50%;
	float:right;
	text-align:right;
}
.ie #branding,
.ie #site-title {
	text-align:left;
}
.ie #site-title {
	float:left;
}
/* --- Site Nav --- */
.ie a#mobile-menu-btn {
	display:none;
}
.ie #site-nav-wrap a#home-btn {
	width:40px;
	height:60px;
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	background: url(images/standardicons.png) 0 21px no-repeat;
	text-align:left;
	font-size:1.1em;
	text-decoration:none;
	text-indent:-9999em;
	-webkit-filter: 0;
	        filter: 0;
}
.ie #site-nav {
	position:relative;
	padding:0;
	display:block !important;
	background:none;
	overflow:visible;
}
.ie #site-nav ul {
	padding: 0;
}
.ie #site-nav ul li {
	position:relative;
	display:inline-block;
	float:left;
	padding:0;
	background:none;
}
.ie #site-nav ul.sub-menu,
.ie #site-nav ul.children {
	display: none;
	width:auto;
	position:absolute;
	top:55px;
	left:0;
	background:#fff;
	border:1px solid #ececec;
	z-index: 99999;
}
.ie #site-nav ul.sub-menu ul,
.ie #site-nav ul.children ul {
	display: none;
	top:-5px;
	left:152px;
	z-index: 99999;
}
.ie #site-nav li li {
	width:160px;
	position:relative;
	display:block;
	color:#333;
	float:none;
}
.ie #site-nav li li li {
	width:160px;
	display:block;
}
.ie #site-nav li a {
	height:32px;
	display:inline-block;
	margin:0 15px 0 0;
	padding:14px;
	color: #fff;
	font-size:.95em;
	border:none;
	text-transform:none;
	letter-spacing:0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ie #site-nav li li a {
	height:auto;
	display:block;
	float:none;
	margin:0 15px;
	padding:12px 0;
	font-size:.7em;
	word-break: break-word;
	color: #909090;
}
.ie #site-nav li li li a {
	font-size:.65em;
}
.ie #site-nav li a:hover {
	background:none;
	color:#fff;
}
.ie #site-nav li li a:hover {
	background:none;
	color:#333 !important;
}
.ie #site-nav ul li:hover > ul {
	display: block;
	color:#909090;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ie #site-nav li:hover > a {
	color:#fff;
}
.ie #site-nav li li:hover > a {
	background:none;
	color:#333 !important;
}
/* --- Site Nav Search --- */
.ie .placeholder {
	color:#fff;
}
.ie #site-nav-container #searchform {
	position:relative;
	float: right;
	margin-top:12px;
	margin-bottom:12px;
	padding: 0;
	background:none;
}
.ie #site-nav-container #searchform div {
	margin: 0;
}
.ie #site-nav-container #s {
	position:relative;
	width: 190px;
	height: 35px;
	padding:0 0 0 33px;
	background:#fff url(images/search-lightgrey.png) 10px 10px no-repeat;
	border:none;
	font-size:1.05em;
	color:#afafaf;
	line-height:2;
}
/* --- Posts --- */
.ie .post {
	padding: 0 0 45px;
}
.ie .entry-meta a.share-btn,
.ie .entry-meta a.share-btn:hover {
	background-position:7px -78px;
}
.ie .entry-details,
.ie .entry-header {
	display:block;
	clear:both;
	overflow:hidden;
}
.ie .entry-header h1.entry-title {
	font-size:2.2em;
	line-height:1.4em;
}
.ie .entry-header h2.entry-title {
	font-size:2em;
	line-height:1.4em;
}
/* --- Single Post --- */
.ie .single-post .author-info {
	padding:40px 30px;
}
.ie .post .author-description {
	padding:0 0 0 95px;
}
.ie .single-post .author-info img {
	display:inline-block;
	float:left;
}
/* --- Comments --- */
.ie #commentform p.form-allowed-tags {
	display:block;
	padding:25px 0 10px;
}
.ie #comments .comment-content ul li.comment-time,
.ie #comments .comment-content ul li.comment-edit {
	display:inline;
}
.ie #comments ol.commentlist li.depth-2 .comment {
	margin-left:80px;
}
/* --- Sidebar --- */
.ie #sidebar {
	margin:3px 0 0;
	padding-top: 0;
	padding-bottom: 0;
}
/* --- Footer --- */
.ie #footer {
	padding:0;
}

.post-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin-bottom: 24px;
}
.post-navigation div {
	-webkit-box-flex: 0;
	    -ms-flex: 0;
	        flex: 0;
	-ms-flex-preferred-size: calc(50% - 4px);
	    flex-basis: calc(50% - 4px);
	position: relative;
	background: #646464;
	-webkit-transition: 195ms background;
	-o-transition: 195ms background;
	transition: 195ms background;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.post-navigation .next {
	padding-right: 32px;
}
.post-navigation .previous {
	padding-left: 32px;
}
.post-navigation div:empty {
	display: none;
}
.post-navigation div:hover {
	background: #FF7100;
}
.post-navigation .clear {
	display: none;
}
.post-navigation a {
	display: block;
	color: #FFF;
	padding: 8px;
	z-index: 5;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.post-navigation a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 16px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 16px 8px;
    border-bottom: 3px solid #ff7100;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.filter-form .checkbox {
	padding: 8px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0;
	        flex: 0;
	-ms-flex-preferred-size: calc(100% / 2);
	    flex-basis: calc(100% / 2);
}
.filter-form .checkbox:empty {
	padding: 0;
	height: 0;
}
.filter-form .checkbox input {
	margin-right: 10px;
}
.filter-form .checkbox label::before {
	background-color: #D9D9D9;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 8px;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transition: background-color 195ms;
	-o-transition: background-color 195ms;
	transition: background-color 195ms;
}
.filter-form .checkbox input:checked + label::before {
	background-color: #FF7100;
}
.filter-form .checkbox:hover label::before,
.filter-form .checkbox:focus label::before {
	background-color: #838383;
}
.filter-form input[type="submit"] {
	background: #FF7100;
	color: #FFF;
	border: none;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: color 195ms,background 195ms;
	-o-transition: color 195ms,background 195ms;
	transition: color 195ms,background 195ms;
	padding: 8px 16px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-top: 8px;
}
.filter-form input[type="submit"]:hover {
	color: #646464;
	background: #D9D9D9;
}

.shr-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shr-btns li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48px;
	        flex: 0 0 48px;
	width: 48px;
	height: 48px;
	text-indent: -99999px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 8px;
	position: relative;
	-webkit-transition: opacity 195ms;
	-o-transition: opacity 195ms;
	transition: opacity 195ms;
}
.shr-btns li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.shr-btns li:hover {
	opacity: .8
}
.shr-btns .shr-fb-btn {
	background-image: url('images/social/facebook-orange.svg');
}
.shr-btns .shr-twt-btn {
	background-image: url('images/social/twitter-orange.svg');
}
.shr-btns .shr-gplus-btn {
	background-image: url('images/social/googleplus-orange.svg');
}

.shop-article {
	margin-bottom: 24px;
	font-size: 14px;
}
.shop-article::after {
	clear: both;
	content: '';
	display: block;
}
.shop-article .shop-article-headline{
	font-size: 19px;
	margin: 0;
	font-weight: bold;
}
.shop-article .shop-article-headline a{
	color: #383838;
}
.shop-article .shop-article-headline a:hover{
	color: #FF7100;
}
.shop-article .shop-article-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 12px;
	margin-bottom: 8px;
}
.shop-article .shop-article-rating .week-sales-item-rating {
	margin-right: 8px;
}
.shop-article .shop-article-details {
	color: #838383;
	margin-bottom: 8px;
}
.shop-article .shop-article-stock {
	font-size: 12px;
	margin-bottom: 8px;
}
.shop-article .shop-article-stock .stock {
	color: #89c535;
}
.shop-article .shop-article-stock .delivery {
	margin-right: 8px;
	color: #b92215;
}
.shop-article .shop-article-price {
	margin-bottom: 8px;
	float: left;
	margin-right: 16px;
}

.rating-widget {
    border: 1px solid #f6f6f6;
    margin-bottom: 32px;
}

.rating-widget .rating-widget-header {
    background: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.rating-widget .rating-widget-header .nbb-icon {
    width: 32px;
    height: 32px;
    background: url(images/touch-icon.svg) center no-repeat;
    background-size: contain;
    margin: 8px 0 8px 8px;
}

.rating-widget .rating-widget-header .rating-widget-category,
.rating-widget .rating-widget-header .rating-widget-product {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.rating-widget .rating-widget-header .rating-widget-product {
	font-size: 19px
}

.rating-widget-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
}

.rating-widget-item-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating-widget-item-rating .rating-point {
    border: 1px solid #FF7100;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border-radius: 100%;
}

.rating-widget-item-rating .rating-point.full {
    background: #FF7100;
}
.rating-widget-item-rating .rating-point.half {
    background: rgba(255,113,0,.4);
}

.rating-widget .rating-widget-body .rating-widget-list {
    margin: 0;
    margin-left: 48px;
    list-style-type: none;
    font-size: 18px;
    text-transform: uppercase;
}


.rating-widget-body {
    padding: 16px 32px 16px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rating-widget .rating-widget-body .rating-widget-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rating-widget .rating-widget-body .rating-widget-list li strong {
    width: 100px;
}

.rating-widget-percent {
    font-size: 80px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 16px;
    margin-left: 48px;
}

.rating-widget .rating-emblem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ff7100;
    color: #FFF;
    padding: 4px 8px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    flex-basis: 100%;
}

.rating-widget .rating-date {
    font-size: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*	CSS3 Media Queries for Responsiveness (mobile-first, from small to big)
/*-----------------------------------------------------------------------------------*/
/* --- smartphones in landscape mode --- */
@media screen and (min-width: 480px) {
	/* --- Alignment --- */
	.alignleft {
		display:inline;
		float: left;
		margin-right: 20px;
	}
	.alignright {
		display:inline;
		float: right;
		margin-left: 20px;
	}
	img.wp-post-image {
		float: left;
		margin: 10px 15px 10px 0;
		padding: 0;
	}
	.entry-meta ul li.entry-cats,
	.entry-meta ul li.entry-tags {
		width:80%;
	}
	/* --- Comments Reply --- */
	#commentform textarea#comment,
	#content .wpcf7 textarea {
		width:96%;
	}
	.specs {
		font-size: 16px
	}
}
@media screen and (min-width: 660px) {
	.shop-article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.shop-article .shop-article-image {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 250px;
		        flex: 0 0 250px;
	}
	.shop-article.small .shop-article-image {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 175px;
		        flex: 0 0 175px;
	}
	.shop-article .shop-article-content {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin-left: 16px;
	}
	.rating-widget-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.rating-widget .rating-widget-body .rating-widget-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.rating-widget .rating-widget-body .rating-widget-list li {
		width: calc(100% / 2 - 5px);
	}

	.rating-widget .rating-emblem {
		flex: 0 0 auto;
		align-self: stretch;
		flex-direction: column;
		justify-content: center
	}

	.pro-contra {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.pro-contra > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		-ms-flex-preferred-size: calc(50% - 4px);
		    flex-basis: calc(50% - 4px);
	}
	#site-info .footer-nav li {
		-ms-flex-preferred-size: calc(100% / 3);
		    flex-basis: calc(100% / 3);
	}
}
/* --- tablets in portrait mode --- */
@media screen and (min-width: 768px) {
	/* --- General Structure --- */
	#branding, .page #content, #content-wrap #content,  .related-posts, .search-results .page, .type-attachment, #featuredposts .post, #featuredposts h3.featured-title, #comments, .page-header, #nav-below, .single-post #nav-below, #image-nav, .wp-pagenavi, #footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	.page-header {
		margin-left: 0;
		margin-right: 0;
	}
	.filter-form .checkbox {
		-ms-flex-preferred-size: calc(100% / 4);
		    flex-basis: calc(100% / 4);
	}
	/* --- Header --- */
	#branding {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	#site-title h1 {
		display: inline-block;
	}
	#site-title h1 {
		margin:0;
	}
	#site-title h2#site-description {
		display:block;
	}

	#content-wrap #content,
	.related-posts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.related-posts {
		margin-bottom: 24px;
	}
	#content-wrap .post,
	#content-wrap .page {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1;
		        flex: 0 1;
		-ms-flex-preferred-size: calc(100% / 2 - 16px);
		    flex-basis: calc(100% / 2 - 16px);
		margin-bottom: 8px;
	}
	#content-wrap #content .top-posts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	#content-wrap #content .top-posts .post:last-child {
		margin-bottom: 0;
	}
	#content-wrap #content .top-posts .post {
		border: 1px solid rgba(217,217,217,.3)
	}
	.main-top-post {
		margin-right: 8px;
		margin-bottom: 0;
	}
	.top-posts .aside-top-post .entry-post-thumbnail > a {
		padding-bottom: 68.5%;
	}
	/* --- Posts --- */
	.entry-header h1.entry-title {
		font-size: 30px;
	}
	.entry-header,
	.single-post .related-posts .entry-header,
	#content-wrap .entry-content,
	#content-wrap .entry-summary {
		margin: 0 0 16px;
	}
	#content-wrap .entry-details {
		margin: 0;
	}
	img.wp-post-image {
		width:auto;
	}
	.entry-details ul li.entry-edit  {
		display: inline;
	}
	.entry-meta ul li.entry-cats,
	.entry-meta ul li.entry-tags {
		width:85%;
	}
	.entry-meta ul li.entry-cats span {
		display:inline;
	}
	/* --- Single Post --- */
	.single-post .author-info {
		padding:40px 30px;
	}
	.single-post .author-info img {
		display:block;
		border-radius: 100%;
		margin: auto;
	}
	.single-post .author-info .author-avatar {
		margin-right: 32px;
		-ms-flex-preferred-size: calc(100% / 3);
		    flex-basis: calc(100% / 3);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	/* --- Comments --- */
	#comments .comment-avatar img.avatar {
		width:60px;
		height:60px;
	}
	#comments .comment-content ul.comment-meta {
		padding:19px 0 10px;
	}
	#comments h3#comments-title span {
		display:inline;
	}
	#commentform p.form-allowed-tags {
		display:block;
		padding:25px 0 10px;
	}
	#comments .comment-content ul li.comment-time,
	#comments .comment-content ul li.comment-edit {
		display:inline;
	}
	#comments ol.commentlist li.depth-2 .comment {
		margin-left:80px;
	}
	/* --- Post Formats --- */
	#content .format-chat .entry-header h2.entry-title,
	#content .format-gallery .entry-header h2.entry-title,
	#content .format-audio .entry-header h2.entry-title,
	#content .format-aside .entry-header h2.entry-title {
		font-size: 1.8em;
	}
	/* ------- Shortcodes ------- */
	.two-columns-one {
		width:48.5%;
	}
	.three-columns-one {
		width:31.333%;
	}
	.three-columns-two {
		width:65.33%;
	}
	.four-columns-one {
		width: 22.75%;
	}
	.four-columns-two {
		width:45.5%;
	}
	.four-columns-three {
		width:100%;
	}
	.two-columns-one,
	.three-columns-one,
	.three-columns-two,
	.four-columns-one,
	.four-columns-two {
		position:relative;
		float:left;
		margin-right:3%;
		margin-bottom:0;
	}
	/* --- Footer --- */


	/* --- Plugins --- */
	.wp-pagenavi span.pages {
		display:inline;
	}

	#content-wrap #content .week-sales {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.week-sales-header {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 200px;
		        flex: 0 1 200px;
		padding: 32px 16px;
		display: block;
	}
	#sidebar .week-sales-header {
		padding: 0;
	}
	.week-sales h1 {
		margin-bottom: 16px;
	}
	#content-wrap #content .week-sales-item {
		max-width: calc(100% / 3);
		padding: 8px 16px;
		border-right: 1px solid #D9D9D9;
		border-bottom: 0;
	}
	.week-sales-body {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    padding: 16px 0 16px 32px;
	    -ms-flex-preferred-size: calc(100% - 200px);
	        flex-basis: calc(100% - 200px);
	    max-width: calc(100% - 200px);
	}

	#site-info .footer-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 32px;
	}
	#site-info .footer-nav {
		margin: 0;
	}
	.specs {
		font-size: 19px
	}


	.rating-widget .rating-widget-body .rating-widget-list {
		margin-left: 80px;
	}

	.rating-widget .rating-widget-header .nbb-icon {
		width: 56px;
		height: 56px;
		margin: 8px;
	}
	.rating-widget-title {
		margin-left: 16px;
	}
	.rating-widget-percent {
		font-size: 72px;
		margin: 0;
	}
	.social-accounts {
		margin: 0 0 0 32px;
	}
	#site-info .footer-nav li {
		-ms-flex-preferred-size: calc(100% / 4);
		    flex-basis: calc(100% / 4);
	}
}

/* tablets in landscape mode */
@media screen and (min-width: 1024px) {
	/* --- General Structure --- */
	body {
		font-size: 120%;
	}
	#branding, .page #content, #content-wrap #content,  .related-posts, .search-results .page, .type-attachment, #featuredposts .post, #featuredposts h3.featured-title, #comments, .page-header, #nav-below, .single-post #nav-below, #image-nav, .wp-pagenavi, #footer {
		padding-left: 16px;
		padding-right: 16px;
	}
	.filter-form .checkbox,
	.filter-form input[type="submit"] {
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
	/* --- Header --- */
	#branding {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	#branding .cta-button {
		display: block;
	}
	.header-widget-area {
		width:50%;
		float:right;
		text-align:right;
	}
	#branding,
	#site-title {
		text-align:left;
	}
	#site-title {
		float:left;
	}

	#content-wrap .post,
	#content-wrap .page {
		-ms-flex-preferred-size: calc(100% / 3 - 16px);
		    flex-basis: calc(100% / 3 - 16px);
	}
	#content-wrap #content::after,
	#content-wrap .related-posts::after {
		-ms-flex-preferred-size: calc(100% / 3 - 16px);
		    flex-basis: calc(100% / 3 - 16px);
		content: '';
		height: 0;
	}
	/* --- Posts --- */
	.entry-meta a.share-btn,
	.entry-meta a.share-btn:hover {
		background-position:7px -76px;
	}
	.content-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.content-main #content {
		margin-right: 24px;
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		-ms-flex-preferred-size: 68.15%;
		flex-basis: 68.15%;
		max-width: 68.15%;
	}
	.content-main #sidebar {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 31.85%;
		        flex: 0 1 31.85%;
	}
	/* --- Comments Reply --- */
	#commentform p.comment-form-author,
	#commentform p.comment-form-email,
	#commentform p.comment-form-url {
		width: 33.3%;
		display: block;
		float:left;
		margin: 0;
		padding:15px 0 0;
	}
	#commentform input#author,
	#commentform input#email,
	#commentform input#url {
		width: 88%;
	}
	#commentform p.comment-form-comment {
		width: 100%;
		display: block;
		float:none;
		clear:both;
		padding:15px 0 0;
	}
	.main-top-post {
		margin-right: 24px;
		margin-bottom: 0;
	}
	#content-wrap .post, #content-wrap .page {
		margin-bottom: 24px
	}
	.top-posts .aside-top-post .entry-post-thumbnail > a {
		padding-bottom: 64.8%;
	}
	.top-posts .entry-header {
		padding: 8px 16px;
	}
	#site-info .footer-nav li {
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
}

/* standard laptop + desktop screens */
@media screen and (min-width: 1170px) {
	/* --- General Structure --- */
	body {
		font-size: 100%;
	}
	#wrap,
	#site-nav-container {
		max-width: 1110px;
		margin: 0 auto 0;
	}
	#site-nav-wrap {
		margin-bottom: 24px;
	}
	.content-main #content {
		width: 68.15%;
		max-width: 68.15%;
	}

	.three-columns #content {
		width:100%;
	}
	.three-columns #featuredposts {
		width:100%;
		padding-top:60px;
	}
	.page #content.fullwidth {
		width:100% !important;
	}
	.page #content, .error404 #content, .single-attachment #content {
		width:68.85245901639344% !important;
		float:left;
	}
	#sidebar {
		width:27.02702702702703%;
		float:right;
	}
	#branding, .post, .page #content, #content-wrap #content, .related-posts, .search-results .page, .type-attachment, #featuredposts .post, #featuredposts h3.featured-title, #comments, .page-header, #nav-below, .single-post #nav-below, #image-nav, .wp-pagenavi, #footer {
		padding-left:0;
		padding-right:0;
	}

	/* --- Header --- */
	#site-title h2#site-description {
		display: inline-block;
		margin: 0;
		padding: 17px 0 0 12px;
	}
	/* --- Site Nav --- */
	a#mobile-menu-btn {
		display:none;
	}
	#site-nav-wrap a#home-btn {
		width:40px;
		height:60px;
		display:inline-block;
		margin:0;
		padding:0;
		text-align:left;
		background: url(images/standardicons.png) 0 21px no-repeat;
		float:left;
		font-size:1.1em;
		text-decoration:none;
		text-indent:-9999em;
		opacity:0.75;
		-moz-opacity:0.75;
		-webkit-filter: 0;
				filter: 0;
	}
	#site-nav-wrap a#home-btn:hover {
		opacity:1;
		-moz-opacity: 1;
		-webkit-filter: 0;
				filter: 0;
	}
	#site-nav {
		position:relative;
		padding:0;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		background:none;
		overflow:visible;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
		    justify-content: space-between;
		-webkit-box-align: center;
				-ms-flex-align: center;
		    align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
		    flex-direction: row;
	}
	#site-nav ul {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -16px;
	}
	#site-nav ul li {
		position:relative;
		padding:0;
		background:none;
	}
	#site-nav div > ul li {
		padding: 0 16px;
	}
	#site-nav ul.sub-menu,
	#site-nav ul.children {
		width:auto;
		display: none;
		left: 16px;
		position:absolute;
		top: 35px;
		border: 1px solid #D9D9D9;
		background:#fff;
		z-index: 99999;
	}
	#site-nav ul.sub-menu ul,
	#site-nav ul.children ul {
		display: none;
		top: -1px;
		left: calc(100% + 16px);
		z-index: 99999;
	}
	#site-nav li li {
		position:relative;
		display:block;
		float:none;
		color:#333;
	}
	#site-nav li li li {
		display:block;
	}
	#site-nav li a {
		display: block;
		margin: 0;
		line-height: 1;
		padding: 8px 0 4px;
		border:none;
		font-size: 19px;
		color: #838383;
		text-transform:none;
		letter-spacing:0;
		font-family: 'Roboto Condensed', sans-serif;
		position: relative
	}
	#site-nav li.current-menu-item a {
		color: #FF7100;

	}
	#site-nav li.current-menu-item a::before {
		content: '';
		position: absolute;
		width: 100%;
		color: #FF7100;
		border-bottom: 3px solid #FF7100;
		bottom: 0;
	}
	#site-nav li li a {
		height:auto;
		display:block;
		float:none;
		margin: 0;
		padding: 8px 16px;
		border-bottom: 1px solid #F6F6F6;
		white-space: nowrap;
	}
	#site-nav ul.menu ul.sub-menu li:last-child a,
	#site-nav ul ul.children li:last-child a {
		border-bottom: none;
	}
	#site-nav ul.menu ul.sub-menu li ul.sub-menu li a,
	#site-nav ul ul.children li ul.children li a {
		border-bottom: 1px solid #F6F6F6;
	}
	#site-nav ul.menu ul.sub-menu li ul.sub-menu li:last-child a,
	#site-nav ul ul.children li ul.children li:last-child a {
		border-bottom: none;
	}

	#site-nav li li a:hover {
		background:none;
		color:#333 !important;
	}
	#site-nav ul li:hover > ul {
		display: block;
		color:#909090;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#site-nav li a:hover,
	#site-nav li:hover > a,
	#site-nav li li:hover > a {
		background:none;
		color:#383838 !important;
	}
	#site-nav li li:hover > a {
		background:#F6F6F6;
		color:#383838 !important;
	}

	#site-nav-container #searchform {
		position: absolute;
		right: 0;
		padding: 0;
		background:none;
		z-index: 1;
		top: 0;
	}
	#site-nav-container #searchform div {
		margin: 0;
	}
	#site-nav-container #s {
		position:relative;
		width: 0;
		height: 35px;
		padding:0 0 0 33px;
		background: #FFF url(images/search-grey.png) 10px 10px no-repeat;
		border:none;
		font-size:1.05em;
		color: rgba(255, 255, 255, 0.75);
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	#site-nav-container #s:focus {
		width: 225px;
		background:#F6F6F6 url(images/search-lightgrey.png) 10px 10px no-repeat;
		color:#383838 !important;
	}
	/* --- Posts --- */
	.entry-meta a.share-btn,
	.entry-meta a.share-btn:hover {
		background-position:7px -78px;
	}
	/* --- Post Nav --- */
	#nav-below,
	#image-nav {
		padding: 0;
	}
	/* --- Sidebar --- */
	#sidebar {
		padding-top: 0;
		padding-bottom: 0;
	}
	/* --- Footer --- */
	#footer {
		padding:0;
		margin-top: 32px;
	}
	/* --- Shortcodes --- */
	.four-columns-three {
		width:68.75%;
		position:relative;
		float:left;
		margin-right:3%;
		margin-bottom:0;
	}
	#wrap > *{
		padding: 0 32px;
	}


	.single-post .entry-header, .single-post .entry-content p, .single-post .entry-content h2, .related-title, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6
	.single-post .entry-meta, .single-post .embed-container, .gallery, blockquote,.single-post .entry-meta, .su-custom-gallery,.page-header,.pro-contra, .rating-widget, .shop-article  {
		margin-left: 0;
		margin-right: 0;
	}
	.filter-form {
		padding-left: 0;
		padding-right: 0;
	}

	.top-posts .aside-top-post .entry-post-thumbnail > a {
		padding-bottom: 65.3%;
	}
	.post-navigation {
		margin: 0;
	}
	.post-navigation div {
		position: fixed;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 200px;
		height: 80px;
		font-size: 14px;
		z-index: 10;
		background: transparent;
	}
	.post-navigation div:hover {
		background: transparent;
	}
	.post-navigation a,
	.post-navigation .arrow {
		background-color: #646464;
		-webkit-transition: 195ms background, 195ms -webkit-transform;
		transition: 195ms background, 195ms -webkit-transform;
		-o-transition: 195ms transform, 195ms background;
		transition: 195ms transform, 195ms background;
		transition: 195ms transform, 195ms background, 195ms -webkit-transform;
	}

	.post-navigation .next {
		right: 0;
	}
	.post-navigation .next a {
		-webkit-transform: translateX(100%) translateX(32px);
		    -ms-transform: translateX(100%) translateX(32px);
		        transform: translateX(100%) translateX(32px);
	}
	.post-navigation .previous {
		left: 0;
	}
	.post-navigation .previous a {
		-webkit-transform: translateX(-100%) translateX(-32px);
		    -ms-transform: translateX(-100%) translateX(-32px);
		        transform: translateX(-100%) translateX(-32px);
	}
	.post-navigation div:hover a {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		background-color: #ff7100;
	}
	.post-navigation div:hover a,
	.post-navigation div:hover .arrow  {
		background-color: #ff7100;
		-webkit-transition: 195ms background 195ms, 195ms -webkit-transform;
		transition: 195ms background 195ms, 195ms -webkit-transform;
		-o-transition: 195ms transform, 195ms background 195ms;
		transition: 195ms transform, 195ms background 195ms;
		transition: 195ms transform, 195ms background 195ms, 195ms -webkit-transform;
	}
	.top-posts .entry-header h2.entry-title {
		font-size: 19px;
		line-height:1.3;
	}
	.top-posts .entry-meta,
	.top-posts .entry-meta a {
		font-size: 14px;
	}

	.shr-btns {
		position: fixed;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		top: 15%;
		-webkit-transform: translateX(-96px);
		    -ms-transform: translateX(-96px);
		        transform: translateX(-96px);
	}
	.shr-btns li {
		margin-bottom: 8px
	}
}

/* 3 column layout option */
@media screen and (min-width: 1280px) {
/* --- Three-Columns Layout Option --- */
.three-columns #wrap,
.three-columns #site-nav-container{
	max-width:1220px;
}
.three-columns #content-wrap {
	width:71.31147540983607%;
}
.three-columns #content {
	width:59.77011494252874%;
	float:left;
	margin-right:5.747126436781609%;
}
.three-columns #featuredposts {
	width:34.48275862068966%;
	float:left;
	padding-top:0;
}
.three-columns #sidebar {
	width:24.59016393442623%;
	float:right;
}
#featuredposts .post {
	margin: 0 0 32px;
	padding: 0;
}
}

/*-----------------------------------------------------------------------------------*/
/*	Retina Display optimized Images
/*-----------------------------------------------------------------------------------*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	a#mobile-menu-btn {
		background: #ff7100 url(images/x2/menu-icon.png) center no-repeat;
		-webkit-background-size: 35px 22px;
	}
	#site-nav-wrap a#home-btn {
		background: url(images/x2/home-icon.png) 0 21px no-repeat;
		-webkit-background-size: 20px 20px;
	}
	#site-nav-container #s {
		background:#E7E7E6 url(images/x2/search-grey.png) 10px 14px no-repeat;
		-webkit-background-size: 18px 18px;
	}
	#site-nav-container #s:focus {
		background:#E7E7E6 url(images/x2/search-grey.png) 10px 14px no-repeat;
		-webkit-background-size: 18px 18px;
	}
	.widget_search #s {
		background:#fff url(images/x2/search-lightgrey.png) 8px 10px no-repeat;
		-webkit-background-size: 18px 18px;
	}
	.entry-meta a.share-btn {
		background:#FF7100 url(images/x2/share-icon.png) 7px 5px no-repeat;
		-webkit-background-size: 15px 12px;
	}
	.entry-meta a.share-btn:hover {
		background:#909090 url(images/x2/share-icon.png) 7px 5px no-repeat;
		-webkit-background-size: 15px 12px;
	}

}

/*-----------------------------------------------------------------------------------*/
/*	Print
/*-----------------------------------------------------------------------------------*/
@media print {
body {background: none !important; font-size: 14pt;}
#header { background:none !important;}
#branding { color:#000 !important;}
#content { margin: 0; width: auto; }
.header-image, #header #site-nav, #sidebar {display:none;}
#site-title h1 {font-size:28pt;}
h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid;font-weight:bold;}
a{font-weight:bold;color:#000 !important;text-decoration:underline !important;}
blockquote,table,pre{page-break-inside:avoid;}
ul,ol,dl{page-break-before:avoid;}
img.aligncentered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 2px 7px;padding:4px;}
img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px;}
.right{float:right;}
.left{float:left;}
img{page-break-inside:avoid;page-break-after:avoid;}
}


/* Plugin Fix */
.essb_links.essb_template_metro-retina {
    display: flex;
    justify-content: center;
}

.essb-mobile-sharebottom .essb_width_columns_6 li a,
.essb-mobile-sharebottom .essb_width_columns_6 li {
    width: auto !important;
}