/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?gzrl3z");
	src: url("fonts/icomoon.eot?gzrl3z#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gzrl3z") format("truetype"), url("fonts/icomoon.woff?gzrl3z") format("woff"), url("fonts/icomoon.svg?gzrl3z#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-full-screen:before {
	content: "\e90e";
}

.icon-search:before {
	content: "\e90a";
}

.icon-arrow-right:before {
	content: "\e90b";
}

.icon-arrow-left:before {
	content: "\e90c";
}

.icon-download:before {
	content: "\e90d";
}

.icon-printer:before {
	content: "\e902";
}

.icon-share:before {
	content: "\e903";
}

.icon-blank:before {
	content: "\e900";
	color: #a8a7a7;
}

.icon-bookmark:before {
	content: "\e901";
}

.icon-youtube:before {
	content: "\e904";
}

.icon-arrow-right1:before {
	content: "\e905";
}

.icon-xing:before {
	content: "\e906";
}

.icon-twitter:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\e908";
}

.icon-linkedin:before {
	content: "\e909";
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?ia06oi");
	src: url("fonts/icomoon.eot?ia06oi#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ia06oi") format("truetype"), url("fonts/icomoon.woff?ia06oi") format("woff"), url("fonts/icomoon.svg?ia06oi#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
	content: "\e90f";
}

.icon-arrow-up:before {
	content: "\e910";
}

.icon-arrow-right1:before {
	content: "\e905";
}

.icon-xing:before {
	content: "\e906";
}

.icon-twitter:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\e908";
}

.icon-linkedin:before {
	content: "\e909";
}

.icon-full-screen:before {
	content: "\e90e";
}

.icon-search:before {
	content: "\e90a";
}

.icon-download:before {
	content: "\e90d";
}

.icon-printer:before {
	content: "\e902";
}

.icon-share:before {
	content: "\e903";
}

.icon-arrow-right:before {
	content: "\e90b";
}

.icon-arrow-left:before {
	content: "\e90c";
}

.icon-download:before {
	content: "\e90d";
}

.icon-printer:before {
	content: "\e902";
}

.icon-share:before {
	content: "\e903";
}

.icon-blank:before {
	content: "\e900";
	color: #a8a7a7;
}

.icon-bookmark:before {
	content: "\e901";
}

.icon-youtube:before {
	content: "\e904";
}

.tools-list,
.tools-list ul,
.main-nav,
.seconds-nav,
.bread-crumbs,
.action-list,
.category-nav,
.category-nav li .slide,
.sup-links,
.manufactures-list,
.mega-menu .main-col .nav-list,
.social-list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #575656;
	background: #fff;
	font: 16px/1.3 "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.3em;
}

blockquote {
	border-left: 4px solid #a8a7a7;
	padding-left: .5em;
	margin-left: 1.3em;
}

th,
td {
	border: 1px solid #a8a7a7;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	line-height: 1;
	box-sizing: border-box;
	border: 2px solid #a8a7a7;
	padding: 4px 10px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	outline: none;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
textarea:hover {
	opacity: .8;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	opacity: 1;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a8a7a7;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #a8a7a7;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a8a7a7;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a8a7a7;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #a8a7a7;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	padding: 6px 10px;
	line-height: 1;
	border: none;
	border: 2px solid #a8a7a7;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background-color: #DDD;
	color: #000;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	opacity: .8;
}

.widget {
	margin-bottom: 1.3em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #575656;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.3em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.3em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.3em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.3em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #575656;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.3em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #575656;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #a8a7a7;
	padding: .4em;
	margin-bottom: 1.3em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.3em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.3em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.3em;
}

.mejs-container {
	margin-bottom: 1.3em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #a8a7a7;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 1.937em;
}

h2,
.h2 {
	font-size: 1.687em;
}

h3,
.h3 {
	font-size: 1.437em;
}

h4,
.h4 {
	font-size: 1.25em;
	color: #023770;
	font-weight: 400;
	margin: 0 0 20px;
}

h5,
.h5 {
	font-size: 1.125em;
}

h6,
.h6 {
	font-size: .937em;
}

p {
	margin: 0 0 1em;
}

a {
	color: #023770;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .2s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .2s ease-in-out, opacity .3s ease-in-out;
}

a:hover,
a:focus {
	opacity: .6;
	text-decoration: none;
}

.header {
	margin: 0 0 4px;
	position: relative;
}

.header .container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1024px;
	padding: 0 15px 0;
}

.header .container.header-top {
	padding: 55px 78px 55px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header .logo {
	width: 33.33%;
}

.header .logo .nav-opener {
	width: 50px;
}

.header .logo img {
	width: 260px;
	height: 115px;
}

.tools-list {
	width: 33.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-weight: 700;
	font-size: 1.125em;
}

.tools-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tools-list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tools-list > li:last-of-type:after {
	display: none;
}

.tools-list > li:after {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #b9b9b9;
	margin: 0 6px;
}

.tools-list a {
	color: #b9b9b9;
}

.tools-list a:hover {
	color: #575656;
}

.fontSize-list {
	font-size: 1em;
	line-height: 1;
}

.fontSize-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 0 0 4px;
}

.fontSize-list li:first-child {
	font-size: .875em;
}

.fontSize-list li:last-child {
	font-size: 1.125em;
}

.main-nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 18px;
	font-size: .875em;
	text-transform: uppercase;
}

.main-nav > li {
	margin: 0 21px;
}

.main-nav > li > a {
	border-color: #4daf47;
	display: inline-block;
	border-bottom: 3px solid transparent;
}

.main-nav > li > a:hover {
	border-bottom: 3px solid #4daf47;
}

.seconds-nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 40px;
	font-size: 1em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
}

.seconds-nav > li {
	margin: 0 21px;
}

.seconds-nav > li.active .menu-opener {
	border-color: #4daf47;
}

.seconds-nav > li.active .menu-opener:before,
.seconds-nav > li.active .menu-opener:after {
	top: 42%;
	-webkit-transform: rotate(-45deg) translate(-25%, -25%);
	-ms-transform: rotate(-45deg) translate(-25%, -25%);
	transform: rotate(-45deg) translate(-25%, -25%);
}

.seconds-nav > li.active .menu-opener:after {
	-webkit-transform: rotate(45deg) translate(35%, -55%);
	-ms-transform: rotate(45deg) translate(35%, -55%);
	transform: rotate(45deg) translate(35%, -55%);
}

.seconds-nav > li .menu-opener {
	position: relative;
}

.seconds-nav > li .menu-opener:before,
.seconds-nav > li .menu-opener:after {
	-webkit-transition: top .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: top .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out, top .4s ease-in-out;
	transition: transform .4s ease-in-out, top .4s ease-in-out, -webkit-transform .4s ease-in-out;
	content: "";
	position: absolute;
	top: 46%;
	left: calc(100% + 5px);
	background-color: #023770;
	height: 2px;
	width: 8px;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: rotate(45deg) translate(-25%, 50%);
	-ms-transform: rotate(45deg) translate(-25%, 50%);
	transform: rotate(45deg) translate(-25%, 50%);
}

.seconds-nav > li .menu-opener:after {
	-webkit-transform: rotate(-45deg) translate(25%, 50%);
	-ms-transform: rotate(-45deg) translate(25%, 50%);
	transform: rotate(-45deg) translate(25%, 50%);
}

.seconds-nav > li > a {
	border-color: #4daf47;
	display: inline-block;
	border-bottom: 3px solid transparent;
}

.seconds-nav > li > a:hover {
	border-bottom: 3px solid #4daf47;
}

.nav-drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-opener {
	text-indent: -9999px;
	height: 30px;
	position: relative;
	outline: none;
	z-index: 991;
	display: none;
	text-decoration: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #023770;
	border-radius: 2px;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -3px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 30px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	opacity: .7;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener span {
	background: #023770;
}

.main {
	position: relative;
}

.intro-section {
	margin: 0 0 4px;
}

.intro-section .container {
	max-width: 1054px;
}

.main-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 30px 80px;
	background-color: #fff;
}

.content-head {
	background-color: #a8a7a7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	margin: 0 0 40px;
	width: 100%;
}

.singel-inhalt {
	width: 65%;
	max-width: none !important;
	float: none !important;
}

.singel-sidebar {
	width: 35%;
	max-width: none !important;
	padding: 0 0 0 20px;
}

.bread-crumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	font-size: .8em;
	color: #fff;
}

.bread-crumbs li {
	/*display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;*/
	display:none;
}

.bread-crumbs li:after {
	content: ">";
	margin: 0 4px;
}

.bread-crumbs li:last-of-type:after {
	display: none;
}

.bread-crumbs .slide {
	padding: 0 0 0 5px;
}

.bread-crumbs a {
	color: #fff;
}

.search-row {
	margin: 0;
	font-size: .937em;
	padding: 0 0 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.search-row input[type="search"] {
	min-width: 270px;
	padding: 5px 10px;
}

.search-row input[type="submit"] {
	padding: 0 6px;
	font-family: "icomoon";
	font-weight: 700;
	content: "\e90a";
}

.product-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.product-info h1 {
	color: #023770;
	padding: 0 0 5px;
	position: relative;
	margin: 0 0 30px;
	width: 100%;
}

.product-info h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #a8a7a7;
}

.product-info .video-holder iframe {
	width: 100%;
	margin: 0 0 20px;
}

.product-info .video-holder h4 {
	margin: 0;
}

.media-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
	padding: 0 12px;
}

.media-info .open-close {
	font-size: 1.125em;
	margin: 0 0 10px;
}

.media-info .open-close.active .opener .decore {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.media-info .open-close .opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #a8a7a7;
	padding: 5px 10px 5px 12px;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}

.media-info .open-close .opener .decore {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 7.5px 0 7.5px;
	border-color: #fff transparent transparent transparent;
}

.media-info .open-close .slide {
	padding: 21px 0 11px 13px;
}

.media-info .open-close .brand-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
}

.media-info .open-close .brand-row .brand-logo {
	margin: 0 50px 0 0;
}

.media-info .open-close .brand-row .brand-logo img {
	max-width: 155px;
	height: /*64px;*/ auto;
}

.media-info .open-close .brand-row .brand-desc {
	color: #a8a7a7;
}

.media-info .open-close .down-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #575656;
	margin: 0 0 12px;
}

.media-info .open-close .down-btn:last-of-type {
	margin: 0;
}

.media-info .open-close .down-btn .icon-download {
	color: #090b0b;
	margin: 0 10px 0 0;
	font-size: 1.75em;
}

.media-info .open-close .access-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #575656;
}

.media-info .open-close .access-btn .icon-arrow-right1 {
	font-size: 1em;
	margin: 0 18px 0 0;
}

.txt-info {
	width: 50%;
	padding: 0 50px 0 10px;
}

.txt-info li{
	list-style-position: outside;
}

.txt-info p {
	margin: 0 0 22px;
}

.action-panel {
	padding: 15px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: .875em;
	border-top: 2px solid #a8a7a7;
}

.action-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -8px;
}

.action-list li {
	padding: 0 8px;
}

.action-list .share-open-close {
	position: relative;
}

.action-list .share-open-close .slide {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 10%);
	-ms-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%);
	min-width: 300px;
}

.main-content > .container {
	min-height: 80vh;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.category-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin: 0 0 11px;
	font-weight: 700;
	font-size: 1.125em;
	color: #fff;
	-webkit-transition: margin .1s ease-in-out;
	transition: margin .1s ease-in-out;
}

.category-nav a {
	color: #fff;
}

.category-nav > li {
	width: calc(100% / 6);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #2568be;
	padding: 12px 13px 20px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 89px;
}

.category-nav > li > .opener {
	text-transform: uppercase;
}

.category-nav .opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.category-nav .opener:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 9px;
	border-color: transparent transparent transparent #fff;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.category-nav li {
	cursor: pointer;
}

.category-nav li.active > .opener:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.category-nav li.active > .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
}

.category-nav li .slide {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: none;
	visibility: hidden;
}

.category-nav .second-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 11px 0 0 !important;
	margin: 0 -6px 2px !important;
}

.category-nav .second-nav > li {
	width: 50%;
	padding: 0 6px;
	margin: 0 0 11px;
}

.category-nav .second-nav > li > .opener {
	background-color: #446289;
	padding: 12px 12px;
}

.category-nav .second-nav > li > .opener:before {
	top: 35%;
	right: 13px;
}

.category-nav .third-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}

.category-nav .third-nav > li {
	width: 50%;
	padding: 0 6px;
	margin: 0 0 11px;
}

.category-nav .third-nav > li > .opener {
	background-color: #5e88be;
	padding: 12px 12px;
}

.category-nav .third-nav > li > .opener:before {
	top: 35%;
	right: 13px;
}

.category-nav .fourth-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}

.category-nav .fourth-nav > li {
	width: 25%;
	padding: 0 6px;
	margin: 0 0 14px;
}

.category-nav .fourth-nav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #8dbd8a;
	min-height: 144px;
	height: 100%;
}

.category-nav .fourth-nav > li > a .img-holder {
	width: 100%;
	text-align: center;
	max-height: 86px;
	min-height: 86px;
}

.category-nav .fourth-nav > li > a .txt {
	line-height: 1.1;
	text-align: left;
	background-color: #8dbd8a;
	width: 100%;
	min-height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 11px;
}

.posts-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -33px;
}

.news-post {
	width: 50%;
	padding: 0 33px;
	margin: 0 0 45px;
}

.news-post.large {
	width: 100%;
}

.news-post.large h3 {
	font-size: 1.937em;
	padding: 0 15px;
}

.news-post.large .img-holder {
	margin: 0 0 15px;
}

.news-post.large .txt-holder {
	padding: 0 15px;
}

.news-post .img-holder {
	margin: 0 0 30px;
}

.news-post .img-holder img {
	width: 100%;
}

.news-post .txt-holder {
	padding: 0 10px;
	line-height: 1.35;
}

.news-post h3 {
	color: #023770;
	font-weight: 400;
}

.news-post p {
	margin: 0 0 25px;
}

.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px 0 0;
}

.contacts .name {
	width: 100%;
	margin: 0 0 20px;
}

.contacts .txt-holder {
	width: 70%;
}

.contacts .img-holder {
	width: 30%;
}

.contacts .contacts-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contacts .contacts-row:last-of-type {
	padding: 20px 0 0;
}

.contacts .contacts-row .col {
	width: 25%;
}

.contacts .contacts-row .col:last-child {
	width: 75%;
}

.contacts a {
	color: inherit;
}

.product-slider {
	padding: 0 15px 20px;
	width: 100%;
}

.product-slider .product-gallery {
	overflow: visible;
}

.product-slider .product-gallery .img-holder {
	min-height: 460px;
}

.product-slider .product-gallery .slick-arrow {
	top: calc(100% + 60px);
}

.product-slider .slider-nav {
	width: 60%;
	margin: 0 auto;
	border-bottom: none;
	padding: 0;
}

.product-slider .slider-nav .img-holder img {
	margin: 0 auto;
}

.sup-info p:last-of-type {
	margin: 0;
}

.table-holder {
	margin: 0 0 50px;
}

.sup-links a {
	color: inherit;
}

.our-manufactures {
	width: 100%;
}

.our-manufactures h2 {
	font-size: 2.187em;
}

.our-manufactures h3 {
	font-size: 1.437em;
}

.our-manufactures h2,
.our-manufactures h3 {
	color: #023770;
	font-weight: 400;
}

.manufactures-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	font-size: 1.1em;
}

.manufactures-list li {
	width: 33.33%;
	padding: 0 5px 10px;
	margin: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.manufactures-list .logo-holder {
	display: block;
	min-height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #a8a7a7;
	margin: 0 0 15px;
}

.manufactures-list .media-info {
	width: 100%;
	padding: 0;
}

.manufactures-list .media-info .open-close {
	font-size: .95em;
}

.manufactures-list .media-info .open-close .contacts {
	font-size: 15px;
	padding: 0;
}

.manufactures-list .media-info .open-close .opener {
	padding: 10px 15px 10px 20px;
	font-size: 1.2em;
}

.manufactures-list .info-link {
	color: #575656;
	display: block;
}

.manufactures-list .txt-content {
	padding: 0 0 0 15px;
}

.manufactures-list p {
	margin: 0 0 1.2em;
}

.manufacture-detail {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.manufacture-detail h2 {
	border-bottom: 2px solid #a8a7a7;
	padding: 0 0 5px 10px;
	color: #023770;
	font-weight: 500;
	width: 100%;
	margin: 0 0 20px;
}

.manufacture-detail h3 {
	color: #023770;
	font-weight: 500;
}

.manufacture-detail .txt-info {
	width: 50%;
	padding: 0 10px 0 0;
}

.manufacture-detail .txt-info .logo-holder {
	width: 100%;
	min-height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #a8a7a7;
	margin: 0 0 25px;
}

.manufacture-detail .txt-info .action-list {
	padding: 30px 0 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 20px;
}

.manufacture-detail .media-info {
	width: 50%;
}

.manufacture-detail .media-info .contacts .txt-holder {
	padding: 0 15px 0 0;
}

body {
	background-color: #a8a7a7;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1024px;
}

.btn {
	color: #a8a7a7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn.request [class^="icon-"],
.btn.request [class*=" icon-"] {
	border: none;
	font-size: 2.875em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
	border: 2px solid #a8a7a7;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.562em;
}

.request-form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 18px;
}

.request-form .form-row .wpcf7-submit {
	width: auto;
	min-width: 120px;
	background-color: #a8a7a7;
	border: 1px solid #a8a7a7;
	color: #fff;
	padding: 10px 12px;
	margin-left: auto;
}

.request-form .form-row label {
	width: 27%;
}

.request-form .form-row input,
.request-form .form-row textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid;
	padding: 0;
}

.request-form .form-row input:focus,
.request-form .form-row textarea:focus {
	outline: none;
}

#mailpoet_form_1 {
	position: relative;
}

#mailpoet_form_1 .mailpoet_paragraph {
	position: relative;
}

#mailpoet_form_1 .mailpoet_paragraph input {
	min-height: 32px !important;
	margin: 0;
	font-size: 16px;
}

#mailpoet_form_1 .mailpoet_paragraph input.mailpoet_text {
	margin: 0 -2px 0 0;
}

#mailpoet_form_1 .parsley-errors-list,
#mailpoet_form_1 .mailpoet_message {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 300px;
	font-size: 14px;
}

#mailpoet_form_1 .mailpoet_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#mailpoet_form_1 input.parsley-error {
	border: 2px solid #a8a7a7;
}

.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation .nav-links .next,
.navigation .nav-links .prev {
	max-width: 100% !important;
}

.lang-list {
	border: none;
	color: #a8a7a7;
}

.lang-list:hover {
	color: #575656;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow {
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 99;
	font-size: 8.125em;
	padding: 0;
	background-color: transparent;
	border: none;
	color: rgba(255, 255, 255, .2);
	outline: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.slick-arrow:hover {
	color: rgba(255, 255, 255, .6);
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
	text-align: right;
}

.slick-arrow.slick-hidden {
	display: none;
}

.intro-slider .slide-wrap {
	min-height: 518px;
	padding: 71px 48px;
	position: relative;
}

.intro-slider .txt-holder {
	font-size: 1.375em;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.intro-slider .txt-holder h2 {
	display: inline-block;
	background-color: rgba(94, 136, 190, .9);
	padding: 8px 12px;
	margin: 0 0 9px;
	max-width: 100%;
	font-size: 1.937em;
	font-weight: 400;
}

.intro-slider .txt-holder .txt {
	max-width: 100%;
	display: inline-block;
	background-color: rgba(94, 136, 190, .9);
	padding: 13px 12px;
	letter-spacing: .4px;
}

.product-gallery {
	overflow: hidden;
	margin: 0 0 25px;
}

.product-gallery .img-holder {
	width: 100%;
	position: relative;
	display: block;
	min-height: 340px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-gallery .img-holder:before {
	content: "\e90e";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #d3d3d3;
	font-size: 50px;
}

.product-gallery .slick-arrow {
	font-size: 130px;
	color: rgba(168, 167, 167, .5);
	left: -45px;
}

.product-gallery .slick-arrow:hover {
	color: rgba(168, 167, 167, .8);
}

.product-gallery .slick-arrow.slick-next {
	left: auto;
	right: -45px;
}

.slider-nav {
	padding: 0 0 50px;
	border-bottom: 2px solid #a8a7a7;
	margin: 0 0 40px;
}

.slider-nav .img-holder {
	cursor: pointer;
	display: block;
}

.slider-nav .slick-arrow {
	font-size: 80px;
	color: rgba(168, 167, 167, .5);
}

body.compensate-for-scrollbar {
	overflow: hidden;
	-ms-overflow-style: none;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: .812em;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px 44px 0 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide--image {
	padding: 44px 0 0 0;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px 6px 0 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 44px 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
	margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: calc(100% - 44px);
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
	width: 100%;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background: transparent;
	height: 100px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	background: rgba(30, 30, 30, .6);
	height: 100%;
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: .875em;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px 25px 44px;
	right: 0;
}

.fancybox-caption::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption::after {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	border: 6px solid rgba(100, 100, 100, .5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 2.187em;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: .875em;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: .875em;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.ath-viewport * {
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0, 0, 0, .6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: .7em .6em;
	width: 18em;
	background: #eee;
	background-size: 100% auto;
	box-shadow: 0 .2em 0 #d1d1d1;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: .8em;
	line-height: 1.3em;
	display: block;
	margin-top: .5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: .7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet {
	right: .4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */

.ath-container:before {
	content: "";
	position: relative;
	display: block;
	float: right;
	margin: -.7em -.6em 0 .5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255, 255, 255, .8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -.7em .5em 0 -.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}

/* applied only if the application icon is shown */

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image: url(data:image/png;base64,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);
	margin-top: -.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image: url(data:image/png;base64,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);
	margin-bottom: .4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 .1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: "";
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	box-shadow: .2em .2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: "";
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto .2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 rgba(255, 255, 255, .5);
	margin: 0 auto .4em auto;
}

.mega-menu {
	overflow: hidden;
	position: absolute;
	max-width: 964px;
	margin: 0 auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-transform: none;
}

.mega-menu .nav-title {
	color: #fff;
	border-bottom: 2px solid #fff;
	padding: 0 0 13px;
	margin: 0;
	min-height: 70px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.mega-menu .prev-slide {
	position: absolute;
	bottom: 0;
	left: 2px;
	height: calc(100% - 70px);
	width: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	color: #a8a7a7;
	font-size: 1.187em;
	line-height: 1;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .65);
}

.mega-menu .prev-slide.active {
	opacity: 1;
	visibility: visible;
}

.mega-menu .close-slide {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	width: 30px;
	height: 30px;
}

.mega-menu .close-slide:before,
.mega-menu .close-slide:after {
	content: "";
	position: absolute;
	top: 45%;
	left: 14%;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mega-menu .close-slide:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mega-menu .main-col {
	position: absolute;
	height: 100%;
	width: calc(100% / 3);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	z-index: 10;
}

.mega-menu .main-col .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background-color: #a8a7a7;
	padding: 0 13px 0;
	border-right: 1px solid #fff;
}

.mega-menu .main-col .nav-list {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	width: calc(100% + 30px);
	padding: 0 30px 0 25px;
}

.mega-menu .main-col .nav-list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	margin: 0;
}

.mega-menu .main-col .nav-list > li:last-child {
	padding: 0 0 15px;
}

.mega-menu .main-col .nav-list > li > a {
	color: #fff;
	border: none;
	padding: 10px 0 0 30px;
	display: block;
	width: 100%;
	position: relative;
}

.mega-menu .main-col .nav-list > li > a:before {
	position: absolute;
	top: 9px;
	left: 0;
	color: #fff;
	content: ">";
	margin: 0 29px 0 0;
}

.mega-menu .main-col .nav-list > li > a:hover {
	border: none;
}

.mega-menu .main-col .nav-list > li.active > a {
	color: #023770;
}

.mega-menu .main-col .nav-list > li.active > a:before {
	color: #023770;
}

.mega-menu .main-col .scroll-arrows {
	height: auto;
	overflow: hidden;
	width: 100%;
}

ul.scroll-arrows {
	list-style-type: none;
	}

.mega-menu .main-col .scroll-arrows a {
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	color: #595d61;
	z-index: 9999;
	background-color: #fff;
	opacity: .65;
	height: 30px;
	font-size: .875em;
	font-family: "icomoon";
}

.mega-menu .main-col .scroll-arrows a:hover {
	opacity: .35;
}

.mega-menu .main-col .scroll-arrows a.arrow-up {
	top: 0;
}

.mega-menu .main-col .scroll-arrows a.arrow-up:before {
	content: "\e910";
}

.mega-menu .main-col .scroll-arrows a.arrow-down {
	bottom: 0;
}

.mega-menu .main-col .scroll-arrows a.arrow-down:before {
	content: "\e90f";
}

.mega-menu .main-col .scroll-arrows a.hide-arrow {
	opacity: 0;
	visibility: hidden;
}

.mega-menu .col-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	-webkit-animation: startAnim .5s forwards;
	animation: startAnim .5s forwards;
	z-index: -1;
}

.seconds-nav li.active .popup {
	-webkit-animation: popupOpen .6s backwards;
	animation: popupOpen .6s backwards;
	visibility: visible;
}

.seconds-nav .popup {
	visibility: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	right: 0;
	min-height: 522px;
	z-index: 9999;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .9);
	-webkit-animation: popupClose .6s backwards;
	animation: popupClose .6s backwards;
	border-top: 4px solid #a8a7a7;
}

.seconds-nav .popup:before {
	content: "";
	position: absolute;
	top: 0;
}

.footer .container {
	background-color: #023770;
	padding: 40px 15px 20px;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.375em;
	margin: 0 0 20px;
}

.social-list li {
	margin: 0 7px;
}

.social-list a {
	color: #fff;
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 25px;
}

.form-holder .sub-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-holder .sub-form input[type="email"] {
	margin: 0 -2px 0 0;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.125em;
}

.footer-nav li {
	margin: 0 20px;
}

.footer-nav a {
	color: #fff;
	display: inline-block;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: .4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.header .container {
		padding: 0 15px 0;
	}

	.header .container.header-top {
		padding: 15px 38px 15px;
	}

	.main-nav {
		padding: 15px 0 15px;
		margin: 0;
	}

	.main-nav > li {
		margin: 0 10px;
	}

	.seconds-nav {
		padding: 0 0 20px;
		font-size: .937em;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 900px;
	}

	.seconds-nav > li {
		margin: 0 15px;
	}

	.main-content .container {
		padding: 0 20px 40px;
	}

	.content-head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 20px;
	}

	.bread-crumbs {
		margin: 0 0 10px;
	}

	.search-row {
		padding: 0 0 10px;
	}

	.media-info .open-close {
		font-size: 1em;
	}

	.category-nav {
		font-size: .875em;
	}

	.category-nav > li {
		padding: 12px 8px 10px 8px;
		min-height: 69px;
	}

	.our-manufactures h2 {
		font-size: 2em;
	}

	.our-manufactures h3 {
		font-size: 1.2em;
	}

	.manufactures-list li {
		width: 50%;
	}

	.slick-arrow {
		font-size: 6.25em;
		top: 55%;
	}

	.intro-slider .slide-wrap {
		min-height: 380px;
		padding: 31px 18px;
	}

	.intro-slider .txt-holder {
		font-size: 1.125em;
	}

	.intro-slider .txt-holder h2 {
		font-size: 1.625em;
		padding: 4px 6px;
	}

	.intro-slider .txt-holder .txt {
		padding: 6px;
	}

	.product-gallery .slick-arrow {
		font-size: 120px;
		left: -35px;
	}

	.product-gallery .slick-arrow.slick-next {
		right: -35px;
	}

	.slider-nav {
		padding: 0 0 15px;
		margin: 0 0 20px;
	}

	.mega-menu .nav-title {
		padding: 15px 0 13px;
		text-align: center;
	}

	.mega-menu .prev-slide {
		height: calc(100% - 55px);
	}

	.mega-menu .main-col {
		width: calc(100% / 2);
	}

	.mega-menu .main-col .scroll-arrows a {
		display: none !important;
	}

	.seconds-nav .popup {
		min-height: 385px;
	}

	.footer .container {
		padding: 20px 15px 20px;
	}

	.social-list {
		font-size: 1em;
		margin: 0 0 10px;
	}

	.social-list a {
		width: 34px;
		height: 34px;
	}

	.footer-nav {
		font-size: 1em;
	}

	.footer-nav li {
		margin: 0 15px;
	}
}

@media all and (max-width: 768px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.header .container.header-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 15px;
	}

	.header .logo {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .logo a {
		width: 50%;
	}

	.tools-list {
		width: 100%;
		margin: 0 0 10px;
	}

	.main-nav {
		padding: 10px 0;
		font-size: 1.25em;
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align:right;
		order: 2;
	}

	.main-nav > li > a {
		padding: 3px 0;
		width: 100%;
	}

	.seconds-nav {
		font-size: 1.125em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 10px;
		text-align:left;
		order: 1;
	}

	.seconds-nav > li > a {
		padding: 2px 0;
		width: 100%;
	}

	.nav-drop {
		padding: .9375rem;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .5s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .5s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .5s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #023770;
		z-index: 100;
	}

	.resize-active .nav-drop {
		-webkit-transition: none;
		transition: none;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.nav-drop {
		padding: .625rem 0;
	}

	.nav-opener {
		display: block;
	}

	.main-content .container {
		padding: 0 15px 20px;
	}

	.singel-inhalt {
		width: 100%;
	}

	.singel-sidebar {
		width: 100%;
		padding: 0;
	}

	.bread-crumbs {
		display: none;
	}

	.search-row {
		width: 100%;
		max-width: none;
		padding: 0 0 3px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.search-row input[type="search"] {
		width: 90%;
		min-width: auto;
	}

	.media-info {
		width: 100%;
		padding: 0;
	}

	.txt-info {
		width: 100%;
		padding: 0;
	}

	.action-panel {
		font-size: .75em;
		padding: 15px 0;
	}

	.category-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.category-nav > li {
		width: calc(100% / 3);
	}

	.category-nav .second-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.category-nav .second-nav > li {
		width: 100%;
	}

	.category-nav .third-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.category-nav .third-nav > li {
		width: 100%;
	}

	.category-nav .fourth-nav > li {
		width: 50%;
	}

	.news-post {
		width: 100%;
	}

	.news-post.large h3 {
		font-size: 1.437em;
		padding: 0;
	}

	.news-post.large .txt-holder {
		padding: 0;
	}

	.news-post .img-holder {
		margin: 0 0 15px;
	}

	.news-post .txt-holder {
		padding: 0;
	}

	.product-slider {
		padding: 0 0 20px;
	}

	.product-slider .product-gallery .img-holder {
		min-height: 360px;
	}

	.product-slider .product-gallery .slick-arrow {
		top: 50%;
	}

	.product-slider .slider-nav {
		width: 100%;
	}

	.product-slider .slider-nav .img-holder {
		padding: 0 5px;
	}

	.our-manufactures h2 {
		font-size: 1.8em;
	}

	.our-manufactures h3 {
		font-size: 1em;
	}

	.manufactures-list {
		font-size: 1em;
		margin: 0;
	}

	.manufactures-list li {
		width: 100%;
	}

	.manufactures-list .media-info .open-close {
		font-size: .85em;
	}

	.manufactures-list .media-info .open-close .opener {
		padding: 5px 10px 5px 12px;
	}

	.manufactures-list .media-info .open-close .access-btn {
		margin: 0 0 4px;
	}

	.manufactures-list .txt-content {
		padding: 0;
	}

	.manufacture-detail .txt-info {
		width: 100%;
		padding: 0;
	}

	.manufacture-detail .txt-info .action-list {
		padding: 15px 0 0;
	}

	.manufacture-detail .media-info {
		width: 100%;
	}

	.btn.request [class^="icon-"],
	.btn.request [class*=" icon-"] {
		font-size: 2.5em;
	}

	.btn [class^="icon-"],
	.btn [class*=" icon-"] {
		width: 35px;
		height: 35px;
		font-size: 1.375em;
	}

	.slick-arrow {
		font-size: 5em;
	}

	.intro-slider .slide-wrap {
		min-height: 280px;
	}

	.intro-slider .txt-holder {
		font-size: 1em;
	}

	.intro-slider .txt-holder h2 {
		font-size: 1.375em;
	}

	.product-gallery {
		margin: 0 0 10px;
	}

	.product-gallery .img-holder:before {
		font-size: 40px;
	}

	.mega-menu .prev-slide {
		font-size: 1em;
		padding: 7px;
		height: calc(100% - 57px);
		bottom: 2px;
	}

	.mega-menu .close-slide {
		opacity: 1;
		visibility: visible;
	}

	.mega-menu .main-col {
		width: 100%;
	}

	.mega-menu .main-col .nav-list {
		width: 100%;
	}

	.seconds-nav .popup {
		top: 0;
		min-height: 100%;
	}
}

@media (max-width: 479px) {
	.bread-crumbs {
		font-size: .687em;
	}

	.category-nav > li {
		width: calc(100% / 2);
	}

	.category-nav .fourth-nav > li {
		width: 100%;
	}

	.contacts .txt-holder {
		width: 100%;
		margin: 0 0 15px;
	}

	.contacts .img-holder {
		width: 50%;
	}

	.product-slider .product-gallery .img-holder {
		min-height: 140px;
	}

	.product-gallery .img-holder:before {
		font-size: 35px;
	}

	.product-gallery .slick-arrow {
		font-size: 90px;
		left: -25px;
	}

	.product-gallery .slick-arrow.slick-next {
		right: -25px;
	}

	.mega-menu .nav-title {
		padding: 11px 0 10px;
	}

	.mega-menu .prev-slide {
		height: calc(100% - 50px);
	}

	.mega-menu .close-slide {
		top: 7px;
	}

	.mega-menu .main-col .nav-list > li > a {
		padding: 8px 0 0 25px;
	}

	.mega-menu .main-col .nav-list > li > a:before {
		top: 8px;
	}

	.footer .container {
		padding: 20px 15px 10px;
	}

	.footer-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-nav li {
		margin: 0 0 10px;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0 0 0;
	}

	.fancybox-slide--image .fancybox-content {
		margin-bottom: 6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes startAnim {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes startAnim {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes popupOpen {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes popupOpen {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes popupClose {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes popupClose {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.abstand a{
	margin-bottom: 10px;
	}


@media (max-width: 767px){
 	input#newsletterform {
		max-width: 100px !important;
	}
	.intro-slider .slide-wrap {
		min-height: auto !important;
		background-size: cover !important;
		max-width: 100% !important;
	}
	
	.product-info h1{
		font-size: 1.8em;
		}
}

.post-password-protected {
/*display:none;*/
	}
	
	.halbebreite{
		max-width: 50%;
		}

.page-template-page-nosidebar #content { width:100%; }
.page-template-page-gutenberg .singel-inhalt { width:100%; padding-right:0; }

.page-template-page-gutenberg-php .singel-inhalt .wp-block-columns{
	display: flex;
}

.mp_ap h2 { font-size:1.5em; width:100%; border-bottom:1px solid #575656; color:#575656; padding-bottom:0.25em; margin-bottom:1em; }
.mp_ap h3 { font-size:1em; width:100%; color:#575656; margin-bottom:1em; grid-column:1 / span 2; }
.mp_ap > div { display:flex; flex-basis:0; width:100%; justify-content:space-between; align-items:flex-start;}
.mp_ap > div > div:first-child{ display:grid; width:100%; grid-template-columns:1fr 2fr; }
.mp_ap > div > div:last-child { width:33%; }

@media (min-width: 768px) {

	.mp_ap {  }
	
}

.manufacturer-template-default .slick-slider, .post-type-archive-manufacturer .slick-slider{
	display: none;
}