/*!
Theme Name: core
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: core
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

core is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 

 
@font-face {
    font-family: 'ITC Zapf Dingbats';
    src: url('fonts/ZapfDingbats.eot');
    src: url('fonts/ZapfDingbats.eot?#iefix') format('embedded-opentype'),
        url('fonts/ZapfDingbats.woff2') format('woff2'),
        url('fonts/ZapfDingbats.woff') format('woff'),
        url('fonts/ZapfDingbats.ttf') format('truetype'),
        url('fonts/ZapfDingbats.svg#ZapfDingbats') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	    font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
font-family: 'Open Sans', sans-serif;


	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
font-family: 'Open Sans', sans-serif;


	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    margin-top: 0px;
}

p, ul, ol {
	margin-bottom: 1.5em;
    margin-top: 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 0 0;
}

address {
	margin: 0 0 0 0;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #000;
	border: 0;
	height: 1px;
	margin-bottom: 0;
}

ul,
ol {
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 0 0;
}

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

figure {
	margin: 0 0;
}

table {
	margin: 0 0 0 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;

	background: #e6e6e6;
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

:focus, a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 0 0;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 0 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 0;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
@media (min-width: 768px) {
.container {
	    max-width: 737px;
}
.col-sm-1,  .col-sm-2, .col-sm-25, .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11 {
	float: left;
}
.col-sm-1 {
	width: 8.333333333333332%;
}
.col-sm-2 {
	width: 16.666666666666664%;
}
.col-sm-25 {
	width: 20%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333333333%;
}
.col-sm-5 {
	width: 41.66666666666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.333333333333336%;
}
.col-sm-8 {
	width: 66.66666666666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.33333333333334%;
}
.col-sm-11 {
	width: 91.66666666666666%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-1, .col-sm-2, .col-sm-25, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
}
}
@media (min-width: 992px) {
.container {
	max-width: 930px;
}
}

@media (min-width: 1200px) {
.container {
max-width: 1120px;
}
}

@media (min-width: 1400px) {
.container {
	max-width: 1320px;
}
}


@media (min-width: 1600px) {
.container {
/*	max-width: 1612px; */
	
	max-width: 1500px;
}


}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

img{
vertical-align: top;
}

iframe{
vertical-align: top;
}

button:hover, a:hover{
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

.row .col-two{
width: 100%;
width: -webkit-calc(50% - 20px);
width: -moz-calc(50% - 20px);
width: calc(50% - 20px);
float: left;
}

.row .col-two:not(:nth-child(2n)){
 margin-right: 40px;
}


.row .col-two.longer img{
	width: 100%;
width: -webkit-calc(50% + 20px);
width: -moz-calc(50% + 20px);
width: calc(50% + 20px);
}


.longer{
  /*  -webkit-align-items: flex-start;
    align-items: flex-start; */
}

.longer{
  /*  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between; */
	
	position: relative;
	
	
    display: flex;
    justify-content: center;
    align-items: center;
    /* float: left; */
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}


.inside-part{
	    margin-right: -120px;
  /*  position: absolute;
	
	top: 100px; */
    z-index: 999;
	padding: 80px;
	background: #fff;
	text-align: left;
}


.inside-part-left{
	    margin-left: -120px;
  /*  position: absolute;
	
	top: 100px; */
    z-index: 999;
	padding: 80px;
	background: #fff;
	text-align: left;
}


.row .two-of-three{
width: 100%;
width: -webkit-calc(66.6666% - 40px);
width: -moz-calc(66.6666% - 40px);
width: calc(66.6666% - 40px);
float: left;
 margin-right: 80px;
}

.row .one-of-three{
width: 100%;
width: -webkit-calc(33.3333% - 40px);
width: -moz-calc(33.3333% - 40px);
width: calc(33.3333% - 40px);
float: left;
}


.home-news h5{
	margin-top: 10px;
	margin-bottom: 0px;
}

.row .col-three{
  width: 100%;
width: -webkit-calc(33.3333333333% - 26.6666666667px);
width: -moz-calc(33.3333333333% - 26.6666666667px);
width: calc(33.3333333333% - 26.6666666667px);
float: left;
}

.row .col-three:not(:nth-child(3n)){
 margin-right: 40px;
}

.footer-1{
	float: left;
	width: 25%;
	float: left;
}

.footer-2{
	float: left;
	width: 25%;
	float: left;	
}

.footer-3{
	float: left;
	width: 25%;
	float: left;	
}

.footer-4{
	float: left;
	width: 25%;
	float: left;	
}

.site-footer ul li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	
	text-align: left;

letter-spacing: 0px;
color: #fff;

    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.site-footer h2{
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: none;
    margin-top: 0px;
	
	 display: table; 
    color: #000;
    overflow: hidden;
    background: linear-gradient(to right, rgb(255 255 255 / 70%), rgb(255 255 255 / 80%) 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
	border-bottom: 1px solid rgb(255 255 255 / 20%); 
	padding-bottom: 10px;
}

.site-footer ul{
	margin-left: 0px;
	padding-left: 0px;
}

.footer-1{
	position: relative;
}

.footer-1 img{
	position: absolute;
	bottom: 0px;
}

.footer-1 img{
	max-width: 140px!important;
    margin-bottom: 43px;
}

.site-footer .footer-2 a, 
.site-footer .footer-2 a:focus, 
.site-footer .footer-2 a:active, 
.site-footer .footer-2 a:visited{
	display: inline-block;
}

.blue-part img{
	max-height: 90px;
	margin: 0px auto 20px;
	display: block;
}


.row .col-fourth{
  width: 100%;
width: -webkit-calc(25% - 30px);
width: -moz-calc(25% - 30px);
width: calc(25% - 30px);
float: left;
}

.row .col-fourth:not(:nth-child(4n)){
 margin-right: 40px;
}



.footer-copyright ul li {
    list-style-type: none;
    display: inline-block;
}

.footer-copyright li:not(:first-child):before {
    content: "|";
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    margin-right: 4px;
    margin-left: 2px;
}



.is-footer-longer .is-in{
	margin-left: 30px;
}

.is-footer-longer ul{
	    float: right;
    max-width: 350px;
}


.last-foot ul li {
    list-style-type: none;
    display: inline-block;
}

.last-foot li:before {
    content: "|";
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    margin-right: 4px;
    margin-left: 2px;
}





.watch .container .blog-left{
	    width: 50%;
    float: left;

}


.watch .container .blog-right{
	    width: 50%;
    float: left;
}

.watch .container h3{
text-align: left;

letter-spacing: 0px;
color: #050505;
opacity: 1;	
margin-bottom: 0px;
}

.watch .container .row:nth-child(odd) .blog-left{
	  float: right; 
}



.watch .container .row.rows{
	margin-bottom: 0px;
}

.site-content h1.watch-title{
	text-align: center;

}

.in-right{
    max-width: 100%;
padding-left: 80px;
    padding-top: 80px;
}

.watch .container .row:nth-child(odd) .in-right{
	    padding-left: 0px;
		padding-right: 80px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #2467a5;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 800;
}

.woocommerce-loop-product__title{
	text-align: left;
}

.post-grid-home img{

/*	
	max-width: 100%;
	max-width: -webkit-calc(100% - 50px);
	max-width: -moz-calc(100% - 50px);
	max-width: calc(100% - 50px); */
	
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.post-grid-home .col-sm-2::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.site-content{
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.designer .col-two{
	width: 50%;
}

.designer .container {
    max-width: 100%;
}

#media_image-3 img{
float: right;
}


.page-template-template-service-centered .standard h1, 
.page-template-template-service-centered .standard h2, 
.page-template-template-service-centered .standard h3, 
.page-template-template-service-centered .standard h4, 
.page-template-template-service-centered .standard h5, 
.page-template-template-service-centered .standard p{
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.bwg_container{
	margin-top: 60px;
}

a.services-part, 
a.services-part:focus, 
a.services-part:visited, 
a.services-part:active{
	display: block;
}



.has-plus{
    position: relative;
    display: block;
}

.services-part:hover{
	margin-top: -81px;
}

.has-plus:hover{
		-o-transition: none;
    -ms-transition: none;
	    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.has-plus:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.5) url(img/search.png) no-repeat 50% 50%;
    left: 0;
    top: 0;
  /*  -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; */
	
	-o-transition: all ease .3s;
    -ms-transition: all ease .3s;
	    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.footer-top .container .row{

    display: flex;
    flex-direction: row;

}

.footer-top .container .row .footer-1, 
.footer-top .container .row .footer-2, 
.footer-top .container .row .footer-3{

}



.else-contain p:last-child{
	margin-bottom: 0px;
}

.slogan{
	margin-bottom: 0px;
}

.is-name{
	max-width: 200px;
	margin: 20px 0px;
}

.else-contain{
	    display: flex;
    flex-direction: row;
}

a.scroll-down, 
a.scroll-down:focus, 
a.scroll-down:visited, 
a.scroll-down:active, 
a.scroll-down:hover{
    margin: 0px auto;
    display: block;
    border-radius: 0px!important;
    box-shadow: none!important;
    z-index: 99!important;
    border: none!important;
    outline: none!important;
    width: 45px!important;
    height: 46px!important;
    background: url(img/scroll-to-bottom.png) no-repeat!important;
    background-size: 45px 46px!important;
    text-indent: -9999px;

	
	    position: absolute;
    top: 915px;
    left: 0px;
    right: 0px;

}

.page-template-template-ueber-uns .scroll-down{
	display: block;
}

input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.site-content .slogan h3{
font-size: 30px;
    line-height: 40px;
	margin: 0px;
	font-weight: 800;
}

.site-content .slogan p{

	margin: 0px;
	font-weight: 800;
}


/*
ul#menu-social-networks li.instagram a{
	background-image: url(img/instagram.png)
}

ul#menu-social-networks li.pinterest a{
	background-image: url(img/pinterest.png)
}

ul#menu-social-networks li.twitter a{
	background-image: url(img/twitter.png)
}


ul#menu-social-networks li.facebook a{
	background-image: url(img/facebook.png)
}
*/




.google-plan label {
    margin-bottom: 5px;
    display: block;
}





.google-plan input[type="submit"], .google-plan input[type="submit"]:focus, .google-plan input[type="submit"]:visited, .google-plan input[type="submit"]:active {
    border: 1px solid #2A2F4D;
    text-decoration: none;
    color: #2A2F4D;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    outline: none;
    display: inline-block;
    margin-top: 15px;
    border-radius: 0px;
    background: transparent;
}


   
  #map {
  height: 700px;
  width: 100%;

}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}




#pac-input{
background: #F4F4F4 0% 0% no-repeat padding-box;

opacity: 1;

text-align: left;

letter-spacing: 0px;
color: #525252;
opacity: 1;

width: 758px;
height: 52px;
line-height: 52px;
position: static;
margin-left: 0px;
padding-left: 0px;
text-align: center;

margin-top: 76px;

}

#pac-input::-webkit-input-placeholder {
  color: rgb(82 82 82);
}

#pac-input::-moz-placeholder { 
  color: rgb(82 82 82);
}

#pac-input:-ms-input-placeholder {
  color: rgb(82 82 82);
}

#pac-input:-moz-placeholder { 
  color: rgb(82 82 82);
}

.business{
	margin: 194px 0px 215px 0px;
}


.page-template-template-haendler a#myBtn, 
.page-template-template-haendler a#myBtn:focus, 
.page-template-template-haendler a#myBtn:visited, 
.page-template-template-haendler a#myBtn:active{
	display: none;
}



.is-footer-shorter{
	width: 20%;
	float: left;
}

.is-footer-longer{
	width: 40%;
	float: left;
}

.is-in{
    width: 331px;
}

.last-footer{
	margin-left: 30px;
}

.first-foot img{
	max-width: 331px!important;
}

.site-footer p{
color: #fff;
    font-weight: 300;
	    font-size: 14px;
    line-height: 26px;
}

.site-footer ul li{
	    font-size: 14px;
    line-height: 26px;
}

.top-image-home::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 21%) /* url(img/repeater2.png) repeat */;
	 
}

.top-image::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 22%) /* url(img/repeater2.png) repeat */;
}

.is-footer-shorter ul li{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.footer-top{
padding: 80px 0px 90px 0px; 
}

.footer-cols .col-two:first-child{
       width: 100%;
    width: -webkit-calc(53% - 40px);
    width: -moz-calc(53% - 40px);
    width: calc(53% - 40px);
    float: left;
}

.footer-cols .col-two:last-child{
         width: 100%;
    width: -webkit-calc(47% - 40px);
    width: -moz-calc(47% - 40px);
    width: calc(47% - 40px);
    float: left;
}

.header-left{
    width: 160px;
    float: left;

}


.header-right{
    width: 100%;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    float: left;
}

.blog-left-part{
	    width: 100%;
    width: -webkit-calc(55% - 42px);
    width: -moz-calc(55% - 42px);
    width: calc(55% - 42px);
    float: left;
	margin-right: 84px;
}


.blog-right-part{
	    width: 100%;
    width: -webkit-calc(45% - 42px);
    width: -moz-calc(45- 42px);
    width: calc(45% - 42px);
    float: left;
}

.site-content .blog-right-part h3{
	text-align: left;

letter-spacing: 0px;
color: #050505;
opacity: 1;
margin-bottom: 0px;
}

.blog-right-part-in{
	max-width: 633px;
}

.blog-left-part img{

}

.one-product .container{
	max-width: 100%;
}

.main-navigation a, 
.main-navigation a:hover, 
.main-navigation a:active, 
.main-navigation a:focus{
text-align: left;
    letter-spacing: 0px;
  /* color: #000; */
	    color: #E6B23F;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
}

.post-grid-home h4{
text-decoration: none;
			color: #000;
			text-align: center;
}

.post-grid-home a h4,
.post-grid-home a:focus h4, 
.post-grid-home a:visited h4, 
.post-grid-home a:active h4{
text-decoration: none;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.post-grid-home a:hover h4{
	text-decoration: none;
	    color: #000;
		    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

.post-grid-home a:hover{
	text-decoration: none!important;
	    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
	

}

.post-grid-home .col-sm-3{
	position: relative;
}

.post-grid-home a h4{
	position: absolute;
}

.site-content h2.product-title{
	text-align: center;

letter-spacing: 0px;
color: #000;
opacity: 1;
	margin: 0px;
}


.main-navigation a:hover, .main-navigation li.current_page_item a{
    color: #E6B23F;
	opacity: 0.9;
}

.main-navigation li.current_page_item{
	position: relative;
}

.main-navigation li.current_page_item a{
color: #E6B23F;
}

.standard{
	padding: 80px 0px;
}

.standard.home-start{
	padding: 0px 0px 80px;
}

.standard-bottom {
    padding: 0px 0px 80px;
}

.main-navigation li li:hover:after{
	content: none;
}

.main-navigation li.menu-item-has-children:hover:after{
	content: none;
}

/*
.main-navigation li.menu-item-has-children:before{
	content: "";
	width: 14px;
	height: 8px;
	background: url(img/arrow.png) no-repeat;
	background-size: 100% 100%;
	display: block;
bottom: 7px;
	right: -27px;
	position: absolute;
}
*/
.main-navigation .sub-menu a:hover, .main-navigation li.current_page_item .sub-menu a {
        color: #E6B23F;
}

.main-navigation li.current_page_item.menu-item-has-children .sub-menu a{
	color: #fff;
}

.main-navigation li.current_page_item.menu-item-has-children .sub-menu a:hover{
	color: #E6B23F;
}

.page-id-5705 .main-navigation li#menu-item-5705 .sub-menu a{
	color: #fff;
}

.page-id-5705 .main-navigation li#menu-item-5705 .sub-menu a:hover{
	color: #E6B23F;
}



.page-id-5688 .main-navigation li#menu-item-5688 .sub-menu a{
	color: #fff;
}

.page-id-5688 .main-navigation li#menu-item-5688 .sub-menu a:hover{
	color: #E6B23F;
}



.page-id-5713 .main-navigation li#menu-item-5713 .sub-menu a{
	color: #fff;
}

.page-id-5713 .main-navigation li#menu-item-5713 .sub-menu a:hover{
	color: #E6B23F;
}







.page-id-5738 .main-navigation li#menu-item-5738 .sub-menu a{
	color: #fff;
}

.page-id-5738 .main-navigation li#menu-item-5738 .sub-menu a:hover{
	color: #E6B23F;
}



.page-id-5621 .main-navigation li#menu-item-5621 .sub-menu a{
	color: #fff;
}

.page-id-5621 .main-navigation li#menu-item-5621 .sub-menu a:hover{
	color: #E6B23F;
}





.page-id-5709 .main-navigation li#menu-item-5709 .sub-menu a{
	color: #fff;
}

.page-id-5709 .main-navigation li#menu-item-5709 .sub-menu a:hover{
	color: #E6B23F;
}



.main-navigation li:not(:last-child){
margin-right: 30px;
}

.sub-menu a, 
.sub-menu a:focus, 
.sub-menu a:active, 
.sub-menu a:visited, 
.sub-menu a:hover{
	    text-transform: none;
		font-size: 80%;
}

.page-template-template-haendler .scroll-down{
	display: none;
}



.landing img{
	width: 100%;
}

.top-bar ul {
    float: right;
    margin-top: 0px;
}

.top-bar ul li {

   
	
	
	text-align: left;
font-weight: normal;
font-size: 25px;

letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.top-bar ul li a,
.top-bar ul li a:focus, 
.top-bar ul li a:visited, 
.top-bar ul li a:active{
text-decoration: none;
}

.top-bar ul li {
    list-style-type: none;
    display: inline-block;
}

.top-bar li:not(:first-child):before {
    content: "|";
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    margin-right: 4px;
    margin-left: 2px;
}





.woocommerce .woocommerce-ordering select{
    height: 50px;
    line-height: 50px!important;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 0px 15px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.xoo-wsc-footer button{
    color: #ffffff;
padding: 0 15px;
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
    display: table;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    margin: 0 0 0 10px;
    padding: 10px 9pt;
    font-weight: 400;
    font-size: 15px;
    text-shadow: none;
    outline: none;
    outline-offset: 0px;
    border-radius: 0px;
}


.site-header{
    height: 126px;
         background: transparent;
position: absolute;
top: 0px;
		 width: 100%;
		 z-index: 999;
		 
	
}

.header-top{
	height: 30px;
	
}

.header-bottom{
	/* background: #fff; */
	/* background: #111; */
	height: 90px;
}

.change .site-header{
       transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
     width: 100%;
     z-index: 99;
}

.site-branding a, 
.site-branding a:active, 
.site-branding a:focus, 
.site-branding a:visited{
	    margin-top: 4.5px;
}

.main-navigation ul{
        margin-top: 15px;
    margin-left: 0px;
    float: left;
}

.site-content ul.home-buttons{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 40px;
}

.site-content ul.home-buttons li{
	display: inline-block;
		padding-left: 0px;
	margin-left: 0px;
}









 
 .header-search{
 float: right;
 margin-left: 0px;
margin-top: 60px;
 }
 
 .change .header-search{
 float: right;
 margin-left: 0px;
margin-top: 35px;
 }


.site-content h1{
color: #000;
font-size: 30px;
line-height: 40px;
font-weight: 700;
letter-spacing: 0.3px;
text-transform: uppercase;
margin-top: 0px;
}


.site-content h2{
color: #000;
font-size: 27px;
line-height: 37px;
font-weight: 700;
letter-spacing: 0.3px;
text-transform: uppercase;
margin-top: 0px;
}

.site-content h3{
color: #000;
font-size: 24px;
line-height: 34px;
font-weight: 700;
letter-spacing: 0.3px;
text-transform: uppercase;
margin-top: 0px;
}

.site-content h4{
color: #000;
font-size: 21px;
line-height: 31px;
font-weight: 700;
letter-spacing: 0.3px;
text-transform: uppercase;
margin-top: 0px;
}

.site-content h5{
color: #000;
font-size: 18px;
line-height: 28px;
font-weight: 700;
letter-spacing: 0.3px;
text-transform: uppercase;
margin-top: 0px;
}

.is-first h2{
	text-align: right;
	margin-bottom: 70px;
}

.landing{
	margin-top: 106px;
}

.site-content{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.business .container{
	max-width: 100%;
}

.business .row .col-two {
    width: 100%;
    width: -webkit-calc(50% - 42px);
    width: -moz-calc(50% - 42px);
    width: calc(50% - 42px);
    float: left;
}

.business .row .col-two:not(:nth-child(2n)) {
    margin-right: 84px;
}

.standard-part{
padding: 60px 0px 60px 0px;
}


.site-content p{
color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0px;
margin-top: 0px;
text-align: justify;
}

.site-content ul{
	padding-left: 0px;
	margin-left: 0px;
}

.site-content ol{
	padding-left: 0px;
	margin-left: 0px;
}

.site-content ul li{
color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0px;
 position: relative;
padding-left: 26px;
list-style-type: none;
}






.site-content ul{
    margin-bottom: 0em;
        padding-left: 0px;
}

.site-content ol li{
color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0px;
    text-align: justify;
 position: relative;
padding-left: 26px;
list-style-type: none;
}

.site-content ol{
    margin-bottom: 0em;
    padding-left: 0px;
}




.top-image{
  height: 500px; 
  background-repeat: no-repeat;
  background-position: bottom center;
/*  background-attachment: fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  position: relative;

  width: 100%; 
  
  background-position: 50% 50%;

/* display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; */





}




.page-template-template-about .top-image{
	    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    position: relative;
    width: 100%;
}

.top-image .container{
	position: relative;
	 height: 500px;  
}

.top-image .container h1.main-title{
	/* position: absolute;
	left: 60px;
	bottom: 60px;
	margin-bottom: 0px;
	z-index: 99; */
}

.home-text{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.business-top{
	position: relative;
}

.butt-business{
	position: absolute;
	top: 915px; 
	left: 0px;
	right: 0px;
}

.home-second .home-text p{
	/* text-align: justify; */
}

.top-part{
	  margin-bottom: 0px;
}


.overtitle{
display: block;
color: #2467a5;
font-size: 25px;
font-weight: 400;
line-height: 40px;
    margin-bottom: 5px;
}

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

.site-content a, 
.site-content a:focus, 
.site-content a:active, 
.site-content a:visited{
text-decoration: none;
}

.site-content a:hover{
text-decoration: underline;
}





.site-footer a, 
.site-footer a:focus, 
.site-footer a:visited, 
.site-footer a:focus{
    text-decoration: none;
	color: #fff;
}

.site-footer a:hover{
    text-decoration: underline;
}




.cli-plugin-main-link {
    margin-left: 0px;
    font-weight: 400;
    text-decoration: none;
}


.side-contact {
    width: 65px;
    height: 157px;
    background: url(img/button.png) no-repeat;
    position: fixed;
    right: 0px;
    top: 130px;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
        z-index: 9;
    
    writing-mode: vertical-rl;
text-orientation: upright;

color: #ffffff;

font-size: 25px;
font-weight: 500;
line-height: 28px;    
}


.home-image-cover{
position: relative;
}

.home-box{
    position: absolute;
    left: 0px;
    margin: 0px auto;
    bottom: 40px;
    max-width: 100%;
}

.home-image-cover:hover .home-box{

}

.right-content{
	max-width: 785px;
}

:hover{
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}



.home-box-in{
 padding: 0px;
}

.home-box-in h1{
color: #fff;
font-size: 40px;
font-weight: 600;
line-height: 49.32px;

margin: 0px;
}

.coupon input.button{
display: inline-block;
}


.home-box-in h1 a, 
.home-box-in h1 a:focus, 
.home-box-in h1 a:visited, 
.home-box-in h1 a:active, 
.home-box-in h1 a:hover{
color: #fff;
text-decoration: none;
}

.home-image-cover:hover .home-box-in h1 a, 
.home-image-cover:hover .home-box-in h1 a:focus, 
.home-image-cover:hover .home-box-in h1 a:visited, 
.home-image-cover:hover .home-box-in h1 a:active, 
.home-image-cover:hover .home-box-in h1 a:hover{
color: #fff;
text-decoration: none;
}

   /* the slides */
  .carousel .slick-slide {
    margin: 0 5px;
  }
  /* the parent */
  .carousel .slick-list {
    margin: 0 -5px;
  }


  section.products{
  padding-bottom: 80px;
  }
  
  section.products.sec{
	padding: 80px 0px;  
  }

.site-content .home-box-in p{
color: #fff;
margin: 10px 0px 0px 0px;
font-weight: 300;
}

a.link, 
a.link:focus, 
a.link:active, 
a.link:visited{
  color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}

a.link:hover{
text-decoration: underline;
}

.regular{
padding: 60px 0px 60px 0px;
}

.home-second .has-bg{
    margin-top: 60px;
   
    position: relative;
}

.home-second .has-bg ul{
position: absolute;
bottom: 46px;
left: 50px;
padding-left: 0px;
}

.home-second .has-bg ul li{
list-style-type: none;
color: #fff;

color: #ffffff;
font-size: 25px;
font-weight: 400;
line-height: 58px;
border-bottom: 1px solid #fff;
padding-right: 60px;
}

.home-second .has-bg ul li a, 
.home-second .has-bg ul li a:focus, 
.home-second .has-bg ul li a:visited, 
.home-second .has-bg ul li a:active{
color: #fff;
text-decoration: none;
}


.contain{
	  display: flex;
  flex-direction: row;
      margin-top: -56px;
}

.columns-home .container{
	max-width: 100%;
}

.butt.home{
	margin-top: -216px;
    z-index: 999999;
    position: relative;
	margin-bottom: 164px;
}

a.butt, 
a.butt:focus, 
a.butt:active, 
a.butt:visited, 
button, 
button:focus, 
button:active, 
button:visited, 
input[type="button"], 
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:visited,
input[type="reset"], 
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"]:visited , 
input[type="submit"]:not(.search-submit),
input[type="submit"]:not(.search-submit):focus,
input[type="submit"]:not(.search-submit):active,
input[type="submit"]:not(.search-submit):visited{
padding: 0px;
    border: 1px solid #000;
    opacity: 1;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    background: transparent;
    display: table;
    height: 45px;
    line-height: 45px;
    box-shadow: none;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0px;
    margin-right: auto;
	
	
}




a.butt.dark, 
a.butt.dark:focus, 
a.butt.dark:active, 
a.butt.dark:visited, 
button, 
button:focus, 
button:active, 
button:visited, 
input[type="button"], 
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:visited,
input[type="reset"], 
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"]:visited , 
input[type="submit"]:not(.search-submit),
input[type="submit"]:not(.search-submit):focus,
input[type="submit"]:not(.search-submit):active,
input[type="submit"]:not(.search-submit):visited{

padding: 0px;


border: 1px solid #000;

opacity: 1;
font-size: 16px;
text-align: center;

letter-spacing: 0px;
color: #000;
opacity: 1;
background: transparent;
display: table;
height: 45px;
line-height: 45px;
box-shadow: none;
width: auto;
    padding-left: 40px;
    padding-right: 40px;
margin-left: 0px;
margin-right: auto;
}


.call.dark input[type="submit"]:not(.search-submit), 
.call.dark input[type="submit"]:not(.search-submit):focus, 
.call.dark input[type="submit"]:not(.search-submit):active, 
.call.dark input[type="submit"]:not(.search-submit):visited{
	    border: 1px solid #fff;
    color: #000;
	background: #fff;
}

.call.dark input[type="submit"]:not(.search-submit):hover{
	    border: 1px solid #fff;
    color: #fff;
	background: transparent;
}


a.butt:hover, 
button:hover, 
input[type="button"]:hover,
input[type="reset"]:hover 
input[type="submit"]:not(.search-submit):hover
{
	    background-color: #000;
    border-color: #000;
color: #fff;


}


a.butt.dark:hover, 
button.dark:hover, 
input[type="button"].dark:hover,
input[type="reset"].dark:hover 
input[type="submit"].dark:not(.search-submit):hover{
	    background-color: #000;
    border-color: #000;
color: #fff;


}


.home-box a.butt, 
.home-box a.butt:focus, 
.home-box a.butt:active, 
.home-box a.butt:visited{
	border: 1px solid #fff;
	color: #fff;
}

.home-box a.butt:hover{
	background: #fff;
	color: #000;
}

.home-box a.butt.inverse, 
.home-box a.butt.inverse:focus, 
.home-box a.butt.inverse:active, 
.home-box a.butt.inverse:visited{
		border: 1px solid #fff;
		background: #fff;
	color: #000;
}

.home-box a.butt.inverse:hover{
	background: transparent;
	color: #fff;
		border: 1px solid #fff;
}

body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button, 
body .woocommerce #respond input#submit:active, 
body .woocommerce a.button:active, 
body .woocommerce button.button:active, 
body .woocommerce input.button:active, 
body .woocommerce #respond input#submit:visited, 
body .woocommerce a.button:visited, 
body .woocommerce button.button:visited, 
body .woocommerce input.button:visited, 
body .woocommerce #respond input#submit:focus, 
body .woocommerce a.button:focus, 
body .woocommerce button.button:focus, 
body .woocommerce input.button:focus{
	    padding: 0px;
    border: 1px solid #000;
    opacity: 1;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    background: transparent;
    display: table;
    height: 45px;
    line-height: 45px;
    box-shadow: none;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0px;
    margin-right: auto;
	font-weight: 400;
	border-radius: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
     background-color: transparent;
       color: #000;
    -webkit-font-smoothing: antialiased;
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #525252;
    border-color: #525252;
color: #fff;	
}



.woocommerce div.product div.images {
    margin-bottom: 0;
}

.covers .row{
	margin-bottom: 40px;
}


.covers .row:nth-child(odd) .image-part{
		float: right;
		    margin-right: 0px;
			    margin-left: 80px;
}

.covers .row:nth-child(odd) .text-part{
	float: left;
}


.home-start .butt{
	margin-top: 60px;
}

a#myBtn, 
a#myBtn:focus, 
a#myBtn:visited, 
a#myBtn:active {
margin: 120px auto;
 display: block;
 border-radius: 0px;
     box-shadow: none;
  z-index: 99;
  border: none;
  outline: none;
width: 45px;
height: 46px;
background: url(img/scroll-to-top.png) no-repeat;
background-size: 45px 46px;
text-indent: -9999px;
overflow: hidden;
}


.page-template-template-ueber-uns a#myBtn, 
.page-template-template-ueber-uns a#myBtn:focus, 
.page-template-template-ueber-uns a#myBtn:visited, 
.page-template-template-ueber-uns a#myBtn:active{
	display: none;
}

.mc4wp-form{
	margin-bottom: 60px;
}

#map input, 
#map button{
	background: transparent;
	min-width: 0px;
	line-height: normal;
	margin: auto;
	 padding: 13px 13px;
}




.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg, 
.woocommerce div.product div.images img{

	margin-bottom: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li img{

		padding: 10px;
}



.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 10px 9pt;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
        line-height: normal;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0px; 
    background-color: #2467a5;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

select {
    border: 1px solid #ccc;
	height: 45px;
	line-height: 45px;
}

.woocommerce ul.products li.product .price {
    color: #E6B23F;
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 24px;
}



a.butt:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover{
background-color: #000;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
    text-decoration: none;
	color: #fff;
}

.slogan p{
	text-align: left;

letter-spacing: 0px;
color: #101010;
margin-bottom: 0px;
}

.slogan-name p{

letter-spacing: 0px;
color: #101010;
}

.xoo-wsc-items-count {
    background-color: #E6B23F;
    color: #ffffff;
}

.has-slogan{
	position: relative;
}

.slogan-cover{
	position: absolute;
	    top: 0px;
		max-width: 650px
}

.dark span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    background: rgb(0 0 0 / 31%);
    padding: 10px;
}

.home-second h2, 
.home-second p, 
.home-second h3, 
.home-second .overtitle{
	text-align: center;
	
}

.in-carousel{
	position: relative;
	
}

.in-carousel-content{
	position: absolute;
	top: 256px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	max-width: 358px;
	
}

.in-carousel-content h4{
	text-align: center;

letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
margin-bottom: 13px;
}

.in-carousel-content p{
text-align: center;

letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;	
}

.search-form input[type="search"]{
border: 0px;
border-radius: 0px;
border: 1px solid #000;
height: 30px;
line-height: 30px;
color: #000;
 padding: 0px 0px 0px 8px; 
 max-width: 210px;
}

.search-form input[type="submit"], 
.search-form input[type="submit"]:focus, 
.search-form input[type="submit"]:visited, 
.search-form input[type="submit"]:active, 
.search-form input[type="submit"]:hover{
border-radius: 0px;
border: 0px;
background: url(img/search.png) no-repeat;
width: 27px;
height: 26px;
text-indent: -9999px;
cursor: pointer;
display: none;
}

.widget.widget_tag_cloud h4{
	display: none;
}

.header-search input[type="search"]{
border: 0px;
border-radius: 0px;
    border: none;
    border-bottom: 0px solid transparent;
height: 30px;
line-height: 30px;
color: #000;
 padding: 0px 0px 0px 8px; 
 max-width: 200px;
 font-size: 18px;
    background: url(img/search.png) no-repeat 50% 50%;
    background-size: 28px 29px;
	 float: right;
}

.header-search ::-webkit-input-placeholder { 
  color: rgba(0, 0, 0, 0);
}

.header-search ::-moz-placeholder { 
  color: rgba(0, 0, 0, 0);
}

.header-search :-ms-input-placeholder { 
  color: rgba(0, 0, 0, 0);
}

.header-search :-moz-placeholder { 
  color: rgba(0, 0, 0, 0);
}

.header-search input[type="submit"], 
.header-search input[type="submit"]:focus, 
.header-search input[type="submit"]:visited, 
.header-search input[type="submit"]:active, 
.header-search input[type="submit"]:hover{
display: none;
}

.search-page{
min-height: 100vh;
min-height: -webkit-calc(100vh - 288px);
min-height: -moz-calc(100vh - 288px);
min-height: calc(100vh - 288px);
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.blue-part{

 background-repeat: no-repeat;
 background-size: cover;
padding: 110px 0px 90px 0px;
}

.header-switcher{
float: right;
width: 69px;

        margin-top: 34px;
}

.change .site-header .header-switcher{
    margin-top: 10px;
}

.is-rel{
	position: relative;
}

.bg-part{
 background: url(images/bg.jpg); 
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.home-finfth{
position: relative;
}

.home-finfth:before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.home-finfth .container{
position: relative;
z-index: 99;
}


.site-content .blue-part h1, 
.site-content .blue-part h2, 
.site-content .blue-part h3, 
.site-content .blue-part h4, 
.site-content .blue-part h5, 
.site-content .blue-part ul li, 
.site-content .blue-part ol li, 
.site-content .blue-part p, 
.site-content .blue-part .overtitle{
/* color: #fff; */
text-align: center;
}
/*
.site-content .blue-part a, 
.site-content .blue-part a:focus, 
.site-content .blue-part a:visited, 
.site-content .blue-part a:active{
   color: #fff;
   text-decoration: none;
} 

.site-content .blue-part a:hover{
   color: #fff;
   text-decoration: underline;
} 
*/
.site-content a.butt.fire,
.site-content a.butt.fire:focus,
.site-content a.butt.fire:active,
.site-content a.butt.fire:visited{
   background: url(img/fire.png) no-repeat;
   background-size: cover;
   margin-left: auto;
   margin-right: auto;
   display: table;
   border: 1px solid #fff;
   margin-top: 40px;
}

.site-content a.butt.fire:hover{
text-decoration: none;


}


.site-content .home-fourth{
padding: 80px 0px 80px 0px;
}



.tagged_as{
	display: none;
}

  

.site-content .home-finfth h1, 
.site-content .home-finfth h2, 
.site-content .home-finfth h3, 
.site-content .home-finfth h4, 
.site-content .home-finfth h5, 
.site-content .home-finfth ul li, 
.site-content .home-finfth ol li, 
.site-content .home-finfth p, 
.site-content .home-finfth .overtitle{
color: #fff;
text-align: center;
}

.site-content .home-finfth .blue-part a, 
.site-content .home-finfth .blue-part a:focus, 
.site-content .home-finfth .blue-part a:visited, 
.site-content .home-finfth .blue-part a:active{
   color: #fff;
   text-decoration: none;
} 


 .site-content .home-finfth .blue-part a:hover{
   color: #fff;
   text-decoration: underline;
} 


 .site-content .home-finfth{
padding: 60px 0px 60px 0px;
 }
 
 
 .contact-first{
 padding: 60px 0px 60px 0px;
 }
 
 .contact-logo{
 margin-bottom: 30px;
 max-width: 200px;
 }
 
 .contactform-title{
 margin-top: 40px;
 }
 
 /*
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="range"], 
.wpcf7 input[type="date"], 
.wpcf7 input[type="month"], 
.wpcf7 input[type="week"], 
.wpcf7 input[type="time"], 
.wpcf7 input[type="datetime"], 
.wpcf7 input[type="datetime-local"], 
.wpcf7 input[type="color"] {
 background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: none;
border: none;
border: 1px solid #000;
border-bottom: 2px solid #000;
opacity: 1;


text-align: left;

letter-spacing: 0px;
color: #000;
opacity: 1;

width: 100%;
max-width: 100%;

    font-size: 16px;
    font-weight: 400;

	padding-left: 15px;
	padding-right: 15px;
 }
 */
 .woocommerce .woocommerce-ordering select{
	  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: none;
border: none;
border-bottom: 1px solid #000;
border-bottom: 2px solid #000;
opacity: 1;


text-align: center;

letter-spacing: 0px;
color: #000;
opacity: 1;

width: 100%;
max-width: 100%;

    font-size: 16px;
    font-weight: 300;

padding-left: 0px;
padding-right: 0px;
 }
 
 .wpcf7, .note, .contact-form-cover{
	 width: 730px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
 
 /*
.wpcf7 textarea{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: none;
border: none;
border: 1px solid #000;
border-bottom: 2px solid #000;
opacity: 1;
width: 100%;
max-width: 100%;

text-align: left;

letter-spacing: 0px;
color: #000;
opacity: 1;
height: 220px;
padding-left: 0px;
padding-right: 0px;

    font-size: 16px;
    font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
}
*/


.responsive-main{
	display: none;
}

.wpcf7 ::-webkit-input-placeholder {
  color: rgb(5 5 5);
}

.wpcf7 ::-moz-placeholder {
  color: rgb(5 5 5);
}

.wpcf7 :-ms-input-placeholder {
  color: rgb(5 5 5);
}

.wpcf7 :-moz-placeholder { 
  color: rgb(5 5 5);
}

.wpcf7 p{
margin-bottom: 15px;
color: #000;
}

.wpcf7 p a, 
.wpcf7 p a:focus, 
.wpcf7 p a:visited, 
.wpcf7 p a:active{
	text-decoration: underline;
	color: #000;
}

.wpcf7 p a:hover{
		text-decoration: none;
}

div.wpcf7 .wpcf7-submit{
margin-top: 30px;
}

.radio-233 span.wpcf7-list-item.last{
    display: inline-block;
    margin-left: 27px;
}

.contact-person img{
  margin-bottom: 20px;
}

.products-text{
padding: 40px 0px 60px 0px;
}

.products-items{
padding-bottom: 70px;
}

.item{
margin-bottom: 39px;

}

.item a{
  position: relative;
  display: block;
}

.over-title{
display: block;
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
color: #ffffff;
font-size: 25px;
font-weight: 400;
line-height: 58px;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;

margin: 0px auto;

height: 77px;
line-height: 77px;
max-width: 100%;
max-width: -webkit-calc(100% - 100px);
max-width: -moz-calc(100% - 100px);
max-width: calc(100% - 100px);
}



.company{
padding: 60px 0px 60px 0px;
}
 
.company-image{
    margin-top: 0px;
	
	max-width: 100%;
/* max-width: -webkit-calc(100% + 60px);
max-width: -moz-calc(100% + 60px);
max-width: calc(100% + 60px); */
}

.persons-bottom{
  padding: 60px 0px 60px 0px;
}

.persons-bottom img {
    margin-bottom: 20px;
}

.page-template-template-partner .site-footer {
    border-top: 0px solid transparent;
}

img.full-image{
width: 100%;
}
 
 .partner{
 padding: 100px 0px 100px 0px;
 }
 
.partner a.butt, 
.partner a.butt:focus, 
.partner a.butt:active, 
.partner a.butt:visited{
float: right;
}

.partner .short-left{
    width: 388px;
    float: left;
}

.partner .short-left img{
max-width: 333px;
}

.partner .long-right{
   	width: 100%;
	width: -webkit-calc(100% - 388px);
	width: -moz-calc(100% - 388px);
	width: calc(100% - 388px);
        float: left;
}




.partner-second .has-bg {
    margin-top: 93px;
    min-height: 560px;
    position: relative;
}

.partner-second .has-bg ul {
    position: absolute;
    bottom: 46px;
    left: 50px;
}



.partner-second .has-bg ul {
    position: absolute;
    bottom: 46px;
    left: 50px;
    padding-left: 0px;
}

.partner-second .has-bg ul li {
    list-style-type: none;
    color: #fff;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 58px;
    border-bottom: 1px solid #fff;
    padding-right: 60px;
}

.partner-second .has-bg ul li a,
.partner-second .has-bg ul li a:focus, 
.partner-second .has-bg ul li a:visited, 
.partner-second .has-bg ul li a:active {
    color: #fff;
    text-decoration: none;
}





.partner-second{
padding: 100px 0px 110px 0px;
}




.one-product{
 padding: 100px 0px 100px 0px;
}

.slick-dots li button{
width: 100px!important;
height: 10px!important;
background-color: #000!important;
}

.slick-dots li {
    position: relative!important;
    display: inline-block!important;
width: 100px!important;
height: 10px!important;
    margin: 0 15px!important;
    padding: 0!important;
    cursor: pointer!important;
}

.slick-dots li.slick-active button{
 background-color: #0084d6!important;
}

.slick-dots li button:before{
display: none!important;
}

.responsive-product{
visibility: hidden
}

.slick-initialized { 
visibility: visible; 
}




.slide-title h1{
color: #ffffff;
font-size: 70px;
font-weight: 600;
line-height: 70px;

margin: 0px;
text-align: center;
margin-left: auto;
margin-right: auto;
display: table;
}

.slide-image{
position: relative;


}

.slide-image img{
 filter: brightness(70%);
  -ms-filter: brightness(70%);
}

.slide-title{
  position: absolute;
    left: 0px;
    right: 0px;
    
  
top: 200px;
top: -webkit-calc(50% - 35px);
top: -moz-calc(50% - 35px);
top: calc(50% - 35px);

}

 .site-content .home-partner h3{
      color: #2467a5;
 margin: 0px;
font-weight: 400;

line-height: 30px;
font-size: 20px;
 }
 
.site-content .home-partner h3 a, 
.site-content .home-partner h3 a:focus, 
.site-content .home-partner h3 a:visited, 
.site-content .home-partner h3 a.active{
  color: #2467a5;
  }
  
  .site-content .home-partner h3 a:hover{
    text-decoration: none;
  }
 
  .site-content .home-partner p{
 
 }
 
  .site-content .home-partner img{
  margin-bottom: 30px;
  }

 a.inverse-butt, 
 a.inverse-butt:focus, 
 a.inverse-butt:visited, 
 a.inverse-butt:active{
    color: #2467a5;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;

    display: table;
    text-decoration: none;
    padding: 0px 25px;
    height: 55px;
    line-height: 55px;
    background-color: #ffffff;
    border: 1px solid #2467a5;
    border-radius: 0px;
 }
 
  a.inverse-butt:hover{
   color: #fff;
   background: #2467a5;
   text-decoration: none;
  }
  
  .site-content .home-partner  a.inverse-butt{
  margin-left: auto;
  margin-right: auto;
  
  }
  
  
 .slick-dots {
    position: absolute;
    bottom: -30px;
    margin-bottom: 0px!important;
padding-left: 0px;
} 

.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 0px;
    clear: left;
}

body .wpml-ls-legacy-list-horizontal a {
    display: inline-block;
}
  
  
.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 0px 0px;
    line-height: 1;
    
    font-size: 20px;
font-weight: 400;
/* line-height: 58px; */
    line-height: 30px;
color: #000;

font-weight: 400;

}

li.wpml-ls-current-language a{
color: #2467a5;
}
  
  
 .wpml-ls-sidebars-schalter li:not(:first-child):before {
     content: "|";
    color: #000;
    text-decoration: none;
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 15px;
    margin-right: 0px;
    margin-left: 5px;
}

.wpml-ls-legacy-list-horizontal>ul {
    float: right;
}

.sub-menu li{
position: relative;
}



.main-navigation ul ul.sub-menu {
    margin-top: 0px;
    margin-left: 0px;
}
  
  .sub-menu{   
    padding-top: 0px!important;
	    margin-top: 0px!important;
    z-index: 9999;
  }
  
  .sub-menu a, 
  .sub-menu a:focus, 
  .sub-menu a:visited, 
  .sub-menu a:active, 
   .sub-menu a:hover{
  position: relative;
font-size: 14px;
font-weight: 400;
 color: #E6B23F;
height: auto;
line-height: 26px;

  }
  
  
 .sub-menu a:hover{
     color: #E6B23F;
	 opacity: 0.9;
 } 
  
  .sub-menu .sub-menu li:before {
  display: none;
}

sub-menu .sub-menu li:not(:last-child) {
    margin-right: 0px;
}

.sub-menu li:not(:last-child) {
    margin-right: 0px;
}

.sub-menu .sub-menu{
    background: rgb(0 0 0 / 62%);
    /* padding-top: 0px!important; */
    z-index: 9999;
        margin-left: 0px!important;
    margin-top: -10px!important;
}
  
  
  html{
  overflow-x: hidden;
  }
  
  .main-navigation ul ul{
    box-shadow: none;
	    background: rgb(0 0 0 / 32%);
	padding-left: 15px;
	margin-left: -15px;
	padding-right: 0px;
	padding-top: 10px!important;
	padding-bottom: 10px;
     }
    
    .main-navigation ul {
    box-shadow: none;
     }
     
     .main-navigation ul ul a {
    width: auto;
}

.main-navigation ul ul a {
        width: 272px;
}
/*
.sub-menu .sub-menu {
    background: transparent;
    padding-top: 0px!important;
    z-index: 9999;
}

.main-navigation ul ul ul {
    left: 0;
    top: 0;
    position: static;
}
  */
.sub-menu .sub-menu li {
    list-style-type: none;
    display: inline-block;
    float: none;
    position: static;
}
  
    .sub-menu a:hover{
    color: rgba(255, 255, 255, 0.9);
    }
  
  
  .sub-menu .sub-menu li:not(:first-child):before {
    content: "|";
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 15px;
    margin-right: 4px;
    margin-left: 2px;
}
  
  
  .sub-menu a, .sub-menu a:focus, .sub-menu a:visited, .sub-menu a:active {
    z-index: 99;
}

.change .site-header .main-navigation ul.sub-menu{
margin-top: 0px;
}
  
.site-footer .sub-menu{
	display: none;
}

.this-is-home h4{
	text-align: left;

letter-spacing: 0px;
color: #050505;
opacity: 1;
margin: 10px 0px 0px 0px;
}



.this-is-home .col-sm-4{
	margin-bottom: 118px;
}

.this-is-home .col-sm-4{
	margin-right: 100px;
	
	width: 100%;
	width: -webkit-calc(33.3333% - 66.6666666667px);
	width: -moz-calc(33.3333% - 66.6666666667px);
	width: calc(33.3333% - 66.6666666667px);
}

.this-is-home .row .col-sm-4:nth-child(3n){
		margin-right: 0px;
}

.this-is-home .container{
	
	max-width: 1633px;
	
}

.is-image{
	display: block;
	min-height: 534px;
	position: relative;
}

.is-image img{
	position: absolute;
	bottom: 0px;
}

#cookie-notice a, 
#cookie-notice a:focus, 
#cookie-notice a:visited, 
#cookie-notice a:active{
	color: #2467a5;
	text-decoration: none;
}
  
  
  #cookie-notice a:hover{
	text-decoration: underline;
}

a.pseudo-butt, a.pseudo-butt:focus, a.pseudo-butt:visited, a.pseudo-butt:active {
    text-align: left;
    letter-spacing: 0px;
    color: #2467a5;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

a.pseudo-butt:hover{
text-decoration: underline;	

}
  
  .site-footer{
	background: #111 url(img/bg_02.png) no-repeat 50% 50%;
  }
  

 .page-template-template-kontakt #myBtn{
	display: none;  
  }
  
  
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], 
  input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
  height: 45px;
  line-height: 45px!important;
  border: 1px solid #000;
 border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 0px 15px;
  
  color: #000;
    font-size: 14px;
    font-weight: 400;

  }
  
  .hm img{
	  margin-bottom: 10px;
  }
  
  .is-last{
	      background: rgb(0 0 0 / 3%);
  }
  
  .hm{
	  margin-bottom: 30px;
  }
  
.woocommerce form .form-row textarea, textarea{
      border: 1px solid #000;
  border-radius: 0px;
  padding: 10px 15px;
  height: 250px;
  
  color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    line-height: 30px;
  }
  
   .is-in{
   z-index: 999;
       position: relative;
   }
   
   h3#order_review_heading{
	   margin-top: 40px;
   }
   
   .top-bar a:hover{
       color: #2467a5;
   }
   
   .home-box:hover {

            -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
    
   
}



.slick-prev, .slick-next{
	width: auto!important;
	min-width: 0px!important;
	padding: 0px!important;
	height: 20px!important;
	border-radius: 0px!important;
	background: transparent!important;
}

.text-part p{
	min-height: 84px;
}



#sp-ea-761.sp-easy-accordion .sp-ea-single .ea-header a {
    color: #fff!important;
}

#sp-ea-761.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
    float: left;
    color: #fff!important;
    font-size: 16px!important;
}

#sp-ea-761.sp-easy-accordion .sp-ea-single {
    background: #4ba82e!important;
}

.one-product{
	padding: 208px 0px 0px 0px;
}

.single-product .one-product {
    padding: 80px 0px 0px 0px;
}

.single-product .one-product .container{
	    max-width: 100%;
    max-width: -webkit-calc(100% - 324px);
    max-width: -moz-calc(100% - 324px);
    max-width: calc(100% - 324px);
}

.site-content .home-fourth h4 a:hover{
	text-decoration: none;
}

.site-content .home-fourth a:hover{
	text-decoration: none;
	opacity: 0.8;
}
  
  .custom-table thead{
	  text-align: left;
	  background: #4ba82e;
	  color: #fff;
	  height: 40px;
	  line-height: 40px;
  }
  
  .custom-table td{
	  width: 50%;
	  padding-left: 5px;
	  padding-right: 5px;
	  text-transform: uppercase;
  }
  
    .custom-table th{
	  width: 50%;
	  padding-left: 10px;
	  padding-right: 10px;
  }
  
    .custom-table{
		margin-bottom: 20px;
	}
	
	.xoo-wsc-container a.button, 
		.xoo-wsc-container a.button:focus, 
			.xoo-wsc-container a.button:visited, 
				.xoo-wsc-container a.button:active{
		margin-bottom: 10px;
	}
	
	.in-carousel {

    display: block;
}

.home .top-image{
	display: none;
}
	
	
	.top-image-home{
    height: 600px;
	min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

.services-part{
	position: relative;
	margin-top: -80px;
}

.title-part{
	position: absolute;
	width: 100%;
	bottom: 0px;
	/* background: #000; */
	    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.875));
	padding: 20px 20px;
}	

.site-content .title-part h2{
	color: #fff;
font-size: 22px;
line-height: 32px;
	margin-bottom: 0px;
}

.is-rel {
    position: relative;
    height: 600px;
}

.home-box-in h1{
	font-size: 50px;
    line-height: 60px;
    margin: 0px;
    font-weight: 700;
    text-align: left;
	text-transform: none;
}

.welcome-part{
	padding-top: 80px;
}

.blue-part {

	background-color: rgb(25 30 35 / 14%);
    background-repeat: no-repeat;
	    background-attachment: fixed;
    background-size: cover;
	background-position:  50% 50%;
    padding: 110px 0px 90px 0px;
}

body .is-center{
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.blue-part a.butt.dark, 
.blue-part a.butt.dark:focus, 
.blue-part a.butt.dark:visited, 
.blue-part a.butt.dark:active{
	color: #000;
	border: 1px solid #000;
	background: transparent;
}

.blue-part a.butt.dark:hover{
	color: #fff;
	border: 1px solid #000;
	background: #000;
	text-decoration: none;
}



.certi-cover .certificates:not(:last-child){
	margin-bottom: 60px;
	padding-bottoM: 60px;
	border-bottom: 1px solid #000;
}

.certificates a.butt{
	margin-bottom: 10px;
}

.small-logo img{
/*	max-width: 200px; */
	
	
max-width: 100%;
max-width: -webkit-calc(100% - 40px);
max-width: -moz-calc(100% - 40px);
max-width: calc(100% - 40px);	
	
	float: right;
	margin-top: 0px;
}

.logo-part .col-sm-8{
width: 100%;
width: -webkit-calc(100% - 240px);
width: -moz-calc(100% - 240px);
width: calc(100% - 240px);
}

.logo-part .col-sm-4{
width: 240px;
}

.site-branding img{
/*	max-width: 200px;
	max-width: 190px; */
	max-width: 140px;
}

.logos{
	
}

.logos .is-logo{
	    width: 25%;
    float: left;
    position: relative;
    height: 200px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}

.phone-box {
    height: 30px;
	line-height: 30px;
    position: absolute;
    right: 20px;
    top: 1px;
    z-index: 999;


    padding-left: 20px;
    padding-right: 20px;
}

.site-header .container .row{
	position: relative;
}

.site-header .phone-box p{
margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
	color: #fff;
}

.text-part h2{
margin-bottom: 0px;
}

.year{
	margin-bottom: 20px;
}

button.rmp_menu_trigger{
	display: none;
}



.references .col-fourth {
    width: 100%;
    width: -webkit-calc(25% - 11.25px);
    width: -moz-calc(25% - 11.25px);
    width: calc(25% - 11.25px);
    /* width: 25%; */
    float: left;
    margin-bottom: 15px;
}

.references a {
    display: block;
    position: relative;
}
.col-fourth a, .col-fourth a:focus, .col-fourth a:visited, .col-fourth a:active {
    text-decoration: none;
}

.overlay_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(230 178 63 / 94%);
}

.text_image {
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 36px;
    left: 33px;

    display: block;
    width: 100%;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
}

.text_image h3 {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: normal;
    padding-right: 30px;
}

.text_image h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: normal;
    padding-right: 30px;
}

.references a:hover .overlay_image {
    opacity: 1;
}

ul.button-group{
	padding-left: 0px;
	margin-bottom: 30px;
	float: left;
}

ul.button-group li{
	float: left;
	padding-left: 0px;
	padding-right: 10px;
}

ul.button-group li button{
	cursor: pointer;
	}

.button-group .button.is-checked, .button-group .button.is-checked.focus, .button-group .button.is-checked:visited, .button-group .button.is-checked:active {
    border: 1px solid #fff;
    color: #ffffff;
    background-color: rgb(230 178 63 / 94%);
}

.over-footer {
    background: #212121 url(images/arbeit_05.jpg);
    padding: 60px 0px;
    background-position: 50% 50%;
}

.is-logos .col-sm-3 {
    margin-bottom: 0px;
    position: relative;
    height: 180px;
}

.is-logos .col-sm-3 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
}

.over-footer a.butt, .over-footer a.butt:focus, .over-footer a.butt:active, .over-footer a.butt:visited {
    float: right;
}

ul#menu-social-networks{
	margin-left: 30px;
	margin-top: 5px!important;
}


ul#menu-social-networks li{
	float: left;
	list-style-type: none;
	text-indent: -9999px;
	margin-right: 0px;	
}

ul#menu-social-networks li:not(:last-child){
	margin-right: 10px;
}

ul#menu-social-networks li:last-child{
	margin-right: 0px;
}

ul#menu-social-networks li a{
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 50% 50%;
}

ul#menu-social-networks li a:hover{
	opacity: 0.8;
	    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}






ul#menu-social-networks-1 li{
	float: left;
	list-style-type: none;
	text-indent: -9999px;
	margin-right: 0px;	
}

ul#menu-social-networks-1 li:not(:last-child){
	margin-right: 10px;
}

ul#menu-social-networks-1 li:last-child{
	margin-right: 0px;
}

ul#menu-social-networks-1 li a{
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 50% 50%;
}

ul#menu-social-networks-1 li a:hover{
	opacity: 0.8;
	    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

#menu-social-networks-1{
	margin-top: 30px;

}

.site-header ul#menu-social-networks-1{
	margin-top: 5px;
		margin-left: 30px;
}

.site-header ul#menu-social-networks-1 li:not(:last-child) {
    margin-right: 5px;
}

.site-header ul#menu-social-networks-1 li.instagram{
    margin-right: 10px;
}


.header-top .facebook a, .header-top .facebook a:focus, .header-top .facebook a:visited, .header-top .facebook a:active {
    background: url(img/facebook-white.png) no-repeat 50% 50%;
    background-size: 20px 20px;
    color: #a71b1e;
}

.header-top .instagram a, .header-top .instagram a:focus, .header-top .instagram a:visited, .header-top .instagram a:active {
    background: url(img/instagram-white.png) no-repeat 50% 50%;
    background-size: 20px 20px;
    color: #a71b1e;
}

.header-top .twitter a, .header-top .twitter a:focus, .header-top .twitter a:visited, .header-top .twitter a:active {
    background: url(img/twitter-white.png) no-repeat 50% 50%;
    background-size: 20px 20px;
    color: #a71b1e;
}

.header-top a, .header-top a:active, .header-top a:focus, .header-top a:visited {
	margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #E6B23F;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 0.02em;
}



.header-top li{
	display: inline-block;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.site-header #menu-social-networks {
    margin-top: 0px; 
}



#nav_menu-5{
	display: table;
	float: right;
}




#menu-header-en{
	display: table;
	float: right;
}




.site-footer .facebook a, .site-footer .facebook a:focus, .site-footer .facebook a:visited, .site-footer .facebook a:active {
    background: url(img/facebook-white.png) no-repeat 50% 50%;
    background-size: 20px 20px;
 /*  padding-left: 15px;
    padding-right: 15px; */
    color: #a71b1e;
}

.site-footer .instagram a, .site-footer .instagram a:focus, .site-footer .instagram a:visited, .site-footer .instagram a:active {
    background: url(img/instagram-white.png) no-repeat 50% 50%;
    background-size: 20px 20px;
 /*  padding-left: 15px;
    padding-right: 15px; */
    color: #a71b1e;
}

.site-footer .twitter a, .site-footer .twitter a:focus, .site-footer .twitter a:visited, .site-footer .twitter a:active {
    background: url(img/twitter-white.png) no-repeat 50% 50%;
    background-size: 20px 20px;
 /*  padding-left: 15px;
    padding-right: 15px; */
    color: #a71b1e;
}

.site-footer a, .site-footer a:active, .site-footer a:focus, .site-footer a:visited {
   /* height: 30px;
    line-height: 30px; 
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 0.02em; */
}





.image-part {
     background: rgb(0 0 0 / 4%) /* url(img/repeater.png) repeat */;
    padding: 80px 0;
   /* margin-top: 182px; */
}

.image-part .row .col-sm-6:last-child img {
    margin-top: -80px;
    max-width: 100%;
}

.image-part .col-sm-6:last-child img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.year{
	font-size: 12px;
}

.all-services {
    position: relative;
    overflow: hidden;
    background: #232943;
    min-height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.row.all-services .col-three:not(:nth-child(3n)) {
    margin-right: 0px;
    border-right: 2px solid rgb(0 0 0 / 8%);
}

.row.all-services .col-three:not(:nth-child(3n)) {
    margin-right: 0px;
}

.row.all-services .col-three {
    background: rgb(0 0 0 / 59%);
    width: 100%;
    width: 33.333%;
    width: -webkit-calc(33.3333% - 0.66666666666px);
    width: -moz-calc(33.333% - 0.66666666666px);
    width: calc(33.333% - 0.66666666666px);
    font-size: 20px;
    font-weight: 400;

    line-height: 22px;
    color: rgb(255 255 255 / 70%);
}

.all-services .col-three span {
    display: block;
    display: block;
    height: 100%;
    float: left;
    width: 100%;
    padding: 300px 0px;
    text-align: center;
	    text-transform: uppercase;
}

.row.all-services .col-three:hover {
    background: rgb(0 0 0 / 20%);
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

.all-services-cover .container{
	max-width: 100%;
}

h2{
	position: relative;
}

.home-box-in h1{
		position: relative;
}

.home-box-in h1:after{
	    background: #fff;
    content: "";
    position: absolute;
    top: -10px;
    height: 1px;
    width: 40px;
    left: 0px;
    z-index: 9;
}

h2:after{
    background: #000;
    content: "";
    position: absolute;
  /*  top: -10px;*/
	
	bottom: -5px;
    height: 1px;
    width: 40px;
    left: 0px;
    z-index: 9;
}

.services-part h2:after{
	background: #fff;
}

.dark h2:after{
	background: #fff;
}

.site-content a.hm, .site-content a.hm:focus, .site-content a.hm:active, .site-content a.hm:visited {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.hm {
    position: relative;
}

.hm {
    margin-bottom: 30px;
}

.hm:after {
    position: absolute;
    content: "";
    border: 1px solid transparent;
    z-index: 87;
    left: 10px;
    top: 10px;
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 100%;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
}

.hm:hover:after{
	    border: 1px solid #fff;
		    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}




.site-content .row .hm:nth-child(odd) h4 {
    left: auto;
    right: 20px;
}

.site-content .hm h4 {
    font-size: 20px;
    line-height: 26px;
}

.site-content .hm h4 {
    position: absolute;
    bottom: 20px;
    text-align: left;
    max-width: 100%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0px;
    left: 20px;
    color: #fff;
    z-index: 99;
}


.bg-home-1{
    padding: 80px 0px;
    background: rgb(0 0 0 / 89%) url(img/bg_01.png) no-repeat 50% 50%;
    background-size: cover;
}



.site-content .dark h1, 
.site-content .dark h2, 
.site-content .dark h3, 
.site-content .dark h4, 
.site-content .dark h5, 
.site-content .dark h6, 
.site-content .dark p, 
.site-content .dark ul li, 
.site-content .dark ol li, 
.site-content .dark a, 
.site-content .dark a, 
.site-content .dark a:focus, 
.site-content .dark a:active, 
.site-content .dark a:visited{
	color: #fff;
} 


.home-bg {
    padding: 80px 0px 0px;
    background: url(img/calouneny-nabytek-upholstered-furniture.jpg) no-repeat;
	    background-position: center center;
}

.hide-lghtbx{
	display: none;
}

.hide-lghtbx.featherlight-inner{
	display: block;
}

.hide-lghtbx ul{
	    margin-bottom: 1.5em;
}

.hide-lghtbx ul li{
	list-style-type: none;
}

.is-red {
    background: #ffffff;
    padding: 75px;
}

.contact-top .col-two:last-child {
    border-left: 2px solid #ededed;
    padding-left: 20px;
}

.has-bottom {
    padding-bottom: 60px;
}

.contact-bottom .container {
    border-top: 2px solid #ededed;
    padding-top: 60px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, input[type="text"]:visited, input[type="email"]:visited, input[type="url"]:visited, input[type="password"]:visited, input[type="search"]:visited, input[type="number"]:visited, input[type="tel"]:visited, input[type="range"]:visited, input[type="date"]:visited, input[type="month"]:visited, input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="number"]:active, input[type="tel"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, .google-plan input[type="text"] .google-plan input[type="text"]:focus, .google-plan input[type="text"]:active, .google-plan input[type="text"]:visited, .sidebar-in input[type="search"]:visited, .sidebar-in input[type="search"]:active, .sidebar-in input[type="search"]:hover, .sidebar-in input[type="search"]{
    width: 100%;
    max-width: 500px;
    background: #ededed;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
}

.sidebar-in input[type="search"]:visited, .sidebar-in input[type="search"]:active, .sidebar-in input[type="search"]:hover, .sidebar-in input[type="search"]{
	background-color: #fff;
}

.site-content .tagcloud a, .site-content .tagcloud  a:focus, .site-content .tagcloud  a:active, .site-content .tagcloud a:visited {
    text-decoration: none;
    font-weight: 300;
}



textarea, textarea:active, textarea:focus, textarea:visited {
    width: 100%;
    max-width: 700px;
    border: 0px;
    height: 200px;
    line-height: normal;
    padding: 15px 15px;
    border-radius: 0px;
    background: #ededed;
    margin-bottom: 0px;
}

.site-content h4.widget-title{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}

.sidebar-in{
    background: rgb(0 0 0 / 2%);
	padding: 20px;
	width: 100%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    float: right;
}

.sidebar-in .widget{
	margin-bottom: 30px;
}

.blog-image{
	margin-bottom: 20px;
}

.one-blog{
	margin-bottom: 40px;
}

.site-content .text-part h3 {
    margin-bottom: 10px;
}

a.quasi, 
a.quasi:focus, 
a.quasi:active, 
a.quasi:visited{
	--n: 4;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(to right, #000000 calc(100%/var(--n)), transparent 0 calc((var(--n) - 1)*100%/var(--n)), #000000 0) bottom right/ calc(var(--n)*100%) 1px no-repeat;
}

a.quasi:hover{
    background-position: bottom left;
    transition: 1.0s;
	text-decoration: none;
}



.is-butt.quasi, 
.is-butt.quasi:focus, 
.is-butt.quasi:active, 
.is-butt.quasi:visited{
	cursor: pointer;
	--n: 4;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(to right, #000000 calc(100%/var(--n)), transparent 0 calc((var(--n) - 1)*100%/var(--n)), #000000 0) bottom right/ calc(var(--n)*100%) 1px no-repeat;
}

.is-butt.quasi:hover{
    background-position: bottom left;
    transition: 1.0s;
	text-decoration: none;
}

.is-butt.underline:after {
    text-decoration: none;
    transition: all 0.25s;
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-6px);
    border-left: 4px solid currentColor;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.quasi.underline.is-butt{
	border-bottom: 0px solid transparent;
	    margin-bottom: 10px;
}	

.is-butt.underline:hover:after {
    margin-right: -2px;
    transition: all .25s;
}

.site-content p, .site-content ul, .site-content ol {
    margin-bottom: 1.5em;
    margin-top: 0px;
}

.site-content ul ul{
	    margin-bottom: 0;
}

.site-content ul li:before {
    content: "·";
    position: absolute;
    left: -10px;
    top: 0px; 
}

.site-content ul li {
    padding-left: 0px;
    position: relative;
}


.site-content ul li ul li {
    padding-left: 20px;
    position: relative;
}

.site-content ul li ul li:before {
    content: "·";
    position: absolute;
    left: 10px;
    top: 0px; 
}

.dark a.quasi, 
.dark a.quasi:focus, 
.dark a.quasi:active, 
.dark a.quasi:visited{
	--n: 4;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(to right, #fff calc(100%/var(--n)), transparent 0 calc((var(--n) - 1)*100%/var(--n)), #fff 0) bottom right/ calc(var(--n)*100%) 1px no-repeat;
	    color: #fff;
}

.dark a.quasi:hover{
    background-position: bottom left;
    transition: 1.0s;
	text-decoration: none;
}

.site-content .over-footer h2{
	margin-bottom: 0px;
}

.over-footer .quasi{
	margin-top: 5px;
}

.one-blog{
	    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 8%);
		padding: 30px;
}

.site-content .sidebar-in ul li {
    font-size: 14px;
    line-height: 26px;
    padding-left: 10px;
	position: relative;
}

.site-content .sidebar-in ul li:before{
	content: "·";
	position: absolute;
	left: 0px;
	top: 0px;
}

.site-content .sidebar-in ol li {
    font-size: 14px;
    line-height: 26px;
    padding-left: 10px;
}

.site-content .sidebar-in ol li:before{
	content: "·";
	position: absolute;
	left: 0px;
	top: 0px;
}


.over-tit{
	 position: relative;
/*  display: inline-block; */

  color: #000;
  overflow: hidden;
  background: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%) 50%, #000 50%);
  
   background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  
    transition: background-position 275ms ease;
}

.over-tit:hover{
background-position: 0 100%;
}



.inner-top .over-tit, .dark .over-tit{
		 position: relative;
/*  display: inline-block; */

  color: #000;
  overflow: hidden;
  background: linear-gradient(to right, rgb(255 255 255 / 50%), rgb(255 255 255 / 50%) 50%, #fff 50%);
  
   background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  font-weight: 600;
    transition: background-position 275ms ease;
}

.inner-top .over-tit:hover, 
.dark .over-tit:hover{
background-position: 0 100%;
}

h2{
	 position: relative;
/*  display: inline-block; */

  color: #000;
  overflow: hidden;
  background: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(0 0 0 / 80%) 50%, #000 50%);
  
   background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  
    transition: background-position 275ms ease;
}

h2:hover{
background-position: 0 100%;
}


h3{

	 position: relative;
/*  display: inline-block; */

  color: #000;
  overflow: hidden;
	    background: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(0 0 0 / 80%) 50%, #000 50%);
  
   background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  
    transition: background-position 275ms ease;
}

h3:hover{
background-position: 0 100%;
}

.call .over-tit:before {
    background: rgb(255 255 255 / 50%);

}

.dark h2{
	  position: relative;
    /* display: inline-block; */
    color: #000;
    overflow: hidden;
	  background: linear-gradient(to right, rgb(255 255 255 / 70%), rgb(255 255 255 / 80%) 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

.dark h3{
	  position: relative;
    /* display: inline-block; */
    color: #000;
    overflow: hidden;
	  background: linear-gradient(to right, rgb(255 255 255 / 70%), rgb(255 255 255 / 80%) 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

.title-part h2{

	  
	  position: relative;
    /* display: inline-block; */
    color: #000;
    overflow: hidden;
	  background: linear-gradient(to right, rgb(255 255 255 / 70%), rgb(255 255 255 / 80%) 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

.hero__scroll .chevron {
    margin-top: 20px;
    display: block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #FF4081;
}

/*
.top-image-home:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
*/

/*
h1 {
  overflow: hidden; 
  border-right: .15em solid orange; 
  white-space: nowrap; 
  margin: 0 auto; 
  letter-spacing: .15em; 
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
*/

.small {
    font-size: calc((13/16) * 1rem);
}

.ls {
    letter-spacing: 0.075rem;
}
.caps {
    text-transform: uppercase;
}

.underline {
    text-decoration: none;
    transition: all .25s;
    border-bottom: 1px solid currentColor;
    padding-right: 10px;
    padding-bottom: 3px;
    position: relative;
}

a.underline {
    text-decoration: none;
    transition: all .25s;
    border-bottom: 0px solid currentColor;
    padding-right: 10px;
    padding-bottom: 3px;
    position: relative;
}

a.underline:after {
    text-decoration: none;
    transition: all 0.25s;
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-6px);
    border-left: 4px solid currentColor;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;

}

a.underline:hover:after{
		margin-right: -2px;
		transition: all .25s;
}

.site-footer a, .site-footer a:focus, .site-footer a:visited, .site-footer a:focus{
	    transition: all .25s;
		display: block;
}

.site-footer a:hover {
    transform: translateX(4px);
	text-decoration: none;
}

.blog-image img{
	width: 100%;
}

.tagcloud a, 
.tagcloud a:active, 
.tagcloud a:focus, 
.tagcloud a:visited{
	border-bottom: 1px solid transparent;	

}

.tagcloud a:hover{
	border-bottom: 1px solid #000;	

}


.widget.widget_recent_entries a, 
.widget.widget_recent_entries a:focus, 
.widget.widget_recent_entries a:active, 
.widget.widget_recent_entries a:visited{
		transition: all .25s;
    display: table;
	border-bottom: 1px solid transparent;
}


.widget.widget_recent_entries a:hover{
		transform: translateX(4px);
    text-decoration: none;
	border-bottom: 1px solid #000;	
}

.person{
	position: relative;
	margin-bottom: 20px;
}


.person .person-in-cover{
	position: absolute;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
   /* float: left; */
   text-align: center;
   left: 0px;
   right: 0px;
   margin: 0px auto;
   visibility: hidden;
   opacity: 0;
   overflow: hidden;

}

.person:hover .person-in-cover{
	   visibility: visible;
   opacity: 1;
}

.person-in-cover:hover:before{
  content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;	
}

.site-content .person-title{
	/* margin-top: 8px; */
	background-color: /* rgb(230, 178, 63)*/ #fff;
	padding: 20px 30px;
	position: relative;
	z-index: 999;
}	

.site-content .person:hover .person-title{
	background-color: #000;
	/*    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;*/
}

.site-content .person-title h4, .site-content .person-title p{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 26px;
	/* color: #fff; */
}

.person-in{
	position: relative;
	z-index: 99;
}

.site-content .person:hover .person-title h4, 
.site-content .person:hover .person-title p{
	 color: #fff;
}

.persons{
	    background-color: #f7f4f4;
 /*   background-image: url(img/repeater.png); */
    background-repeat: repeat;
	padding: 80px 0px;
}

.mail, .phone{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	   color: #fff;
	   font-size: 14px;
	   line-height: 26px;
	   letter-spacing: 0.05em;
}

a.quasi.darker, a.quasi.darker:focus, a.quasi.darker:active, a.quasi.darker:visited {
	color: #fff;
    --n: 4;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(to right, #fff calc(100%/var(--n)), transparent 0 calc((var(--n) - 1)*100%/var(--n)), #fff 0) bottom right/ calc(var(--n)*100%) 1px no-repeat;
}

a.quasi.darker:hover {
    background-position: bottom left;
    transition: 1.0s;
    text-decoration: none;
}

.container.is-full{
	max-width: 100%;
}
 /*
.envira-gallery-wrap .caption, #envirabox-title-float-main{
	display: none!important;
}
*/
.over-tit{
position: relative;
}

.over-tit:before{
	content: "";
	position: absolute;
	width: 0px;
	height: 1px;
	background: rgb(0 0 0 / 50%);
	top: 10.5px;
	visibility: hidden;
   opacity: 0;
   left: 0px;
}

.over-tit:hover:before{
	visibility: visible;
   opacity: 1;
   width: 20px;
   
}

.over-tit:hover{
	padding-left: 30px;
}

.footer-1 img{
	 transition: transform .2s;
}



.footer-1 img:hover {
  transform: scale(1.02); 
}

.has-plus:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.5) url(img/search.png) no-repeat 50% 50%;
    left: 0;
    top: 0;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.inner-top-cover{
	position: absolute;
  /*  top: 0px;
    bottom: 0px; */
	
	top: auto;
    bottom: 100px;
	
    display: flex;
    justify-content: center;
    align-items: center;
    /* float: left; */
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0px auto;
	    overflow: hidden;
}

h1.main-title{
	    font-size: 50px;
    line-height: 60px;
    margin: 0px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
	color: #fff;
}

.breadcrumb {
    padding: 10px 0px;
    margin-bottom: 0px;
    list-style: none;
   font-size: 14px;
    border-radius: 0px;
}
.breadcrumb a {
    color: #000;
    text-decoration: none;
	font-size: 14px;
}

.bread{
	position: relative;
	z-index: 99;
	    background-color: #f7f4f4;
}

.envira-gallery-wrap .caption, #envirabox-title-float-wrap{
	display: none!important;
}

.side-part{
	background: rgb(192 192 192 / 22%) /* url(img/repeater.png) repeat */;
}

.all-services{
	/* background: url(img/kamilaharrishome_17.jpg) no-repeat; */
	background: url(img/kamilaharrishome_52.jpg) no-repeat;
}

/*
.envira-gallery-item-inner:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.5) url(img/search.png) no-repeat 50% 50%;
    left: 0;
    top: 0;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
*/

.call {
    padding: 80px 0;
    color: #fff;
    position: relative;
	/* background: url(img/kamilaharrishome_03.jpg) no-repeat; */
	background: url(img/kamilaharrishome_51.jpg) no-repeat 50% 0%;
	position: relative;
}

.call:before{
	content: "";
	width: 100%;
	height: 100%;
/*	background: rgb(255 255 255 / 27%); */
	background: rgb(36 35 35 / 25%); 
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
}

.inner-top p.main-text{
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0px;
}

.inner-top .over-tit{
	text-align: center;
}

.inner-top h1.main-title{
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 0px;
	position: relative;
}

.inner-top h1.main-title:before{
/*	width: 40px;
	height: 1px;
	background: #fff;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	content: "";
	display: block;
	position: absolute; */
}




.dark input[type="text"], 
.dark input[type="email"], 
.dark input[type="url"], 
.dark input[type="password"], 
.dark input[type="number"], 
.dark input[type="tel"], 
.dark input[type="range"], 
.dark input[type="date"], 
.dark input[type="month"], 
.dark input[type="week"], 
.dark input[type="time"], 
.dark input[type="datetime"], 
.dark input[type="datetime-local"], 
.dark input[type="color"], 
.dark input[type="text"]:focus, 
.dark input[type="email"]:focus, 
.dark input[type="url"]:focus, 
.dark input[type="password"]:focus, 
.dark input[type="search"]:focus, 
.dark input[type="number"]:focus, 
.dark input[type="tel"]:focus, 
.dark input[type="range"]:focus, 
.dark input[type="date"]:focus, 
.dark input[type="month"]:focus, 
.dark input[type="week"]:focus, 
.dark input[type="time"]:focus, 
.dark input[type="datetime"]:focus, 
.dark input[type="datetime-local"]:focus, 
.dark input[type="color"]:focus, 
.dark input[type="text"]:visited, 
.dark input[type="email"]:visited, 
.dark input[type="url"]:visited, 
.dark input[type="password"]:visited, 
.dark input[type="search"]:visited, 
.dark input[type="number"]:visited, 
.dark input[type="tel"]:visited, 
.dark input[type="range"]:visited, 
.dark input[type="date"]:visited, 
.dark input[type="month"]:visited, 
.dark input[type="week"], 
.dark input[type="time"], 
.dark input[type="datetime"], 
.dark input[type="datetime-local"], 
.dark input[type="color"], 
.dark input[type="text"]:active, 
.dark input[type="email"]:active, 
.dark input[type="url"]:active, 
.dark input[type="password"]:active, 
.dark input[type="search"]:active, 
.dark input[type="number"]:active, 
.dark input[type="tel"]:active, 
.dark input[type="range"]:active, 
.dark input[type="date"]:active, 
.dark input[type="month"]:active, 
.dark input[type="week"]:active, 
.dark input[type="time"]:active, 
.dark input[type="datetime"]:active, 
.dark input[type="datetime-local"]:active, 
.dark input[type="color"]:active{

    background: rgb(255 255 255 / 72%);
   
}

.dark textarea, .dark textarea:active, .dark textarea:focus, .dark textarea:visited {
    background: rgb(255 255 255 / 72%);

}

h2.big{
	font-size: 50px;
	line-height: 60px;
}

.responsive-main .slick-prev {
	width: 70px !important;
    height: 70px !important;
	
	right: 70px !important;
    left: auto !important;
    background-position: 50% 50%!important;
    background-image: url(img/left-arrow.png)!important;
background-repeat: no-repeat!important;
background-color: rgb(0 0 0 / 28%)!important; 
		top: auto!important;
	bottom: 210px!important;
}

.responsive-main .slick-next {
    right: 0px;
	
		width: 60px !important;
    height: 60px !important;
	
    left: auto !important;
    background-position: 50% 50%!important;
    background-image: url(img/right-arrow.png)!important;
	background-repeat: no-repeat!important;
	background-color: rgb(0 0 0 / 28%)!important; 
	top: auto!important;
	bottom: 150px!important;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    
    display: block;
   
    padding: 0!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9;
	border: 0px!important;
}

.slick-prev:before, .slick-next:before{
	display: none!important;
}


#menu-header-en{
	display: table;
	float: right;
}

#menu-header-contact li{
    list-style-type: none;
    display: inline-block;
}

#menu-header-contact li a{
	    display: inline-block;
}

#menu-header-contact li:not(:first-child):before {
    content: "|";
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 5px;
    margin-left: 3px;
}

#menu-item-4724 a:before{
	content: "E:";
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
	margin-right: 10px;
}


#menu-item-4725 a:before{
	content: "T:";
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
	margin-right: 10px;
}






.hdr-menu .widget{
	display: table;
	float: right;
}

.hdr-menu li{
    list-style-type: none;
    display: inline-block;
}

.hdr-menu li a, 
.hdr-menu li a:active, 
.hdr-menu li a:focus, 
.hdr-menu li a:visited{
	    display: inline-block;
}

.hdr-menu li:not(:first-child):before {
    content: "|";
    color: #E6B23F;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin-right: 5px;
    margin-left: 3px;
}



.hdr-menu .wpml-ls li:not(:first-child):before{
	content: none;
}

#nav_menu-7{
    margin-top: 3px;
	margin-right: 10px;
}

/*
.hdr-menu a:before{
	content: "E:";
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
	margin-right: 10px;
}


.hdr-menu a:before{
	content: "T:";
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
	margin-right: 10px;
}
*/
.call .container{
	position: relative;
	z-index: 10;
}

.top-image-home:after{
	    content: "";
		height: 300px;
		width: 100%;
		position: absolute;
		background-image: linear-gradient(rgb(0 0 0 / 56%),rgb(0 0 0 / 0%));
		display: block;
		top: 0px;
		left: 0px;
		z-index: 5;
}

.page-template-template-service .services-part, 
.page-template-template-service .services-part:hover {
    margin-top: 0px;
	margin-bottom: 40px;
}

.rmp_menu_trigger.rmp-menu-trigger-boring{
	display: none!important;
}

.long-text{
	display: none;
}

.open-child .long-text{
	display: block;
}

.open-child .quasi.underline.is-butt{
	display: none;
}

.else-contain .long-text p:last-child {
        margin-bottom: 1.5em;
}

.main-navigation li.wpml-ls-item:not(:last-child) {
    margin-right: 8px;
}

.site-footer li.wpml-ls-item{
	display: none;
}

.only{
	display: none;
}



html[lang="en-US"] .only-en{
	display: block;
}
 
html[lang="cs-CZ"] .only-cs{
	display: block;
}

.responsive-main .slick-prev, 
.responsive-main .slick-next{
	display: none!important;
} 
 
 .over-footer.dark{
	 display: none;
 }
 
 .page-id-5613 .site-content a:hover{
    color: #E6B23F;
}

.page-id-5612 .site-content a:hover{
    color: #E6B23F;
}

.page-id-5737 .site-content .new-services .row{
	text-align: center;
}

.page-id-5737 .site-content .new-services .row .col-fourth{
	     display: inline-block!important;
		 float: none;
 }
 
 .page-id-5738 .site-content .new-services .row{
	text-align: center;
}

.page-id-5738 .site-content .new-services .row .col-fourth{
	     display: inline-block!important;
		 float: none;
 }
 
 
 
 
 
.page-id-5708 .site-content .new-services .row{
	text-align: center;
}

.page-id-5708 .site-content .new-services .row .col-fourth{
	     display: inline-block!important;
		 float: none;
 }
 
 
 
.page-id-5709 .site-content .new-services .row{
	text-align: center;
}

.page-id-5709 .site-content .new-services .row .col-fourth{
	     display: inline-block!important;
		 float: none;
 }
 
 
 
.page-id-5620 .site-content .new-services .row{
	text-align: center;
}

.page-id-5620 .site-content .new-services .row .col-fourth{
	     display: inline-block!important;
		 float: none;
 }
  
 
 
.page-id-5621 .site-content .new-services .row{
	text-align: center;
}

.page-id-5621 .site-content .new-services .row .col-fourth{
	     display: inline-block!important;
		 float: none;
 }
 
.site-content .new-services .row .col-fourth .title-part{
	text-align: left;
}

.inner-top .over-tit{
	display: none;
}

.video {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

video::-webkit-media-controls-mute-button {
	display: none;
}

.light-dark{
	background: #FBFBFB;
}

.fb-like{
	    margin: 0px auto;
    display: table!important;
    margin-top: 20px!important;
}

.is-cent{
	 margin: 0px auto!important;
    display: table!important;
}

.simple-social-icons ul{
	margin-left: auto!important;
	margin-right: auto!important;
	float: none!important;
	display: table;
}

.site-content .simple-social-icons ul li:before {
    content: none;
}

.site-content #simple-social-icons-2.simple-social-icons li.ssi-facebook a, 
.site-content #simple-social-icons-2.simple-social-icons li.ssi-facebook a:focus, 
.site-content #simple-social-icons-2.simple-social-icons li.ssi-facebook a:active, 
.site-content #simple-social-icons-2.simple-social-icons li.ssi-facebook a:visited{
	background-color: #4267B2!important;
	outline: none;
}

.site-content #simple-social-icons-2.simple-social-icons li.ssi-facebook a:hover{
	opacity: 0.8;
		outline: none;
}

.site-content #simple-social-icons-2.simple-social-icons li.ssi-instagram a, 
.site-content #simple-social-icons-2.simple-social-icons li.ssi-instagram a:focus, 
.site-content #simple-social-icons-2.simple-social-icons li.ssi-instagram a:active, 
.site-content #simple-social-icons-2.simple-social-icons li.ssi-instagram a:visited{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		outline: none;
}

.site-content #simple-social-icons-2.simple-social-icons li.ssi-instagram a:hover{
	opacity: 0.8;
		outline: none;
}

html[lang=cs-CZ] .is-en{
	display: none;
}

html[lang=en-US] .is-cs{
	display: none;
}

@media (min-width: 1401px){
.small-logo img{
	margin-top: -30px;
}
}
	
@media (max-width: 1900px) {
.in-carousel-content {
    top: 220px;
   
}
}	

  @media (max-width: 1800px) {
.this-is-home .container {
   	    max-width: 100%;
    max-width: -webkit-calc(100% - 160px);
    max-width: -moz-calc(100% - 160px);
    max-width: calc(100% - 160px);
}
}


@media (max-width: 1660px) {
	.main-navigation ul {

    float: left;
}





.in-carousel-content {
    position: absolute;
    top: 180px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  /*  max-width: 80%; */
}
}	


	
  
  @media (max-width: 1599px) {
  


.header-search {
    margin-left: 90px;
}
  
  
.row .col-two.footer-first{
       width: 100%;
    width: -webkit-calc(60% - 40px);
    width: -moz-calc(60% - 40px);
    width: calc(60% - 40px);
}

.row .col-two.footer-second{
       width: 100%;
    width: -webkit-calc(40% - 40px);
    width: -moz-calc(40% - 40px);
    width: calc(40% - 40px);
}

.over-title{
font-size: 20px;
    height: 50px;
    line-height: 50px;
    
        max-width: 100%;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}



}





 @media (max-width: 1580px) {
/* .main-navigation li:not(:last-child) {
    margin-right: 40px;
} */
}



  @media (max-width: 1514px) {



.is-image {
    display: block;
    min-height: 434px;
    position: relative;
}

}
  
  
    @media (max-width: 1420px) {
 .in-carousel-content {
    top: 120px;
	width: 200px;
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: calc(100% - 30px);


} 
} 
  
  
  
  @media (max-width: 1399px) { 
  
  
  .site-content .title-part h2 {
    font-size: 19px;
    line-height: 27px;
}
  
  
  .image-part .row .col-sm-6:last-child img {
    margin-top: -80px;
    max-width: 100%;
}
  
  
  h2.big {
    font-size: 35px;
    line-height: 45px;
}
  
  
  .is-red {
    background: #ffffff;
    padding: 40px;
}

.all-services {
    min-height: 300px;
}

.all-services .col-three span {
    padding: 150px 0px;
    text-align: center;
}
  
  .logos .is-logo{
	    width: 25%;
    float: left;
    position: relative;
    height: 200px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
  
  
  .home-box {
 /*   position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 200px;
    max-width: 500px; */
}
  
  .site-content .slogan h3 {
    font-size: 34px;
    line-height: 36px;
    margin: 0px;
    font-weight: 800;
}


  
  .main-navigation li:not(:last-child) {
    margin-right: 30px;
}
  
  
  .blue-part img {
    max-height: 80px;
    margin: 0px auto 20px;
    display: block;
}
  
  .top-image {
    background-attachment: scroll;
	background-position: 50% 50%;
}
  
     .header-search input[type="search"] {
    max-width: 73px;
}
  
  
  
  .row.is-person .col-two:not(:nth-child(2n)) {
    margin-right: 20px;
}

.row.is-person .col-two {
    width: 100%;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
}
  
  


.header-search {
    margin-left: 0px;
}



.header-search {
    margin-left: 30px;
}
  
  
  .home-second .has-bg ul {
    left: 30px;
}

.partner-second .has-bg ul {
    left: 30px;
}
  
.footer-cols .col-two:first-child {
    width: 100%;
    width: -webkit-calc(53% - 10px);
    width: -moz-calc(53% - 10px);
    width: calc(53% - 10px);
    float: left;
}

ul#menu-social-networks li {
    float: left;
    list-style-type: none;
    text-indent: -9999px;
    margin-right: 10px;
}


.site-footer .row .col-two:not(:nth-child(2n)) {
    margin-right: 20px;
}  

.footer-cols .col-two:last-child {
    width: 100%;
    width: -webkit-calc(47% - 10px);
    width: -moz-calc(47% - 10px);
    width: calc(47% - 10px);
    float: left;
}

.site-footer .row .col-two.footer-first {
    width: 100%;
    width: -webkit-calc(60% - 10px);
    width: -moz-calc(60% - 10px);
    width: calc(60% - 10px);
}

.site-footer .row .col-two.footer-second {
    width: 100%;
    width: -webkit-calc(40% - 10px);
    width: -moz-calc(40% - 10px);
    width: calc(40% - 10px);
}

.site-content .home-partner h3 br{
display: none;
}
}
  
  
  
  @media (max-width: 1199px) and (min-width: 992px){
    .footer-copyright ul li {
    list-style-type: none;
    display: block;
}

.site-footer .footer-copyright ul {
    float: right;
    margin-top: 0px;
}

.footer-copyright li:not(:first-child):before{
display: none;
}

.home-buttons .butt{
	width: 180px;
}
}  
  
  
  @media (max-width: 1199px) { 
  
 .persons .row .col-fourth {
    width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
} 
  
 .persons .row .col-fourth:not(:nth-child(4n)) {
    margin-right: 0px;
}  

 .persons .row .col-fourth:not(:nth-child(2n)) {
    margin-right: 40px;
}
  
  
.home-box {
    position: absolute;
    left: 0px;
    margin: 0px auto;
    bottom: auto;
    top: 240px;
    max-width: 100%;
}  
  
.top-image-home {
    min-height: 100vh;
    height: 600px;
}
  
.is-rel {
    height: 600px;
}
  
.home-start .col-sm-2{
	display: none;
}

.home-start .col-sm-8{
	width: 100%;
}
  
  .slogan{
	  margin-right: 30px;
  }
 
  .footer-1, 
  .footer-2,
  .footer-3, 
  .footer-4 {
    float: left;
    width: 50%;
    float: left;
}

.footer-top .container .row {
    display: block;
    flex-direction: row;
}

.designer .row .col-two:not(:nth-child(2n)) {
    margin-right: 40px;
}

.footer-1 img{
	position: static;
}
  
  .is-image {
    display: block;
    min-height: 334px;
    position: relative;
}

  
  .watch .container h3 {
    text-align: left;
 
    letter-spacing: 0px;
    color: #050505;
    opacity: 1;
    margin-bottom: 0px;
}
  
  .in-carousel-content {
    top: 60px;
    width: 200px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}
  
  a.butt, a.butt:focus, a.butt:active, a.butt:visited, button, button:focus, button:active, button:visited, input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"], input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited{
width: 100%;
width: -webkit-calc(100% - 40px);
width: -moz-calc(100% - 40px);
width: calc(100% - 40px);	  
  }
  
  a.butt.dark, a.butt.dark:focus, a.butt.dark:active, a.butt.dark:visited, button, button:focus, button:active, button:visited, input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"], input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited{
	width: 100%;
width: -webkit-calc(100% - 40px);
width: -moz-calc(100% - 40px);
width: calc(100% - 40px);	  
  }
  
  input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited{
	      max-width: 180px;
  }
  
    .blue-part img {
    max-height: 69px;
    margin: 0px auto 20px;
    display: block;
}
  
  .is-footer-shorter {
    width: 25%;
    float: left;
}

.is-footer-longer {
    width: 25%;
    float: left;
}

.is-footer-longer .is-in {
    margin-left: 0px;
}
  
  .over-title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
  
  .slick-dots li button {
    width: 50px!important;
    height: 10px!important;
    background-color: #000!important;
}

.slick-dots li {
width: 50px!important;
    margin: 0 8px!important;
}
  
  
  
  .header-search input[type="search"] {
    max-width: 120px;
}

  .main-navigation ul {
    margin-left: 30px;
}


.site-footer .row .col-two.footer-first {
    width: 100%;
    width: -webkit-calc(75% - 10px);
    width: -moz-calc(75% - 10px);
    width: calc(75% - 10px);
}

.site-footer .row .col-two.footer-second {
    width: 100%;
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
}
  
  
  #cookie-law-info-again{
	  max-width: 123px!important;
  }
  
 .site-content h1 {

} 

  .site-content h2 {
 
}

.site-content h3{
 
}

.site-content h4{
 
}

.site-content h5{

}


.overtitle {
   
}

  .home-second .has-bg ul li {
    padding-right: 0px;
}

.partner-second .has-bg ul li{
    padding-right: 0px;
}

.site-content h2 br{
display: none;
}


.row .col-fourth:not(:nth-child(4n)) {
    margin-right: 40px;
}

.site-footer .row .col-fourth {
    width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
} 

.site-footer .row .col-fourth{
    margin-right: 40px;
}

.site-footer .row .col-fourth:nth-child(2n){
    margin-right: 0px;
}

.site-footer .row .col-fourth:nth-child(4n){
    margin-right: 0px;
}

.home-partner .col-fourth img{
width: 100%;
}

.home-partner .col-fourth{
margin-bottom: 50px;
}

a.inverse-butt, a.inverse-butt:focus, a.inverse-butt:visited, a.inverse-butt:active{
font-size: 15px;
padding: 10px 20px;
height: auto;
line-height: normal;
}

a.butt, a.butt:focus, a.butt:active, a.butt:visited, button, button:focus, button:active, button:visited, input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"], input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited{
font-size: 15px;
padding: 10px 20px;
height: auto;
line-height: normal;
}




.header-left{
	
}



.main-navigation li:not(:last-child) {
    margin-right: 13px;
}

.main-navigation ul {
    margin-left: 0px;
}




.header-search{
display: none;
}

.carousel .slick-slide {
    margin: 0 10px;
}

.carousel .slick-list {
    margin: 0 -10px;
}


.main-navigation {
 /*   clear: both;
    display: block;
    float: right;
    width: auto; */
}

.top-bar ul li {
    color: #000;
    font-size: 16px;
    font-weight: 300;

}
} 



@media (min-width: 992px) {
.only-mobile{
   display: none;
}
}





@media (max-width: 991px) {
	
.rmp-menu-wrap .rmp-submenu .rmp-menu-item-link {
    height: auto!important;
    line-height: 21px!important;
    margin-bottom: 12px!important;
}	
	
	
.image-part .row .col-sm-6:last-child img {
    margin-top: -50px;
    max-width: 100%;
}	
	
.responsive-main .slick-prev {
	width: 30px !important;
    height: 30px !important;
	
	right: 30px !important;
    left: auto !important;
    background-position: 50% 50%!important;
    background-image: url(img/left-arrow.png)!important;
background-repeat: no-repeat!important;
background-color: rgb(0 0 0 / 28%)!important; 
		top: auto!important;
	bottom: 150px!important;
    background-size: auto 70%!important;
}

.responsive-main .slick-next {
    right: 0px;
	
		width: 30px !important;
    height: 30px !important;
	
    left: auto !important;
    background-position: 50% 50%!important;
    background-image: url(img/right-arrow.png)!important;
	background-repeat: no-repeat!important;
	background-color: rgb(0 0 0 / 28%)!important; 
	top: auto!important;
	bottom: 120px!important;
    background-size: auto 70%!important;
}	
	
	
	.page-template-template-service .services-part, .page-template-template-service .services-part:hover {
    margin-top: 0px;
    margin-bottom: 20px;
}
	
	.call:before {
    background: rgb(36 35 35 / 25%);
}
	
	.persons {
    padding: 50px 0px;
}
	
	
	.call {
    padding: 50px 0;
}
	
	.image-part {
    padding: 50px 0;
}
	
	.bg-home-1 {
    padding: 50px 0px;
    
}
	
	.standard.home-start {
    padding: 0px 0px 50px;
}
	
	.over-footer .col-sm-8, 
	.over-footer .col-sm-4{
		width: 100%;
	}

	.logos .is-logo {
    width: 25%;
    float: left;
    position: relative;
    height: 160px;
}
	
	.small-logo img{
		float: left;
	}
	
	
	.logo-part .col-sm-8 {
    width: 100%;
}


.designer .else-contain {
    display: block;
    flex-direction: row;
}

.designer .row .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}

.row .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}

.row .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}

.row .col-two {
    width: 100%;
    float: left;
}

.row .col-two {
    width: 100%;
    float: left;
}

.designer .container {
    max-width: 737px;
}

.slogan-cover {
    position: static;
    bottom: 0px;
    max-width: 100%;
	margin-top: 30px;
}
	
	
		.site-content h2.product-title {
    text-align: center;

    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    margin: 40px 0px 40px 0px;
}
	
	
	a.pseudo-butt, a.pseudo-butt:focus, a.pseudo-butt:visited, a.pseudo-butt:active{
		margin-top: 30px;
	}
	
	.this-is-home .col-sm-4 {
    margin-bottom: 40px;
}
	
	  .is-image {
    display: block;
    min-height: 234px;
    position: relative;
}
	
	.site-content .about h1 {
    margin-bottom: 40px;
}
	
	.about {
    margin: 40px 0px 40px 0px;
}
	
	.site-content .blog-right-part h3 {
    text-align: left;

    letter-spacing: 0px;
    color: #050505;
    opacity: 1;
}
	
	.watch .container .row.rows {
    margin-bottom: 40px;
}
	
	a#myBtn, a#myBtn:focus, a#myBtn:visited, a#myBtn:active{
		margin: 40px auto;
	}
	
	.watch {
    margin-top: 40px;
}
	
	.site-content h1.watch-title {
    text-align: center;
    margin-bottom: 40px;
}
	
	
.butt.home{
	margin-top: -150px;
    z-index: 999999;
    position: relative;
	margin-bottom: 104px;
}
	
	.contain {
    display: block;
    flex-direction: row;
    margin-top: -56px;
}
	  
    .blue-part img {
    max-height: 51px;
    margin: 0px auto 20px;
    display: block;
}

.products .col-sm-3 {
    width: 50%;
	float: left;
}

.is-footer-shorter {
    width: 50%;
    float: left;
}

.is-footer-shorter {
    width: 50%;
    float: left;
}

.is-footer-longer {
    width: 50%;
    float: left;
}

.top-bar{
display: none;
}


.sub-menu li:before{
display: none;
}

.sub-menu{
display: none!important;
}

.sub-menu .sub-menu{
display: none!important;
}

.overlay-content .main-navigation ul ul{
display: none!important;
}


.over-title {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
}


    .site-content h1 {
    font-size: 32px;
    line-height: 41px;
    word-wrap: break-word;
} 

  .site-content h2 {
    font-size: 29px;
    line-height: 38px;
    word-wrap: break-word;
}

.site-content h3{
    font-size: 26px;
    line-height: 35px;
    word-wrap: break-word;
}

.site-content h4{
    font-size: 23px;
    line-height: 32px;
    word-wrap: break-word;
}

.site-content h5{
    font-size: 18px;
    line-height: 27px;
    word-wrap: break-word;
}



.partner-second .has-bg ul {
    left: 0px;
    padding: 0 20px;
    width: 100%;
}

.partner-second .has-bg ul li{
     line-height: 28px;
    padding: 10px 0px;
        font-size: 20px;
}

  .home-second .has-bg ul {
    left: 0px;
    padding: 0 20px;
    width: 100%;
}

.home-second .has-bg ul li{
      line-height: 28px;
    padding: 10px 0px;
    font-size: 20px;
}


	.site-content .in-carousel-content p {
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.site-content .in-carousel-content h4 {
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 13px;
}

.site-content h2.product-title {
    margin: 30px 0px 30px 0px;
}

  .row.is-person .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}

.row.is-person .col-two {
    width: 100%;
    float: left;
}

.one-product {
    padding: 50px 0px 50px 0px;
}

.persons-bottom {
    padding: 50px 0px 50px 0px;
}

.regular {
    padding: 50px 0px 50px 0px;
}

.blue-part {
    padding: 50px 0px 50px 0px;
}

.site-content .home-fourth {
    padding: 50px 0px 50px 0px;
}

.site-content .home-finfth {
    padding: 50px 0px 50px 0px;
}

.standard {
     padding: 50px 0px 50px 0px;
}

.footer-top {
    padding: 50px 0px 50px 0px;
}

.products-text {
    padding: 50px 0px 50px 0px;
}

.partner {
      padding: 50px 0px 50px 0px;
}

.contact-first {
   padding: 50px 0px 50px 0px;
}

.products-items {
    padding-bottom: 20px;
}

.company {
    padding: 50px 0px 50px 0px;
}

.partner-second {
    padding: 50px 0px 50px 0px;
}

.partner .short-left {
    width: 200px;
    float: left;
}

.partner .short-left img {
    max-width: 80%;
}

.partner .long-right {
    width: 100%;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    float: left;
}






.header-left {
    margin-top: 0px;
}

.site-content{
margin-top: 0px;
}




.header-search {
    margin-top: 26px;
}

.header-switcher {
    margin-top: 12px;
}






.site-header .container{
position: relative;
}

.only-desktop{
display: none;
}

.row.home-partner .col-fourth {
    width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}

.row.home-partner .col-fourth:not(:nth-child(2n)){
        margin-right: 40px;
}

.row .col-fourth:not(:nth-child(4n)) {
    margin-right: 0px;
}

.home-start .row .col-fourth {
    width: 100%;
    width: -webkit-calc(25% - 15px);
    width: -moz-calc(25% - 15px);
    width: calc(25% - 15px);
    float: left;
}

.home-start .row .col-fourth:not(:nth-child(4n)) {
    margin-right: 20px;
}

.services-part {
    position: relative;
    margin-top: -40px;
}

.welcome-part {
    padding-top: 40px;
}

.site-content .title-part h2 {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}

.title-part {
    padding: 15px 15px;
}

.site-footer .row .col-two.footer-first {
    width: 100%;
}

.site-footer .row .col-two.footer-second {
    width: 100%;
}

.site-footer .footer-copyright ul {
    float:left;
margin-top: 40px;
}


.row .col-two:not(:nth-child(2n)) {
    margin-right: 40px;
}

.row .col-two {
    width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}














  .header-switcher {
    margin-right: 60px;
}




    .burgwrapp {
     width: 100%;
     position: relative;
}

.wrapp {
    position: absolute;
    top: 45px;
    z-index: 9;
right: 0px;
}



 .burgmenu {
     width: 40px;
     height: 40px;
     cursor: pointer;
     position: relative;
}
 .burgwrapp {
   /*  position: relative;       */
   position: static;
}
 .bar1, .bar2, .bar3 {
     position: absolute;
     top: 6.5px;
     left: 0px;
     right: 0px;
     display: block;
     margin-left: auto;
     margin-right: auto;
     display: block;
     font-size: 10px;
     padding: 0;
     -webkit-appearance: none;
     width: 40px;
     height: 2px;
     border-radius: 0px;
     background-color: #fff;
     -webkit-transition: all 0.2s ease-in;
     -webkit-transform: rotate(0deg);
}
 .bar2 {
     top: 17.5px;
}
 .bar3 {
     top: 28.5px;
}
 .bar1.active {
  /*   top: 26px;     */
     
     top: 18px;
     -webkit-transform: rotate(-135deg);
     -webkit-transition: all 0.2s ease-in;
}
 .bar2.active {
     left: 40px;
     background-color: transparent;
     -webkit-transition: all 0.2s ease-in;
}
 .bar3.active {
  /*   top: 26px;    */
     
     top: 18px;
     -webkit-transform: rotate(135deg);
     -webkit-transition: all 0.2s ease-in;
}

.bar1.active, .bar2.active, .bar3.active{
color: #fff;
}

 .site-header {
     top: 0;
     left: 0;
     width: 100%;
  /*   position: fixed; */
     z-index: 9999;
}
 .site-header.scrolled {
     transition: all 1s ease;
}
 .site-header.scrolled:hover {
     opacity: 1;
}
 .overlay {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0px;
 background-color: rgba(36, 103, 165, 0.95);
     overflow-x: hidden;
     transition: 0.5s;
}

#cookie-law-info-again{
	left: 30px!important;
}



 .overlay-content {
     position: relative;
     top: 146px;
     width: 100%;
     text-align: left;
}
 .overlay a, 
  .overlay a:focus, 
   .overlay a:visited, 
    .overlay a:active  {
color: #ffffff;

font-size: 18px;
font-weight: 500;
line-height: 40px;
text-transform: uppercase;

}


.main-navigation li.menu-item-has-children:before{
	display: none;
}

 .overlay a:hover{
     border-bottom: 0px transparent;
}
 .overlay-content #primary-menu{

}

.main-navigation ul {
    margin-top: 0px;
}


 .overlay a:hover {
     opacity: 1;
     -webkit-transition: all ease .8s;
     -moz-transition: all ease .8s;
     transition: all ease .8s;

}
 .overlay ul ul a {

}
 .overlay ul ul li {
     list-style-type: none;
     display: inline;
}
 .overlay ul ul li:not(:first-child):before {
     content: "|";
     opacity: 0.4;
     color: #ffffff;
     vertical-align: top;
     margin-right: 8px;
     margin-left: 8px;
}

 .main-navigation ul ul a {
     display: inline;
}
 .overlay-full {
     width: 100% !important;         
 	height: 100vh !important; 
}

.main-navigation li:not(:last-child) {
    margin-right: 0px;
}

 .main-navigation ul {
     display: none;
}

.main-navigation li {
    float: none; 
    margin-bottom: 0px;
}

 .overlay-content .main-navigation ul {
     display: block;
     float: none;
     width: 100%;

margin-left: auto;
margin-right: auto;
display: block;
}
 .overlay a:focus{
     outline: none;
}
 .main-navigation ul ul a:hover {
     -webkit-transition: all ease .8s;
     -moz-transition: all ease .8s;
     transition: all ease .8s;
     opacity: 0.8;
}
 .overlay .current_page_item a {
     color: rgba(255, 255, 255, 0.8);
}

 .overlay-content .main-navigation ul ul {
     position: absolute;
     top: 0px;
     left: 181px;
     margin-left: 0px;
     width: 100%;
     width: -webkit-calc(100% - 181px);
     width: -moz-calc(100% - 181px);
     width: calc(100% - 181px);
}
 .main-navigation ul ul li {
     float: left;
     position: static;
}
 .overlay a:hover, .overlay a:focus {
     color: #f1f1f1;
}
 .overlay .closebtn {
     position: absolute;
     top: 20px;
     right: 45px;
     font-size: 60px;
}
 footer.entry-footer{
     display: none;
}
 .main-navigation ul ul li {
     float: left;
}
 iframe {
     vertical-align: top;
}

span.wpcf7-list-item{
  margin-left: 0px;
}


.main-navigation li.current_page_item a {
    color: #fff;

}

.main-navigation {
    width: 100%;
width: -webkit-calc(100% - 60px);
width: -moz-calc(100% - 60px);
width: calc(100% - 60px);
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

 .wrapp {
    top: 21px;
}

.change .header-left {
    margin-top: 0px;
}



	.header-right {
    width: 100%;
    width: -webkit-calc(100% - 261px);
    width: -moz-calc(100% - 261px);
    width: calc(100% - 261px);
    float: left;
}

.header-left {
    width: 261px;
    float: left;
}

	.change .header-right {
    width: 100%;
    width: -webkit-calc(100% - 261px);
    width: -moz-calc(100% - 261px);
    width: calc(100% - 261px);
    float: left;
}

.change .header-left {
    width: 261px;
    float: left;
}


.wrapp {
    right: 0px;
    top: 25px;
}

.top-image-home {
   
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
	
}	

.is-rel {
    position: relative;
}

.home-buttons a.butt, .home-buttons a.butt:focus, .home-buttons a.butt:active, .home-buttons a.butt:visited{
	width: 180px;
}
}





 
@media (min-width: 768px) {
  .home-image .home-image-cover{
   background: transparent!important;
}
}



@media (max-width: 767px) {
	
	.top-image-home{
		background-attachment: scroll;
	}
	
	.wpcf7, .note, .contact-form-cover {
    width: 100%;
    max-width: 100%;
}
	
	.inner-top p.main-text br{
		display: none;
	}
	
	.all-services{
		background: cover;
	}
	
.all-services .col-three span {
    padding: 50px 0px;
    text-align: center;
}	
	
	.row.all-services .col-three{
		width: 100%;
		    border-bottom: 2px solid rgb(0 0 0 / 8%);
	}
	
	.image-part .row .col-sm-6:last-child img {
    margin-top: 40px;
    max-width: 100%;
    margin-left: 0px;
}
	
	.title-part {
	bottom: auto;
    top: 0px;
	    background-image: linear-gradient(rgba(0,0,0,0.875),rgba(0,0,0,0));

}
	
.site-content .title-part h2 {
    font-size: 19px;
    line-height: 27px;
}	
	
	.col-fourth.welcome-part, .home-start .row .col-fourth{
		margin-bottom: 40px;
	}
	
	.home-news .col-three{
		margin-bottom: 40px;
	}
	
	.home-news .col-three img{
		margin-bottom: 15px;
	}
	
	.services-part {
    margin-top: 0px;
}

.services-part:hover {
    margin-top: 0px;
}
	
	.home-start .row .col-fourth:not(:nth-child(2n)) {
    margin-right: 0px;
}

.home-start .row .col-fourth:not(:nth-child(2n)) {
    margin-right: 0px;
}
	
.home-start .row .col-fourth{
		float: none;
		width: 100%;
	}
	
	.responsive-main .slick-prev, 
	.responsive-main .slick-next{
		display: none!important;
	}
	
	.top-image-home {
    min-height: 100vh;
    height: 500px;
}

.is-rel {
    height: 500px;
}
	
.home-box {
    top: 200px;
}
	
h1.main-title {
    font-size: 30px;
    line-height: 40px;
}	
	
	.home-start .row .col-fourth:not(:nth-child(4n)) {
    margin-right: 0px;
}

	.home-start .row .col-fourth:not(:nth-child(2n)) {
    margin-right: 20px;
}
	
	.new-services.home-start .row .col-fourth {
    width: 100%;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
}
	
	.inside-part {
    margin-right: 0px;
    padding: 20px;
}

.inside-part-left {
    margin-left: 0px;
    padding: 20px;
}
	
	
	  .footer-1, 
  .footer-2,
  .footer-3, 
  .footer-4 {
    float: left;
    width: 100%;
    float: left;
}
	
	
	.phone-box{
		display: none;
	}
	
	    .logos .is-logo{
	    width: 50%;
    float: left;
    position: relative;
    height: 200px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}
	

.row .two-of-three{
width: 100%;
float: left;
 margin-right: 0px;
}

.row .one-of-three{
width: 100%;
float: left;
}

	
	
	

	.is-image{
		min-height: 0px;
	}
	
	.this-is-home .col-sm-4 {
    margin-right: 100px;
    width: 100%;
}
	.is-image img {
     position: static;
    bottom: 0px;
}
	
	a.scroll-down, a.scroll-down:focus, a.scroll-down:visited, a.scroll-down:active, a.scroll-down:hover {
    top: 375px;
	z-index: 9999!important;
}

.blog-left-part {
    width: 100%;
    float: left;
    margin-right: 0px;
}



	.blog-right-part-in {
    max-width: 100%;

		width: 100%;
		
		    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
	margin: 30px auto;
}


.else-contain {
    display: block;
    flex-direction: row;
}

.slogan-cover{
	position: static;
	margin-top: 30px;
}


.blog-right-part {
    width: 100%;
    float: left;
}

	
	.watch .container .blog-right {
    width: 100%;

    float: left;
}
	
	
	.in-right {
    max-width: 100%;

		width: 100%;
		
		    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
	
	margin-left: auto;
	margin-right: auto;
}

.watch .container .blog-left{
	margin-bottom: 30px;
}
	
	.watch .container .blog-left {
    width: 100%;

    float: left;
}

	.top-image {
    min-height: 550px;
}

.top-image .container {
    position: relative;
    height: 550px;
}

.footer-top .container .row {
    display: block;
}

#menu-social-networks {
    margin-top: 20px;
}

.footer-top .container .row .footer-1, .footer-top .container .row .footer-2, .footer-top .container .row .footer-3 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.footer-1 img {
    max-width: 100%!important;
}

.footer-1 img {
    position: static;
}

.over-title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}

 .home-box {
    right: 0px;
    bottom: 0px;
    max-width: 100%;
}

.home-box{
	left: 0px;
}


.partner-second .has-bg{
    margin-top: 50px;
}

.home-second .has-bg {
    margin-top: 50px;
}

 .contactform-title {
    margin-top: 30px;
}

 .partner .short-left {
    width: 100%;
    float: left;
}

.partner .short-left img {
    max-width: 100%;
    margin-bottom: 30px;
}

.partner .long-right {
    width: 100%;
    float: left;
}





    .container{
  	max-width: 100%;
	max-width: -webkit-calc(100% - 60px);
	max-width: -moz-calc(100% - 60px);
	max-width: calc(100% - 60px);   
    }
	
	
	.designer .container {
    max-width: 100%;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
}
	
	.one-of-three{
		margin-top: 30px;
	}

.row .col-two{
width: 100%;
}

.row .col-two:not(:nth-child(2n)){
 margin-right: 0px;
 margin-bottom: 30px;
}

.home-bg .row .col-two:not(:nth-child(2n)){
 margin-right: 0px;
 margin-bottom: 0px;
}

.row .col-three{
width: 100%;
}

.row .col-three:not(:nth-child(3n)){
 margin-right: 0px;
}



.row .col-fourth{
width: 100%;
}

.row .col-fourth:not(:nth-child(4n)){
 margin-right: 0px;
}

a.butt, a.butt:focus, a.butt:active, a.butt:visited, button, button:focus, button:active, button:visited, input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"], input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited{
	height: auto!important;
	line-height: normal!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}


}


@media (max-width: 700px) {
 .persons .row .col-fourth {
    width: 100%;
    float: left;
} 
  
 .persons .row .col-fourth:not(:nth-child(4n)) {
    margin-right: 0px;
}  

 .persons .row .col-fourth:not(:nth-child(2n)) {
    margin-right: 0px;
}
}


   @media (max-width: 600px) {
   
   .home-box-in h1{
	   padding: 0px;
   }
   
   .over-title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
   
   
   .row.home-partner .col-fourth {
    width: 100%;
    float: left;
}
   
   .row.home-partner .col-fourth:not(:nth-child(2n)) {
    margin-right: 0px;
}
   
   
  .header-search{
  display: none;
  }
  
  .footer-cols .col-two:first-child {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.site-footer .footer-copyright ul {
    float: left;
    margin-top: 30px;
}

.footer-cols .col-two:last-child {
    width: 100%;
    float: left;
}

.site-footer .row .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}


	   	    .logos .is-logo{
	    width: 50%;
    float: left;
    position: relative;
    height: 150px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
}

}
   
   
   @media (max-width: 500px) {
	   #menu-item-6558{
		   display: none!important;  
	   }
	   
#menu-item-4724, #menu-header-contact li:not(:first-child):before{
	display: none!important;   
   }
   
   #nav_menu-6 {
    display: table;
    float: left;
}
 }
   
   
   
   @media (max-width: 480px) {
	   
	   	    .logos .is-logo{
	    width: 50%;
    float: left;
    position: relative;
    height: 100px;
    height: 100px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
	   
	   
	   .is-footer-shorter {
    width: 100%;
    float: left;
}

.is-footer-longer {
    width: 100%;
    float: left;
}
	
.is-in {
    width: 100%;
}	

.is-footer-longer ul {
    float: none;
    max-width: 100%;
	margin-top: 1.5em;
}

.products .col-sm-3 {
    width: 100%;
    float: left;
}

	   
    .footer-copyright ul li {
    list-style-type: none;
    display: block;
}

.site-footer .footer-copyright ul {
    float: left;

}

.footer-copyright li:not(:first-child):before{
display: none;
}

.over-title {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
}
}
   
   
   
   @media (max-width: 420px) {


#nav_menu-7{
    display: none;
}



.header-switcher {
    margin-right: 40px;
}
 }  
   
   
   @media (max-width: 400px) {
	   
	   .site-content .home-box-in h1{
		   font-size: 24px;
		   line-height: 34px;
	   }
	   
	   
  .over-title{
  position: static;
      background-color: rgba(0, 0, 0, 1);
      height: auto;
      max-width: 100%;
      padding: 10px 15px;
      line-height: 1.5;
  } 
}


   @media (max-width: 380px) {

#nav_menu-6 {
    display: table;
    float: left;
}

a.butt, a.butt:focus, a.butt:active, a.butt:visited, button, button:focus, button:active, button:visited, input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"], input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited {
    font-size: 13px;
}

a.inverse-butt, a.inverse-butt:focus, a.inverse-butt:visited, a.inverse-butt:active{
  font-size: 13px;
}

.site-content .home-box-in h1 {
    font-size: 20px;
    line-height: 30px;
}

	   	    .logos .is-logo{
	    width: 50%;
    float: left;
    position: relative;
    height: 100px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
}
}

   @media (max-width: 340px) {

	   	    .logos .is-logo{
	    width: 100%;
    float: left;
    position: relative;
    height: auto;
}

.logos .is-logo img {
    position: static;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
	margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
display: block;
}
}


   @media (max-width: 315px) {
.new-services.home-start .row .col-fourth {
    width: 100%;
    float: left;
}

.home-start .row .col-fourth:not(:nth-child(2n)) {
    margin-right: 0px;
}
}


   @media (max-width: 307px) {
ul#menu-social-networks {
    margin-left: 15px;
    margin-top: 5px!important;
}
 }