@charset "UTF-8";
/*
Theme Name: Klee Theme
Theme URI: http://www.kleewerke.de/
Author: kleewerke.de
Author URI: http://www.kleewerke.de
Description: Based on Outspoken
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Klee
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Site Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

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

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

[hidden] {
	display: none;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
button,
input,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

body {
	height: 100%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: #3a3939;
	background-color: #fff;
	line-height: 1;
	margin: 0;
}

a {
	color: #3a3939;
	/*color: #e53527;*/
        
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}


.advs-title {
    margin-top: 20px !important;
}
.advps-slide-field-three img{
    margin-right: 0px !important;
    width: 100% !important;
}


a:focus,
a:active,
.no-touch a:hover {
	outline: 0;
}

.no-touch a:hover {
	color: #e53527;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #3a3939;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 38px;
	line-height: 3.8rem;
	margin: 20px 0 30px;
	margin: 2rem 0 3rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 28px 0 38px;
	margin: 2.8rem 0 3.8rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 27px 0 37px;
	margin: 2.7rem 0 3.7rem;
}

h4 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 26px 0;
	margin: 2.6rem 0;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 25px 0;
	margin: 2.5rem 0;
}

h6 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 24px 0;
	margin: 2.4rem 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #edece8;
	color: #3a3939;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

code,
kbd,
pre,
samp {
	font-family: Courier, monospace, serif;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #fdf9eb;
	color: #988b70;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 47px 0;
	margin: 4.7rem 0;
	overflow: auto;
	padding: 15px 35px;
	padding: 1.5rem 3.5rem;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 1px solid #f1ead4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	margin: 35px 33px;
	margin: 3.5rem 3.3rem;
	padding-left: 26px;
	padding-left: 2.6rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: normal;
	border-left: 8px solid #edece8;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small,
.quote-caption {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	text-transform: uppercase;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
	margin: 0 2rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

menu,
ol,
ul {
	margin: 24px 0;
	margin: 2.4rem 0;
	padding: 0 0 0 40px;
	padding: 0 0 0 4rem;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #edece8;
	margin: 0 2px;
	margin: 0 0.2rem;
	padding: 10px 20px;
	padding: 1rem 2rem;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

input,
textarea {
	background: transparent;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Don't cut off the webkit search cancel button */
	padding-right: 2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

caption {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 20px 0;
	margin: 2rem 0;
}

th {
	font-weight: 700;
}

td {
	padding: 0;
}

del {
	color: #3a3939;
}

ins {
	background: rgba(236, 236, 236, 0.5);
	text-decoration: none;
}

hr {
	background: #edece8;
	border: 0;
	height: 1px;
	overflow: hidden;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */
@font-face {
	font-family: outspoken;
	src: url("fonts/outspoken.eot?") format("eot"), url("fonts/outspoken.woff") format("woff"), url("fonts/outspoken.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* Clearing floats */
.clear:after,
.format-audio .entry-media:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.format-audio .entry-media:before,
.format-audio .entry-media:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
	background-color: #fff;
	border: 2px solid #edece8;
	border-radius: 3px;
	clip: auto !important;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 12px;
	padding: 1.2rem;
	position: absolute;
	top: 5px;
	left: 5px;
	/* Above WP toolbar */
	z-index: 100000;
}

/* Form fields, general styles first. 
button,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	border: 1px solid #edece8;
	padding: 15px 10px;
	padding: 1.5rem 1rem;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	color: #3a3939;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
	font-weight: 400;
	-webkit-appearance: none;
	box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);
	-webkit-box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);
	-moz-box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #ff6600;
	outline: 0;
	box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.07);
	-webkit-box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.07);
	-moz-box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.07);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	padding: 0;
	line-height: 50px;
	line-height: 5rem;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: rgba(236, 236, 236, 0.5);
	border: 1px solid #edece8;
	color: #7b7976;
	text-decoration: none;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.no-touch button:hover,
button:focus,
.no-touch input[type="submit"]:hover,
.no-touch input[type="button"]:hover,
.no-touch input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #ff6600;
	color: #fff;
	border-color: #ff6600;
}

*/
.post-password-required form label {
	display: inline-block;
	margin-top: 5px;
	margin-top: 0.5rem;
}

.post-password-required input[type="password"] {
	margin-left: 10px;
	margin-left: 1rem;
}

.post-password-required input[type="submit"] {
	display: none;
}

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #b2afab;
}

:-moz-placeholder {
	color: #b2afab;
}

::-moz-placeholder {
	color: #b2afab;
}

:-ms-input-placeholder {
	color: #b2afab;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.wp-caption {
	max-width: 100%;
}

.widget img {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image,
.entry-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 30px 10px 0;
	/*margin: 1rem 2rem 1rem 0;*/
}

.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
	margin: 1rem 1rem 1rem 0;
}

img.alignright {
	margin: 10px 0 10px 20px;
	margin: 1rem 0 1rem 2rem;
}

.wp-caption.alignright {
	margin: 10px 0 10px 10px;
	margin: 1rem 0 1rem 1rem;
}

img.aligncenter,
img.alignnone {
	/*margin: 10px auto;
	margin: 1rem auto;*/
        margin: 0 auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	margin: 5px 0 24px;
	margin: 0.5rem 0 2.4rem;
	font-size: 13px;
	font-size: 1.3rem;
	color: #b2afab;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.hidden {
	display: none;
}

.outspoken-error {
	padding: 63px 0;
	padding: 6.3rem 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16px;
	line-height: 1.6rem;
	background: #fdf9eb;
	color: #988b70;
	text-align: center;
	border: 1px solid #f1ead4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.outspoken_js {
	display: none;
}

.widget .outspoken-error a {
	color: #988b70;
	border-bottom: 1px solid;
}

.no-touch .widget .outspoken-error a:hover {
	color: #ff6600;
}

.no-touch .widget_wpshower_index_videos .content span img:hover,
.no-touch a img:hover {
	opacity: 0.8;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#page {
	position: relative;
	min-height: 100%;
	/*max-width: 1192px;*/
        width:100%;
	min-width: 320px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
	background: #fff;
}

#primary {
	float: left;
	width: 70.323741007%;
	padding-top: 0px;
	/*padding-top: 2rem;*/
}

.csscalc #primary {
	width: -moz-calc(100% - 330px);
	width: -webkit-calc(100% - 330px);
	width: calc(100% - 330px);
}

body #primary.full-width-page,
body.content-full-width #primary {
	width: 100%;
}

#tertiary {
	float: right;
	width: 26.978417266%;
	padding-top: 20px;
	padding-top: 2rem;
}

.csscalc #tertiary {
	width: 300px;
}

body.content-right #primary {
	float: right;
}

body.content-right #tertiary {
	float: left;
}

#main:after {
	content: "";
	display: block;
	clear: both;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header .searchform {
	display: block;
	position: relative;
	max-height: 0;
	overflow: hidden;
}

.site-header .searchform .icon {
	display: none;
}

.site-header .searchform [type="text"] {
	width: 100%;
	padding: 18px 0 18px 20px;
	padding: 1.8rem 0 1.8rem 2rem;
	background: #3a3939;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 200;
	line-height: 40px;
	line-height: 4rem;
	color: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.site-header .searchform [type="text"]:focus {
	outline: 0;
}

.site-header .searchform input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.site-header .searchform input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.site-header .searchform input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.site-header .searchform input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.searchform [type="submit"] {
	display: none;
}

#site-header-container:after {
	content: '';
	display: block;
	clear: both;
}

.site-title {
	/*margin: 8px 0 20px;*/
        margin: 1.8rem 0 4rem;}

#header-banner {
	max-width: 100%;
	margin: 0 0 12px 20px;
	margin: 0 0 1.2rem 2rem;
	text-align: center;
}

#header-banner * {
	max-width: 100%;
	height: auto;
}

.home-link {
	display: inline-block;
	max-width: 100%;
}

.home-link img {
	max-width: 100%;
}

.home-link h1 {
	display: inline;
	margin: 0;
	font-size: 32px;
	line-height: 42px;
        font-weight:600;
}

.home-link h2 {
	margin: 3px 0 0;
	font-size: 16px;
	line-height: 20px;
	color: #7b7976;
	font-weight: normal;
}

#menu-banner {
	max-width: 100%;
	margin-top: 12px;
	margin-top: 1.2rem;
	text-align: center;
}

#menu-banner > * {
	max-width: 100%;
	height: auto;
}

/* Navbar */
.navbar {
	width: 100%;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	background: #f5f4f1;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

.navbar:after {
	content: '';
	display: block;
	clear: both;
}

body.no-top-menu #masthead {
	padding-top: 12px;
	padding-top: 1.2rem;
}

#search-toggle {
	position: relative;
	float: right;
	padding: 10px 15px 0 0;
	padding: 1rem 1.5rem 0 0;
	overflow: hidden;
	text-align: right;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#search-toggle .icon {
	font-family: outspoken;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
	color: #7b7671;
	cursor: pointer;
}

#search-toggle .social {
	padding-right: 5px;
	padding-right: 0.5rem;
	font-family: outspoken;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
}

#search-toggle .social a {
	color: #7b7671;
}

#search-toggle .social a:hover {
	color: #ff6600;
}

#search-toggle .pointer {
	position: absolute;
	top: -50px;
	right: 15px;
	right: 1.5rem;
	border-top: 10px solid #3a3939;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#search-toggle .pointer.hover {
	top: -6px !important;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
#site-navigation a {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 13px;
	line-height: 1.3rem;
	color: #7b7671;
	vertical-align: top;
}

#site-navigation > div ul {
	margin: 0;
	padding: 0;
}

.menu-toggle {
	display: none;
}

/* Secondary navigation */
#section-navigation {
	clear: both;
	z-index: 100;
}

#section-navigation.floating {
	position: fixed;
	background: #fff;
	max-width: 1112px;
	border-bottom: none;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

#section-navigation ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#section-navigation a {
	color: #3a3939;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.no-touch #section-navigation a:hover {
	color: #ff6600;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
#content {
	margin-bottom: 140px;
	margin-bottom: 14rem;
}

.hentry {
	word-wrap: break-word;
}

body.single .hentry,
body.page .hentry {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

body.home .hentry,
body.archive .hentry,
body.search .hentry {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	border-bottom: 1px dotted #edece8;
}

body.single #content .widget-area {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

body.single .entry-content,
body.page .entry-content {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 2.6rem;
}

body.archive .entry-content,
body.search .entry-content,
.entry-summary,
.entry-media {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
	color: #7b7976;
}


.entry-content {
    padding-left:35px;
}
.entry-title {
    /*padding-left:35px;*/
    color: #e53527;
}



.entry-content a,
.entry-summary a,
.page-content a {
	color: #3a3939;
	/*border-bottom: 1px solid rgba(58, 57, 57, 0.4);*/
}

.no-touch .entry-content a:hover,
.no-touch .entry-summary a:hover,
.no-touch .page-content a:hover {
	color: #ff6600;
	border-bottom-color: rgba(255, 102, 0, 0.4);
}

.entry-content a.image_link,
.entry-summary a.image_link {
	border-bottom: none;
}

.entry-content table,
.entry-summary table {
	margin: 55px 0 45px;
	margin: 5.5rem 0 4.5rem;
}

.entry-content th,
.entry-summary th {
	padding: 3px 0;
	padding: 0.3rem 0;
	border-bottom: 3px solid #edece8;
}

.entry-content td,
.entry-summary td {
	padding: 3px 0;
	padding: 0.3rem 0;
	border-bottom: 1px dotted #edece8;
}

.entry-content li,
.entry-summary li {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

body.archive article:after,
body.search article:after {
	content: '';
	display: block;
	clear: both;
}

.tags-links {
	margin-top: 30px;
	margin-top: 3rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 34px;
	line-height: 3.4rem;
	font-weight: 700;
}

.entry-content .tags-links a {
	display: inline-block;
	margin: 0 3px 5px;
	margin: 0 0.3rem 0.5rem;
	padding: 0 8px;
	padding: 0 0.8rem;
	line-height: 31px;
	line-height: 3.1rem;
	font-weight: normal;
	color: #b2afab;
	border: 1px solid #edece8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .entry-content .tags-links a:hover {
	color: #fff;
	background: #ff6600;
	border-color: #ff6600;
}

.article-wrapper {
	max-width: 1060px;
	margin: 0 auto;
}

/* Slider */
.outspoken-gallery {
	position: relative;
	/* margin-top: 14px; */
	/* margin-top: 1.4rem; */
	overflow: hidden;
        margin-bottom:30px;
}

.widget-area .outspoken-gallery {
	margin: 0 0 60px;
	margin: 0 0 6rem;
}

.entry-media .outspoken-gallery {
	margin-top: 0;
}

.hentry .outspoken-gallery {
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
}

.outspoken-gallery li {
	position: relative;
}

.outspoken-gallery * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.outspoken-gallery a {
	-webkit-tap-highlight-color: transparent;
}

.outspoken-gallery article > a {
	display: block;
	height: 0;
	padding-bottom: 66.666666667%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

#slider.outspoken-gallery article > a {
background-size: cover;
  background-position: center;	
}

.outspoken-gallery .meta {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 2rem;
	font-weight: 700;
	color: #fff;
}

.outspoken-gallery .meta a {
	color: #fff;
}

.no-touch .outspoken-gallery .meta a:hover {
	color: #ff6600;
}

.outspoken-gallery h2 {
	margin: 3px 0 0;
	margin: 0.3rem 0 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 500;
}

.outspoken-gallery h2 a {
	color: #000;
        font-weight:500;
        font-size:24px;
}

.no-touch .outspoken-gallery h2 a:hover {
	color: #ff6600;
}

.outspoken-gallery .prev,
.outspoken-gallery .next {
	position: absolute;
	top: 76%;
	width: 40px;
	height: 60px;
	line-height: 60px;
	/*margin-top: -43px;*/
	/*margin-top: -4.3rem;*/
	/*background: rgba(229, 37, 39, 0.7);*/
	font-family: outspoken;
	font-size: 15px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

body.wpshower-masonry #primary .outspoken-gallery .prev,
body.wpshower-masonry #primary .outspoken-gallery .next {
	width: 24px;
	width: 2.4rem;
	height: 64px;
	height: 6.4rem;
	background: rgba(0, 0, 0, 0.7);
	line-height: 64px;
	line-height: 6.4rem;
	margin-top: -32px;
	margin-top: -3.2rem;
	font-size: 10px;
	font-size: 1rem;
}

body.wpshower-blog .full_width_bullets {
	display: none;
}

.no-touch .outspoken-gallery .prev:hover,
.no-touch .outspoken-gallery .next:hover {
	background: #ff6600;
}

.outspoken-gallery .prev {
	left: 20px;
}

.outspoken-gallery .next {
	right: 20px;
}

.outspoken-gallery .expand,
#outspoken-gallery-contract {
	position: absolute;
	top: 30px;
	top: 3rem;
	right: 30px;
	right: 3rem;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	line-height: 30px;
	line-height: 3rem;
	background: rgba(0, 0, 0, 0.4);
	font-family: outspoken;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#outspoken-gallery-contract {
	top: 20px;
	top: 2rem;
	right: 20px;
	right: 2rem;
}

.no-touch .outspoken-gallery .expand:hover,
.no-touch #outspoken-gallery-contract:hover {
	background: #ff6600;
}

#outspoken-gallery-fullscreen {
	display: none;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	background: #fff;
}

#outspoken-gallery-fullscreen .outspoken-gallery {
	height: 100%;
	margin-top: 0;
}

#outspoken-gallery-fullscreen .slides,
#outspoken-gallery-fullscreen .slides li {
	height: 100%;
}

#outspoken-gallery-fullscreen .slides article {
	height: 100%;
	padding: 50px 100px;
	padding: 5rem 10rem;
}

#outspoken-gallery-fullscreen .outspoken-gallery article > a {
	height: 100%;
	padding-bottom: 0;
}

#outspoken-gallery-fullscreen .expand {
	display: none;
}

#outspoken-gallery-fullscreen .prev {
	position: fixed;
	left: 20px;
	left: 2rem;
}

#outspoken-gallery-fullscreen .next {
	position: fixed;
	right: 20px;
	right: 2rem;
}

#outspoken-gallery-fullscreen .info {
	max-width: -moz-calc(100% - 120px);
	max-width: -webkit-calc(100% - 120px);
	max-width: calc(100% - 120px);
	left: 20px;
	left: 2rem;
	bottom: 20px;
	bottom: 2rem;
	padding: 0;
	background: transparent;
}

#outspoken-gallery-fullscreen .meta {
	font-weight: 400;
	color: #3a3939;
}

#outspoken-gallery-fullscreen .meta a {
	color: #3a3939;
}

#outspoken-gallery-fullscreen .meta a:hover {
	color: #ff6600;
}

#outspoken-gallery-of {
	position: absolute;
	z-index: 1000001;
	right: 20px;
	right: 2rem;
	bottom: 20px;
	bottom: 2rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem;
	background: #fff;
}

body.wpshower-masonry #primary .outspoken-gallery .next {
	right: 20px;
	right: 2rem;
}

body.wpshower-masonry #primary .outspoken-gallery .prev {
	left: 20px;
	left: 2rem;
}

.slides {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slides > li {
	display: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

.slides > li:first-child {
	display: block;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
body.archive .entry-thumbnail,
body.search .entry-thumbnail {
	float: left;
	width: 47.945205479%;
}

body.archive .entry-column,
body.search .entry-column {
	float: right;
	width: 47.945205479%;
}

body.archive .entry-column.no_thumbnail,
body.search .entry-column.no_thumbnail {
	float: none;
	width: 100%;
}

.entry-thumbnail img {
	display: block;
	width: 100%;
}

body.single .entry-title {
	margin: 35px 0 10px;
	/*margin: 0.1rem 0 1rem;*/
	font-size: 30px;
	font-size: 3rem;
	line-height: 36px;
	line-height: 3.6rem;
	font-weight: 700;
	color: #3a3939;
        /*color: #e52527;*/
}

body.archive .entry-title,
body.search .entry-title {
	clear: none;
	margin: 1px 0 0;
	margin: 0.1rem 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: 700;
	color: #3a3939;
}

body.page .entry-header {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;      
}

.entry-header h1 a {
    /*text-transform:uppercase;*/
    /*padding-left:30px;*/
}

@media screen and (max-width: 700px) {
    .entry-title {
        /*text-transform:uppercase;*/
        padding:40px 0 40px 0px !important;
    }
    .archive-title {
        padding:40px 0 40px 10px !important;
    }
    .fensterbanner {
        padding:17px 0px 10px 0!important;
        
    }
    .fensterbanner a{
        font-size:3rem !important;
        
    }
}

@media screen and (max-width: 360px) {
    .entry-title {
        /*text-transform:uppercase;*/
        padding:40px 0 40px 0px !important;
    }
    .archive-title {
        padding:40px 0 40px 10px !important;
    }
    .fensterbanner {
        padding:17px 0px 10px 0!important;
        
    }
    .fensterbanner a{
        font-size:2.8rem !important;
        
    }
}



body.page .entry-title {
	margin: 0;
	padding: 3px 0;
        padding-left: 37px;
	/*padding: 0.3rem 0 0 35px;*/
	/*font-size: 18px;*/
	font-size: 3.4rem;
	line-height: 34px;
	line-height: 4rem;
	color: #333;
        /*color: #e52527;        */
	/*border-top: 1px solid #3a3939;*/
	border-bottom: 1px solid #edece8;
        /*font-variant: small-caps;*/
        font-family: Helvetica,Arial,Verdana,sans-serif;
        font-weigth: 400;
}

body.page .entry-title a{
        font-family: Helvetica,Arial,Verdana,sans-serif;
        font-weigth: 400;
}

body.page .fenster-title {
	margin: 0;
	padding: 3px 0;
        padding-left: 37px;
	/*padding: 0.3rem 0 0 35px;*/
	/*font-size: 18px;*/
	font-size: 3.4rem;
	line-height: 34px;
	line-height: 4rem;
	color: #333;
        /*color: #e52527;        */
	/*border-top: 1px solid #3a3939;*/
	border-bottom: 1px solid #edece8;
        /*font-variant: small-caps;*/
        font-family: Helvetica,Arial,Verdana,sans-serif;
        font-weigth: 400;
}

body.page .fenster-title a{
        font-family: Helvetica,Arial,Verdana,sans-serif;
        font-weigth: 400;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
body.single .entry-meta-top {
	margin: -6px 0 0;
	margin: -0.6rem 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 26px;
	line-height: 2.6rem;
	color: #b2afab;
}

body.single .entry-meta-top a {
	color: #b2afab;
}

.no-touch body.single .entry-meta-top a:hover {
	color: #ff6600;
}

body.archive .entry-meta-top,
body.search .entry-meta-top {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: 700;
	color: #b2afab;
}

body.archive .entry-meta-top a,
body.search .entry-meta-top a {
	color: #b2afab;
}

.no-touch body.archive .entry-meta-top a:hover,
.no-touch body.search .entry-meta-top a:hover {
	color: #ff6600;
}

body.single .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-weight: normal;
	color: #b2afab;
}

body.single .entry-meta > span {
	margin-right: 9px;
	margin-right: 0.9rem;
}

body.single .entry-meta a {
	color: #b2afab;
}

.no-touch body.single .entry-meta a:hover,
.no-touch body.single .entry-meta:hover a:hover {
	color: #ff6600;
}

body.single .entry-meta .separator {
	opacity: 0.4;
}

body.archive .entry-meta,
body.search .entry-meta {
	margin: 7px 0 13px;
	margin: 0.7rem 0 1.3rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #b2afab;
}

body.archive .entry-meta > span,
body.search .entry-meta > span {
	margin-right: 5px;
	margin-right: 0.5rem;
}

body.archive .entry-meta a,
body.search .entry-meta a {
	color: #b2afab;
}

.no-touch body.archive .entry-meta a:hover,
.no-touch body.archive .entry-meta:hover a:hover,
.no-touch body.search .entry-meta a:hover,
.no-touch body.search .entry-meta:hover a:hover {
	color: #ff6600;
}

body.archive .entry-meta .separator,
body.search .entry-meta .separator {
	opacity: 0.4;
}

body.page .entry-meta {
	margin-top: 24px;
	margin-top: 2.4rem;
}

/* share links */
.share {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	border-top: 1px dotted #edece8;
	border-bottom: 1px solid #edece8;
}

.share:after {
	content: '';
	display: block;
	clear: both;
}

.share > div {
	float: left;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.share > .text {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
	padding-right: 8px;
	padding-right: 0.8rem;
	font-weight: bold;
}

.share > div.fb {
	padding-right: 32px;
}

.share > div.fb iframe {
	max-width: none;
}

/* share links at the side */
.share-side {
	position: absolute;
	top: 0;
	left: -50px;
	width: 35px;
	border-top: 20px solid transparent;
}

.share-side.floating {
	position: fixed;
}

.share-side-helper {
	position: absolute;
	top: 0;
	left: -50px;
	width: 35px;
	height: 1px;
}

.share-side > a {
	display: block;
	margin-bottom: 6px;
	font-family: outspoken;
	font-size: 15px;
	line-height: 33px;
	color: #b2afab;
	background: #fff;
	text-align: center;
	border: 1px solid #edece8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.no-touch .share-side > a:hover {
	color: #ff6600;
}

.share-side > div {
	position: relative;
	width: 35px;
}

.share-side > div .share-content {
	padding-left: 2px;
	font-family: outspoken;
	font-size: 15px;
	line-height: 33px;
	color: #b2afab;
	background: #fff;
	text-align: center;
	border: 1px solid #edece8;
	cursor: default;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.share-side > div .share-links {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 14px;
	background: #fff;
	z-index: 1000;
	border: 1px solid #edece8;
	border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}

.share-side > div .share-links .border-fix {
	position: absolute;
	top: 0;
	left: -2px;
	width: 2px;
	height: 33px;
	overflow: hidden;
	background: #fff;
}

.share-side > div .share-links a {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23px;
	line-height: 2.3rem;
	white-space: nowrap;
	border-bottom: 1px dotted #edece8;
}

.share-side > div .share-links a:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.share-side > div .share-links a span {
	display: inline-block;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	line-height: 21px;
	line-height: 2.1rem;
	margin: 2px 10px 0 0;
	margin: 0.2rem 1rem 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background: #3a3939;
	font-family: outspoken;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.no-touch .share-side > div .share-links a:hover span {
	background: #ff6600;
}

.no-touch .share-side > div:hover .share-content,
.share-side > div.hover .share-content {
	color: #ff6600;
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.no-touch .share-side > div:hover .share-links,
.share-side > div.hover .share-links {
	display: block;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content > p:last-child,
.entry-summary > p:last-child,
.summary > p:last-child {
	margin-bottom: 0;
}

.entry-content a.more-link:before {
	content: '';
	display: block;
	height: 24px;
	height: 2.4rem;
	clear: both;
}

.entry-content a.more-link {
	font-weight: 700;
}

/* Page links */
.page-links {
	margin-top: 35px;
	margin-top: 3.5rem;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	margin-right: 20px;
	margin-right: 2rem;
}

/* Mediaelements */
#main .mejs-container.mejs-audio {
	background: none;
	height: 50px !important;
}

#main .entry-audio-thumbnail .mejs-container {
	position: absolute;
	bottom: 0;
}

#main .mejs-container .mejs-controls {
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-container.mejs-video .mejs-controls,
#main .entry-audio-thumbnail .mejs-container .mejs-controls {
	position: absolute;
	right: 12px;
	left: 12px;
	bottom: 8px;
	width: auto;
}

body.single #main .mejs-container.mejs-video .mejs-controls,
body.single #main .entry-audio-thumbnail .mejs-container .mejs-controls {
	right: 20px;
	left: 20px;
	bottom: 20px;
}

#main .mejs-container .mejs-button {
	width: 45px;
	height: 50px;
}

#main .mejs-controls .mejs-button button {
	width: 35px;
	height: 36px;
}

#main .mejs-controls .mejs-play button {
	background: url(images/player-play.svg) 50% 50% no-repeat;
	background-size: 15px;
}

#main .mejs-controls .mejs-pause button {
	background: url(images/player-pause.svg) 50% 50% no-repeat;
	background-size: 15px;
}

#main .mejs-controls .mejs-mute button {
	background: url(images/player-mute.svg) 50% 50% no-repeat;
	background-size: 20px;
}

#main .mejs-controls .mejs-unmute button {
	background: url(images/player-volume.svg) 50% 50% no-repeat;
	background-size: 20px;
}

#main .mejs-controls .mejs-fullscreen-button button {
	background: url(images/player-fullscreen.svg) 50% 50% no-repeat;
	background-size: 15px;
}

#main .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button {
	background: url(images/player-unfullscreen.svg) 50% 50% no-repeat;
	background-size: 15px;
}

#main .mejs-controls div.mejs-time-rail {
	height: 34px;
	padding-top: 16px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-loaded {
	height: 8px;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-current {
	height: 8px;
	background: #ff6600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-total {
	height: 8px;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 8px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-float {
	top: -40px;
	width: 54px;
	height: 29px;
	margin-left: -30px;
	border: none;
	background: #000;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 52px;
	margin-top: 8px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	top: 29px;
	left: 23px;
	border-top-color: #000;
}

#main .mejs-currenttime-container,
#main .mejs-duration-container,
#main .mejs-horizontal-volume-slider,
#main .mejs-overlay-play {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#main .mejs-controls .mejs-volume-button .mejs-volume-slider {
	top: -110px;
	background: #000;
	width: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-volume-button .mejs-volume-slider:after {
	content: '';
	display: block;
	position: absolute;
	top: 115px;
	left: 15px;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #000;
	border-color: #000 transparent transparent transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
}

#main .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
#main .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	width: 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	height: 0;
}

#main .me-cannotplay {
	display: inline;
}

#main .me-cannotplay span {
	padding: 0;
}

#main .me-cannotplay a {
	color: #ff6600;
}

/* Archives page template */
.archives-template ul {
	list-style-type: none;
	padding: 0;
}

.archives-template ul:after {
	content: '';
	display: block;
	clear: both;
}

.archives-template li {
	margin-bottom: 0;
	color: #7b7976;
}

.archives-template .children {
	padding-left: 20px;
	padding-left: 2rem;
}

.archives-template .children li {
	float: none;
	width: 100%;
	margin: 0;
}

/* Sitemap page template */
.sitemap ul {
	list-style-type: none;
	padding: 0;
}

.sitemap li {
	margin-bottom: 0;
	color: #7b7976;
}

/* Tags page template */
.entry-content .tags .group {
	float: left;
	width: 47.945205479%;
}

.entry-content .tags .group:nth-child(2) {
	float: right;
}

.entry-content .tags .column div {
	color: #7b7976;
}

/* Contact Us page template */
#contact-us {
	margin-top: 19px;
	margin-top: 1.9rem;
}

#contact-us .input {
	padding: 9px 4px;
	padding: 0.9rem 0.4rem;
}

#contact-us .input input,
#contact-us .input textarea {
	width: 100%;
}

#contact-us .error {
	padding-bottom: 9px;
	padding-bottom: 0.9rem;
	color: #ff6600;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16px;
	line-height: 1.6rem;
}

#contact-us .submit {
	padding-top: 5px;
	padding-top: 0.5rem;
}

#contact-us .submit input {
	width: 350px;
	width: 35rem;
}

/* Portfolio page templates */
.portfolio-content:after {
	content: '';
	display: block;
	clear: both;
}

.portfolio-item {
	float: left;
}

.portfolio-content .portfolio-item {
	width: 47.945205479%;
	margin-bottom: 70px;
	margin-bottom: 7rem;
}

.portfolio-content .portfolio-item:nth-child(even) {
	float: right;
}

.portfolio-item img {
	width: 100%;
}

.portfolio-item .meta {
	margin-top: 16px;
	margin-top: 1.6rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: 700;
	color: #b2afab;
}

.portfolio-item h1 {
	margin: 8px 0 10px;
	margin: 0.8rem 0 1rem;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: 700;
}

.portfolio-item .summary {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 21px;
	line-height: 2.1rem;
}

/* Portfolio single item page */
.portfolio-single:after {
	content: '';
	display: block;
	clear: both;
}

.portfolio-gallery {
	float: left;
	width: 58.45323741%;
}

.portfolio-gallery img {
	width: 100%;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.portfolio-info {
	float: right;
	width: 38.848920863%;
}

.portfolio-info h1 {
	margin: 0 0 19px;
	margin: 0 0 1.9rem;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 48px;
	line-height: 4.8rem;
	font-weight: normal;
	color: #3a3939;
}

.portfolio-info .meta {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	color: #b2afab;
}

.portfolio-info .meta span {
	margin-right: 7px;
	margin-right: 0.7rem;
}

.portfolio-info .meta a {
	color: #b2afab;
}

.no-touch .portfolio-info .meta a:hover {
	color: #ff6600;
}

.portfolio-info .category {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	color: #b2afab;
}

.portfolio-info .category span {
	color: #3a3939;
}

.portfolio-info .description {
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	border-bottom: 1px solid #edece8;
	color: #3a3939;
}

.portfolio-info .description-content {
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	border-bottom: 1px solid #edece8;
}

.portfolio-info .description-content span {
	color: #3a3939;
}

.portfolio-info .description-content p {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.portfolio-info .site {
	display: inline-block;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 0 70px;
	padding: 0 7rem;
	line-height: 50px;
	line-height: 5rem;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: rgba(236, 236, 236, 0.5);
	border: 1px solid #edece8;
	color: #7b7976;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .portfolio-info .site:hover {
	background-color: #ff6600;
	color: #fff;
	border-color: #ff6600;
}

/* Blog template */
body.wpshower-blog .hentry {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding-bottom: 70px;
	padding-bottom: 7rem;
	border-bottom: 1px dotted #edece8;
}

body.wpshower-blog .entry-meta-top {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23px;
	line-height: 2.3rem;
	font-weight: 700;
	color: #b2afab;
}

body.wpshower-blog .entry-meta-top a {
	color: #b2afab;
}

.no-touch body.wpshower-blog .entry-meta-top a:hover {
	color: #ff6600;
}

body.wpshower-blog .entry-title {
	clear: none;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 700;
	color: #3a3939;
}

body.wpshower-blog .entry-meta {
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
	color: #b2afab;
}

body.wpshower-blog .entry-meta > span {
	margin-right: 5px;
	margin-right: 0.5rem;
}

body.wpshower-blog .entry-meta a {
	color: #b2afab;
}

.no-touch body.wpshower-blog .entry-meta a:hover,
.no-touch body.wpshower-blog .entry-meta:hover a:hover {
	color: #ff6600;
}

body.wpshower-blog .entry-meta .separator {
	opacity: 0.4;
}

body.wpshower-blog .entry-content {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 2.6rem;
}

/* Masonry template */
.masonry-sizer {
	width: 47.945205479%;
}

.masonry-sizer.not-loaded {
	display: none !important;
}

.masonry-gutter {
	width: 4.109589041%;
}

body.content-full-width .masonry-sizer {
	width: 31.474820144%;
}

body.content-full-width .masonry-gutter {
	width: 2.787769784%;
}

body.wpshower-masonry .hentry {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding-bottom: 40px;
	padding-bottom: 4rem;
	border-bottom: 1px dotted #edece8;
}

body.wpshower-masonry .entry-thumbnail {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

body.wpshower-masonry .entry-meta-top {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: 700;
	color: #b2afab;
}

body.wpshower-masonry .entry-meta-top a {
	color: #b2afab;
}

.no-touch body.wpshower-masonry .entry-meta-top a:hover {
	color: #ff6600;
}

body.wpshower-masonry .entry-title {
	clear: none;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: 700;
	color: #3a3939;
}

body.wpshower-masonry .entry-meta {
	margin-top: 7px;
	margin-top: 0.7rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #b2afab;
}

body.wpshower-masonry .entry-meta > span {
	margin-right: 5px;
	margin-right: 0.5rem;
}

body.wpshower-masonry .entry-meta a {
	color: #b2afab;
}

.no-touch body.wpshower-masonry .entry-meta a:hover,
.no-touch body.wpshower-masonry .entry-meta:hover a:hover {
	color: #ff6600;
}

body.wpshower-masonry .entry-meta .separator {
	opacity: 0.4;
}

body.wpshower-masonry .entry-summary {
	margin-top: 10px;
	margin-top: 1rem;
}

body.wpshower-masonry #main .navigation {
	margin-top: 40px;
	margin-top: 4rem;
}

/* Shortcodes */
.unspoken-twocol-one {
	width: 48%;
	float: left;
	margin: 0 4% 15px 0;
	position: relative;
}

.unspoken-twocol-one.last {
	clear: right;
	margin-right: 0 !important;
}

.unspoken-fourcol-one {
	width: 22%;
	float: left;
	margin: 0 4% 15px 0;
	position: relative;
}

.unspoken-fourcol-one.last {
	clear: right;
	margin-right: 0 !important;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

/* Fancybox for gallery page template */
.template-gallery .fancybox {
	float: left;
	width: 21.917808219%;
	margin-bottom: 4.109589041%;
}

.template-gallery .fancybox:nth-child(4n+1),
.template-gallery .fancybox:nth-child(4n+2),
.template-gallery .fancybox:nth-child(4n+3) {
	margin-right: 4.109589041%;
}

.template-gallery:after {
	content: '';
	display: block;
	clear: both;
}

.no-touch .template-gallery a:hover {
	border-bottom: none;
}

.template-gallery img {
	width: 100%;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */
.entry-media {
	position: relative;
	max-width: 1112px;
	width: 100%;
	margin-top: 14px;
	margin-top: 1.4rem;
}

.hentry .entry-media {
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.entry-media > *,
.entry-media img {
	display: block;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	width: 100%;
}

.entry-media > *:last-child,
.entry-media p:last-child,
.entry-media .no-margin {
	margin-bottom: 0;
}

.entry-media .cropped {
	height: 0;
	background-size: 100%;
	background-position: 0 50%;
}

/* Audio */
.format-audio .wp-audio-shortcode {
	/* Override mediaelement.js style */
	max-width: 100% !important;
	background: none;
}

.format-audio audio {
	/* Avoid player width overflow. */
	max-width: 100% !important;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
}

/* Video */
.entry-media .video-content {
	text-align: center;
}

.entry-media .video-content iframe,
.entry-media .video-content object,
.entry-media .video-content embed,
.entry-media .video-content .wp-video {
	width: 100% !important;
	margin: 0;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */
.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.full-size-link:before {
	content: none;
}

.attachment .entry-content {
	max-width: 100%;
}

.attachment .entry-attachment,
.attachment p.attachment {
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.image-navigation {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.image-navigation a {
	border-bottom: none;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.nav-links {
	margin-top: 14px;
	margin-top: 1.4rem;
	position: relative;
}

.nav-links .total {
	position: absolute;
	left: 50%;
	top: 0;
	width: 150px;
	width: 15rem;
	margin-left: -75px;
	margin-left: -7.5rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
	text-align: center;
	color: #b2afab;
}

.nav-links .total span {
	opacity: 0.4;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
	text-align: right;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
	width: 47.260273973%;
}

.paging-navigation .nav-previous a .meta-nav,
.comment-navigation .nav-previous a .meta-nav,
.image-navigation .nav-previous a .meta-nav {
	float: left;
	margin: 9px 5px 0 0;
	margin: 0.9rem 0.5rem 0 0;
}

.paging-navigation .nav-next a .meta-nav,
.comment-navigation .nav-next a .meta-nav,
.image-navigation .nav-next a .meta-nav {
	float: right;
	margin: 9px 0 0 5px;
	margin: 0.9rem 0 0 0.5rem;
}

.navigation a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
}

.paging-navigation a .meta-nav,
.comment-navigation a .meta-nav,
.image-navigation a .meta-nav {
	font-family: outspoken;
	font-size: 10px;
	font-size: 1rem;
	line-height: 10px;
	line-height: 1rem;
	color: #b2afab;
}

.no-touch .navigation a:hover .meta-nav {
	color: #ff6600;
}

.post-navigation {
	position: fixed;
	top: 50%;
	max-width: 1112px;
	width: 100%;
	z-index: 999;
}

.post-navigation > div {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	z-index: 999;
}

.post-navigation .nav-previous {
	left: -91px;
}

.post-navigation .nav-next {
	right: -91px;
}

.post-navigation a {
	display: block;
	padding: 15px 0;
	background: #fff;
	border: 1px solid #edece8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.no-touch .navigation.post-navigation a:hover span {
	color: #3a3939;
}

.post-navigation .meta-nav {
	display: none;
	max-width: 500px;
	word-wrap: break-word;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	font-weight: 700;
}

.post-navigation a:hover .meta-nav {
	display: inline-block;
}

.post-navigation .nav-previous .meta-nav {
	padding: 0 20px 0 30px;
}

.post-navigation .nav-next .meta-nav {
	padding: 0 30px 0 20px;
}

.post-navigation a .arrow {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 24px;
	margin: 2px 10px 0;
	font-size: 11px;
	line-height: 24px;
	font-family: outspoken;
	color: #b2afab;
}

.no-touch .post-navigation a:hover span.arrow {
	color: #ff6600;
}

/* Load more */
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.load-more {
	width: 310px;
	margin: 60px auto 0;
	margin: 6rem auto 0;
	line-height: 50px;
	line-height: 5rem;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: rgba(236, 236, 236, 0.5);
	border: 1px solid #edece8;
	color: #7b7976;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.load-more a {
	color: #7b7976;
	display: block;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .load-more:hover {
	background-color: #ff6600;
	color: #fff;
	border-color: #ff6600;
}

.no-touch .load-more:hover a {
	color: #fff;
}

.load-more span.loader {
	display: none;
	position: relative;
	top: -3px;
	width: 25px;
	height: 25px;
	background: url(images/loadmore.svg) 50% 50% no-repeat;
	vertical-align: middle;
	-webkit-animation: rotate 0.5s linear 0 infinite normal;
	-moz-animation: rotate 0.5s linear 0 infinite normal;
	-o-animation: rotate 0.5s linear 0 infinite normal;
	-ms-animation: rotate 0.5s linear 0 infinite normal;
	animation: rotate 0.5s linear 0 infinite normal;
}

.no-touch .load-more:hover span.loader {
	background-image: url(images/loadmore-hover.svg);
}

.load-more.active span.loader {
	display: inline-block;
}

.load-more.active span.text {
	display: none;
}

/* Infinite scroll */
body.infinite-scroll .paging-navigation {
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#infscr-loading {
	position: fixed;
	bottom: 100px;
	text-align: center;
	background: #fff;
	color: #7b7976;
	opacity: 0.8;
	width: 230px;
	height: 75px;
	left: 50%;
	margin-left: -306px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

body.content-full-width #infscr-loading {
	margin-left: -115px;
}

body.content-right #infscr-loading {
	margin-left: 76px;
}

#infscr-loading div {
	line-height: 75px;
}

#infscr-loading img {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: 15px;
	-webkit-animation: rotate 0.5s linear 0 infinite normal;
	-moz-animation: rotate 0.5s linear 0 infinite normal;
	-o-animation: rotate 0.5s linear 0 infinite normal;
	-ms-animation: rotate 0.5s linear 0 infinite normal;
	animation: rotate 0.5s linear 0 infinite normal;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */
.author-meta {
	margin-top: 30px;
	margin-top: 3rem;
}

.author-avatar {
	float: left;
	width: 74px;
}

.author-description {
	margin-left: 94px;
	margin-left: 9.4rem;
}

.author-title {
	clear: none;
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.author-bio {
	margin-top: 7px;
	margin-top: 0.7rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 18px;
	line-height: 1.8rem;
	color: #b2afab;
}

.author-bio .author-link {
	display: block;
	margin-top: 7px;
	margin-top: 0.7rem;
}

.author-info:after {
	content: '';
	display: block;
	clear: both;
}

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

.archive-header,
.page-header {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.archive-title,
.page-title {
	margin: 0;
	padding: 3px 0;
	padding: 0.3rem 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 34px;
	line-height: 3.4rem;
	color: #3a3939;
	border-top: 1px solid #3a3939;
	border-bottom: 1px solid #edece8;
}

.archive-title{
    /*text-transform:uppercase;*/
    padding:30px 0 30px 30px;
    font-variant: small-caps; 
    font-size:2.4rem;
    
}


.archive-title:after {
	content: '';
	display: block;
	clear: both;
}

.archive-meta {
	float: right;
	margin: 11px 0 5px;
	margin: 1.1rem 0 0.5rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: normal;
	color: #b2afab;
}

.archive-meta p {
	display: inline;
	margin: 0;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-content {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 32px;
	line-height: 3.2rem;
}

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

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
.leave-reply {
	display: inline-block;
}

#comments {
	margin-top: 50px;
	margin-top: 5rem;
	outline: none;
}

.comment-anchor {
	position: relative;
	top: -10px;
}

.comments-title,
.comment-list,
#reply-title,
.must-log-in,
#respond #commentform,
#respond iframe {
	display: block;
	margin: 0;
	width: 100%;
}

.comments-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 40px;
	line-height: 4rem;
	border-top: 1px solid #3a3939;
	border-bottom: 1px solid #edece8;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 85px;
	margin-left: 8.5rem;
}

.comment-list li {
	outline: none;
}

.comment-list article {
	padding-top: 23px;
	padding-top: 2.3rem;
	border-top: 1px dotted #edece8;
}

.comment-list > li:first-child > article {
	border-top: none;
}

.reply div {
	margin-top: 5px;
	margin-top: 0.5rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-align: center;
	background: #fff;
	border: 1px solid #edece8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.reply a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	padding-left: 1.8rem;
	color: #b2afab;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.reply a:after {
	content: 'r';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	width: 1.6rem;
	height: 24px;
	height: 2.4rem;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 2.4rem;
	font-family: outspoken;
}

.no-touch .comment-list article .reply div:hover {
	border-color: #ff6600;
	background: #ff6600;
}

.no-touch .comment-list article .reply div:hover a {
	color: #fff;
}

.comment-author {
	display: inline-block;
	max-width: 65px;
	vertical-align: top;
}

.comment-author .avatar {
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.comment-meta {
	float: left;
	width: 85px;
	padding: 0 20px 5px 0;
	padding: 0 2rem 0.5rem 0;
	text-align: right;
}

.comment-wrapper {
	padding-bottom: 30px;
	padding-bottom: 3rem;
	margin-left: 85px;
}

.comment-wrapper p:last-child {
	margin-bottom: 0;
}

.comment-wrapper .fn {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	font-style: normal;
}

.comment-content a {
	color: #3a3939;
	border-bottom: 1px solid rgba(58, 57, 57, 0.4);
}

.no-touch .comment-content a:hover {
	color: #ff6600;
	border-bottom-color: rgba(255, 102, 0, 0.4);
}

.comment-metadata {
	margin-left: 5px;
	margin-left: 0.5rem;
	font-size: 11px;
	font-size: 1.1rem;
}

.comment-metadata a {
	color: #b2afab;
}

.no-touch .comment-metadata a:hover {
	color: #ff6600;
}

.comment-metadata .separator {
	color: #b2afab;
	opacity: 0.4;
}

.comment-awaiting-moderation {
	margin: 8px 0 0;
	margin: 0.8rem 0 0;
	color: #b2afab;
}

.comment-content {
	margin-top: 10px;
	margin-top: 1rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
	word-wrap: break-word;
}

/* Comment form */
#respond {
	margin-top: 60px;
	margin-top: 6rem;
}

.comment #respond {
	margin: 25px 0;
	margin: 2.5rem 0;
}

#reply-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 40px;
	line-height: 4rem;
	font-weight: 700;
	border-top: 1px solid #3a3939;
	border-bottom: 1px solid #edece8;
}

#reply-title small {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 40px;
	line-height: 4rem;
	font-weight: normal;
	float: right;
}

.logged-in-as {
	margin-top: 14px;
	margin-top: 1.4rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
}

.logged-in-as a {
	color: #b2afab;
}

.no-touch .logged-in-as a:hover {
	color: #ff6600;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-comment,
#commentform .form-submit {
	margin: 18px 0 0;
	margin: 1.8rem 0 0;
	padding: 0 4px;
	padding: 0 0.4rem;
}

#commentform .form-submit {
	padding: 0;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
	width: 100%;
}

#commentform input[type="submit"] {
	width: 350px;
}

.no-comments {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 46px;
	line-height: 4.6rem;
	border-top: 1px solid #3a3939;
}

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */
.site-main .mu_register {
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */
.sidebar-container .floating {
	position: fixed;
	width: 300px;
	border-top: 20px solid #fff;
	background: #fff;
}

.sidebar-container .absolute {
	position: absolute;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	display: inline-block;
	width: 100%;
	margin: 0 0 45px;
	margin: 0 0 4.5rem;
	color: #7b7976;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
	word-wrap: break-word;
}

.widget:after {
	content: '';
	display: block;
	clear: both;
}

.widget .widget-title {
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
	padding: 5px 0;
	padding: 0.5rem 10px;
	font-size: 14px;
	font-size: 2.3rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 400;
	color: #3a3939;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #edece8;
        background-color:#eee;
}

#primary .widget .widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	min-height: 30px;
	min-height: 3rem;
	font-weight: 700;
}

.widget .widget-title .prev,
.widget .widget-title .next {
	float: right;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	margin-top: 5px;
	margin-top: 0.5rem;
	cursor: pointer;
	font-family: outspoken;
	font-weight: normal;
	font-size: 7px;
	font-size: 0.7rem;
	line-height: 21px;
	line-height: 2.1rem;
	text-align: center;
	color: #fff;
	/*background: #edece8;*/
	background: #ce2910;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.widget .widget-title .next {
	margin-left: 6px;
	margin-left: 0.6rem;
}

.no-touch .widget .widget-title .prev:hover,
.no-touch .widget .widget-title .next:hover {
	background-color: #ff6600;
}

.bullets {
	display: none;
	float: right;
	height: 34px;
	height: 3.4rem;
	line-height: 34px;
	line-height: 3.4rem;
}

.full_width_bullets {
	position: relative;
	height: 0;
}

.full_width_bullets > div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	height: 2.5rem;
	line-height: 25px;
	line-height: 2.5rem;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
}

.hentry .full_width_bullets > div {
	bottom: 14px;
	bottom: 1.4rem;
}

.bullets span,
.full_width_bullets span {
	padding-left: 2px;
	padding-left: 0.2rem;
	color: #edece8;
	cursor: pointer;
}

.no-touch .bullets span:hover,
.no-touch .full_width_bullets span:hover {
	color: #ff6600;
}

.bullets span.current,
.full_width_bullets span.current {
	color: #3a3939;
}

.widget-title > a {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	padding-right: 2rem;
	color: #3a3939;
}

.no-touch .widget-title > a:hover {
	color: #ff6600;
}

.widget-title > a:not([class]):after {
	content: '>';
	display: block;
	position: absolute;
	top: 2px;
	top: 0.2rem;
	right: 0;
	width: 20px;
	width: 2rem;
	height: 28px;
	height: 2.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	text-align: center;
	font-family: outspoken;
	font-weight: normal;
	color: #edece8;
	font-size: 8px;
	font-size: 0.8rem;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.no-touch .widget-title > a:not([class]):hover:after {
	color: #ff6600;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}

.widget li {
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	border-bottom: 1px dotted #edece8;
}

.widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget li > ul li,
.widget li > ol li {
	padding-left: 20px;
	padding-left: 2rem;
}

.widget li > ul li:first-child,
.widget li > ol li:first-child {
	padding-top: 10px;
	padding-top: 1rem;
	margin-top: 10px;
	margin-top: 1rem;
	border-top: 1px solid #3a3939;
}

.widget_wpshower_index_featured_articles img,
.widget_wpshower_index_highlights img,
.widget_wpshower_index_category img,
.widget_wpshower_index_categories img,
.widget_wpshower_index_two_categories img,
.widget_wpshower_index_editors_choice img,
.widget_wpshower_index_videos img,
.widget_wpshower_index_latest_entries img,
.widget_wpshower_popular_posts img,
.wpshower-more-like-this img {
	width: 100%;
}

/* Search widget */
.searchform-wrapper label {
	display: block;
	position: relative;
}

.searchform-wrapper .icon {
	display: block;
	position: absolute;
	top: 11px;
	top: 1.1rem;
	right: 7px;
	right: 0.7rem;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	line-height: 30px;
	line-height: 3rem;
	font-size: 20px;
	font-size: 2rem;
	font-family: outspoken;
	color: #b2afab;
}

.widget .searchform [type="text"] {
	width: 98%;
	padding-right: 40px;
	padding-right: 4rem;
	margin-left: 4px;
}

/* Archives widget */
.widget_archive > ul > li {
	text-align: right;
	color: #b2afab;
}

.widget_archive > ul > li:after {
	content: '';
	display: block;
	clear: both;
}

.widget_archive > ul > li a {
	float: left;
	margin-right: 5px;
	margin-right: 0.5rem;
	text-align: left;
}

/* Categories widget */
.widget_categories .widget-title,
.widget_meta .widget-title,
.widget_wpshower_twitter .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_categories > ul > li {
	width: 45.738636364%;
	text-align: right;
	color: #b2afab;
}

.widget_categories > ul > li a {
	float: left;
	margin-right: 5px;
	margin-right: 0.5rem;
	text-align: left;
}

.csscalc .widget_categories > ul > li {
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
}

.widget_categories > ul > li:nth-child(odd) {
	float: left;
	clear: both;
}

.widget_categories > ul > li:nth-child(even) {
	float: right;
}

.widget_categories > ul > li:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/* Follow us widget */
.widget_wpshower_follow_us .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_wpshower_follow_us > ul > li {
	width: 45.738636364%;
	line-height: 20px;
	line-height: 2rem;
}

.csscalc .widget_wpshower_follow_us > ul > li {
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
}

.widget_wpshower_follow_us > ul > li:nth-child(odd) {
	float: left;
}

.widget_wpshower_follow_us > ul > li:nth-child(even) {
	float: right;
}

.widget_wpshower_follow_us > ul > li:last-child {
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	border-bottom: 1px dotted #edece8;
}

.widget_wpshower_follow_us a span {
	display: inline-block;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	line-height: 20px;
	line-height: 2rem;
	margin-right: 10px;
	margin-right: 1rem;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background: #3a3939;
	font-family: outspoken;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.widget_wpshower_follow_us a span img {
	max-width: 14px;
	max-width: 1.4rem;
	max-height: 14px;
	max-height: 1.4rem;
	vertical-align: baseline;
}

.no-touch .widget_wpshower_follow_us a:hover span {
	background: #ff6600;
}

.no-touch .wpshower-follow-fb a:hover,
.no-touch .share-side a.fb:hover {
	color: #3A5B96;
}

.no-touch .wpshower-follow-fb a:hover span,
.no-touch .share-side a.fb:hover span {
	background: #3A5B96 !important;
}

.no-touch .wpshower-follow-g a:hover,
.no-touch .share-side a.g:hover {
	color: #DC4A36;
}

.no-touch .wpshower-follow-g a:hover span,
.no-touch .share-side a.g:hover span {
	background: #DC4A36 !important;
}

.no-touch .wpshower-follow-tw a:hover,
.no-touch .share-side a.tw:hover {
	color: #0AAEEB;
}

.no-touch .wpshower-follow-tw a:hover span,
.no-touch .share-side a.tw:hover span {
	background: #0AAEEB !important;
}

.no-touch .wpshower-follow-tumb a:hover {
	color: #3E5A70;
}

.no-touch .wpshower-follow-tumb a:hover span {
	background: #3E5A70 !important;
}

.no-touch .wpshower-follow-drib a:hover {
	color: #E94E8A;
}

.no-touch .wpshower-follow-drib a:hover span {
	background: #E94E8A !important;
}

.no-touch .wpshower-follow-pint a:hover,
.no-touch .share-side a.pint:hover {
	color: #D73532;
}

.no-touch .wpshower-follow-pint a:hover span,
.no-touch .share-side a.pint:hover span {
	background: #D73532 !important;
}

.no-touch .wpshower-follow-vi a:hover {
	color: #4CA9CB;
}

.no-touch .wpshower-follow-vi a:hover span {
	background: #4CA9CB !important;
}

.no-touch .wpshower-follow-blog a:hover {
	color: #F86812;
}

.no-touch .wpshower-follow-blog a:hover span {
	background: #F86812 !important;
}

.no-touch .wpshower-follow-fli a:hover {
	color: #0261D9;
}

.no-touch .wpshower-follow-fli a:hover span {
	background: #0261D9 !important;
}

.no-touch .wpshower-follow-you a:hover {
	color: #DC332C;
}

.no-touch .wpshower-follow-you a:hover span {
	background: #DC332C !important;
}

/* Popular posts */
.widget_wpshower_popular_posts > ul > li {
	padding-bottom: 14px;
	padding-bottom: 1.4rem;
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
}

.widget_wpshower_popular_posts > ul > li:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_popular_posts .thumbnail {
	float: left;
	width: 85px;
}

.widget_wpshower_popular_posts .thumbnail_fix {
	margin-left: 100px;
}

.widget_wpshower_popular_posts .meta {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_popular_posts .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_popular_posts .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_popular_posts .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_popular_posts .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_popular_posts h4 {
	display: inline;
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: normal;
}

/* Tabs */
.widget_wpshower_tabs .tabs {
	font-size: 0;
}

.widget_wpshower_tabs .tabs a {
	display: inline-block;
	height: 46px;
	height: 4.6rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 46px;
	line-height: 4.6rem;
	padding: 0 10px;
	padding: 0 1rem;
	margin-right: 2px;
	margin-right: 0.2rem;
	vertical-align: bottom;
	background: rgba(236, 236, 236, 0.5);
	border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .widget_wpshower_tabs .tabs a:hover {
	background: #ff6600;
	color: #fff;
}

.widget_wpshower_tabs .tabs a.active {
	position: relative;
	bottom: -1px;
	height: 52px;
	height: 5.2rem;
	line-height: 52px;
	line-height: 5.2rem;
	margin-right: 0;
	background: #fff;
	border: 1px solid #edece8;
	border-bottom: none;
	font-weight: 700;
}

.no-touch .widget_wpshower_tabs .tabs a.active:hover {
	cursor: default;
	color: #3a3939;
	background: #fff;
}

.widget_wpshower_tabs .tabs a.before_active {
	margin-right: 0;
}

.widget_wpshower_tabs .widget-title {
	display: none;
}

.widget_wpshower_tabs .widget {
	display: none;
	margin-bottom: 0;
}

.widget_wpshower_tabs .widget:first-child {
	display: block;
}

.widget_wpshower_tabs > .content {
	padding: 14px;
	padding: 1.4rem;
	border: 1px solid #edece8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* Twitter widget */
.widget_wpshower_twitter > ul > li {
	line-height: 21px;
	line-height: 2.1rem;
}

.widget_wpshower_twitter > ul > li b {
	font-weight: normal;
}

.widget_wpshower_twitter > ul > li s {
	text-decoration: none;
}

.widget_wpshower_twitter > ul > li .meta {
	margin: 10px 0 3px;
	margin: 1rem 0 0.3rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: normal;
	color: #b2afab;
}

/* Recent comments widget */
.widget_wpshower_recent_comments > ul > li {
	padding-bottom: 14px;
	padding-bottom: 1.4rem;
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
}

.widget_wpshower_recent_comments > ul > li:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_recent_comments > ul > li > span {
	float: left;
}

.widget_wpshower_recent_comments > ul > li > span img {
	width: 50px;
	height: 50px;
}

.widget_wpshower_recent_comments > ul > li > div {
	float: right;
	color: #3a3939;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
}

.widget_wpshower_recent_comments > ul > li > div .meta {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_recent_comments > ul > li > div > span {
	color: #b2afab;
	opacity: 0.4;
}

/* Tag cloud widget */
.tagcloud a {
	display: inline-block;
	margin: 5px 3px 0;
	margin: 0.5rem 0.3rem 0;
	padding: 0 8px;
	padding: 0 0.8rem;
	line-height: 31px;
	line-height: 3.1rem;
	color: #b2afab;
	border: 1px solid #edece8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .tagcloud a:hover {
	color: #fff;
	background: #ff6600;
	border-color: #ff6600;
}

/* Featured articles widget */
.widget_wpshower_index_featured_articles {
	overflow: hidden;
}

.widget_wpshower_index_featured_articles.custom_bg {
	padding: 0 15px 20px;
	padding: 0 1.5rem 2rem;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.widget_wpshower_index_featured_articles.custom_bg .widget-title {
	border-top-color: transparent;
}

.widget_wpshower_index_featured_articles.custom_bg .container {
	overflow: hidden;
}

.widget_wpshower_index_featured_articles article > a img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_wpshower_index_featured_articles article .meta {
	margin-bottom: 1px;
	margin-bottom: 0.1rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_index_featured_articles article .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_featured_articles article .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_featured_articles article .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_featured_articles article .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_featured_articles article h2 {
	margin: 0 0 6px;
	margin: 0 0 0.6rem;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 700;
}

.widget_wpshower_index_featured_articles article .summary {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

/* Highlights widget */
.widget_wpshower_index_highlights .container {
	float: left;
	width: 60.95890411%;
	overflow: hidden;
}

.widget_wpshower_index_highlights.custom_bg .container {
	padding: 0 15px 20px;
	padding: 0 1.5rem 2rem;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.widget_wpshower_index_highlights.custom_bg .container > article {
	overflow: hidden;
}

.widget_wpshower_index_highlights.custom_bg .widget-title {
	border-top-color: transparent;
}

.widget_wpshower_index_highlights li article > a img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_wpshower_index_highlights li article .meta {
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_index_highlights li article .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_highlights li article .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_highlights li article .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_highlights li article .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_highlights li article h2 {
	margin: 0 0 10px;
	margin: 0 0 1rem;
	font-size: 20px;
	font-size: 2rem;
	line-height: 23px;
	line-height: 2.3rem;
	font-weight: 700;
}

.widget_wpshower_index_highlights li article .summary {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem;
}

.widget_wpshower_index_highlights .latest {
	float: right;
	width: 34.931506849%;
}

.widget_wpshower_index_highlights .latest img {
	margin-bottom: 9px;
	margin-bottom: 0.9rem;
}

.widget_wpshower_index_highlights .latest .meta {
	margin-bottom: 1px;
	margin-bottom: 0.1rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_index_highlights .latest .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_highlights .latest .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_highlights .latest .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_highlights .latest .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_highlights .latest h3 {
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 19px;
	line-height: 1.9rem;
	font-weight: 700;
}

.widget_wpshower_index_highlights .latest li {
	margin-top: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem;
}

.no-touch .widget_wpshower_index_highlights .latest a:hover {
	color: #ff6600;
}

/* Category widget */
.widget_wpshower_index_category .widget-title:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_index_category .widget-title span {
	text-align: right;
}

.widget_wpshower_index_category .widget-title span a.current {
	color: #b2afab;
	cursor: default;
}

.widget_wpshower_index_category .subcategories {
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 28px;
	line-height: 2.8rem;
	padding-top: 2px;
	padding-top: 0.2rem;
	font-weight: 400;
}

.widget_wpshower_index_category .subcategories a {
	margin-left: 20px;
	margin-left: 2rem;
	cursor: pointer;
}

.widget_wpshower_index_category > div {
	display: none;
}

.widget_wpshower_index_category > div.active {
	display: block;
}

.widget_wpshower_index_category > div:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_index_category > div > article {
	float: left;
	width: 47.945205479%;
}

.widget_wpshower_index_category > div > article > a img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_wpshower_index_category .meta {
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_index_category .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_category .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_category .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_category .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_category h3 {
	margin: 0 0 6px;
	margin: 0 0 0.6rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: 700;
}

.widget_wpshower_index_category .summary {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.widget_wpshower_index_category .article-list {
	float: right;
	width: 47.945205479%;
}

.widget_wpshower_index_category .article-list li {
	padding-bottom: 14px;
	padding-bottom: 1.4rem;
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.widget_wpshower_index_category .article-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_wpshower_index_category .article-list li:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_index_category .article-list .thumbnail {
	float: left;
	width: 85px;
}

.widget_wpshower_index_category .article-list .thumbnail_fix {
	margin-left: 105px;
}

.widget_wpshower_index_category .article-list .meta {
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 14px;
	line-height: 1.4rem;
}

/* Ad widget */
.widget_wpshower_ad img {
	width: 100%;
}

.widget_wpshower_ad > a {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Editor's choice widget */
.widget_wpshower_index_editors_choice {
	overflow: hidden;
}

.widget_wpshower_index_editors_choice.custom_bg {
	/*padding: 0 15px 20px;*/
	/*padding: 0 1.5rem 2rem;*/
	/*border-radius: 2px;
	-webkit-border-radius: 2px;*/
}

.widget_wpshower_index_editors_choice.custom_bg .widget-title {
	border-top-color: transparent;
}

.widget_wpshower_index_editors_choice.custom_bg .container {
	overflow: hidden;
}

.widget_wpshower_index_editors_choice article > a img {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
}

.widget_wpshower_index_editors_choice article .meta {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: 700;
	color: #b2afab;
}

.widget_wpshower_index_editors_choice article .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_editors_choice article .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_editors_choice article h3 {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
	font-weight: 700;
}

/* More like this article widget */
.wpshower-more-like-this li {
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.wpshower-more-like-this article h2 {
	margin: 8px 0 0;
	margin: 0.8rem 0 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 19px;
	line-height: 1.9rem;
	font-weight: 700;
}

/* Categories widget */
.widget_wpshower_index_categories .column li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.widget_wpshower_index_categories a img {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
}

.widget_wpshower_index_categories .meta {
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_index_categories .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_categories .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_categories .column h4 {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
	font-weight: 700;
}

/* Two categories widget */
.widget_wpshower_index_two_categories .column li {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	padding-bottom: 14px;
	padding-bottom: 1.4rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.widget_wpshower_index_two_categories .column li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_wpshower_index_two_categories .big > a img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_wpshower_index_two_categories .small:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_index_two_categories .small > a {
	float: left;
	width: 85px;
}

.widget_wpshower_index_two_categories .small > div {
	margin-left: 105px;
}

.widget_wpshower_index_two_categories .small > div.no_thumbnail {
	margin-left: 0;
}

.widget_wpshower_index_two_categories .meta {
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_index_two_categories .big .meta {
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
}

.widget_wpshower_index_two_categories .small .meta {
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
}

.widget_wpshower_index_two_categories .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_two_categories .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_two_categories .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_two_categories .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_two_categories .column h4 {
	margin: 0 0 6px;
	margin: 0 0 0.6rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	clear: none;
	font-weight: 700;
}

.widget_wpshower_index_two_categories .summary {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

/* Vertical slider widget */
.widget_wpshower_index_videos > div {
	position: relative;
	float: left;
	width: 100%;
}

.widget_wpshower_index_videos .container {
	float: left;
	width: 100%;
	padding-right: 175px;
}

.widget_wpshower_index_videos .container > div {
	overflow: hidden;
}

.widget_wpshower_index_videos .container .entry-media {
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.widget_wpshower_index_videos article > a img {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.widget_wpshower_index_videos .meta {
	margin-bottom: 1px;
	margin-bottom: 0.1rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_index_videos .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_videos .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_videos .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_videos .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_videos h2 {
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
	font-size: 20px;
	font-size: 2rem;
	line-height: 24px;
	line-height: 2.4rem;
	font-weight: 700;
}

.widget_wpshower_index_videos .summary {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.widget_wpshower_index_videos .info {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 411px;
	padding: 30px 0 0 14px;
	border-left: 1px dotted #edece8;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.widget_wpshower_index_videos .content span {
	display: block;
	position: relative;
	margin-top: 15px;
	cursor: pointer;
}

.widget_wpshower_index_videos .content span.current:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 102, 0, 0.5);
	pointer-events: none;
}

.widget_wpshower_index_videos div.prev,
.widget_wpshower_index_videos div.next {
	position: absolute;
	z-index: 3;
	right: 0;
	width: 145px;
	background: #fff;
}

.widget_wpshower_index_videos div.prev {
	top: 0;
}

.widget_wpshower_index_videos div.next {
	bottom: 0;
}

.widget_wpshower_index_videos div.prev div,
.widget_wpshower_index_videos div.next div {
	height: 30px;
	cursor: pointer;
	font-family: outspoken;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 30px;
	color: #fff;
	background: #edece8;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.no-touch .widget_wpshower_index_videos div.prev div:hover,
.no-touch .widget_wpshower_index_videos div.next div:hover {
	background-color: #ff6600;
}

.widget_wpshower_index_videos .prev2,
.widget_wpshower_index_videos .next2 {
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
	height: 15px;
}

.widget_wpshower_index_videos .prev2 {
	top: 30px;
	background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0);
	/* IE6-9 */
	pointer-events: none;
}

.widget_wpshower_index_videos .next2 {
	bottom: 30px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
	/* IE6-9 */
	pointer-events: none;
}

.widget_wpshower_index_videos .content {
	position: relative;
	z-index: 2;
}

/* Latest Entries widget */
.widget_wpshower_index_latest_entries article {
	border-bottom: 1px dotted #edece8;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.widget_wpshower_index_latest_entries.grid article {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.widget_wpshower_index_latest_entries article:last-child {
	margin-bottom: 0;
}

.widget_wpshower_index_latest_entries article:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_index_latest_entries article > a {
	float: left;
	width: 47.945205479%;
}

.widget_wpshower_index_latest_entries article > div {
	float: right;
	width: 47.945205479%;
}

.widget_wpshower_index_latest_entries article > div.no_thumbnail {
	float: none;
	width: 100%;
}

.widget_wpshower_index_latest_entries.grid article > a,
.widget_wpshower_index_latest_entries.grid article > div {
	float: none;
	width: 100%;
}

.widget_wpshower_index_latest_entries.grid article > a img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_wpshower_index_latest_entries .meta-top {
	margin-bottom: 1px;
	margin-bottom: 0.1rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: 700;
	color: #b2afab;
}

.widget_wpshower_index_latest_entries.grid .meta-top {
	margin-bottom: 0;
}

.widget_wpshower_index_latest_entries .meta-top a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_latest_entries .meta-top a:hover {
	color: #ff6600;
}

.widget_wpshower_index_latest_entries article h2 {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: 700;
}

.widget_wpshower_index_latest_entries .meta {
	margin-top: 5px;
	margin-top: 0.5rem;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #b2afab;
}

.widget_wpshower_index_latest_entries .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_latest_entries .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_latest_entries .meta a {
	color: #b2afab;
}

.no-touch .widget_wpshower_index_latest_entries .meta a:hover {
	color: #ff6600;
}

.widget_wpshower_index_latest_entries article .summary {
	margin-top: 10px;
	margin-top: 1rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19px;
	line-height: 1.9rem;
}

.widget_wpshower_index_latest_entries.grid article .summary {
	margin-top: 10px;
	margin-top: 1rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22px;
	line-height: 2.2rem;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-spacing: 1px;
}

.widget_calendar caption {
	margin: 0;
	text-align: right;
}

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

.widget_calendar th {
	padding: 10px 0;
	padding: 1rem 0;
}

.site-footer .widget_calendar a {
	display: block;
	border-bottom: none;
}

.widget_calendar tbody td {
	padding: 8px;
	padding: 0.8rem;
	background: rgba(236, 236, 236, 0.5);
	border: 1px solid #fff;
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

#wp-calendar tfoot #prev {
	padding-top: 10px;
	padding-top: 1rem;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: left;
}

#wp-calendar tfoot #next {
	padding-top: 10px;
	padding-top: 1rem;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: right;
}

/* Footer widgets */
#footer-widgets:after {
	content: '';
	display: block;
	clear: both;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	padding: 20px 15px;
	padding: 2rem 1.5rem;
	background: #f5f4f1;
	color: #7b7671;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
	border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
}

.site-footer a {
	color: #7b7671;
	border-bottom: 1px solid rgba(123, 118, 113, 0.4);
}

.no-touch .site-footer a:hover {
	color: #ff6600;
	border-bottom-color: rgba(255, 102, 0, 0.4);
}

.theme-info span {
	font-style: italic;
}

.site-footer:after {
	content: "";
	display: block;
	clear: both;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media (min-width: 951px) {
	.site-title {
		float: left;
                padding-left:30px;
	}

	#site-header-container.center .site-title {
		float: none;
		text-align: center;
	}

	#site-header-container.right .site-title {
		float: right;
	}

	#header-banner {
		float: right;
	}

	#site-header-container.center #header-banner {
		float: none;
	}

	#site-header-container.right #header-banner {
		float: left;
		margin: 0 20px 12px 0;
		margin: 0 2rem 1.2rem 0;
	}

	#site-navigation {
		margin: 0 60px 0 6px;
		margin: 0 6rem 0 0.6rem;
	}

	#site-navigation > div > ul > li {
		display: inline-block;
		position: relative;
		padding-left: 20px;
		padding-left: 2rem;
	}

	#site-navigation > div > ul > li > a {
		display: inline-block;
		line-height: 33px;
		line-height: 3.3rem;
		padding-bottom: 4px;
		padding-bottom: 0.4rem;
		border-top: 3px solid transparent;
	}

	.no-touch #site-navigation > div > ul > li > a:hover,
	.no-touch #site-navigation > div > ul > li:hover > a,
	#site-navigation > div > ul > li.current_page_item > a {
		border-top: 3px solid #7b7671;
	}

	#site-navigation > div > ul > li.submenu-off > a {
		position: relative;
		padding-right: 12px;
		padding-right: 1.2rem;
	}

	#site-navigation > div > ul > li.submenu-off > a:after {
		content: '▼';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 8px;
		width: 0.8rem;
		height: 34px;
		height: 3.4rem;
		line-height: 34px;
		line-height: 3.4rem;
		font-family: outspoken;
		font-size: 5px;
		font-size: 0.5rem;
	}

	#site-navigation > div > ul > li > ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99999;
		padding-left: 0;
	}

	#site-navigation > div > ul > li.submenu-off.submenu-active > a:after {
		content: '▲';
	}

	#site-navigation > div > ul > li.submenu-off > ul.submenu-visible {
		display: block;
	}

	#site-navigation ul ul li {
		padding: 0 20px 11px;
		padding: 0 2rem 1.1rem;
	}

	#site-navigation ul ul ul li {
		padding: 11px 0 0 20px;
		padding: 1.1rem 0 0 2rem;
	}

	#site-navigation ul ul a {
		white-space: nowrap;
		border-bottom: 1px solid #f5f4f1;
	}

	.no-touch #site-navigation ul ul a:hover {
		border-bottom-color: #7b7671;
	}

	#site-navigation > div > ul > li > ul > li {
		background: #f5f4f1;
	}

	#site-navigation > div > ul > li > ul > li:last-child {
		padding-bottom: 18px;
		padding-bottom: 1.8rem;
		border-bottom-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
	}

	#site-navigation > div > ul > li > ul ul {
		padding-left: 0;
	}

	/* Secondary navigation */
	#section-toggle {
		display: none;
	}

	#section-navigation {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #edece8;
	}

	#section-navigation a {
		line-height: 32px;
		line-height: 3.2rem;
		font-size: 20px;
		font-weight: 400;
	}

	#section-navigation > div > ul > li {
		position: relative;
		display: inline-block;
	}

	#section-navigation > div > ul > li > a {
		display: inline-block;
		padding: 0 10px;
		padding: 0 1rem;
		line-height: 45px;
                font-size:20px;
                font-weight:400;
                color: #e52527;
		border-right: 1px solid transparent;
		border-left: 1px solid transparent;
	}

	#section-navigation > div > ul > li.submenu-off > a {
		position: relative;
		padding-right: 24px;
		padding-right: 2.4rem;
	}

	#section-navigation > div > ul > li.submenu-off > a span:after {
		content: 'v';
		display: block;
		position: absolute;
		top: 2px;
		top: 0.2rem;
		right: 3px;
		right: 0.3rem;
		width: 20px;
		width: 2rem;
		height: 43px;
		height: 4.3rem;
		text-align: center;
		font-size: 10px;
		font-size: 1rem;
		line-height: 43px;
		line-height: 4.3rem;
		font-weight: 400;
		color: #edece8;
		font-family: outspoken;
	}

	#section-navigation > div > ul > li.submenu-active > a {
		background: #3a3939;
		color: #fff;
	}

	.no-touch #section-navigation > div > ul > li.submenu-active > a:hover {
		color: #fff;
	}

	.no-touch #section-navigation > div > ul > li.submenu-off:hover > a span:after {
		content: '^';
	}

	#section-navigation > div > ul > li ul {
		position: absolute;
		z-index: 99999;
		display: none;
	}

	#section-navigation > div > ul > li ul.submenu-visible {
		display: block;
	}

	#section-navigation > div > ul > li > ul {
		top: 100%;
		left: 0;
		min-width: 100%;
	}

	#section-navigation > div > ul > li > ul li {
		display: block;
		position: relative;
	}

	#section-navigation > div > ul > li > ul a {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 0 15px;
		padding: 0 1.5rem;
		white-space: nowrap;
		background: #3a3939;
		color: #fff;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.no-touch #section-navigation > div > ul > li > ul a:hover {
		background: #ff6600;
		color: #fff;
	}

	#section-navigation > div > ul > li > ul a span {
		display: inline-block;
		position: relative;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 36px;
		line-height: 3.6rem;
	}

	#section-navigation > div > ul > li > ul li.submenu-off > a span {
		padding-right: 20px;
		padding-right: 2rem;
	}

	#section-navigation > div > ul > li > ul li.submenu-off > a span:after {
		content: '>';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		width: 2rem;
		height: 36px;
		height: 3.6rem;
		line-height: 36px;
		line-height: 3.6rem;
		text-align: center;
		font-family: outspoken;
		font-weight: normal;
		color: #edece8;
		font-size: 10px;
		font-size: 1rem;
	}

	#section-navigation > div > ul > li > ul ul {
		top: 0;
		left: 100%;
	}

	.page-content .searchform-wrapper label {
		display: inline-block;
		width: 500px;
	}

	.page-content input[name="s"] {
		width: 100%;
	}

	/* Vertical slider widget */
	.widget_wpshower_index_videos .container {
		min-height: 411px;
	}

	/* Comments */
	.no-touch .reply {
		visibility: hidden;
	}

	.no-touch .comment-list article:hover .reply {
		visibility: visible;
	}

	/* More like this article widget */
	.wpshower-more-like-this li {
		width: 30.593607306%;
	}

	.wpshower-more-like-this li:first-child {
		margin-right: 4.109589041%;
	}

	.wpshower-more-like-this li:nth-child(3) {
		float: right;
	}
}

@media (max-width: 950px) {
	#header-banner {
		margin: 12px 0;
		margin: 1.2rem 0;
	}

	#page {
		padding: 0 20px;
		padding: 0 2rem;
	}

	.home-link {
		width: 100%;
		text-align: center;
	}

	#site-navigation {
		display: none;
	}

	#site-navigation.toggled-on {
		display: block;
	}

	#site-navigation > div > ul li {
		display: block;
		border-top: 1px solid #fff;
	}

	#site-navigation > div a {
		display: block;
		padding-right: 30px;
		padding-right: 3rem;
		line-height: 47px;
		line-height: 4.7rem;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}

	.no-touch #site-navigation > div a:hover {
		background: #7b7671;
		color: #f5f4f1;
	}

	#site-navigation > div > ul > li a {
		position: relative;
	}

	#site-navigation > div > ul > li > a {
		padding-left: 20px;
		padding-left: 2rem;
	}

	#site-navigation > div > ul li.submenu-off > a:after {
		content: 'v';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 15px;
		width: 1.5rem;
		height: 47px;
		height: 4.7rem;
		padding-right: 15px;
		padding-right: 1.5rem;
		line-height: 47px;
		line-height: 4.7rem;
		text-align: right;
		font-family: outspoken;
		font-weight: normal;
		color: #7b7671;
		font-size: 10px;
		font-size: 1rem;
	}

	.no-touch #site-navigation > div > ul li.submenu-off > a:hover:after {
		color: #f5f4f1;
	}

	#site-navigation > div > ul li.submenu-active > a:after {
		content: '^';
	}

	#site-navigation > div > ul ul {
		display: none;
	}

	#site-navigation > div > ul ul.submenu-visible {
		display: block;
	}

	#site-navigation > div > ul > li > ul > li > a {
		padding-left: 40px;
		padding-left: 4rem;
	}

	#site-navigation > div > ul > li > ul > li li a {
		padding-left: 60px;
		padding-left: 6rem;
	}

	.menu-toggle {
		display: inline-block;
		font-family: outspoken;
		width: 40px;
		width: 4rem;
		height: 40px;
		height: 4rem;
		line-height: 40px;
		line-height: 4rem;
		margin: 0;
		font-size: 25px;
		font-size: 2.5rem;
		color: #7b7671;
		text-align: center;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	/* Secondary navigation */
	#section-toggle {
		clear: both;
		line-height: 55px;
		line-height: 5.5rem;
		border-top: 1px solid #3a3939;
		border-bottom: 1px solid #edece8;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 700;
		cursor: pointer;
	}

	#section-toggle span {
		position: relative;
		float: right;
		width: 24px;
		width: 2.4rem;
		height: 24px;
		height: 2.4rem;
		margin-top: 16px;
		margin-top: 1.6rem;
		font-weight: 400;
		background: #edece8;
		color: #fff;
		border-radius: 2px;
		-webkit-border-radius: 2px;
	}

	#section-toggle span:after {
		content: 'v';
		position: absolute;
		top: 0;
		left: 0;
		width: 24px;
		width: 2.4rem;
		height: 24px;
		height: 2.4rem;
		font-family: outspoken;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 24px;
		line-height: 2.4rem;
		text-align: center;
	}

	.no-touch #section-toggle:hover span {
		background-color: #ff6600;
	}

	#section-toggle.toggled-on span:after {
		content: '^';
	}

	#section-navigation > div {
		display: none;
	}

	#section-navigation.toggled-on > div {
		display: block;
	}

	#section-navigation > div > ul li {
		display: block;
		border-top: 1px solid #edece8;
	}

	#section-navigation > div > ul > li:first-child {
		border-top: none;
	}

	#section-navigation > div > ul > li:last-child {
		border-bottom: 1px solid #edece8;
	}

	#section-navigation a {
		display: block;
		position: relative;
		line-height: 47px;
		line-height: 4.7rem;
		font-size: 20px !important;
		font-size: 2rem !important;
	}

	#section-navigation .submenu-off a {
		padding-right: 24px;
		padding-right: 2.4rem;
	}

	#section-navigation > div > ul li.submenu-off > a:after {
		content: 'v';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 24px;
		width: 2.4rem;
		height: 47px;
		height: 4.7rem;
		line-height: 47px;
		line-height: 4.7rem;
		text-align: center;
		font-family: outspoken;
		font-weight: normal;
		color: #3a3939;
		font-size: 10px;
		font-size: 1rem;
	}

	.no-touch #section-navigation > div > ul li.submenu-off > a:hover:after {
		color: #ff6600;
	}

	#section-navigation > div > ul li.submenu-active > a:after {
		content: '^';
	}

	#section-navigation > div > ul ul {
		display: none;
	}

	#section-navigation > div > ul ul.submenu-visible {
		display: block;
	}

	#section-navigation > div > ul > li > ul > li > a {
		padding-left: 20px;
		padding-left: 2rem;
	}

	#section-navigation > div > ul > li > ul > li li a {
		padding-left: 40px;
		padding-left: 4rem;
	}

	.outspoken-gallery h2 {
		margin: 5px 0 0;
		margin: 0.5rem 0 0;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 30px;
		line-height: 3rem;
	}

	body.wpshower-blog .full_width_bullets {
		display: block;
	}

	body.wpshower-blog .outspoken-gallery .prev,
	body.wpshower-blog .outspoken-gallery .next {
		display: none !important;
	}

	.post-navigation {
		display: none;
	}

	.load-more {
		width: 260px;
		width: 26rem;
		margin-top: 30px;
		margin-top: 3rem;
	}

	.widget .widget-title .prev,
	.widget .widget-title .next {
		display: none;
	}

	.bullets {
		display: block;
	}

	/* Masonry template */
	body.content-full-width .masonry-sizer {
		width: 47.945205479%;
	}

	body.content-full-width .masonry-gutter {
		width: 4.109589041%;
	}

	/* More like this article widget */
	.wpshower-more-like-this li {
		width: 31.135531136%;
	}

	.wpshower-more-like-this li:first-child {
		margin-right: 3.296703297%;
	}

	.wpshower-more-like-this li:nth-child(3) {
		float: right;
	}

	/* Vertical slider widget */
	.widget_wpshower_index_videos .container {
		width: 100%;
		padding-right: 0;
	}

	.widget_wpshower_index_videos .info {
		display: none;
	}

	/* Follow us widget */
	.widget_wpshower_follow_us > ul > li,
	.csscalc .widget_wpshower_follow_us > ul > li {
		width: 100%;
	}

	/* Categories widget */
	.widget_categories > ul > li,
	.csscalc .widget_categories > ul > li {
		width: 100%;
	}
}

	.outspoken-gallery .info {
		position: absolute;
		left: 0px;
		bottom: 0px;
		padding: 18px 25px;
		padding: 10px 80px 40px 80px;
		background: rgba(255, 255, 255, 1);
		max-width: -moz-calc(100%);
		max-width: -webkit-calc(100%);
		max-width: calc(100%);
		border-radius: 0px;
                width:100%;
		-webkit-border-radius: 0px;
	}

@media (min-width: 341px) {
	.outspoken-gallery .info {
		position: absolute;
		left: 0px;
		bottom: 0px;
		padding: 18px 25px;
		padding: 10px 80px 40px 80px;
		background: rgba(200, 20, 20, 0.9);
		max-width: -moz-calc(100%);
		max-width: -webkit-calc(100%);
		max-width: calc(100%);
		border-radius: 0px;
                width:100%;
		-webkit-border-radius: 0px;
	}
        .outspoken-gallery .info h2{
            padding-bottom:5px; 
        }
        
        
	body.wpshower-masonry .outspoken-gallery .info {
		left: 20px;
		bottom: 10px;
		padding: 10px 15px;
		padding: 1rem 1.5rem;
	}

	.no-touch .outspoken-gallery:hover .prev,
	.no-touch .outspoken-gallery:hover .next {
		display: block;
	}

	/* Tags page template */
	.entry-content .tags .column {
		float: left;
		width: 45.714285714%;
	}

	.entry-content .tags .column:nth-child(2) {
		float: right;
	}

	/* Archives page template */
	.archives-template li {
		float: left;
		width: 30.593607306%;
		margin-right: 4.109589041%;
	}

	.archives-template li:nth-child(3n + 1) {
		clear: both;
	}

	.archives-template li:nth-child(3n + 2) {
		margin-right: 0;
	}

	.archives-template li:nth-child(3n) {
		float: right;
		margin-right: 0;
	}

	/* Editor's choice widget */
	.widget_wpshower_index_editors_choice article {
		padding-right: 30px;
	}

	/* Categories widget */
	.widget_wpshower_index_categories .column {
		float: left;
		width: 21.917808219%;
	}

	.widget_wpshower_index_categories .column:first-child,
	.widget_wpshower_index_categories .column:nth-child(2) {
		width: 26.02739726%;
		padding-right: 4.109589041%;
	}

	.widget_wpshower_index_categories .column:nth-child(4) {
		float: right;
	}

	/* Two categories widget */
	.widget_wpshower_index_two_categories .column {
		float: left;
		width: 47.945205479%;
	}

	.widget_wpshower_index_two_categories .column:nth-child(2) {
		float: right;
	}

	#footer-widgets .widget-area {
		float: left;
		width: 31.534772182%;
	}

	#footer-widgets .widget-area:first-child {
		margin-right: 2.697841727%;
	}

	#footer-widgets .widget-area:last-child {
		float: right;
	}

	.site-info {
		/*float: left;*/
		/*width: 50%;*/
		/*padding-right: 20px;*/
                max-width:1100px;
                margin: 0 auto;
	}

	.theme-info {
		float: right;
		width: 50%;
		padding-left: 20px;
		text-align: right;
	}
}

@media (max-width: 640px) {
	#page {
		padding: 0 10px;
	}

	#content {
		margin-bottom: 80px;
		margin-bottom: 8rem;
	}

	h1 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 28px;
		line-height: 2.8rem;
		margin: 20px 0 30px;
		margin: 2rem 0 3rem;
	}

	h2 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 24px;
		line-height: 2.4rem;
		margin: 20px 0 25px;
		margin: 2rem 0 2.5rem;
	}

	h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 23px;
		line-height: 2.3rem;
		margin: 20px 0 25px;
		margin: 2rem 0 2.5rem;
	}

	h4 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
		line-height: 2.2rem;
		margin: 20px 0 22px;
		margin: 2rem 0 2.2rem;
	}

	h5 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
		margin: 24px 0 25px;
		margin: 2.4rem 0 2.5rem;
	}

	h6 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 16px;
		line-height: 1.6rem;
		margin: 24px 0;
		margin: 2.4rem 0;
	}

	.site-header .searchform [type="text"] {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 34px;
		line-height: 3.4rem;
	}

	.home-link h1 {
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 38px;
		line-height: 3.8rem;
	}

	.navbar {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

	.site-title {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

	.csscalc .outspoken-gallery {
		margin-left: -10px;
		width: -moz-calc(100% + 20px);
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 20px);
	}

	#main > .outspoken-gallery .prev,
	#main > .outspoken-gallery .next,
	#main > .gallery-parent .prev,
	#main > .gallery-parent .next {
		display: none;
	}

	.outspoken-gallery .expand {
		top: 20px;
		top: 2rem;
	}

	.outspoken-gallery .info {
		padding: 15px 9px 18px;
		padding: 1.5rem 0.9rem 1.8rem;
		background: rgba(255, 255, 255, 1);
		border-bottom: 1px solid #edece8;
	}

	.outspoken-gallery .meta {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 18px;
		line-height: 1.8rem;
		color: #7b7976;
	}

	.outspoken-gallery .meta a {
		color: #7b7976;
	}

	.outspoken-gallery h2 {
		margin: 3px 0 0;
		margin: 0.3rem 0 0;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 22px;
		line-height: 2.2rem;
	}

	.outspoken-gallery h2 a {
		color: #3a3939;
	}

	#primary {
		padding-top: 25px;
		padding-top: 2.5rem;
	}

	/* Secondary navigation */
	#section-toggle {
		padding: 0 14px;
		padding: 0 1.4rem;
		line-height: 49px;
		line-height: 4.9rem;
		border-top-width: 1px;
		border-top-color: #edece8 !important;
		border-right: 1px solid #edece8;
		border-left: 1px solid #edece8;
		border-radius: 2px;
		-webkit-border-radius: 2px;
	}

	.no-touch #section-toggle:hover span {
		background-color: #edece8;
	}

	.no-touch #section-toggle:hover span:after {
		content: 'v';
	}

	#section-toggle.toggled-on span:after {
		content: '^';
	}

	#section-toggle.toggled-on {
		border-bottom-width: 1px;
		border-bottom-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
	}

	#section-toggle span {
		margin-top: 13px;
		margin-top: 1.3rem;
	}

	#section-navigation > div > ul > li:last-child {
		border-bottom-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
	}

	#section-navigation a {
		padding: 0 13px;
		padding: 0 1.3rem;
		border-right: 1px solid #edece8;
		border-left: 1px solid #edece8;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}

	#section-navigation .submenu-off a {
		padding-right: 39px;
		padding-right: 3.9rem;
	}

	.no-touch #section-navigation a:hover {
		background: #ff6600;
		color: #ffffff !important;
		border-right-color: #ff6600;
		border-left-color: #ff6600;
	}

	.no-touch #section-navigation > div > ul li.submenu-off > a:hover:after {
		color: #ffffff !important;
	}

	#section-navigation > div > ul li.submenu-off > a:after {
		padding-right: 15px;
		padding-right: 1.5rem;
	}

	body.single .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 28px;
		line-height: 2.8rem;
	}

	body.single .entry-meta {
		font-size: 13px;
		font-size: 1.3rem;
	}

	body.archive .entry-meta,
	body.search .entry-meta {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	body.archive .entry-thumbnail,
	body.search .entry-thumbnail {
		float: none;
		width: 100%;
		margin-bottom: 11px;
		margin-bottom: 1.1rem;
	}

	body.archive .entry-column,
	body.search .entry-column {
		float: none;
		width: 100%;
	}

	.navigation .mobile {
		display: none;
	}

	.share > .text {
		display: none;
	}

	.share > div.fb {
		padding-right: 27px;
	}

	/* Comments */
	#commentform input[type="submit"] {
		width: 100%;
	}

	.comment-list .children {
		margin-left: 20px;
		margin-left: 2rem;
	}

	.comment-metadata {
		display: block;
		margin: 4px 0 0;
		margin: 0.4rem 0 0;
	}

	/* Contact Us page template */
	#contact-us .submit input {
		width: 100%;
	}

	/* Archives page template */
	.archives-template li {
		float: left;
		width: 47.580645161%;
	}

	.archives-template li:nth-child(odd) {
		clear: both;
	}

	.archives-template li:nth-child(even) {
		float: right;
	}

	/* Masonry template */
	.masonry-sizer,
	body.content-full-width .masonry-sizer {
		width: 100%;
	}

	.masonry-gutter,
	body.content-full-width .masonry-gutter {
		width: 0;
	}

	body.wpshower-masonry .entry-meta {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	/* Portfolio single item page */
	.portfolio-gallery {
		float: none;
		width: 100%;
	}

	.portfolio-info {
		float: none;
		width: 100%;
	}

	.portfolio-info h1 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 34px;
		line-height: 3.4rem;
	}

	/* Widgets */
	.widget {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	/* Featured articles widget */
	.widget_wpshower_index_featured_articles article > a img {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_wpshower_index_featured_articles article .meta {
		margin-bottom: 1px;
		margin-bottom: 0.1rem;
		font-size: 11px;
		font-size: 1.1rem;
	}

	.widget_wpshower_index_featured_articles article h2 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 25px;
		line-height: 2.5rem;
	}

	.widget_wpshower_index_featured_articles article .summary {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	/* Highlights widget */
	.widget_wpshower_index_highlights .container {
		width: 100%;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.widget_wpshower_index_highlights li article > a img {
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
	}

	.widget_wpshower_index_highlights li article .meta {
		margin-bottom: 1px;
		margin-bottom: 0.1rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_highlights li article h2 {
		margin: 0 0 6px;
		margin: 0 0 0.6rem;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 22px;
		line-height: 2.2rem;
	}

	.widget_wpshower_index_highlights li article .summary {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	.widget_wpshower_index_highlights .latest {
		width: 100%;
	}

	.widget_wpshower_index_highlights .latest img {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_wpshower_index_highlights .latest h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 22px;
		line-height: 2.2rem;
	}

	.widget_wpshower_index_highlights .latest li {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	/* Category widget */
	.widget_wpshower_index_category > div > article,
	.widget_wpshower_index_category .article-list {
		width: 100%;
	}

	.widget_wpshower_index_category > div > article {
		padding-bottom: 14px;
		padding-bottom: 1.4rem;
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
		border-bottom: 1px solid #edece8;
	}

	.widget_wpshower_index_category > div > article > a img {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_wpshower_index_category > div > article .meta {
		margin-bottom: 2px;
		margin-bottom: 0.2rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_category h3 {
		margin-bottom: 6px;
		margin-bottom: 0.6rem;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 22px;
		line-height: 2.2rem;
	}

	.widget_wpshower_index_category .summary {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 20px;
		line-height: 2rem;
	}

	.widget_wpshower_index_category .article-list li {
		padding-bottom: 14px;
		padding-bottom: 1.4rem;
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	.widget_wpshower_index_category .article-list .meta {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	/* Editor's choice widget */
	.widget_wpshower_index_editors_choice article {
		padding-right: 25px;
		padding-right: 2.5rem;
	}

	.widget_wpshower_index_editors_choice article > a img {
		margin-bottom: 6px;
		margin-bottom: 0.6rem;
	}

	.widget_wpshower_index_editors_choice article .meta {
		margin-bottom: 1px;
		margin-bottom: 0.1rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_editors_choice article h3 {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 17px;
		line-height: 1.7rem;
	}

	/* More like this article widget */
	.wpshower-more-like-this li {
		width: 47.983870968%;
		margin-right: 0 !important;
	}

	.wpshower-more-like-this li:nth-child(2) {
		float: right;
	}

	.wpshower-more-like-this li:nth-child(3) {
		display: none;
	}

	.wpshower-more-like-this article h2 {
		margin-top: 6px;
		margin-top: 0.6rem;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	/* Categories widget */
	.widget_wpshower_index_categories .column {
		width: 48%;
	}

	.widget_wpshower_index_categories .column:nth-child(odd) {
		float: left;
	}

	.widget_wpshower_index_categories .column:nth-child(even) {
		float: right;
	}

	.widget_wpshower_index_categories .column:first-child,
	.widget_wpshower_index_categories .column:nth-child(2) {
		margin-bottom: 45px;
		margin-bottom: 4.5rem;
	}

	.widget_wpshower_index_categories .column:nth-child(3) {
		clear: both;
	}

	.widget_wpshower_index_categories .column > ul > li {
		padding-bottom: 14px;
		padding-bottom: 1.4rem;
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	.widget_wpshower_index_categories .column > ul > li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.widget_wpshower_index_categories .meta {
		margin-bottom: 1px;
		margin-bottom: 0.1rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_categories .column h4 {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	/* Two categories widget */
	.widget_wpshower_index_two_categories .column:first-child {
		margin-bottom: 45px;
		margin-bottom: 4.5rem;
	}

	.widget_wpshower_index_two_categories .column > ul > li {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	.widget_wpshower_index_two_categories .big > a img {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_wpshower_index_two_categories .big .meta {
		margin-bottom: 2px;
		margin-bottom: 0.2rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_two_categories .small .meta {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_two_categories .column h4 {
		margin-bottom: 6px;
		margin-bottom: 0.6rem;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 21px;
		line-height: 2.1rem;
	}

	.widget_wpshower_index_two_categories .summary {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 20px;
		line-height: 2rem;
	}

	/* Vertical slider widget */
	.widget_wpshower_index_videos article > a img {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_wpshower_index_videos .meta {
		margin-bottom: 1px;
		margin-bottom: 0.1rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_videos h2 {
		margin-bottom: 6px;
		margin-bottom: 0.6rem;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 26px;
		line-height: 2.6rem;
	}

	.widget_wpshower_index_videos .summary {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	/* Latest Entries widget */
	.widget_wpshower_index_latest_entries article > a {
		width: 26.666666667%;
	}

	.widget_wpshower_index_latest_entries article > div {
		width: 70%;
		padding: 0;
	}

	.widget_wpshower_index_latest_entries .meta-top {
		margin-bottom: 2px;
		margin-bottom: 0.2rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 18px;
		line-height: 1.8rem;
	}

	.widget_wpshower_index_latest_entries article h2 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 21px;
		line-height: 2.1rem;
	}

	.widget_wpshower_index_latest_entries .meta,
	.widget_wpshower_index_latest_entries article .summary {
		display: none;
	}

	.site-footer {
		padding: 13px 15px;
		padding: 1.3rem 1.5rem;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 20px;
		line-height: 2rem;
	}

	.site-info {
		margin-bottom: 7px;
		margin-bottom: 0.7rem;
	}
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print {
	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		/* Show URLs */
		content: " [" attr(href) "] ";
	}

	#respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.share-side,
	#section-toggle {
		display: none;
	}
}


.wpcf7-not-valid-tip{
    color: #e53527;
    display: block;
    font-size: 1em;  
    margin-left:10px;
    margin-top:5px;
}

div.wpcf7-response-output {
    margin: 10px 0;
    padding: 0 0 ;
    border: 0;
    color: #f00;    
}

.w_mail p{
    margin:0;
}

.w_mail {
    font-weight:600;
    font-size: 16px;
    cursor:pointer;
    padding-left:10px;
}
.w_mail a{
    text-decoration:none;
    cursor:pointer;
    color: #555658;
}
.w_mail a:hover{
    color: #333;
}
.w_left_contact {
    display:table;
    margin-bottom:10px;
    background-color: #ebebec;
    height:55px;
}
.w_title {
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-style:italic;
    font-weight:600;
    color: #555557; 
    
}
/* Fonts
------------------------------------------------- */
/*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src:  url(fonts/raleway.woff2) format('woff2');
}
*/


@font-face {
    font-family: "ArialMTLight";
    font-weight: 400;
    font-style: normal;
    src:  url(fonts/ArialMT-Light.woff) format('woff2');
}

/* Grube Global CI ***************************/

.sgreen {
    color: #09a275;
}
.gred {
    color: #e53527;
}
.sfont {
    font-family: 'ArialMTLight', sans-serif;
}
.sgbutton {
    /*padding:8px 0 10px 0px;*/
    color:#FF0000;
    border:none;
    width:104px;
    height:30px;
    background-image:url("../../../wp-content/uploads/2015/10/sendbutton.jpg");
    background-repeat:no-repeat;
    /* position:relative; */
    /* top:-50px; */
    /* left: 256px; */
    /* text-align:center; */
}
.sg_buttoncontainer {
    text-align:right;
    position:relative;
    top:0px;
    height:40px;
    right: -30px;
    z-index:999;
}

/* Grube Artikel   ***************************/


.contact-img {
    border-top:7px solid #e53527; 
    max-width:100%;
}
.m_name{
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 17px;
    line-height: 20px;
    color: #555557;
    margin-bottom: 2px;
    font-weight:600;
}
.m_position{
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #555557;
    font-weight:600;
}
.m_kontakt{
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0px;
    font-weight:600;
}
.m_kontakt a{
    text-decoration:none;
    color: #a7a8aa;
}
.m_kontakt a:hover{
    color:#444;
}
.m_headline {
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    
}
.profile-content {
    width:240px; 
    height: 390px; 
    float:left;
    margin-bottom: 5px;
    margin-right: 10px;
}

.r_title{
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-style:italic;
    font-weight:600;
    color: #555557;    
}
.r_headline{
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-style:italic;
    font-weight:600;
    color: #555557;
    
}
.r_text{
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 80px;
}
.k_text{
    text-indent: 35px;
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.k_l_titel {
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;    
    background-color: #fff;
}
.k_l_text {
    box-sizing: border-box;
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 14px;
    line-height: 20px;
    background-color: #ebebec;
    width: 100%;
    padding: 10px 0 10px 10px;
    min-height:100px;
}

.k_l_text p{
    padding:0px;
    margin:0;
}
.k_l_titel p{
    padding:0px;
    margin:0;
}


.sg_bg_container {
  background-color: #ffffff;
  /*
  background-image: -webkit-gradient(linear, top, bottom, from(#f2f2f2), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
  background-image:    -moz-linear-gradient(top, #f2f2f2, #ffffff);
  background-image:      -o-linear-gradient(top, #f2f2f2, #ffffff);
  background-image:         linear-gradient(to bottom, #f2f2f2, #ffffff);
  */
}
.sg_bg_container ~ .sg_bg_container {
  background-color: #ffffff;
  background-image: none;
    
}

.sg_article_container {
    display:table; 
    font-size:20px;
    /*margin-left:50px;*/
    padding-top: 30px;
}
.sg_article_left {
    display:table-cell;
    width:338px;
    padding-right:0px;
    min-width: 170px;    
}
.sg_article_right {
    display:table-cell;
    padding-left:0px;    
}
.w_article_right {
    display:table-cell;
    padding-left:50px;    
}
.w_article_right p{
    text-indent:30px;
}
.w_content{
    font-family: 'ArialMTLight', sans-serif;    
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.w_lefttitle {
    font-size: 18px;
    line-height: 0;
    margin-bottom: 25px;
    color: #555557;
}
@media screen and (max-width: 800px) {
    
    .sg_article_left {
        margin-top:10px;
        padding-left: 0;
        padding-right: 50px;
        display:block;
        width:100%;
       
    }
    .sg_article_right {
        display:block;
        width:100%;
        padding-left:0;
        padding-right: 50px;
        margin-top:30px;
    }
    .sg_bg_container {
        margin-top:40px;
        padding-top: 50px;
    }
    .sg_content {
        padding-right: 30px;
    }
    .widget-area cloned {
        height:100px;
    }
    .sgbutton {
        position:static;
    }
    .site-head {
        border-bottom: 5px solid #09a275;
    }

}
@media screen and (max-width: 400px) {
    .sg_bg_container {
        margin-top:80px;
        padding-top: 30px;
        padding-left:10px;
    }
    .sg_article_container {
        margin-left: 20px;
    }
    .sg_content {
        padding-right: 3%;
    }
}
.sg_bgwhite {
    background-color: #fff;
}
.sg_lefttitle {
    font-size: 18px;
    line-height: 0;
    margin-bottom: 25px;
    color: #555557;
}
.sg_righttitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2px;
}
.sg_righttitle p{
    margin:0;
}
.sg_lefttext {
    text-align:left;
    font-weight:400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;     
    color: #555557;
}
.sg_lefttext a{
    text-decoration:none;
    color: #555557;
}
.sg_lefttext a:hover{
    color: #333;
}

.sg_imagesub {
    text-align:left;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.sg_imagesub p{
    margin: 0;
}


.sg_lefttext,
.sg_imagehead p{
    margin: 0;
}
.sg_imagehead {
    text-align:left;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight:600;
}
.sg_left_contact {
    display:table;
    margin-bottom:15px;
}
.sg_left_contact_image {
    /*display:table-cell;*/
    width:85px;
    vertical-align:top;
    height:55px;
}
.sg_left_contact_image img{
    height:65px;
}
.sg_left_contact_info {
    display:table-cell;
    vertical-align:middle;
    background-color: #ebebec;
    width: 340px;
    height:55px;
    
}
.k_left_contact {
    display:table;
    margin-bottom:10px;
    width:100%;
    border-bottom: 5px solid #ebebec;
}
.k_left_contact_image {
    display:table-cell;
    width:85px;
    vertical-align:top;
}
.k_left_contact_info {
    display:table-cell;
    vertical-align:bottom;
    width: 100%;
    
}
.sg_mail {
    font-weight:600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    cursor:pointer;
}
.sg_mail a{
    color: #09a275;
    text-decoration:none;
    cursor:pointer;
}
.sg_tel {
    font-weight:600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}
.sg_content {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #555658;
}
.sg_content .formfield{
    margin-bottom: 10px; 
    margin-right:10px;
}
.sg_content a{
    /*color: #09a275;*/
    text-decoration:none;
    cursor:pointer;
}
.sg_image_left img {
    border-top: 5px solid #09a275;
}

/* *** Objekt ************************** */


.sg_obj_container {
    display:table; 
    margin-left:0px;
    padding-top: 30px;
    border-bottom: 4px solid #efefef;
}
.sg_obj_left {
    display:table-cell;
    width:330px;
    padding-right:15px;
    padding-left:15px;
}
.sg_obj_right {
    display:table-cell;
    padding-left:30px;    
}
@media screen and (max-width: 800px) {
    .sg_obj_left {
        margin-top:0;
        padding-left: 30px;
        padding-right: 50px;
        display:block;
        max-width:100%;
    }
    .sg_obj_right {
        display:block;
        width:100%;
        padding-left:50;
        padding-right: 50px;
        margin:30 auto;
    }
}
@media screen and (max-width: 400px) {
    .sg_obj_container {
        margin-left: 20px;
    }
}

/* ************************************* */

#site-navigation {
    display:none;
}



.weline{
    /*background: #fff;*/
    padding-left:36px;
    margin: 5px 0 0 0;
    font-size: 1.6rem;
    float:left;
    color: #09a275;
    top:-36px;
    position:relative;
}
@media screen and (max-width: 1000px) {
    .weline {
    top:-1px;
        
    }
}


#lightSlider {
    margin:0;
}

.controlswrapper {
    /*height:30px;*/
    width:100%;
}

ul.controls li {
    display: block;
    float: left;
    position:relative;
    top:-32px;
    z-index:999;
}
@media screen and (max-width: 1200px) {
    ul.controls li {
        top:0px;
        margin: 10px auto;
    }
}

ul.controls {
}

ul.controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.controls a {
    /*line-height:25px;*/
    margin: 0 2px 0 0;
    padding: 5px 6px;
    background: #ebebec none repeat scroll 0 0;
    border: 0px solid #007b9a;
    color: #09a275;
    cursor: pointer;
    font-size: 13px;
    font-weight:600;
    
    text-decoration:none;
    
}
.wedownload {
    background: #09a275;
    color: #fff;
    font-weight:600;
    float:right;
    width:280px;
    font-size: 13px;
    padding: 16px 0 16px 32px;
    line-height: 24px;
    /*
    top:-30px;
    height:20px;
    position:relative;
    */
}

.wedownload a{
    color: #fff;  
}


ul.controls a:hover {
    /*background: #ddd none repeat scroll 0 0;*/
    color: #fff;
    background: #333 none repeat scroll 0 0;
}

#post-44{
    border-bottom: 0;
    padding-bottom:0;
}
#post-1{
    padding-bottom:0;
}
#post-50{
    padding-bottom:0;
}
p {
    /*text-align:justify;      */
}

.post-header {
    padding: 0 44px 0 44px;    
}

.ftheadline {
 /*   text-align: justify;*/
    color: #09a275;
    font-size: 2.9rem; 
    font-weight: 600;
}
.ftsubheadline {
    color: #fff;
    font-size: 2rem; 
    
}

.menu-topmenu-container {
    color: #555658;
    font-family: 'ArialMTLight', sans-serif;
    width: 100%;   
}
.menu-topmenu-container a {
    /*font-size: 1.6rem;*/
    font-weight: 500;    
    color: #555658;
    text-decoration: none;
}
.menu-topmenu-container a:hover {
    color:#333;
}

.menu-topmenu-container ul {
    width:1020px;
    background: #fff no-repeat;
    background-position: 720px -14px;
    background-image: url("../../../wp-content/uploads/2015/10/logo.png");
    
    float: right;
    font-size: 17px;
    list-style: outside none none;
    margin: 45px 0 35px 0px;
    padding-left: 50px;
    height:70px;
    border-left: 2px solid #555557;
}

.menu-topmenu-container li {
    float: left;
    position: relative;
    /*padding: 10px 10px 10px 10px;*/
    padding-top:40px;
    vertical-align:bottom;
    margin-right: 20px;
    
}
.menu-topmenu-container li:hover {
    border-bottom:4px solid #e53527;
}

@media screen and (max-width: 800px) {
.menu-topmenu-container {
    padding: 0;
}
.menu-topmenu-container a {
    font-size: 1.5rem;
}
.menu-topmenu-container ul {
    margin: 0 2rem;
    padding: 0;
}

.menu-topmenu-container li {
    padding: 0px 8px 0px 8px;
}

}

.ftprehead {
    font-family: 'ArialMTLight', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.fthead {
    font-family: 'ArialMTLight', sans-serif;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight:600;
}
.fthead p{
    margin:0;
}


.ftlogo {
    position:relative; 
    top:-45px;
    left: 1px;
    height: 130px;
    text-align: right;
    z-index:1;
}

@media screen and (max-width: 1000px) {
    .ftlogo {
        display:none;
    }

}



.ftfirst {
  text-indent: 30px; 
  text-align:justify;  
}

.ftbase {
   text-align:justify;      
}

.ftbasecolor {
    color: #09a275;    
}
.ftbasegrey {
    color: #747476;    
}

.ftbox {
    padding: 0 50px 0px 50px; 
}

.quoteposition{
    float:right;
    position: relative;
    width:0;
    height:0;
}
.quotewrapper{
    position: relative;
    width:0;
    height:0;
    top: -140px;
    right: 400px;
    min-width:350px;
    margin-right: 5%;    
}

.ftquote{
    font-style: italic;
    padding: 20px 20px;
    line-height: 1.45;
    font-size: 1.4rem;
    background: #09a275;
    color: #ffffff;
    float:right;
    min-width:260px;
}
.quotesymbol {
    font-size: 13rem; 
    float:left;
    color: #09a275;
    
}

.greybox {
    background: #ebebec;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    margin-bottom:40px;
    margin-top: 20px;
}

#kontakt iframe {
    position:relative;
    top:-1.6em;
}
#kontakt p {
    text-align:left;
}
#post-75 {
    padding-bottom:0;
}
.colorbox {
    background: #09a275;
    padding-top: 30px;
    padding-bottom: 30px;
    margin:20px 0 0 0;
    min-height:200px;
    position:relative;
    float:left;
   width:100%
}
.colorbox a {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 900px) {
    .colorbox {
        margin: 0;
    }
}   
.centerbox {
    margin:0 auto;
    text-align:center;
}
.ftleft {
    text-align:left;
    padding:0 30px 0 0px;
    border-right: 1px solid #fff;
    font-size: 1.3rem;
    color: #fff;
    line-height: 2rem;
    min-height:200px;
    display:inline-block;
	min-width:350px;
}

.ftright {
    text-align:left;
    padding:0 0 0 30px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 2rem;
    min-height:200px;
    display:inline-block;    
	min-width:350px;
}
@media screen and (max-width: 1200px) {
    .ftleft {
     margin:10px auto;
     padding-left:30px;
    border-right: 0px solid #fff;
     
    }
    .ftright {
     margin:10px auto;
	 padding:0;
     
    }
}

.chl {
    color: #fff;
    font-size: 2.4rem; 
}
.ftleftwhite {
    padding: 0 50px;
    color:#09a275;
    min-width: 250px;
    max-width: 380px;
    float:left;
    margin: 0 0 0px 0;
        position:relative;
    top:-1.6em;

    
}
@media screen and (max-width: 1200px) {
    .ftleftwhite {
    border-right: 0px solid #09a275;;
    width: 100%;
    margin: 0 0 20px 0;
    
    }
}
.ftleftwhite  a {
    font-size: 1.6rem;
    line-height: 2rem;
    color:#09a275;
    text-decoration:none;
    
}

.ftfullsize {
    float:left;
    font-size: 1.4rem; 
    line-height: 1.5em;
}

.ftcontent {
    width:100%;
    margin:0 auto;
}

.ftrighthalfsize {
    max-width:500px;
    min-width:400px;
    float:left;
    font-size: 1.4rem; 
    line-height: 1.6em;
    margin-left:50px;
}
@media screen and (max-width: 1200px) {
    .ftrighthalfsize {
        max-width:100%;
        margin: 0 auto;
        padding: 0 50px 0 50px;
    }
}
.ftlefthalfsize {
    max-width:500px;
    min-width:400px;
    float:left;
    font-size: 1.4rem; 
    line-height: 1.6em;
    margin-left:50px;
}
@media screen and (max-width: 1200px) {
    .ftlefthalfsize {
        max-width:100%;
        margin: 0 auto;
        padding: 0 50px 0 50px;
    }
}

.ftimageleft {
    max-width:400px;
    min-width:300px;
    float:left;
}
@media screen and (max-width: 1200px) {
    .ftimageleft {
        max-width:100%;
        margin: 0 auto;
        width:1000px;
    }
}

.ftimageright {
    max-width:400px;
    min-width:300px;
    float:right;
}
@media screen and (max-width: 1200px) {
    .ftimageright {
        max-width:100%;
        margin: 0 auto;
        width:1000px;
    }
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
html {
  /*  font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%*/
}
body {
    margin: 0
}
a {
    background: 0 0
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    color: #000;
    background: #ff0
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre-wrap
}
q {
    quotes: '\201C' '\201D' '\2018' '\2019'
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}
legend {
    padding: 0;
    border: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
@font-face {
    font-family: icons;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/fa.eot?v=4.2.0);
    src: url(fonts/fa.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(fonts/fa.woff?v=4.2.0) format('woff'), url(fonts/fa.ttf?v=4.2.0) format('truetype'), url(fonts/fa.svg?v=4.2.0#fontawesomeregular) format('svg')
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    margin-left: 2.14285714em;
    padding-left: 0;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    top: .14285714em;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    line-height: 2em;
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}


/*
html {
    font-size: 62.5%;
    height: 100%;
    max-height: 100%
}
body {
    font-size: 2rem;
    line-height: 1.6em;
    overflow-x: none;
    height: 100%;
    max-height: 100%;
    color: #555658;
}
::-moz-selection {
    color: #222;
    background: #d6edff;
    text-shadow: none
}
::selection {
    color: #222;
    background: #d6edff;
    text-shadow: none
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ArialMTLight', sans-serif;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-rendering: optimizeLegibility
}
h1 {
    font-size: 5rem;
    line-height: 1.2em;
    text-indent: -3px;
    letter-spacing: -2px
}
h2 {
    font-size: 4rem;
    line-height: 1.2em;
    text-indent: -2px;
    letter-spacing: -1px
}
h3 {
    font-size: 3.5rem
}
h4 {
    font-size: 3rem
}
h5 {
    font-size: 2.5rem
}
h6 {
    font-size: 2rem
}
a {
    transition: color ease .3s;
    color: #4a4a4a
}
a:hover {
    color: #f00
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #50585d
}
p,
ul,
ol,
dl {
    margin: 1.6em 0
}
ol ol,
ul ul,
ul ol,
ol ul {
    margin: .4em 0
}
dl dt {
    font-weight: 700;
    float: left;
    clear: left;
    overflow: hidden;
    width: 180px;
    margin-bottom: 1em;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis
}
dl dd {
    margin-bottom: 1em;
    margin-left: 200px
}
hr {
    display: block;
    height: 1px;
    margin: 3.2em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #efefef
}
blockquote {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0 1.6em -2.2em;
    padding: 0 0 0 1.6em;
    border-left: #4a4a4a .4em solid
}
blockquote p {
    font-style: italic;
    margin: .8em 0
}
blockquote small {
    font-size: .9em;
    display: inline-block;
    margin: .8em 0 .8em 1.5em;
    color: #ccc
}
blockquote small:before {
    content: '\2014 \00A0'
}
blockquote cite {
    font-weight: 700
}
blockquote cite a {
    font-weight: 400
}
mark {
    background-color: #ffc336
}
code,
tt {
    font-family: Inconsolata, monospace, sans-serif;
    font-size: .85em;
    padding: 1px 3px;
    white-space: pre-wrap;
    border: 1px solid #e3edf3;
    border-radius: 2px;
    background: #f7fafb
}
pre {
    font-family: "ArialMTLight", sans-serif;
    font-size: 13px;
    line-height:10px;
    overflow: hide;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    margin: 0 0;
    padding: 0;
    white-space: pre;
    border: 0px solid #e3edf3;
    border-radius: 0px;
    vertical-align:top;
}
pre span {
    margin-top:10px;
}


pre code,
tt {
    font-size: inherit;
    padding: 0;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    border: none;
    background: 0 0
}
kbd {
    font-size: .9em;
    font-weight: 700;
    display: inline-block;
    margin-bottom: .4em;
    padding: 1px 8px;
    color: #666;
    border: #ccc 1px solid;
    border-radius: 4px;
    background: #f4f4f4;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 0 #fff inset;
    text-shadow: #fff 0 1px 0
}


table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 1.6em 0;
    background-color: transparent
}
table th,
table td {
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #efefef
}
table th {
    color: #000
}
table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0
}
table tbody+tbody {
    border-top: 2px solid #efefef
}
table table table {
    background-color: #fff
}
table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #f6f6f6
}
table.plain tbody>tr:nth-child(odd)>td,
table.plain tbody>tr:nth-child(odd)>th {
    background: 0 0
}
iframe,
.fluid-width-video-wrapper {
    display: block;
}
.fluid-width-video-wrapper iframe {
    margin: 0
}
.hidden {
    display: none;
    visibility: hidden;
    text-indent: -9999px
}
.inner {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 1em
}
.vertical-row {
    display: table-row
}
.vertical {
    display: table-cell;
    vertical-align: middle
}
.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0
}
.wrapword {
    white-space: -moz-pre-wrap!important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all
}
hr {
    height: 1px;
    margin-bottom: 1.5em;
    border: 0;
    background-color: #ccc
}
ul,
ol {
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}
dt {
    font-weight: 700
}
dd {
    margin: 0 1.5em 1.5em
}
img {
    max-width: 100%;
    height: auto
}
figure {
    margin: 0
}
table {
    width: 100%;
    margin: 0 0 1.5em
}
th {
    font-weight: 700
}
*/
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

/*
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -webkit-appearance: button
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02)
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
}
*/
input[type=checkbox],
input[type=radio] {
    padding: 0
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
    color: #555557;
    border: 0px solid #ccc;
    border-radius: 0px;
    font-weight: 600;
background-color: #fff;    
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
    color: #111
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
    padding: 15px
}
textarea {
    overflow: auto;
    width: 95%;
    padding: 15px;
    vertical-align: top;
    height: 215px;
}

.main-navigation ul {
    font-size: 20px;
}

/*
.main-navigation {
    font-family: 'ArialMTLight', sans-serif;
    width: 100%;
    padding: 5px 0;
    color: #fff
}
.main-navigation>div {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0
}
.main-navigation ul {
    font-size: 1.2rem;
    float: right;
    margin: 0 4rem;
    padding: 0;
    list-style: none
}
.main-navigation li {
    position: relative;
    float: left
}
.main-navigation a {
    display: block;
    padding: 12px 20px;
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}
.main-navigation a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .4)
}
.main-navigation ul ul {
    position: absolute;
    z-index: 99999;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    margin: 0
}
.main-navigation ul ul ul {
    top: 0;
    left: 100%
}
.main-navigation ul li:hover>ul {
    display: block
}
.menu-toggle {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin: 0;
    cursor: pointer;
    text-align: center
}
.menu-toggle a {
    padding: 5px
}
.menu-toggle a:before {
    font-size: 3rem
}
@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block
    }
    .main-navigation ul {
        font-size: 1.8rem;
        display: none;
        margin: 0;
        background-color: rgba(0, 0, 0, .4)
    }
    .main-navigation li {
        float: none;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #444
    }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    overflow: hidden;
    margin: 0 0 1.5em
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right
}
.screen-reader-text {
    position: absolute!important;
    clip: rect(1px, 1px, 1px, 1px)
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    z-index: 100000;
    top: 5px;
    left: 5px;
    display: block;
    clip: auto!important;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}
.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    display: table;
    content: ''
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}
.widget {
    margin: 0;
}
.widget_nav_menu {
    z-index:100;
}
.widget select {
    max-width: 100%
}
.widget_search .search-submit {
    display: none
}
.widget-area {
    font-family: 'ArialMTLight', sans-serif;
    font-size: 1.4rem;
    max-width: 1000px;
    margin: 0 auto;
    color: #9eabb3;
    margin: 0 auto 60px;
}
.widget-area * {
    box-sizing: border-box
}
.widget-area h1 {
    font-size: 2.5rem
}
.widget-area aside {
    float: left;
    overflow: hidden;
    padding: 0;
}
.search-submit {
    display: inline-block;
    padding: 15px;
    transition: border ease .3s;
    text-decoration: none;
    border: #ebf2f6 2px solid;
    border-width: 3px;
    border-radius: 30px;
    background: 0 0
}
.search-submit:hover,
.form-submit #submit:hover {
    border-color: #9eabb3
}
.sticky {
    content: ''
}
.hentry {
    margin: 0 0 1.5em
}
.byline,
.updated {
    display: none
}
.single .byline,
.group-blog .byline {
    display: inline
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}
.page-links {
    clear: both;
    margin: 0 0 1.5em
}
.post-image:after {
    display: block;
    clear: both;
    content: ' '
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}
.comment-content a {
    word-wrap: break-word
}
.bypostauthor {
    content: ''
}
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}
.infinity-end.neverending .site-footer {
    display: block
}
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
    border: 1px solid #ccc
}
.wp-caption img[class*=wp-image-] {
    display: block;
    max-width: 98%;
    margin: 1.2% auto 0
}
.wp-caption-text {
    text-align: center
}
.wp-caption .wp-caption-text {
    margin: .8075em 0
}
.site-main .gallery {
    margin-bottom: 1.5em
}
.gallery-caption {
    content: ''
}
.site-main .gallery a img {
    max-width: 90%;
    height: auto;
    border: none
}
.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0
}
embed,
iframe,
object {
    max-width: 100%
}
*/
.site-head-content {
    /*
    background-image: url("../../../wp-content/uploads/2015/10/wohnkonzept.png");
    background-repeat:no-repeat;
    max-width: 341px;
    height: 141px;
    float:left;
    left:620px;
    top:-95px;
    padding-left:30px;
    padding-top:20px;
    */
    display:none;
    
}
.site-head {
    display: table;
    width: 1000px;
    height: 450px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    background: #ddd no-repeat center center;
    background-image: url("../../../wp-content/uploads/2015/10/ingenieurhaus-grube.jpg");
    background-size: cover;
    min-height: 455px;
}
/*
.site-head:after {
    position: relative;
    top: 26px;
    left: -10px;
    display: block;
    width: 50px;
    height: 1px;
    content: '';
    border: #fff 5px solid;
    background: #fff;
}
*/
/*
body.home .site-head:after {
    z-index: -3
}
.blog-logo {
    text-decoration: none;
    color: #fff
}
.blog-logo img {
    line-height: 0;
    display: block;
    width: auto;
    max-height: 120px;
    margin: 0 auto
}
.blog-title {
    font-family: 'ArialMTLight', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    margin: 10px 0;
    letter-spacing: -1px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .1)
}
.blog-description {
    font-family: 'ArialMTLight', serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    letter-spacing: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}
.post-wrap {
    position: relative;
    width: 80%;
    max-width: 700px;
    margin: 4rem auto;
    word-break: break-word;
    hyphens: auto
}
.circle-in-border {
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: block;
    width: 7px;
    height: 7px;
    margin-left: -5px;
    content: '';
    border: #e7eef2 1px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    box-shadow: #fff 0 0 0 5px
}
.error-404 article {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: #ebf2f6 1px solid
}
.hentry {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: 4rem auto;
    padding-bottom: 60px;
    padding-top: 20px;
    word-break: break-word;
    hyphens: auto;
    border-bottom: #09a275 1px solid;    
}



.hentryweg:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: block;
    width: 7px;
    height: 7px;
    margin-left: -5px;
    content: '';
    border: #e7eef2 1px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    box-shadow: #fff 0 0 0 5px
}
.post-title {
    margin: 0;
    font-size: .9em;
    color: #09a275;
}
.post-title a {
    text-decoration: none
}
.post-excerpt p {
    font-size: .9em;
    line-height: 1.6em;
    margin: 1.6rem 0 0
}
.post-meta {
    font-family: 'ArialMTLight', sans-serif;
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 0 5px;
    color: #9eabb3
}
.post-meta a {
    text-decoration: none;
    color: #9eabb3
}
.post-meta a:hover {
    text-decoration: underline
}
.user-meta {
    position: relative;
    min-height: 77px;
    padding: .3rem 40px 0 100px
}
.user-image {
    position: absolute;
    top: 0;
    left: 0
}
.user-name {
    font-weight: 700;
    display: block
}
.user-bio {
    font-size: 1.4rem;
    line-height: 1.5em;
    display: block;
    max-width: 440px
}
.publish-meta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4.3rem 0 4rem;
    text-align: right
}
.publish-heading {
    font-weight: 700;
    display: block
}
.publish-date {
    font-size: 1.4rem;
    line-height: 1.5em;
    display: block
}
.post-template .post {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none
}
.post-template .post:after {
    display: none
}
.post-template .post-header {
    padding: 60px 0;
    text-align: center
}
.post-header img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 1;
}
.post-header imgsave {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 1rem;
    transition: opacity ease .6s;
    opacity: 0;
    -ms-filter: 'alpha(Opacity=0)';
    filter: alpha(opacity=0)
}
.post-template .blog-title {
    display: inline-block;
    padding: 2.5rem 0
}
.post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.post-content img.wp-smiley {
    display: inline;
    padding: 0
}
.post-content .wp-caption img {
    padding: 0
}
.post-footer {
    position: relative;
    margin: 4rem 0 0;
    padding: 4rem 0 0;
    border-top: #ebf2f6 1px solid
}
.post-footer h4 {
    font-size: 1.8rem;
    margin: 0
}
.post-footer p {
    font-size: 1.4rem;
    line-height: 1.6em;
    margin: 1rem 0
}
.post-footer .author {
    margin: 0 1rem 3rem
}
.post-footer .author a {
    text-decoration: none
}
.post-footer .share {
    position: absolute;
    top: 4rem;
    right: 0;
    width: 140px
}
.post-footer .share a {
    font-size: 1.8rem;
    display: inline;
    margin: 1.4rem 0 1.6rem 1.6rem;
    text-decoration: none;
    color: #bbc7cc
}
.post-footer .share a:hover {
    color: #50585d
}
.avatar {
    display: block;
    float: left;
    margin-right: 1em;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}
.comment-list,
.children {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.comment,
.pingback {
    margin-bottom: 1.5em;
    padding: 1em 1.5em;
    border: 1px solid #ccc
}
.children .comment,
.pingback {
    margin-bottom: .75em;
    padding: .5em .75em
}
.reply a {
    font-family: 'ArialMTLight', sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    display: inline-block;
    max-width: 35%;
    padding: 15px;
    cursor: pointer;
    transition: border ease .3s;
    white-space: -moz-pre-wrap!important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    white-space: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
    color: #9eabb3;
    border: #ebf2f6 2px solid;
    border-width: 3px;
    border-radius: 3px;
    background: 0 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -webkit-appearance: button
}
.reply a:hover {
    border-color: #9eabb3
}
.children,
.comment-respond {
    margin-top: 1.5em
}
.comment-form {
    overflow: hidden
}
.gist table {
    font-size: 1.4rem;
    margin: 0
}
.gist .line-number {
    font-size: 1.1rem;
    min-width: 25px
}
.social-icons {
    margin-top: 15px
}
.social-icons a {
    font-size: 1.3em;
    margin: 0 5px;
    text-decoration: none;
    color: #fff
}
.blog-title a:hover,
.social-icons a:hover {
    color: #57a3e8
}
.comments-area {
    width: 80%;
    max-width: 700px;
    margin: 4rem auto;
    padding-bottom: 4rem
}
.comment-form-comment label {
    display: inline-block;
    width: 100%
}
.form-allowed-tags {
    font-family: 'ArialMTLight', sans-serif;
    font-size: 1.3rem;
    float: right;
    width: 60%;
    margin: -1rem;
    color: #9eabb3
}
.comment-subscription-form {
    clear: both;
    margin-top: 1rem
}
.form-submit #submit {
    font-family: 'ArialMTLight', sans-serif;
    font-size: 1.3rem;
    display: inline-block;
    float: left;
    max-width: 35%;
    margin-top: 1em;
    padding: 15px;
    transition: border ease .3s;
    white-space: -moz-pre-wrap!important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    white-space: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
    color: #9eabb3;
    border: #ebf2f6 2px solid;
    border-width: 3px;
    background: 0 0
}
#main>header.page-header {
    font-family: 'ArialMTLight', sans-serif;
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #9eabb3
}
#main>header.page-header>h1 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: normal;
    margin: 0 4rem;
    padding: 0;
    text-indent: 0;
    letter-spacing: normal
}
.pagination {
    font-family: 'ArialMTLight', sans-serif;
    font-size: 1.3rem;
    position: relative;
    width: 80%;
    max-width: 700px;
    margin: 4rem auto;
    text-align: center;
    color: #9eabb3
}
.pagination a {
    color: #9eabb3
}
.older-posts,
.newer-posts {
    position: absolute;
    display: inline-block;
    padding: 0 15px;
    transition: border ease .3s;
    text-decoration: none;
    border: #ebf2f6 2px solid;
    border-radius: 30px
}
.older-posts:hover,
.newer-posts:hover {
    border-color: #9eabb3
}
.older-posts {
    right: 0
}
.page-number {
    display: inline-block;
    padding: 2px 0
}
.newer-posts {
    left: 0
}
*/
.site-footer {
    font-family: 'ArialMTLight', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    position: relative;
    margin: 0;
    padding: 40px 50px 0 35px;
    text-align: left;
    color: #555658;
    background-image: url("../../../wp-content/uploads/2015/10/pattern.jpg");
}
.site-footer a {
    text-decoration: none;
    color: #555658
}
.site-footer a:hover {
    color: #000;
}

.footerleftcolumn {
    display:table-cell;
    width:320px;
    padding-right:10px;
    font-size:15px;
    vertical-align:top;
}
.footerrightcolumn {
    display:table-cell;
    padding-left:10px;
    font-size:13px;
    vertical-align:top;
}

@media screen and (max-width: 800px) {
    .footerleftcolumn {
        display:block;
        width:100%;
       
    }
    .footerrightcolumn {
        display:block;
        width:100%;
        padding-left:0;
        margin-top:30px;
    }
}

.footertitleleftcolumn {
    display:table-cell;
    width:320px;
    padding-right:10px;
    font-size:15px;
    vertical-align:top;
}
.footertitlerightcolumn {
    display:table-cell;
    padding-left:10px;
    font-size:13px;
    vertical-align:top;
    letter-spacing:-0.2px;
}

@media screen and (max-width: 800px) {
    .footertitleleftcolumn {
        display:block;
        width:100%;
       
    }
    .footertitlerightcolumn {
        display:block;
        width:100%;
        padding-left:0;
        margin-top:30px;
    }
}


.footerlefttitle {
    /*font-family: 'ArialMTLight', sans-serif;*/
    font-size: 20px;
    line-height: 22px;   
    /*font-style:italic;*/
    margin-bottom:20px;
    
}
.footerrighttitle {
    /*ont-family: 'ArialMTLight', sans-serif;*/
    font-size: 20px;
    line-height: 22px;   
    /*font-style:italic;*/
    margin-bottom:20px;
    
}
/*
.subscribe {
    line-height: 2.4rem;
    position: absolute;
    top: -14px;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-left: -15px;
    transition: box-shadow .5s;
    text-align: center;
    border: #ebf2f6 1px solid;
    border-radius: 50px;
    background: #fff
}
.subscribe:before {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 9px;
    left: 9px;
    transition: color .5s ease;
    color: #d2dee3
}
.subscribe:hover {
    transition: box-shadow .25s;
    box-shadow: rgba(0, 0, 0, .05)0 0 0 3px
}
.subscribe:hover:before {
    color: #50585d
}
.tooltip {
    font-size: 1.1rem;
    line-height: 1em;
    position: absolute;
    top: -23px;
    left: -21px;
    display: inline-block;
    padding: 4px 8px 5px;
    transition: opacity .3s ease, top .3s ease;
    text-align: center;
    opacity: 0;
    color: rgba(255, 255, 255, .9);
    border-radius: 20px;
    background: #50585d;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}
.tooltip:after {
    position: absolute;
    z-index: 220;
    bottom: -4px;
    left: 50%;
    display: block;
    width: 0;
    margin-left: -5px;
    content: '';
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #50585d transparent
}
.subscribe:hover .tooltip {
    top: -33px;
    opacity: 1
}
@media only screen and (max-width: 900px) {
    blockquote {
        margin-left: 0
    }
    .site-head {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-height: 240px;
        padding: 15% 0
    }
    .blog-title {
        font-size: 4rem;
        letter-spacing: -1px
    }
    .blog-description {
        font-size: 1.7rem;
        line-height: 1.5em
    }
    .post {
        font-size: .9em;
        line-height: 1.6em
    }
    .post-template .post {
        padding-bottom: 1rem
    }
    .post-template .post-header {
        padding: 40px 0
    }
    .widget-area aside {
        overflow: hidden;
        width: auto;
        height: auto;
        padding: 1em
    }
    h1 {
        font-size: 4.8rem;
        text-indent: -2px
    }
    h2 {
        font-size: 3.8rem
    }
    h3 {
        font-size: 3.3rem
    }
    h4 {
        font-size: 2.8rem
    }
}
@media only screen and (max-width: 500px) {
    .blog-logo img {
        max-height: 80px
    }
    .inner,
    .pagination {
        width: auto;
        margin-right: 16px;
        margin-left: 16px
    }
    .post {
        font-size: .8em;
        line-height: 1.6em;
        width: auto;
        margin-right: 16px;
        margin-left: 16px
    }
    .site-head {
        padding: 10% 0
    }
    .blog-title {
        font-size: 3rem
    }
    .blog-description {
        font-size: 1.5rem
    }
    .main-navigation ul li.menu-item-has-children:hover~li {
        opacity: 0
    }
    .main-navigation ul ul ul {
        top: 100%;
        left: 0
    }
    h1,
    h2 {
        font-size: 3rem;
        line-height: 1.1em;
        letter-spacing: -1px
    }
    h3 {
        font-size: 2.8rem
    }
    h4 {
        font-size: 2.3rem
    }
    .post-template .post {
        padding-bottom: 0
    }
    .post-template .post-header {
        padding: 30px 0
    }
    .post-meta {
        font-size: 1.3rem
    }
    .post-footer {
        padding: 4rem 0;
        text-align: center
    }
    .post-footer .author {
        margin: 0 0 2rem;
        padding: 0 0 1.6rem;
        border-bottom: #ebf2f6 1px dashed
    }
    .post-footer .share {
        position: static;
        width: auto
    }
    .post-footer .share a {
        margin: 1.4rem .8rem 0
    }
    .older-posts,
    .newer-posts {
        position: static;
        margin: 10px 0
    }
    .page-number {
        display: block
    }
    .site-footer {
        font-size: 1.1rem;
        margin-top: 6rem
    }
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/


/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}



#post-145  .entry-header 
{margin:0 !important;}

#menu-item-148 a{
    color:#69a17e !important;
    /*color:#ce2910;*/
}
#advps_container3 .advps-slide img{
    border-top:10px solid #69a17e;
    max-width:100%
}
#advps_container1 .advps-excerpt {
    padding-left:40px;
}
#advps_container1 .advps-excerpt-one {
    padding-left:20px;
}
#advps_container14 .advps-excerpt {
    padding-left:40px;
}
#advps_container14 .advps-excerpt-one {
    padding-left:20px;
}


#advps_container7 .advps-excerpt-one {
    padding-left:40px;
}
#advps_container8 .advps-excerpt-one {
    padding-left:40px;
}
#advps_container1 .advps-slide img{
    max-width:100%;
    width:670px;
    height:auto;
}
#advps_container6 .advps-slide img{
    max-width:100%;
    width:670px;
    height:auto;
}
#advps_container6 .advps-slide img{
    max-width:100%;
    width:670px;
    height:auto;
}
#advps_container6 .advps-slide .advps-excerpt-block-one{
    padding: 0 50px 0 50px;
}
#advps_container6 .advps-slide .advps-excerpt-block{
    padding: 0 50px 0 50px;
}

#advps_container15 .advps-slide img{
    max-width:100%;
    width:670px;
    height:auto;
}
#advps_container15 .advps-slide img{
    max-width:100%;
    width:670px;
    height:auto;
}
#advps_container15 .advps-slide .advps-excerpt-block-one{
    padding: 0 50px 0 50px;
}
#advps_container15 .advps-slide .advps-excerpt-block{
    padding: 0 50px 0 50px;
}



#advps_container7 .advps-slide img{
    max-width:100%;
    width:670px;
    height:auto;
}
#advps_container8 .advps-slide img{
    max-width:100%;
    width:670px;
    height:auto;
}
#advps_container9 .bx-viewport{
    border-top: 1px solid #eee;
}
#advps_container9 .bx-viewport{
    border-top: 1px solid #eee;
}
#advps_container9 .advps-slide{
    margin-right:28px !important;
}
#advps_container9 .bx-wrapper{
    max-width:670px !important;
    width:670px !important;
    height:auto;    
}
#advps_container9 .advps-slide img{
    /*margin-bottom:30px;*/
}
#advps_container9 .advps-slide p {
    line-height:18px !important;
}
#advps_container9 .bx-controls-direction a {
    top:36% !important;
}






#advps_container13 .bx-controls-direction a {
    top:25px !important;
}
#advps_container13 .advps-slide img{
    float:right;
    width:250px;
    margin-left:25px;
    margin-bottom:20px;
    margin-top:20px;
}
#advps_container20 .bx-controls-direction a {
    top:25px !important;
}
#advps_container20 .advps-slide img{
    float:right;
    width:250px;
    margin-left:25px;
    margin-bottom:20px;
    margin-top:20px;
}
#advps_container21 .bx-controls-direction a {
    top:25px !important;
}
#advps_container21 .advps-slide img{
    float:right;
    width:250px;
    margin-left:25px;
    margin-bottom:20px;
    margin-top:20px;
}
#advps_container22 .bx-controls-direction a {
    top:25px !important;
}
#advps_container22 .advps-slide img{
    float:right;
    width:250px;
    margin-left:25px;
    margin-bottom:20px;
    margin-top:20px;
}

#advps_container17 .bx-controls-direction a {
    top:25px !important;
}
#advps_container17 .advps-slide img{
    float:right;
    width:250px;
    margin-left:25px;
    margin-bottom:20px;
    margin-top:20px;
}

#advps_container18 .bx-controls-direction a {
    top:25px !important;
}
#advps_container18 .advps-slide img{
    float:right;
    width:250px;
    margin-left:25px;
    margin-bottom:20px;
    margin-top:20px;
}



#advps_container1 .bx-controls-direction a {
    top:25px !important;
}
#advps_container14 .bx-controls-direction a {
    top:25px !important;
}
#advps_container14 img {
    width:100%;
    object-fit:cover;
}

#advps_container1 img {
    width:100%;
    object-fit:cover;
}
#advpsslideshow_1 {
    height:220px !important;
}
#advpsslideshow_1 img{
    height:220px !important;
}


#advps_container7 .bx-controls-direction a {
    top:35px !important;
}
#advps_container8 .bx-controls-direction a {
    top:35px !important;
}

#advps_container3 .advs-title {
    padding-top:25px;
}
.bx-wrapper .bx-controls-direction a {
    top:75%;
  /*z-index:3 !important;*/
}
.headerlinks a{
    text-decoration:none;
    font-size:1.3rem;
    letter-spacing:0.1px;
  /*  color: #7b7976;*/
}

#wpshower_index_editors_choice-2 .widget-title {
    background-color:#eee;
}
.blogheader:nth-of-type(1)  {
    background-color:#eee;
}
.advps-excerpt-block-one {
    padding-top:0px;
}

#section-navigation ul{
    /*padding-left:20px;*/
text-align: center;
  padding: 6px 0px;    
}
.bx-prev{
    /*left:580px !important;  */
    left:30px !important;  
}
#advps_container3 .bx-prev{
    left:10px !important;  
}

.outspoken-gallery p {
    margin-bottom:0;
    color:#eee;
}
#em_widget-3 li a{
    color: #e52527;
}
#list-2 a{
    color: #e52527;
}
.fensterbanner {    
    width:80%;
    float:left;
    margin-left:0px;
    padding:17px 20px;
    /*background-color:#e53527;*/
    /*ont-variant: small-caps;*/
    height:30px;
    font-weight:400;
    
}

.slidescontainer a{
    color: #e52527;
   
}


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

.fensterbanner {    
    width:100% !important;
    }
.slidescontainer{
    font-size:2rem;
   
}
#colophon {
    padding:0;
}  
.entry-content {
    padding-left:0;
}
}

#schaufensterbanner {
    padding:7px 26px;
    background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0;;
    /*font-variant: small-caps;*/
    height:40px;
    font-weight:400;
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index:1; 
    color: #fff;
    font-size:2.4rem;
    width:1200px;
}


.bx-controls-direction a


.slidescontainer a{
    width:500px;
    z-index:3;
}
/*
.bx-wrapper .bx-controls-direction a{
    z-index:99999;
}
*/
#em_widget-8 h6 {
    display:none;
}
.advs-title a {
    font-weight:400 !important;
}
    
#listcategorypostswidget-4 img {
    margin-right:15px;
    width:150px;
    float:left;
}

#formleft {
        display:table-cell;
        vertical-align:top;
    }
#formright {
        display:table-cell;
        vertical-align:top;
    }

#advps_container1 .bx-viewport {
    height:281px !important;
}

#advps_container13 .bx-controls-direction a {
        top:50px !important;
    }
    
    

@media screen and (max-width: 700px) {
    .outspoken-gallery .info p {
        color:#444;
    }
    #advps_container13 .bx-controls-direction a {
        top:50px !important;
    }
    #advps_container13 .advps-slide img{
        float:right;
        width:50%;
        margin-left:25px;
        margin-bottom:20px;
        margin-top:20px;
    }    
    #advps_container13 .slidescontainer{
        float:left;
        width:100% !important;
        font-size:1.9rem !important;
        height:70px;
        padding-top:0px !important;
    }    

    
    
    
    
    
    #advps_container20 .bx-controls-direction a {
        top:50px !important;
    }
    #advps_container20 .advps-slide img{
        float:right;
        width:50%;
        margin-left:25px;
        margin-bottom:20px;
        margin-top:20px;
    }    
    #advps_container20 .slidescontainer{
        float:left;
        width:100% !important;
        font-size:1.9rem !important;
        height:70px;
        padding-top:0px !important;
    }    
    #advps_container21 .bx-controls-direction a {
        top:50px !important;
    }
    #advps_container21 .advps-slide img{
        float:right;
        width:50%;
        margin-left:25px;
        margin-bottom:20px;
        margin-top:20px;
    }    
    #advps_container21 .slidescontainer{
        float:left;
        width:100% !important;
        font-size:1.9rem !important;
        height:70px;
        padding-top:0px !important;
    }    
    #advps_container22 .bx-controls-direction a {
        top:50px !important;
    }
    #advps_container22 .advps-slide img{
        float:right;
        width:50%;
        margin-left:25px;
        margin-bottom:20px;
        margin-top:20px;
    }    
    #advps_container22 .slidescontainer{
        float:left;
        width:100% !important;
        font-size:1.9rem !important;
        height:70px;
        padding-top:0px !important;
    }    
    

    /* BLOG FENSTER ######################## */
    
    #advps_container2 .bx-controls-direction a {
        top:50px !important;
    }
    #advps_container2 .advps-slide img{
        float:right;
        width:50%;
        margin-left:25px;
        margin-bottom:20px;
        margin-top:20px;
    }    
    #advps_container2 .slidescontainer{
        float:left;
        width:100% !important;
        font-size:1.9rem !important;
        height:70px;
        padding-top:0px !important;
    }    

    #advps_container2 .bx-controls-direction a {
    top:25px !important;
    }
    #advps_container2 .advps-slide img{
        float:right;
        width:250px;
        margin-left:25px;
        margin-bottom:20px;
        margin-top:20px;
    }
    .advps_container2 #custom-bg {
        display:none;
    }
    
    
    
    
    
    
  #advps_container17 .bx-controls-direction a {
        top:50px !important;
    }
    #advps_container17 .advps-slide img{
        float:right;
        width:50%;
        margin-left:25px;
        margin-bottom:20px;
        margin-top:20px;
    }    
    #advps_container17 .slidescontainer{
        float:left;
        width:100% !important;
        font-size:1.9rem !important;
        height:70px;
        padding-top:0px !important;
    }        

  #advps_container18 .bx-controls-direction a {
        top:50px !important;
    }
    #advps_container18 .advps-slide img{
        float:right;
        width:50%;
        margin-left:25px;
        margin-bottom:20px;
        margin-top:20px;
    }    
    #advps_container18 .slidescontainer{
        float:left;
        width:100% !important;
        font-size:1.9rem !important;
        height:70px;
        padding-top:0px !important;
    }        
    
    .events-table {
        margin-left:0 !important;
        
    }
    .events-table .event-time{
        width:30%;
        
    }
    #formleft {
        display:block;
        width:100%
    }
    #formright {
        display:block;
        width:100%
    }
    #formright textarea{
        width:100%
    }
    #kontaktcontainer {
        padding-left:5px !important;
    }
    #kontaktbox {
        padding:0px !important;
        margin:0;
    }
}
   
.tparrows::before {
    color: #333 !important; 
}
.tparrows::after {
    color: #333 !important; 
}
.ares.tparrows {
  border-radius: 0 !important;  
}
.ares .tp-arr-titleholder {
    text-transform: none;
}

.tp-rightarrow {
    background:none !important;
}
.tp-leftarrow {
    background:none !important;
}
.tp-title-wrap {
    background:none !important;
}



@media screen and (max-width: 375px) {
    .tp-rightarrow {
        /*top:15% !important;*/
        background:none !important;
        transform: matrix(1, 0, 0, 1, -50, -60);
    }
    .tp-leftarrow {
        top:300% !important;
        /*background:none !important;*/
    }
    .tp-title-wrap {
        /*right:1000 !important;*/
    }
    
}

.uebermichfoto {
    float:right;
    width:100px;
    height:100%
}
@media screen and (max-width: 360px) {
    .uebermichfoto {
        margin-top:30px;
    }
}
.uebermich {
    float:left;
    font-size: 1.4rem; 
    line-height: 30px;
    font-weight:600;
    padding:8px 0 0 40px;
}
@media screen and (max-width: 450px) {
    .uebermich {
        padding:30px 0 0 100px;
    }
}

.blogfenstercontainer {
    width:100%; 
    display:block; 
    height:360px; 
    font-family: Helvetica,Arial,Verdana,sans-serif; 
    line-height:18px !important; 
    font-size:13px  !important;
}


.blogtext {
    margin:5px 0 10px 0; 
    font-weight:600; 
    color:#333; 
    font-size:13px !important;
    line-height:18px !important;
}
.mysth {
    border:0px  !important;
    padding: 0px 0 0px 20px;
}
@media screen and (max-width: 450px) {
    .mysth {
        border:0px  !important;
        padding: 0px 0 0px 10px  !important;
        height:0 !important;
    }
    .single-image {
        margin:0 !important;
        padding:0 !important;
    }
}

#listcategorypostswidget-4 li {
    min-height: 140px !important;
}
#listcategorypostswidget-5 li {
    padding:0;
    margin:3px;
}

.page-id-1990 hr {
    height:1px !important;
}
.page-id-2141 hr {
    height:1px !important;
    background-color: #ccc !important;
}

.single-event .entry-media img {
   max-height: 500px;

object-fit: cover; 
}
.category .archive-title {
    border:0 !important;
}


/****  2022 Klee ***/
.event-template-default .entry-content {
    padding-left:0;
}
.event-template-default .entry-title {
    color: #936 !important;
}

.page-id-2053 hr {
  background-color: #000;
  border: 1px solid #000;
}
.postid-2139 hr {
  background-color: #000;
  border: 1px solid #000;
}

.page-template-events .em-events-list a {
    color: #e52527 !important;
}
.widget_em_widget .em.pixelbones a {
    color: #3a3939 !important;
}
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a {
    color: #f00 !important; 
}

.em-event-meta-location {
    display:none !important;
}
.em.em-list-widget .em-item .em-item-info {
    border-left: 2px solid #888 !important;
}

.page-template-klp .lcp_catlist a {
    font-weight:500 !important;
    color: #1d2327 !important;
    width:100%; 
}
.page-template-klp .lcp_catlist a:hover {
    color: #f00 !important;
}
.em-events-widget li {
    list-style:none !important;
}

.post_format-post-format-video .entry-content {
    padding-left:0 !important;
}
.acf-escaped-html-notice  {
    display:none !important;
}

.page-template-klp-programmseite .entry-content {
    padding-left:0 !important;
}
.page-template-klp-programmseite .entry-title {
    padding-left:0 !important;
}

.page-template-klp-programmseite .entry-content hr {
    height:1px !important;
    border-color: #888 !important;
    background-color: #888 !important;
}

/******** RK 2025 *******/

/* raleway-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/raleway-v34-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/raleway-v34-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/raleway-v34-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/raleway-v34-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/raleway-v34-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway-v34-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/raleway-v34-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/**** menu ****/
.current-menu-item a span {
    font-weight:600;
}
.menu-item:hover a span {
    font-weight:600;
}

/***** page width ***/
.site-header,
.site-main 
{
    max-width:1000px;
    margin:0 auto;
}
.site-footer {
    width: 100% !important;
    left: 0 !important; 
}
#slider {
    min-height:600px;
}
.slides,
.slides li, 
.slides a
{
    height:600px !important;
}
#section-navigation.floating {
    max-width:1000px !important;
}
.site-info inner {
  max-width: 1200px;
  margin: 0 auto;
}


/*** no selection border ******/
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

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

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

/*** ELEMENTE ******/

.page-template-cs .site-main {
    width:100%;
    max-width:100%;
}
.page-template-cs #page {
    padding:0;
}
.page-template-cs #primary {
    width:100%;
    max-width:100%;
}




.custombasetext {
    font-family: 'OpenSans', sans-serif, helvetica;
    font-weight: 500;
    line-height: 1.65;
    color: #3c3c3b;
    font-size: 14px;
    /*letter-spacing:0.2px;*/
}
.custombasetext  {
    text-align:justify;
}
.custombasetext  .headline {
    text-align:initial;
}
.custombasetext  .headline-abstand {
    text-align:initial;
}
#about .splitwrapper-right .retina {
    transition: all .1s ease-in-out;
}



/************* BacktoTop */

.backtotop {
    height: 116px;
    text-align: center;
    /*background-color: #fff;*/
}

.backtotop img {
    margin:0 auto;
}

.backtotop-button-container {
    width: 107px;
    height: 43px;
    display: inline-block;
    text-align: center;
    margin: 20px;
    /*background-color:#eee;*/
    cursor: pointer;
}

/****** Content Sections ******/

.cs-container {
    overflow: hidden;
}

/************Banner******************/

.banner-image {
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /*transition: all 0.1s;*/
}

@media screen and (max-width: 768px) {
    .banner {
        padding: 0 !important;
    }
}

/************Feature Header******************/

.feature-header-image {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.feature-header-claim-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    min-height: 623px;
    position: relative;
}

.feature-header-claim {
    width: 48%;
    min-height: 243px;
    left: 0;
    background-color: #00a47a;
    position: absolute;
    bottom: 0;
}

.feature-header-text {
    width: 100%;
    min-height: 230px;
    padding: 36px 12px 0 41px;
}

.feature-header-image .more-button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.feature-button-container {
    width: 100%;
    position: relative;
}

#feature-header-wrapper {
    position: relative;
}

.feature-header-image {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.feature-header-claim-container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    min-height: 652px;
    position: relative;
}

#feature-header .header-pattern {
    position: absolute;
    bottom: 0;
    max-height:182px;
    background-repeat:repeat-x;
    background-position:0px bottom;
    height: 182px;
    background-size: 1290px;
    width:100%;
}
#intro-muster .header-pattern-2 {
    position: absolute;
    top: 0;
    max-height:183px;
    background-repeat:repeat-x;
    background-position:3px top;
    height: 183px;
    background-size: 1365px;
    width:100%;
}


#intro  {
    position: relative;
}

#intro .intro-pattern {
    position: absolute;
    top: 0px;
}


/************ Text zweispaltig******************/

.text-two-column ul,
.text-two-column-variant ul,
.text-one-column ul {
    margin: 0 0 20px 16px;
    /*list-style: none;*/
}

.text-two-column li {
    /*padding-left:4px;*/
    list-style: disc;
}

.text-two-column li:before {
    /*content: "●"; */
    /*color: #bfd786;*/
    display: inline-block;
    width: 24px;
    margin-left: -15px;
    font-size: 9px;
    vertical-align: top;
    padding-top: 2px;
}

.custom-button {
    padding: 11px 52px 11px 52px;
    background-color: #3c3c3b;
    color: #fff;
    font-family: 'OpenSans';
    font-size: 22px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    /*transition: all 0.5s ease-in-out;*/
}

.custom-button a {
    /*color:#9ca7a1;*/
}

.custom-button:hover {
    /*background-color:lighten($linkcolour, 50%);*/
    /*color: #9ca7a1 !important;*/
}

.intro-wrapper {
    margin-top: 0;
    padding: 0;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.intro1 {
    padding-top: 77px;
}

.intro2 {
    text-align: right;
    padding: 55px 16px 0 0px;
}

.intro3 {
    text-align: center;
    padding: 34px 0 0 19px;
}

.intro2 p {
    margin: 0 0 4px;
}

/********************/


.text-two-column-left {
    padding-right: 18px;
}

.text-two-column-right {
    padding-left: 18px;
}

.text-three-column-left {
    padding-right: 2px;
}

.text-three-column-mid {
    padding: 0 1px;
}

.text-three-column-right {
    padding-left: 1px;
}

.text-teaserbild {
    margin-top: 0;
    padding: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.text-teaser-wrapper {
    height: 100%;
    width: 100%;
}

.text-teaser-wrapper .custombasetext {
    padding: 0 6% 0 0;
}

@media screen and (max-width: 768px) {
    .text-two-column-left {
        padding: 0 0 0px 0;
    }
    .text-two-column-right {
        padding: 0 0 0px 0;
    }
    .text-three-column-left {
        padding: 0 0 0px 0;
    }
    .text-three-column-mid {
        padding: 0 0 0px 0;
    }
    .text-three-column-right {
        padding: 0 0 0px 0;
    }
    .feature-header-claim {
        min-height: 21%;
    }
    .feature-header-claim {
        width: 100%;
    }
    .cs-container {
        padding: 4%;
    }
    .text-one-column {
        padding: 4%;
    }
    .feature-header {
        padding: 0;
        min-height: inherit !important;
    }
    .feature-header-text {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
}

/****** Slider ********/

#slider-wrapper {
    position: relative;
}

.slider-image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
}

.slick-slide:not(.slick-current) {
    transition-delay: 500ms !important;
}

/*
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 40px; line-height: 1; color: red; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }   

.slick-prev:before { content: "‹"; }
[dir="rtl"] .slick-prev:before { content: "›"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "›"; }
[dir="rtl"] .slick-next:before { content: "‹"; }
*/

.slick-next {
    right: 25px;
}

.slick-prev {
    left: 25px;
}

.nextarrow {
    width: 35px;
    height: 119px;
    position: absolute;
    top: 27%;
    right: -46px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all, ease, .5s;
    transition: all, ease, .5s;
}

.nextarrow img {
    float: right;
}

.nextarrow:hover {
    transform: scale(1.2, 1.2)
}

.prevarrow:hover {
    transform: scale(1.2, 1.2)
}

.prevarrow {
    width: 35px;
    height: 119px;
    position: absolute;
    top: 27%;
    left: -52px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all, ease, .5s;
    transition: all, ease, .5s;
}

.slick-dots {
    /*bottom: -81px;*/
    position: inherit;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    width: 20px;
    height: 30px;
    margin: 0 6px;
}

.slick-dots li button::before {
    display:inline-block;
    background-color:#bec5a4;
    width:16px;
    height:16px;
    content:' ';
    border-radius:100px;
    position:relative;
    font-size: 16px;
    opacity: 1;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #bec5a4;
}

.slick-dots li button:hover::after {
    background-color: #bec5a4 !important;
}

.slick-dots li button:focus::after {
    background-color: #bec5a4 !important;
}

.slick-dots li.slick-active button::after {
    background-color: #bec5a4 !important;
    opacity: 1 !important;
}

.slick-dots li button::after {
    display:inline-block;
    background-color:#fff;
    width:12px;
    height:12px;
    content:' ';
    border-radius:100px;
    position:relative;
    top:-14px;
    left:2px;
}





.slide-m-dots {
    vertical-align: top;
    padding: 4px 20px;
}

.slider-controls .slide-m-prev {
    display: inline-block;
    transition: all, ease, .5s;
}

.slider-controls .slide-m-next {
    display: inline-block;
    transition: all, ease, .5s;
}

.slider-controls .slide-m-dots {
    display: inline-block;
    transition: all, ease, .5s;
}

.slider-controls .slide-m-prev:hover {
    transform: scale(1.1, 1.1);
    transition: all, ease, .5s;
}

.slider-controls .slide-m-next:hover {
    transform: scale(1.1, 1.1);
    transition: all, ease, .5s;
}

.slick-dotted.slick-slider {
    margin-bottom: 39px;
}

.page-template-klp-programmseite .image_link img {
    margin-bottom:50px !important;
}