/*
Theme Name: Lighty
Theme URI: https://www.treubrodt.de/lighty
Author: Paul Treubrodt
Author URI: https://www.treubrodt.de
Description: Light and fast Template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light
Text Domain: lighty

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 { clear: both; }
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus { outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { text-decoration: none; }
hr {
	background-color: #f0f0f0;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small { font-size: smaller; }
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.clearfix:after,
.wrapper:after,
.double:after,
.check-wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.check-wrapper:before,
.check-wrapper:after,
.double:before,
.double:after {
	display: table;
	content: "";
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #f0f0f0;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

/* Responsive images */
.img-responsive,
.entry-content img {
	max-width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}

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

/* Images */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	line-height: 2;
	color: #757575;
}


/* =Basic structure
-------------------------------------------------------------- */

html { font-size: 87.5%; }
body {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	text-rendering: optimizeLegibility;
	color: #3e3e3e;
	background: #fff;
}
a {
	outline: none;
	color: #21275B;
}
a:hover { color: #000; }

.hidden-xs { display: none; }
.wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}


/* Sidebar */
.widget-area .widget {
	margin: 0 0 20px 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	line-height: 1.7;
	word-wrap: break-word;
	background: #fff;
}
.widget-area .widget h3 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	color: #000;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}
.widget-area .widget h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: ' ';
	width: 40px;
	border-bottom: 3px solid #A7C735;
}
.widget-area .widget
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget { line-height: 1.846153846; }
.widget-area .widget p { margin-bottom: 24px; }
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {	margin-left: 36px; }
.widget-area .widget a { color: #757575; }
.widget-area .widget a:hover { color: #C52A4E; }
.widget-area .widget a:visited { color: #888; }
.widget-area #s { width: 53.66666666666%; }
.widget_recent_entries ul li a { padding: 9px 20px; }

.widget-area input[type="text"],
.widget-area input[type="number"],
.widget-area input[type="email"],
.widget-area input[type="tel"],
.widget-area textarea {
	margin: 0 0 4px 0;
	padding: 1% 2%;
	width: 96%;
	font-size: inherit;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
}
.widget-area input[type="text"]:focus,
.widget-area input[type="number"]:focus,
.widget-area input[type="email"]:focus,
.widget-area input[type="tel"]:focus,
.widget-area textarea:focus {
	border: 1px solid #ddd;
}
.widget-area input[type="submit"] {
	padding: 5px 20px;
	color: #fff;
	font-size: inherit;
	background: #88c153; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YzE1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODhjMTUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjMzc5NjNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmNjMyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #88c153 0%, #88c153 0%, #37963a 44%, #0f632b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c153), color-stop(0%,#88c153), color-stop(44%,#37963a), color-stop(100%,#0f632b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88c153 0%,#88c153 0%,#37963a 44%,#0f632b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88c153 0%,#88c153 0%,#37963a 44%,#0f632b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88c153 0%,#88c153 0%,#37963a 44%,#0f632b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #88c153 0%,#88c153 0%,#37963a 44%,#0f632b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c153', endColorstr='#0f632b',GradientType=0 ); /* IE6-8 */
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.widget-area input[type="submit"]:hover {
	cursor: pointer;
	background: #c9de96; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzcyYjU0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjdmMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c9de96 0%, #72b542 44%, #1b7f14 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#72b542), color-stop(100%,#1b7f14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9de96 0%,#72b542 44%,#1b7f14 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9de96 0%,#72b542 44%,#1b7f14 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9de96 0%,#72b542 44%,#1b7f14 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9de96 0%,#72b542 44%,#1b7f14 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#1b7f14',GradientType=0 ); /* IE6-8 */
	border: none;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
}
.widget-area .acceptance {
	margin: -15px 0 10px 0;
	padding: 3px 10px;
	background: #f6f6f6;
	border-left: 3px solid #ddd;
}
.widget-area small { color: #777; }
.widget-area .widget-inner { padding: 20px 20px 40px 20px; }
.widget-area .widget-more {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 10px 3px 5px;
	color: #000 !important;
	font-size: 14px;
	text-decoration: none;
	background: #f6f6f6;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.widget-area .widget-more:hover { opacity: 0.6; }


/* =Sidebar
-------------------------------------------------------------- */

#secondary aside {
	padding: 20px;
	border: 3px solid #F0F0F0;
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	color: #b7b7b7;
	background: #f6f6f6;
}
.home footer[role="contentinfo"] { background: #fff; }
.map { margin-top: 50px; }


/* =Main content
-------------------------------------------------------------- */

.entry-meta { clear: both; }
.entry-header { margin-bottom: 20px; }
.entry-header img.wp-post-image { margin-bottom: 24px; }
.entry-header .entry-title {
	margin: 18px 0 0 0;
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a { text-decoration: none; }
.entry-meta a { color: #757575; }
.entry-meta a:hover { color: #21759b; }

.entry-content,
.entry-summary {
	line-height: 1.714285714;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 30px 0 10px 0;
	color: #000;
	font-weight: normal;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 24px;
	line-height: 1.5;
}
.entry-content h2 {
	font-size: 22px;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 20px;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h6 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content a:visited { color: #9f9f9f; }
.entry-content .more-link { white-space: nowrap; }
.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul { list-style: disc outside; }
.entry-content ol { list-style: decimal outside; }
.entry-content li { margin: 0 0 0 36px; }
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 25px;
	font-style: italic;
	background: #fff;
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code { display: block; }
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 10px 70px 20px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 10px 0 20px 70px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 22px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 40px;
	padding: 0;
}

footer.entry-meta {
	margin: 20px 0;
	font-size: 13px;
	line-height: 1.846153846;
	color: #999;
}
.footer.entry-meta a { color: #999 !important; }

.news h2,
.videos h2 {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	color: #000;
	font-size: 24px;
}
	.news h2:after,
	.videos h2:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		content: ' ';
		border-bottom: 3px solid #A7C735;
	}


/* =Images
-------------------------------------------------------------- */

.entry-header .wp-post-image {
	margin: 0 !important;
	vertical-align: middle;
}
.image-description {
	padding: 5px 10px;
	color: #999;
	font-style: italic;
	background: #f6f6f6;
}


/* =Video List
-------------------------------------------------------------- */

.video-list {
	position: relative;
	margin: 0 0 20px 0;
}
	.video-list article {
		margin: 0 0 -2px 0;
		position: relative;
	}
	.video-list .play-button {
		position: absolute;
		top: 42%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 32px;
		z-index: 99;
	}

/* =Ads
-------------------------------------------------------------- */

.wallpaper-234x60 {
	text-align: center;
}

.wallpaper-728x90 {
	display: none;
	text-align: center;
}

.wallpaper-1000x90 {
	display: none;
	margin: 0 -10px 8px 0;
	text-align: right;
}
.wallpaper-160x600 {
	display: none;
	position: absolute;
	top: 0;
	right: -155px;
}


.table { width: 100%; }
	.table a { text-decoration: none; }
	.table thead tr td {
		padding: 10px 15px;
		color: #fff;
		font-weight: bold;
		background: #6E717D;
	}
	.table tbody tr td { padding: 10px 15px; }
		.table tbody tr:nth-child(2n) td { background: #f0f0f0; }

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

.dt-published {
	display: block;
	margin: 0 0 10px 0;
	color: #999;
}
.archive-header,
.page-header {
	margin-bottom: 20px;
}
.archive-title {
	margin: 18px 0 0 0;
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
}
.archive-meta {
	margin: 10px 0 30px 0;
	padding: 10px 0;
	line-height: 24px;
}
.archive-meta h2 {
	margin: 30px 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #c52a4e;
}
.archive-meta h3 {
	margin: 20px 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #c52a4e;
}
.archive-meta p { margin: 0 0 15px 0; }
.archive-meta p:last-child { margin: 0; }


/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio { max-width: 400px; }
.attachment .entry-content .mejs-container { margin-bottom: 24px; }


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment { overflow: hidden; }
.image-attachment div.attachment { text-align: center; }
.image-attachment div.attachment p { text-align: center; }
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul { margin-left: 12px; }
.widget_rss li { margin: 12px 0; }
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}

.widget_nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	.widget_nav_menu ul li {
		list-style-type: none;
		display: block;
		margin: 0;
		padding: 0;
	}
		.widget_nav_menu ul li a {
			display: block;
			padding: 9px 0;
			color: #fff;
			border-bottom: 1px dotted #595959;
		}

/* =Ads
-------------------------------------------------------------- */

.ad-notice {
	margin: 0 0 7px 0;
	color: #999;
	font-size: 80%;
}


/* =Header
-------------------------------------------------------------- */

/* Header top */
.wallpaper { position: relative; }
.header-top {
	position: relative;
	color: #a7a7a7;
}
	.header-top .wrapper { padding: 0; }
	.header-top .left ul li {
		float: left;
		margin: 0 15px 0 0;
	}
		.header-top .left ul li:last-child { margin: 0; }
		.header-top .left ul li a {
			font-size: 14px;
			color: #999;
			text-decoration: none;
		}
	.header-top .right .searchform {
		position: relative;
		background: #ebebeb;
	}
		.header-top .right input[type="text"] {
			padding: 9px 30px 9px 20px;
			color: #000;
			background: #ddd;
			border: none;
		}
		.header-top .right input[type="submit"] { display: none; }
			.header-top .right .searchform:after {
				position: absolute;
				top: 10px;
				right: 10px;
				font-family: 'fontello';
				content: '\e800';
				color: #fff;
			}

.header-middle {
	padding: 20px 0;
	background: #f0f0f0
}

.logo {
	max-width: 250px !important;
	height: auto !important;
}



/* =Single
-------------------------------------------------------------- */

.single h1 {
	position: relative;
	margin: 10px 0 20px 0 !important;
	padding: 0 0 10px 0;
	color: #000;
	font-size: 24px;
}
	.single h1:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		content: ' ';
		border-bottom: 3px solid #A7C735;
	}
.single .entry-content { text-align: justify; }
.single article .left { margin: 0 0 20px 0; }
.page article .left { margin: 0 0 20px 0; }

.socialmedia { margin: 15px 0 0 0; }
    .socialmedia li {
        float: left;
        margin: 0 5px 0 0;
    }
        .socialmedia li a {
            display: inline-block;
            text-decoration: none;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
        }
            .socialmedia a:hover { opacity: 0.7; }



/* =Footer
-------------------------------------------------------------- */

.footer-socialmedia { padding: 20px 0; }
.footer-socialmedia ul li {
	margin: 0 5px 0 0;
	display: inline-block;
}
.footer-socialmedia ul li img {
	width: 30px;
	height: 30px;
}
.footer-widgets {
	padding: 20px 0;
	color: #fff;
	background: #6e717d;
}
.footer-widgets > li {
	margin: 0 0 20px 0;
	line-height: 24px;
}
.footer-widgets > li i { color: #2f438e; }
.footer-widgets li h5 {
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #5e5e5e;
}
.footer-widgets > li p { margin: 0 0 20px 0; }
.footer-widgets > li p:last-child { margin: 0; }

.footer-widgets a {
	color: #000;
	text-decoration: none;
}

.footer-legal {
	padding: 15px 0 80px 0;
	text-align: center;
	color: #b7b7b7;
	font-size: 14px;
}
.footer-legal .left { margin: 0 0 10px 0; }
.footer-legal ul li {
	display: block;
	text-align: center;
}
.footer-legal ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
}


/* =Buttons
-------------------------------------------------------------- */

.btn {
	display: inline-block;
	padding: 10px 20px 10px 15px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.btn-primary {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	border-left: 5px solid #00bfa9;
}
.btn-primary:hover { border-left: 10px solid #00bfa9; }


/* =Gallery
-------------------------------------------------------------- */
.gallery {
	position: relative;
	margin: 5px 0 25px 0;
}
.gallery-item {
	float: left;
	width: 50%;
	margin: 0;
	line-height: 0;
}
.gallery-item img {
	max-width: 100%;
	height: auto;
}
.gallery-item a { display: inline-block; }


/* =Back to top
-------------------------------------------------------------- */

.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	color: #fff !important;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #333;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.back-to-top:hover,
.back-to-top:focus {
	opacity: 0.7;
	color: inherit;
}


/* =Breadcrumbs
-------------------------------------------------------------- */

.breadcrumbs {
	display: block;
	margin: 40px 0 20px 0;
	color: #979696;
	font-size: 14px;
}
.breadcrumbs span { margin: 5px 0; }
.breadcrumbs span:first-child { margin: 0 5px 0 0; }
.breadcrumbs a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
.breadcrumbs i {
	margin: 0 5px;
	color: #dedede;
}


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

.pagination {
	display: inline-block;
	margin: 10px 0 30px 0;
	border: 1px solid #f0f0f0;
}
.pagination ul li {
	float: left;
	border-right: 1px solid #f0f0f0;
	background: #fff;
}
.pagination ul li:last-child { border-right: 0; }
.pagination ul li a,
.pagination ul li span {
	display: inline-block;
	padding: 8px 10px;
	color: #666;
	text-decoration: none;
}
.pagination ul li span.active {
	color: #fff;
	background: #08C1AC;
}


/* =Ad Toggle
-------------------------------------------------------------- */

#ad-toggle {
	position: fixed;
	display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
.ad-toggle-button {
	display: inline-block;
	margin: 0 0 0 15%;
	padding: 3px 5px;
	color: #fff;
	font-size: 20px;
	background: #ddd;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	transition: all 0.3s ease 0s;
}
.ad-toggle-button:hover { background: #333; }
.ad-toggle-content {
	display: hidden;
	position: relative;
	padding: 20px 0;
	color: #000;
	background: #f0f0f0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}
.ad-toggle-text-collapsed { display: none; }
.ad-toggle-content .ad-text {
	font-size: 16px;
	line-height: 20px;
}
.ad-toggle-content .btn-ad {
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 15px;
	color: #000;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.ad-toggle-content .btn-ad:hover {
	color: #000;
	text-decoration: none;
	box-shadow: inset 0 100px 0 0 #fff;
	border: 1px solid #fff;
}
.ad-toggle-content span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #f0f0f0;
}
.ad-toggle-content img {
	max-width: 100px;
	height: auto;
	margin: -50px 40px -10px 0;
}


/* Testimonial Form
-------------------------------------------------------------- */

.testimonial-form {
	padding: 20px;
	max-width: 400px;
	background: #f0f0f0;
}
	.testimonial-form input[type="text"],
	.testimonial-form input[type="email"],
	.testimonial-form textarea {
		margin-bottom: 5px;
		padding: 10px 12px;
		width: 100%;
		color: inherit;
		font-size: inherit;
		font-family: inherit;
		border: 1px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.testimonial-form input[type="submit"] {
		display: inline-block;
		margin: 0 0 5px 0;
		padding: 12px 40px;
		max-width: 250px;
		color: #fff;
		font-size: inherit;
		background: #4DB8AA;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.testimonial-form input[type="submit"]:hover { opacity: 0.7; }


/* =Page-Template: front-page.php
-------------------------------------------------------------- */

.index-slider h2 {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	color: #000;
	font-size: 24px;
	line-height: 1.4;
}
	.index-slider h2:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		content: ' ';
		border-bottom: 3px solid #002273;
	}
	.index-slider h2 a {
		color: inherit;
		text-decoration: none;
	}
	.index-slider .p-summery {
		line-height: 1.7;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.index-slider .news-more {
		display: inline-block;
		margin: 15px 0 10px 0;
		padding: 8px 20px 8px 13px;
		color: #000;
		background: #a5d8e0;
		border: 2px solid #a5d8e0;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.index-slider .news-more:hover { background: #fff; }
		.index-slider .news-more a {
			color: inherit;
			text-decoration: none;
		}
		.home-top .lSAction > a { top: 11% !important; }

.news-slider .lSSlideWrapper,
.news-slider article {
	position: relative;
}
	.news-slider article h2 {
		position: absolute;
		left: 30px;
		bottom: 30px;
		color: #fff;
		font-size: 24px;
		line-height: 1.5;
		max-width: 600px;
		z-index: 999999;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.news-slider article:hover h2 { opacity: 0.8; }
		.lSSlideOuter .lSPager.lSpg > li a { background-color: #ddd !important; }
		.lSSlideOuter .lSPager.lSpg > li.active a,
		.lSSlideOuter .lSPager.lSpg > li:hover a {
			background-color: #4DB8AA !important;
		}
		.lSAction > a {
			width: 50px !important;
			height: 50px !important;
			opacity: 1 !important;
		}
			.lSAction > a:hover i { color: #4DB8AA !important; }
		.lSAction i {
			color: #fff;
			font-size: 40px;
			-webkit-transition: all 200ms ease-in;
			-o-transition: all 200ms ease-in;
			-moz-transition: all 200ms ease-in;
		}
.home-top .left { margin: 0 0 20px 0; }

.teaser-newsletter {
	color: #000;
	background: #f0f0f0;
}
	.teaser-newsletter .inner {	padding: 30px; }
	.teaser-newsletter h3 {
		position: relative;
		margin: 0 0 20px 0;
		padding: 0 0 10px 0;
		font-size: 18px;
		font-weight: normal;
	}
		.teaser-newsletter h3:after {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 40px;
			content: ' ';
			border-bottom: 3px solid #fff;
		}
		.teaser-newsletter p { margin: 0; }
		.teaser-newsletter .widget_wysija_cont { margin-top: 20px; }
		.teaser-newsletter input {
			margin: 0 0 5px 0;
			padding: 2%;
			width: 96%;
			border: none;
		}
		.teaser-newsletter input[type="submit"] {
			margin: 10px 0 0 0;
			padding: 10px 30px;
			color: #fff;
			background: #666;
			border: none;
			-webkit-transition: all 200ms ease-in;
			-o-transition: all 200ms ease-in;
			-moz-transition: all 200ms ease-in;
		}
			.teaser-newsletter input[type="submit"]:hover {
				color: #000;
				background: #fff;
			}


/* =Newsletter
-------------------------------------------------------------- */

.newsletter {
	margin: 20px 0 40px 0;
	color: #000;
	font-size: 18px;
	text-align: center;
	background: #ddd;
}
	.newsletter .left { padding: 10px 20px; }
		.newsletter .left img {
			display: block;
			margin: 0 auto;
			width: 32px;
		}
	.newsletter .right {
		padding: 10px 20px;
		background: #f0f0f0;
	}
		.newsletter .right a {
			color: #000;
			text-decoration: none;
			-webkit-transition: all 200ms ease-in;
			-o-transition: all 200ms ease-in;
			-moz-transition: all 200ms ease-in;
		}
			.newsletter .right a:hover { opacity: 0.8; }

/* =Content Toggle
-------------------------------------------------------------- */

.hidden { display: none; }
.content-toggle {
	margin: 30px 0 0 0;
	padding: 30px;
	line-height: 1.7;
	background: #fff;
}
.info-toggle { border-top: 4px solid #fff; }
.info-toggle-content { display: none; }
.info-toggle-content h5 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 24px;
	color: #000;
}
.info-toggle-button {
	display: inline-block;
	margin: 20px auto 0 auto;
	padding: 10px 20px;
	color: #fff;
	background: #00BFA9;
}
.info-toggle-button:hover {
	cursor: pointer;
	opacity: 0.7;
}
.info-toggle-button i {
	font-size: 90%;
	margin: 0 0 0 10px;
}


/* =Threesome
-------------------------------------------------------------- */

.threesome article {
	position: relative;
	margin: 0 0 20px 0 !important;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
	.threesome article > img {
		width: 100%;
		height: auto;
	}
	.threesome article .news-thumbnail { position: relative; }
		.threesome article .news-thumbnail .post-categories {
			position: absolute;
			bottom: 2px;
			left: 0;
		}
			.threesome article .news-thumbnail .post-categories li {
				float: left;
				margin: 0 5px 0 0;
			}
				.threesome article .news-thumbnail .post-categories li a {
					display: inline-block;
					padding: 10px 20px;
					color: #fff;
					text-decoration: none;
					background: #14b0ad;
				}
					.threesome article .news-thumbnail .post-categories li a:hover { background: #a18175; }

	.threesome article .p-name {
		margin: 20px 0 15px 0px;
		color: #000;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.3;
	}
		.threesome article .p-name a {
			color: inherit;
			text-decoration: none;
			-webkit-transition: all 200ms ease-in;
			-o-transition: all 200ms ease-in;
			-moz-transition: all 200ms ease-in;
		}
			.threesome article .p-name a:hover { color: #888; }
		.threesome article .p-summery {
			margin: 0 0 20px 0;
			line-height: 1.5;
		}
		.threesome article .news-meta {
			margin: 20px 0 0 0;
			color: #999;
			font-size: 85%;
			font-style: italic;
			line-height: 1.4;
			opacity: 0.8;
		}
			.threesome article .news-meta time { display: inline; }
		.threesome article .news-more {
			display: inline-block;
			margin: 0 0 10px 0;
			padding: 8px 20px 8px 13px;
			color: #000;
			background: #a5d8e0;
			border: 2px solid #a5d8e0;
			-webkit-transition: all 200ms ease-in;
			-o-transition: all 200ms ease-in;
			-moz-transition: all 200ms ease-in;
		}
			.threesome article .news-more:hover { background: #fff; }
			.threesome article .news-more a {
				color: inherit;
				text-decoration: none;
			}

/* =Lexicon
-------------------------------------------------------------- */

#lexicon { border: none; }

#lexicon > h2 {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	color: #000;
	font-size: 24px;
}
	#lexicon > h2:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		content: ' ';
		border-bottom: 3px solid #4db8aa;
	}

#lexicon .tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
	border: 1px solid #f0f0f0;
	background: #f6f6f6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

    #lexicon .tabs li {
        display: inline-block;
        list-style-type: none;
        margin: 0 1px 0 0;
        background: #fff;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border: none;
    }
        #lexicon .tabs li a {
            display: block;
            color: #000;
            padding: 10px 15px;
            text-decoration: none;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
        }
#lexicon .tabs li:hover a {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #ddd;
}
    #lexicon .tabs li:hover a:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(221, 221, 221, 0);
		border-top-color: #ddd;
		border-width: 5px;
		margin-left: -5px;
	}
#lexicon .tabs li.ui-tabs-active a {
	position: relative;
    color: #fff;
    text-decoration: none;
    background: #A7C735;
}
	#lexicon .tabs li.ui-tabs-active a:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(43, 1, 91, 0);
		border-top-color: #A7C735;
		border-width: 5px;
		margin-left: -5px;
		z-index: 1;
	}
#lexicon .tabcontent {
	padding: 20px;
	border: 1px solid #f0f0f0;
}
    #lexicon .tabcontent article {
		margin: 0 0 10px 0;
		line-height: 1.4;
	}
        #lexicon .tabcontent article h2 {
			margin: 0 0 10px 0;
			color: #4DB8AA;
		}
            #lexicon .tabcontent article h2 a {
				color: inherit;
				text-decoration: none;
			}
        #lexicon .tabcontent article h2 a:hover { opacity: 0.6; }
		#lexicon .tabcontent .lexicon-list li {
			position: relative;
			margin: 0;
			padding: 0 0 0 20px;
		}
			#lexicon .tabcontent .lexicon-list li:after {
				position: absolute;
				top: 5px;
				left: 0;
				font-family: 'fontello';
				content: '\f105';
				color: #A7C735;
			}
			#lexicon .tabcontent .lexicon-list a {
				display: inline-block;
				padding: 5px;
				color: inherit;
				text-decoration: inherit;
			}


/* =Landingpage
-------------------------------------------------------------- */

/* Landingpage General */
.single-landingpage .landingpage-image { position: relative; }
.single-landingpage .landingpage-title {
	margin: 0 !important;
	padding: 20px;
	color: #fff;
	background: #4DB8AA;
}
	.single-landingpage .landingpage-title:after { display: none; }
.single-landingpage .site-content {
	float: none !important;
	width: 100% !important;

}

.single-landingpage .landingpage-content {
	padding: 20px;
	line-height: 1.6;
}
	.single-landingpage .landingpage-content p { margin: 0 0 20px 0; }
		.single-landingpage .landingpage-content p:last-child { margin: 0; }
	.single-landingpage .landingpage-content h2 {
		margin: 0 0 10px 0;
		font-size: 24px;
	}

	.interferer {
		position: absolute;
		padding: 30px;
		top: 40%;
		left: 50px;
		width: 100px;
		height: 100px;
		color: #fff;
		font-size: 20px;
		text-align: center;
		line-height: 1.4;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
		background: #ff3019; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	}

/* Landingpage Form */
.landingpage-form,
.landingpage-modal-form {
	padding: 20px 30px;
	max-width: 340px;
	background: #fff;
	border: 3px solid #f0f0f0;
}
	.landingpage-form h4,
	.landingpage-modal-form h4 {
		margin: 0 0 10px 0;
		color: #000;
		font-size: 22px;
		line-height: 1.4;
	}
		.landingpage-form i,
		.landingpage-modal-form i {
			position: absolute;
			top: 30px;
			right: 30px;
			margin: 0;
			width: 30px;
			height: 30px;
			color: #fff;
			text-align: center;
			line-height: 32px;
			background: #4DB8AA;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
		}
	.landingpage-form p,
	.landingpage-modal-form p {
		margin: 0 0 10px 0;
		line-height: 1.4;
	}
	.landingpage-form input[type="text"],
	.landingpage-form input[type="password"],
	.landingpage-form input[type="number"],
	.landingpage-form input[type="email"],
	.landingpage-form input[type="tel"],
	.landingpage-form textarea,
	.landingpage-modal-form input[type="text"],
	.landingpage-modal-form input[type="password"],
	.landingpage-modal-form input[type="number"],
	.landingpage-modal-form input[type="email"],
	.landingpage-modal-form input[type="tel"],
	.landingpage-modal-form textarea {
		display: block;
		margin: 0 0 5px 0;
		padding: 1% 2%;
		width: 96%;
		font-size: inherit;
		background: #f0f0f0;
	}
	.landingpage-form input[type="submit"],
	.landingpage-modal-form input[type="submit"] {
		display: inline-block;
		margin: 0 0 5px 0;
		padding: 12px 40px;
		max-width: 250px;
		color: #fff;
		font-size: inherit;
		background: #4DB8AA;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.landingpage-form input[type="submit"]:hover,
		.landingpage-modal-form input[type="submit"]:hover {
			opacity: 0.7;
		}
		

/* Landingpage Accordion */
.single-landingpage .accordion-container {
	padding: 20px;
	background: #f0f0f0;
}
	.single-landingpage .accordion-container .wrapper > h2 {
		margin: 0 0 20px 0;
		font-size: 24px;
	}
	.single-landingpage .accordion h3 {
		margin: 0 0 10px 0;
		padding: 10px 30px 10px 25px;
		color: #fff;
		background: #4DB8AA;
	}
	.single-landingpage .accordion .landingpage-faq-content {
		margin: -10px 0 10px 0;
		padding: 20px 30px;
		line-height: 1.5;
		background: #fff;
	}


/* =Tabs
-------------------------------------------------------------- */

.tabs-container { padding: 20px 0; }
	.tabs-container h2 {
		margin: 0 0 20px 0;
		font-size: 24px;
	}
.tabs {
	list-style-type: none;
	padding: 0;
	border: 1px solid #f0f0f0;
	background: #f6f6f6;
}
	.tabs ul {
		margin: 0 !important;
		padding: 0 !important;
		background: #fff;
	}
		.tabs ul li {
			display: inline-block;
			list-style-type: none;
			margin: 0 1px 0 0;
			background: #fff;
		}
			.tabs ul li a {
				display: block;
				color: #000;
				padding: 10px 15px;
				text-decoration: none;
				-webkit-transition: all 200ms ease-in;
				-o-transition: all 200ms ease-in;
				-moz-transition: all 200ms ease-in;
			}
				.tabs ul li:hover a {
					position: relative;
					color: #fff;
					text-decoration: none;
					background: #ddd;
				}
					.tabs ul li:hover a:after {
						top: 100%;
						left: 50%;
						border: solid transparent;
						content: " ";
						height: 0;
						width: 0;
						position: absolute;
						pointer-events: none;
						border-color: rgba(221, 221, 221, 0);
						border-top-color: #ddd;
						border-width: 5px;
						margin-left: -5px;
					}
			.tabs ul li.ui-tabs-active a {
				position: relative;
				color: #fff;
				text-decoration: none;
				background: #4DB8AA;
			}
				.tabs ul li.ui-tabs-active a:after {
					top: 100%;
					left: 50%;
					border: solid transparent;
					content: " ";
					height: 0;
					width: 0;
					position: absolute;
					pointer-events: none;
					border-color: rgba(77, 184, 170, 0);
					border-top-color: #4DB8AA;
					border-width: 5px;
					margin-left: -5px;
					z-index: 1;
				}
	.tab-content {
		padding: 20px;
		line-height: 1.6;
		border: 1px solid #f0f0f0;
	}
		.tab-content h2 {
			margin: 0 0 10px 0;
			color: #4DB8AA;
		}
			.tab-content h2 a {
				color: inherit;
				text-decoration: none;
			}
				.tab-content h2 a:hover { opacity: 0.6; }


/* =Exit Intent
-------------------------------------------------------------- */

#bio_ep_bg {
	background: #000;
	opacity: 0.8;
}
#bio_ep {
	font-family: inherit;
	background: #fff;
}
#bio_ep_close {
	width: 30px;
	height: 30px;
	color: #000;
	line-height: 30px;
	text-align: center;
	background: #fff;
	top: -5px;
	right: -5px;
}
	#bio_ep_close:hover {
		color: #fff;
		background: #4DB8AA;
	}
#bio_ep .inner {
	padding: 50px;
	width: 900px;
	height: 300px;
}
	#bio_ep .inner .content {
		float: right;
		max-width: 400px;
	}


/* =Widget About
-------------------------------------------------------------- */

.widget_about_widget img { margin: 0 0 20px 0; }
.widget_about_widget p {
    margin-bottom: 15px;
    line-height: 1.4;
}
    .widget_about_widget p:last-child { margin: 0; }


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

.commentlist {}
	.commentlist .comment {
		position: relative;
		margin: 20px 0;
		padding: 20px;
		line-height: 1.6;
		background: #f0f0f0;
	}
		.commentlist .comment:after {
			bottom: 100%;
			left: 10%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(240, 240, 240, 0);
			border-bottom-color: #f0f0f0;
			border-width: 10px;
			margin-left: -10px;
		}
		.commentlist .comment .comment-author,
		.commentlist .comment .comment-meta,
		.commentlist .comment .comment-meta a {
			color: #999;
			font-size: 90%;
			text-decoration: inherit;
		}
		.commentlist .comment p { margin: 0 0 10px 0; }
			.commentlist .comment p:last-child { margin: 0; }

.comment-form-wrapper { margin: 20px 0 0 0; }
	.comment-reply-title {
		margin: 10px 0 20px 0;
		font-size: 18px;
	}
	.comment-form {
		margin: 10px 0 0 0;
		padding: 20px;
		border: 3px solid #f0f0f0;
	}
	.comment-form .comment-notes {
		display: block;
		margin: 0 0 20px 0;
	}
	.comment-form label {
		display: block;
		margin: 10px 0 5px 0;
		color: #888;
	}
	.comment-form input,
	.comment-form textarea {
		box-sizing: border-box;
		max-width: 100%;
		background: #f0f0f0;
	}
	.comment-form input[type="submit"] {
		margin: 10px 0 0 0;
		padding: 8px 20px;
		color: #fff;
		font-size: inherit;
		background: #A7C735;
		border: 1px solid #A7C735;
	}
	.comment-form .comment-form-comment,
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url {
		margin: 0 0 5px 0;
	}
		.comment-form .comment-form-comment:after,
		.comment-form .comment-form-author:after,
		.comment-form .comment-form-email:after,
		.comment-form .comment-form-url:after {
			clear: both;
			display: table;
			content: "";
		}


/* =WooCommerce
-------------------------------------------------------------- */

/* General */
.star-rating span { color: orange; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: #fff;
	background: #A7C735;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover {
		background: #cadd86;
	}

	.woocommerce-price-suffix {
		display: block;
		color: #999;
		font-size: 12px;
	}
.woocommerce span.onsale {
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #A7C735;
}

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


/* My Account */
.woocommerce-MyAccount-navigation ul li {
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
	list-style-type: none;
}
	.woocommerce-MyAccount-navigation ul li a {
		display: inline-block;
		padding: 5px 20px;
		color: #888;
		text-decoration: none;
		background: #ddd;
	}
		.woocommerce-MyAccount-navigation ul li.is-active a,
		.woocommerce-MyAccount-navigation ul li a:hover {
			color: #fff;
			background: #4DB8AA;
		}

/* Single */
.woocommerce-product-gallery__image {
	padding: 20px;
	text-align: center;
	background: #f0f0f0;
}
.woocommerce-product-gallery__image img {
	width: auto !important;
	max-height: 300px;
}

.product_meta {
	color: #999;
	font-size: 14px;
}
.product_meta a { color: inherit; }

.related.products h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
}


/* Widgets */
.widget_products .product-title {
    color: #A7C735;
    text-decoration: none;
}
.widget_products .product_list_widget li a { text-decoration: none; }


/* Archive */
.products .product .product-image {
	margin: 0 0 10px 0;
	background: #f0f0f0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
}
.products .product .woocommerce-loop-product__title {
	color: #555;
	font-size: 18px !important;
	font-weight: normal;
	line-height: 1.4;
}
.products .product .woocommerce-Price-amount.amount {
	color: #A7C735;
	font-size: 20px;
}
.products .product .woocommerce-price-suffix { margin: 10px 0 0 0; }
.products .product .add_to_cart_button {
	color: #888;
	border-top: 3px solid #f0f0f0;
	border-left: 3px solid #f0f0f0;
	border-right: 3px solid #f0f0f0;
	background: none;
	border-bottom: 3px solid #A7C735;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
	.products .product .add_to_cart_button:hover {
		color: #666;
		border-top: 3px solid #A7C735;
		border-left: 3px solid #A7C735;
		border-right: 3px solid #A7C735;
		background: none;
	}


/* Forms */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 3px solid #f0f0f0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.woocommerce form.checkout_coupon input[type="text"],
.woocommerce form.checkout_coupon input[type="email"],
.woocommerce form.checkout_coupon input[type="tel"],
.woocommerce form.checkout_coupon input[type="number"],
.woocommerce form.checkout_coupon input[type="password"],
.woocommerce form.login input[type="text"],
.woocommerce form.login input[type="email"],
.woocommerce form.login input[type="tel"],
.woocommerce form.login input[type="number"],
.woocommerce form.login input[type="password"],
.woocommerce form.register input[type="text"],
.woocommerce form.register input[type="email"],
.woocommerce form.register input[type="tel"],
.woocommerce form.register input[type="number"],
.woocommerce form.register input[type="password"] {
	display: block;
	margin: 0 0 5px 0;
	padding: 1% 2%;
	width: 96%;
	font-size: inherit;
	background: #f0f0f0;
}
	.woocommerce form.login .button {
		display: inline-block;
		margin: 0 0 5px 0;
		padding: 12px 40px;
		max-width: 250px;
		color: #fff;
		font-size: inherit;
		background: #4DB8AA;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.woocommerce form.login .button input[type="submit"]:hover { opacity: 0.7; }


/* =Lottery
-------------------------------------------------------------- */

.lottery-item {
	position: relative;
	margin: 0 0 40px 0;
}
	.lottery-item a { text-decoration: none; }
	.lottery-details h2 {
		margin: 20px 0 10px 0;
		color: #A7C735;
		font-size: 20px;
	}
	.lottery-details p { line-height: 1.5; }

	.lottery-form {
		max-width: 700px;
		padding: 30px 30px 20px 30px;
		border: 3px solid #f0f0f0;
	}
		.lottery-form h3 {
			margin: 0 0 20px 0;
			color: #4DB8AA;
			font-size: 20px;
			line-height: 1.4;
		}
	.lottery-form input[type="text"],
	.lottery-form input[type="email"],
	.lottery-form input[type="tel"],
	.lottery-form input[type="number"] {
		display: block;
		margin: 0 0 5px 0;
		padding: 1% 2%;
		width: 96%;
		font-size: inherit;
		background: #f0f0f0;
	}
	.lottery-form input[type="submit"] {
		display: inline-block;
		margin: 0 0 5px 0;
		padding: 12px 40px;
		max-width: 250px;
		color: #fff;
		font-size: inherit;
		background: #4DB8AA;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.lottery-form input[type="submit"]:hover { opacity: 0.7; }
		.lottery-info {
			margin: 30px 0 0 0;
			padding: 10px 20px;
			color: #999;
			background: #f0f0f0;
		}

.check-wrapper { margin: 20px 0 0 0; }
	.check-wrapper input {
		float: left;
	}
	.check-wrapper p {
		float: right;
		color: #969696;
		font-size: 90%;
		line-height: 1.5;
		width: 90%;
	}

/* =Contact Form 7 Acceptance
-------------------------------------------------------------- */

.wpcf7-list-item {
	margin-left: 0 !important;
	color: inherit;
}


/* =CookieCuttr
-------------------------------------------------------------- */

.cc-cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 20px;
	max-width: 400px;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	z-index: 9;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.cc-cookies .cc-cookie-title {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.cc-cookies .cc-cookie-content {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.cc-cookie-accept {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: green;
	border: 3px solid green;
}
.cc-cookie-accept:hover {
	color: #fff;
	opacity: 0.9;
}
.cc-cookie-decline {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	color: #999;
	padding: 6px 20px;
	text-decoration: none;
	border: 3px solid #f0f0f0;
}
.cc-cookie-decline:hover {
	color: inherit;
	border: 3px solid #ddd;
}



/* =CSS Animations
-------------------------------------------------------------- */

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-iteration-count: 5;
	-webkit-animation-iteration-count: 5;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

/* =Digimember
-------------------------------------------------------------- */

.digimember_login {
	 max-width: 700px;
	margin: 0 0 30px 0;
	 padding: 20px 30px;
	 font-size: inherit;
	 border: 3px solid #f0f0f0;
 }
	.digimember_login label { font-size: 16px; }
	.digimember_login input[type="text"],
	.digimember_login input[type="email"],
	.digimember_login input[type="tel"],
	.digimember_login input[type="number"],
	.digimember_login input[type="password"] {
		display: block;
		margin: 0 0 5px 0;
		padding: 1% 2%;
		width: 96%;
		font-size: inherit;
		background: #f0f0f0;
	}
	.digimember_login input[type="submit"] {
		display: inline-block;
		margin: 0 0 5px 0;
		padding: 12px 40px;
		max-width: 250px;
		color: #fff;
		font-size: 16px;
		background: #4DB8AA;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.digimember_login input[type="submit"]:hover { opacity: 0.7; }

	.digimember_menu ul li {
		margin: 0 2px 2px 0;
		padding: 0;
		list-style-type: none;
	}
	.digimember_menu ul li a {
		display: inline-block;
		padding: 5px 20px;
		color: #000;
		text-decoration: inherit;
		background: #f0f0f0;
	}
		.digimember_menu ul li.current-menu-item a {
			color: #fff !important;
			background: #4DB8AA;
		}

.ncore_form_table { font-size: 16px; }
	.ncore_form_table input[type="text"],
	.ncore_form_table input[type="email"],
	.ncore_form_table input[type="tel"],
	.ncore_form_table input[type="number"],
	.ncore_form_table input[type="password"] {
		display: block;
		margin: 0 0 5px 0;
		padding: 1% 2%;
		width: 96%;
		max-width: 300px;
		font-size: inherit;
		background: #f0f0f0;
	}
	.ncore_form_buttons input[type="submit"] {
		display: inline-block;
		margin: 0 0 5px 0;
		padding: 12px 40px;
		max-width: 250px;
		color: #fff;
		font-size: 16px;
		background: #4DB8AA;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.ncore_form_buttons input[type="submit"]:hover { opacity: 0.7; }


/* =Klick Tipp
-------------------------------------------------------------- */

.klicktipp-form {
	max-width: 700px;
	margin: 0 0 30px 0;
	padding: 30px;
	font-size: inherit;
	border: 3px solid #f0f0f0;
}

	.klicktipp-form input[type="text"],
	.klicktipp-form input[type="email"],
	.klicktipp-form input[type="tel"],
	.klicktipp-form input[type="number"],
	.klicktipp-form input[type="password"] {
		display: block;
		margin: 0 0 5px 0;
		padding: 1% 2%;
		width: 96%;
		font-size: inherit;
		background: #f0f0f0;
	}
	.klicktipp-form input[type="submit"] {
		display: inline-block;
		margin: 0 0 5px 0;
		padding: 12px 40px;
		max-width: 250px;
		color: #fff;
		font-size: 16px;
		background: #4DB8AA;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
	}
		.klicktipp-form input[type="submit"]:hover { opacity: 0.7; }


/* =Error jQuery Validate
-------------------------------------------------------------- */

input.error {
	background: #f9e4e4 !important;
	border: 1px solid #eccbcb;
}
label.error {
	display: block;
	padding: 3px 5px;
	font-size: 80%;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 360 pixels. */
@media screen and (min-width: 360px) {

	/* Header */
	.header-top .right input[type="text"] { min-width: 250px; }

	/* Page-Template: front-page.php */
	.videos { margin-top: 30px; }
	.video-list article {
		float: left !important;
		margin-bottom: -2px !important;
		width: 50% !important;
	}

	.home-top .lSAction > a { top: 14% !important; }

}

/* Minimum width of 440 pixels. */
@media screen and (min-width: 440px) {

	/* Page-Template: front-page.php */
	.home-top .lSAction > a { top: 18% !important; }

	/* Lexicon */
	#lexicon .tabcontent .lexicon-list li {
		float: left;
		width: 300px;
	}

}

/* Minimum width of 500 pixels. */
@media screen and (min-width: 500px) {

	/* Page-Template: front-page.php */
	.threesome article,
	.threesome section {
        position: relative;
		float: left;
		margin: 0;
		width: 32%;
	}
	.threesome article:nth-child(2),
	.threesome article:nth-child(5),
	.threesome article:nth-child(8),
	.threesome article:nth-child(11),
	.threesome article:nth-child(14),
	.threesome article:nth-child(17),
	.threesome section:nth-child(2),
	.threesome section:nth-child(5),
	.threesome section:nth-child(8),
	.threesome section:nth-child(11),
	.threesome section:nth-child(14),
	.threesome section:nth-child(17) {
		margin: 0 2% !important;
	}

	/* Page-Template: front-page.php */
	.video-list article { width: 33.333333% !important;	}
	.home-top .lSAction > a { top: 22% !important; }

	/* Gallery */
	.gallery-item { width: 33.333333%; }

	/* Lottery */
	.lottery-details {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 20px;
		max-width: 400px;
		background: #fff;
	}
	.lottery-details h2 {
		margin: 0 0 10px 0;
		font-size: 24px;
	}

	.single-lottery .site-content { width: 100% !important; }

}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	/* General */
	.site { overflow: hidden; }

	/* Footer */
	.footer-menu ul li {
		display: inline-block;
		text-align: left;
	}
	.footer-menu ul li a { margin: 0 0 0 30px; }

	/* Gallery */
	.gallery-item { width: 25%; }
	.gallery-columns-5 .gallery-item { width: 20%; }
	.gallery-columns-6 .gallery-item { width: 16.66666666666667%; }
	.gallery-columns-7 .gallery-item { width: 14.28571428571429%; }
	.gallery-columns-8 .gallery-item { width: 12.5%; }
	.gallery-columns-9 .gallery-item { width: 11.11111111111111%; }

	/* Page-Template: front-page.php */
	.home-top .lSAction > a { top: 26% !important; }

}

/* Minimum width of 700 pixels. */
@media screen and (min-width: 700px) {

	/* General */
	.entry-header .entry-title { margin: 0; }

	/* Header Top */
	.header-top .wrapper { padding: 0; }
	.header-top .left { padding: 10px 0; }

	/* Page-Template: front-page.php */
	.video-list article {
		margin: 0 0 30px 0 !important;
		width: 16.66666666666667% !important;
	}

	/* Newsletter */
	.newsletter .left {
		float: left;
		height: 30px;
		line-height: 30px;
		text-align: left;
	}
	.newsletter .left img {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;
	}
	.newsletter .right {
		float: right;
		height: 30px;
		line-height: 30px;
		text-align: right;
	}

	/* Page-Templae: page-contact.php */
	.page-template-page-contact .site-content,
	.single .site-content {
		float: left;
		width: 70%;
	}
	.page-template-page-contact .widget-area,
	.single .widget-area {
		float: right;
		width: 25%;
	}

	/* Landingpage */
	.single-landingpage .accordion-container { padding: 40px 0; }
	.single-landingpage .landingpage-title {
		position: absolute;
		top: 40px;
		left: 0;
		border-radius: 0 5px 5px 0;
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
	}
	.single-landingpage .landingpage-content { padding: 40px 0; }
	.single-landingpage .landingpage-content-3 {
		background: #f0f0f0;
	}

	/* Footer */
	.footer-widgets {
		margin-top: 40px;
		padding: 40px 0;
	}
	.footer-widgets .wrapper > ul > li { float: left; }
	.footer-widgets .wrapper > ul > li:nth-child(2) { margin: 0 3%; }
    .footer-widgets .wrapper > ul > li:nth-child(3) { margin: 0 3% 0 0; }

	.footer-legal ul li,
	.footer-legal ul li a {
		display: inline-block;
	}
	.footer-legal ul li a { padding: 5px 7px; }

	/* Gallery */
	.gallery { margin: 5px 0 25px 0; }
	.gallery-ngg .gallery-item { width: 20%; }

	/* Page-Template: front-page.php */
	.home-top .lSAction > a { top: 32% !important; }

}


/* Minimum width of 728 pixels. */
@media screen and (min-width: 728px) {

	.wallpaper-234x60 { display: none; }
	.wallpaper-728x90 { display: block; }

}


/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {

	/* General */
	.hidden-xs { display: block; }
	.alignleft,
	.left {
		float: left;
	}
	.alignright,
	.right {
		float: right;
	}

	/* Tabs */
	.tabs-container { padding: 40px 0; }

	/* Header */
	.header-top .left { width: 50%; }
	.header-top .right { width: 25%; }

	/* Footer */
	.footer-legal .left { margin: 0; }

	/* Woocommerce */
	.post-type-archive-product .site-content {
		float: left;
		width: 65%;
	}
	.post-type-archive-product .widget-area {
		float: right;
		width: 30%;
	}

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

	/* CookieCuttr */
	.cc-cookies {
		position: fixed;
		left: 50px;
		bottom: 50px;
	}
}
/* Minimum width of 930 pixels. */
@media screen and (min-width: 930px) {

	/* front-page.php */
	.home-top .left {
		float: left;
		width: 66%;
	}

	.home-top .right {
		float: right;
		width: 31%;
	}

	.home-top .lSAction > .lSNext {
		right: 36%;
	}

	.home-bottom .left {
		float: left;
		width: 75%;
	}

	.home-bottom .right {
		float: right;
		width: 21%;
	}

	/* Ad Toggle */
	.ad-toggle-content .ad-text { line-height: 36px; }

	.ad-toggle-content .btn-ad {
		display: inline-block;
		margin: 0 0 0 20px;
		padding: 10px 20px;
	}

	/* Archive */
	.archive-title { margin-top: 0;	}

}

/* Minimum width of 1040 pixels. */
@media screen and (min-width: 1040px) {

	/* Widget Area */
	.widget-area .widget-inner { padding: 25px 30px 40px 30px; }

	/* Footer */
	.footer-widgets .wrapper > ul > li:first-child { width: 40%; }
	.footer-widgets .wrapper > ul > li:nth-child(2) { width: 17%; }
	.footer-widgets .wrapper > ul > li:last-child(3) { width: 17%; }
	.footer-widgets .wrapper > ul > li:last-chil(4) { width: 17%; }

	.footer-legal .left { line-height: 26px; }

	/* Front Page */
	.home-top .lSAction > a { top: 44% !important; }

	/* Landingpage */
	.landingpage-form {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	/* WooCommerce */
	.woocommerce-MyAccount-navigation ul li {
		display: block;
		float: none;
	}
	.woocommerce-MyAccount-navigation ul li a { display: block; }

}

/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {

	/* Ads */
	.wallpaper-728x90 { display: none; }
	.wallpaper-1000x90,
	.wallpaper-160x600 {
		display: block;
	}

}

/* Minimum width of 1300 pixels. */
@media screen and (min-width: 1300px) {

	/* Front Page */
	.home-top .lSAction > a { top: 50% !important; }
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {	text-decoration: none; }
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#colophon,
	#respond,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.site-content nav,
	.widget-area,
	img.header-image {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
}
