/*!
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;
}



/*
@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Black.eot');
    src: url('fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Black.woff2') format('woff2'),
        url('fonts/CeraPro-Black.woff') format('woff'),
        url('fonts/CeraPro-Black.ttf') format('truetype'),
        url('fonts/CeraPro-Black.svg#CeraPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-BlackItalic.eot');
    src: url('fonts/CeraPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-BlackItalic.woff2') format('woff2'),
        url('fonts/CeraPro-BlackItalic.woff') format('woff'),
        url('fonts/CeraPro-BlackItalic.ttf') format('truetype'),
        url('fonts/CeraPro-BlackItalic.svg#CeraPro-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Bold.eot');
    src: url('fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Bold.woff2') format('woff2'),
        url('fonts/CeraPro-Bold.woff') format('woff'),
        url('fonts/CeraPro-Bold.ttf') format('truetype'),
        url('fonts/CeraPro-Bold.svg#CeraPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Light.eot');
    src: url('fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Light.woff2') format('woff2'),
        url('fonts/CeraPro-Light.woff') format('woff'),
        url('fonts/CeraPro-Light.ttf') format('truetype'),
        url('fonts/CeraPro-Light.svg#CeraPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Medium.eot');
    src: url('fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Medium.woff2') format('woff2'),
        url('fonts/CeraPro-Medium.woff') format('woff'),
        url('fonts/CeraPro-Medium.ttf') format('truetype'),
        url('fonts/CeraPro-Medium.svg#CeraPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Italic.eot');
    src: url('fonts/CeraPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Italic.woff2') format('woff2'),
        url('/fonts/CeraPro-Italic.woff') format('woff'),
        url('fonts/CeraPro-Italic.ttf') format('truetype'),
        url('fonts/CeraPro-Italic.svg#CeraPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    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: 800;
}

/**
 * 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: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;



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

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

.site-content p, .site-content ul, .site-content 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: #000000;
	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: #000000;
	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: #000000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

a:visited {
	color: #000000;
}

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

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	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; 
	/* display: inline-block; */
	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;
		    float: right;
	}
}

.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 .two-of-three{
width: 100%;
width: -webkit-calc(66.6666% - 20px);
width: -moz-calc(66.6666% - 20px);
width: calc(66.6666% - 20px);
float: left;
 margin-right: 40px;
}

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














.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;
}


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


.row .col-one-of-three{
  width: 100%;
width: -webkit-calc(25% - 20px);
width: -moz-calc(25% - 20px);
width: calc(25% - 20px);
float: left;
margin-right: 40px;
}

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





.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: 13px;
    font-weight: 300;
    line-height: 24px;
}

.site-footer h2{
color: #000;
    /* font-size: 12px; */
    /* line-height: 37px; */
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
     font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
}

.site-footer h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #000;
    width: 30px;
}

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

.footer-1{
	position: relative;
}



.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;
}

.home-fifth{
	padding: 80px 0px;
}

 
.home-fifth h1, 
.home-fifth h2, 
.home-fifth h3, 
.home-fifth h4, 
.home-fifth h5, 
.home-fifth p, 
.home-fifth ul li, 
.home-fifth ol li{
	text-align: center;
}

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

}

.site-content .home-fifth h3{
	margin-bottom: 10px;
}


.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 {
    font-size: 18px;
    font-weight: normal;
	color: #000;
	
	margin-bottom: 30px;
}

.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;
}

.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{
	float: left;
	list-style-type: none;
	text-indent: -9999px;
margin-right: 15px;	
}

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

ul#menu-social-networks li a{
width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: 0 0;
}

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 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.whatsapp a{
	background-image: url(img/whatsapp.png)
}


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


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










   
  #map {
  height: 400px;
  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{
/*	bottom: 0px!important;
	top: auto!important;*/
	
	background: #F4F4F4 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;

opacity: 1;

text-align: left;

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

width: 758px;
height: 52px;
line-height: 52px;
/* left: auto!important;
right: -842px!important;
z-index: 9999!important; */
position: static!important;
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!important;
}



.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: #000;
   font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.06em;
	margin-top: 0px;
	
}

.site-footer .foot-1 p{
	margin-bottom: 0px;
}

.put-in-border{
	border: 1px solid #000;
	padding: 20px;
}

.site-footer ul li{
	  color: #000;
    font-size: 14px;
    font-weight: 500;
   line-height: 24px;
    letter-spacing: 0.06em;
}

.footer-bottom ul{
	text-align: center;
    padding: 5.5px 0px;
}

.footer-bottom ul li{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.site-footer ol li{
	  color: #000;
   font-size: 14px;
    font-weight: 500;
   line-height: 24px;
    letter-spacing: 0.06em;
}
/*
.top-image-home::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 21%);
}
*/
.top-image-home::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0));
}

/*
.top-image::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 22%);
}
*/
.top-image::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0));
}

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

.footer-top {
    padding: 60px 0px 60px 0px;
}

.dark .wpcf7 input[type="text"], 
.dark .wpcf7 input[type="email"], 
.dark .wpcf7 input[type="url"], 
.dark .wpcf7 input[type="password"], 
.dark .wpcf7 input[type="search"], 
.dark .wpcf7 input[type="number"], 
.dark .wpcf7 input[type="tel"], 
.dark .wpcf7 input[type="range"], 
.dark .wpcf7 input[type="date"], 
.dark .wpcf7 input[type="month"], 
.dark .wpcf7 input[type="week"], 
.dark .wpcf7 input[type="time"], 
.dark .wpcf7 input[type="datetime"], 
.dark .wpcf7 input[type="datetime-local"], 
.dark .wpcf7 input[type="color"] {
    background: transparent;
    box-shadow: none;
	border: 0px;
    border-bottom: 1px solid #fff;
    opacity: 1;
    text-align: left;
    letter-spacing: 0.6px !important;
    color: #fff;
    opacity: 1;
    width: 100%;
    max-width: 500px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

.dark .wpcf7 textarea {
    background: transparent;
    box-shadow: none;
 	border: 0px;
    border-bottom: 1px solid #fff;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    text-align: left;
    letter-spacing: 0.6px !important;
    color: #fff;
    opacity: 1;
    height: 200px;
    padding-left: 0px;
    padding-right: 0px;
 
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
}


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

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


.dark .wpcf7 ::-webkit-input-placeholder {
  color: white;
}

.dark .wpcf7 ::-moz-placeholder { 
  color: white;
}

.dark .wpcf7 :-ms-input-placeholder {
  color: white;
}

.dark .wpcf7 :-moz-placeholder { 
  color: white;
}


.site-branding a, 
.site-branding a:focus, 
.site-branding a:active, 
.site-branding a:visited{
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-bottom: 10px;
}

.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;
}



.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;
	color: #000;
	opacity: 1;
	font-size: 15px;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border: 1px solid transparent;
	    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

html:lang(es-ES) .main-navigation a, 
html:lang(es-ES) .main-navigation a:hover, 
html:lang(es-ES) .main-navigation a:active, 
html:lang(es-ES) .main-navigation a:focus {
    font-size: 14px;
}

.middle-part{
	margin: 5px 0px;
}

.post-grid-home h4{
text-decoration: none;
			color: #000000;
			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: #000000;
opacity: 1;
	margin: 0px;
}


.main-navigation a:hover, .main-navigation li.current_page_item a{
	border-bottom: 1px solid transparent;
	background: #002147;
	color: #fff;
}

.main-navigation li.menu-item-has-children a{
	border-bottom: 1px solid transparent;
}

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



.standard{
	padding: 40px 0px;
}


.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: rgb(0 0 0 / 50%);
}

.main-navigation li{
/* margin-left: 10px;
margin-right: 10px; */

}

.site-header{
/*	border-bottom: 1px solid #000; */
}

.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: #000000;
    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;

		 width: 100%;
		 z-index: 999;
		 
	
}

.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;
	 }



.main-navigation ul{
 /*   margin-top: 90px; */
margin-top: 84px;
    margin-left: 0px;

}

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



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

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; 
	border-bottom: 0px!important;
	font-weight: 300;
}

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.quasi:hover {
    background-position: bottom left;
    transition: 1.0s;
    text-decoration: none;
		border-bottom: 0px!important;
}

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





.over-footer {
    background: rgb(0 33 71 / 100%);
    padding: 60px 0px;
    background-position: 50% 50%;
}

.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;
}

.dark h2 {
    position: relative;
    /* display: inline-block; */
    color: #fff;
    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; */
	
	    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    background: transparent;
    margin-bottom: 30px;
    display: block;
    position: relative;
	
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

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

.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 h1{
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-top: 0px;
margin-bottom: 20px;
}


.site-content h2{
font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    background: transparent;
    margin-bottom: 30px;   
    display: block;
	position: relative;
}

.site-content .dark h2{
	color: #fff;
}

h1, h2, h3, h4, h5{
	position: relative;
}

h1:after, h2:after, h3:after, h4:after, h5:after {
   /* content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #002147;
    width: 60px; */
}

h2.main-subtitle{
	text-align: left;
}

h2.main-subtitle:after{
	content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #002147;
    width: 60px;
}

h1.main-title:after{
	content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #002147;
    width: 60px;
}

h2.page-title:after{
	content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #002147;
    width: 60px;
}

.archive-post{
	margin-bottom: 40px;
}

.site-content .archive-post h3{
	margin-bottom: 10px;
	font-weight: 300;
}

.site-content .archive-post h3 a, 
.site-content .archive-post h3 a:focus, 
.site-content .archive-post h3 a:active, 
.site-content .archive-post h3 a:visited{
	    border-bottom: 0px solid transparent;
}

.searchandfilter h1:after, 
.searchandfilter h2:after, 
.searchandfilter h3:after, 
.searchandfilter h4:after, 
.searchandfilter h5:after{
	content: none;
}

.searchandfilter input[type="submit"]:not(.search-submit), 
.searchandfilter input[type="submit"]:not(.search-submit):focus, 
.searchandfilter input[type="submit"]:not(.search-submit):active, 
.searchandfilter input[type="submit"]:not(.search-submit):visited{
	margin-left: 0px;
}

.single-person img.longer-image{
	max-width: 400px;
	    min-width: 250px;
}

.standard{
	padding: 80px 0px;
}

.searchandfilter label {
   /* display: block; */
}

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

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

.site-content .searchandfilter h4{
	margin-bottom: 0px;
	padding-top: 0px;
}

.dark h1:after, .dark h2:after, .dark h3:after, .dark h4:after, .dark h5:after{
	    background-color: #ffffff;
}

.site-content h3{
    font-size: 24px;
    font-weight: 500;
margin-top: 0px;
margin-bottom: 20px;
text-transform: uppercase;
}

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

.site-content h5{
color: #000000;
font-size: 18px;
line-height: 28px;
font-weight: 600;
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;
	overflow-x: hidden;
}

.has-marg-top{
	margin-top: 80px;
}

.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{
    font-size: 16px;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
    line-height: 28px;
}

.site-content ol li{
font-size: 16px;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
    line-height: 28px;
}

.site-content ul li{
font-size: 16px;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
    line-height: 28px;
}

.site-content ul li:before{
	content: "·";
	margin-right: 10px;
}


.home-second{
	    padding: 80px 0px 80px 0px;
	    background: rgb(0 33 71 / 89%) url(img/bg8.png) no-repeat 50% 50%;
    background-size: 100% auto;
}

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




.port-cover{
	position: relative;
}

img.port{
/*	border-radius: 50%; */
	position: absolute;
	right: 0px;
	top: 61px;
}

.site-content ol li{
color: #000;
font-size: 14px;
    line-height: 24px;
letter-spacing: 0.8px !important;
font-weight: 400;
list-style-type: none;
}

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




.top-image{
  height: 400px; 
  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-wanted-persons .top-image{
background-position: 50% 45%;

}
    




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

.top-image .container h1.main-title{
    position: absolute;
    left: 0px;
    bottom: 60px;
    margin-bottom: 0px;
    z-index: 9;
    color: #fff;
	
	    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;
    
    background: transparent;
    margin-bottom: 0px;

}

.top-image .container h1.main-title:after{
	    background-color: #ffffff;
}

.one-person h3{
	margin-bottom: 10px;
}

.one-person h3:after{
	content: none;
}

.part-of-person{
	margin-bottom: 30px;
}	

.one-person table td, .one-person table th{
	    font-size: 16px;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
    line-height: 28px;
	vertical-align: top;
}

.one-person table tr td:first-child, .one-person table th:first-child{
	font-weight: 500;
	width: 160px;
}

.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;
}

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

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

.year {
    font-size: 12px;
}

.year {
    margin-bottom: 20px;
}

.site-content .one-blog h3 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
	margin-top: 20px;
}

.site-content .one-blog h3 a, 
.site-content .one-blog h3 a:active, 
.site-content .one-blog h3 a:hover, 
.site-content .one-blog h3 a:visited
{
	    border-bottom: 0px;
}

.site-content .one-blog h3 a:hover{
	opacity: 0.8;
}

.site-content .one-blog h3:after{
	content: none;
}

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

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

.single-person .inside-part {
    margin-right: -40px;
    z-index: 999;
    padding: 80px;
    background: #fff;
    text-align: left;
}

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

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

.sidebar-in {
    background: rgb(0 0 0 / 2%);
    padding: 20px;
        float: left;
    width: 100%;
}

.site-content .sidebar-in h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;;
}

.site-content .sidebar-in ul li {
    position: relative;
    list-style: none;
    padding-left: 0px;
	font-weight: 300;
	    margin-bottom: 10px;
}

.page-template-template-wanted-persons .site-content .sidebar-in ul li{
	margin-bottom: 0px;
}

.sf-field-search label{
	display: block;
}

.site-content .sidebar-in h2:after{
	content: none;
}

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

.archive .entry-meta{
	display: none;
}

.archive h2.entry-title{
	font-size: 25px;
}

.archive h2.entry-title:after{
	content: none;
}

.site-content .sidebar-in a, 
.site-content .sidebar-in a:active, 
.site-content .sidebar-in a:focus, 
.site-content .sidebar-in a:visited{
	border-bottom: 0px;
	text-decoration: none;
}

.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;
border-bottom: 1px solid #000;
}

.site-content a:hover{
text-decoration: none;
border-bottom: 1px solid transparent;
}


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

.footer-bottom .container{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


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

.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%;
	
	  /*  bottom: calc(50% - 20px); */
		
	 top: -webkit-calc(50% - 20px);
	top: -moz-calc(50% - 20px);
	top: calc(50% - 20px);
		
    max-width: 100%;
}

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

}

.home-box-in a.butt, 
.home-box-in a.butt:active, 
.home-box-in a.butt:focus, 
.home-box-in a.butt:visited{
	float: left;
	margin-right: 15px;
	color: #fff;
	border-color: #fff;
	margin-top: 20px;
}

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

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

.home-box-in a.butt.inverse:hover{
	color: #fff!important;
	background: transparent!important;
		border-color: #fff!important;
}

.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!important;
}


.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: 40px;
  }
  
  section.products.sec{
	padding: 40px 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 #000000;
    opacity: 1;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    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;
	letter-spacing: 0.8px !important;
}




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 #000000;

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

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

letter-spacing: 0.8px !important;
margin-left: auto;
margin-right: auto;
}





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


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!important;
    border-color: #000!important;
color: #fff!important;
}





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 #000000;
    opacity: 1;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    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;
	letter-spacing: 0.8px !important;
}

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


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



.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!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-top.png) no-repeat!important;
background-size: 45px 46px!important;
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!important;
	min-width: 0px!important;
	line-height: normal!important;
	margin: auto!important;
	 padding: 13px 13px!important;
}




.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 {
      font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
}

.quantity input[type="number"], input[type="number"]{
	padding-left: 0px;
	padding-right: 0px;
}

a.butt:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover{
background-color: #000000;
    -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
}

.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 #000000;
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;
}


.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: 40px 0px 40px 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;

}

.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: transparent;
box-shadow: none;
border: 1px solid #000000;

opacity: 1;


text-align: left;

letter-spacing: 0.6px !important;
color: #000000;
opacity: 1;

width: 100%;
    max-width: 500px;
text-align: center;
    font-size: 14px;
    font-weight: 400;

	padding-left: 15px;
	padding-right: 15px;
 }
 
 .woocommerce .woocommerce-ordering select{
background: transparent;
box-shadow: none;
border: 1px solid #000;
opacity: 1;


text-align: center;

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

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

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

padding-left: 0px;
padding-right: 0px;
 }
 
.wpcf7 textarea{
background: transparent;
box-shadow: none;

border: 1px solid #000;
opacity: 1;
width: 100%;
max-width: 100%;

text-align: left;
    letter-spacing: 0.6px !important;

color: #000;
opacity: 1;
height: 200px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
    font-size: 14px;
    font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.wpcf7{
	margin: 0px 0px;
}

.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: #000000;
}

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

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

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

.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: #000000!important;
}

.slick-dots li {
    position: relative!important;
    display: inline-block;
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: normal;
color: #000000;

font-weight: 400;

}

li.wpml-ls-current-language a{
color: #2467a5;
}
  
  
 .wpml-ls-sidebars-schalter li:not(:first-child):before {
     content: "|";
    color: #000000;
    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: 300;
 color: #000;
height: auto;
line-height: 26px;

  }
  
  
  .sub-menu .sub-menu li:before {
  display: none;
}

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

  .sub-menu li{
    margin-right: 0px;
	 margin-left: 0px;
    margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
} 

.sub-menu{
	margin-left: -11px!important;
}

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

.sub-menu .sub-menu{
    background: transparent;
    padding-top: 0px!important;
    z-index: 9999;
}
  
  
  html{
  overflow-x: hidden;
  }
  
  .main-navigation ul ul{
    box-shadow: none;
	background: #000000;
	padding-left: 15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-top: 10px!important;
	padding-bottom: 10px;
	
	
	box-shadow: none;
    background: #ffffff;
    padding-left: 0px;
    margin-left: -15px;
    padding-right: 0px;
    padding-top: 10px!important;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
     }
    
    .main-navigation ul {
    box-shadow: none;
     }
     
     .main-navigation ul ul a {
    width: auto;
}

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

.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-color: #fff;
  }
  
  .woocommerce-variation-price{
	  margin-bottom: 30px;
  }
  

 .page-template-template-kontakt #myBtn{
	display: none;  
  }
  
  .woocommerce-message {
    border-top-color: #000000;
}

.woocommerce-message::before {
    content: "\e015";
    color: #000000;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 1px solid #000;
    font-size: 14px;
}

.woocommerce-cart input[type="number"]{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table td{
    font-weight: 400;
    font-size: 14px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 0px 40px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: table;
    text-align: center;
    margin-bottom: 1em;
    font-size: 14px;
	letter-spacing: 0.8px !important;
    padding: 0;
	    padding-left: 40px;
    padding-right: 40px;
}
  
  
  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, select{
  height: 45px;
  line-height: 45px!important;
  border: 1px solid #000;
 border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 0px 15px;
  
  color: #000000;
    font-size: 14px;
    font-weight: 300;
	

  }
  
  #cookie_hdr_showagain{
	  font-weight: 500;
  }
  


.sidebar-in select{
	width: 100%;
	max-width: 100%;
}

.page-template-template-wanted-persons .searchandfilter input[type="text"], 
.page-template-template-wanted-persons .searchandfilter select{
    width: 315px!important;
    max-width: 100%;
}

.sidebar-in input[type="search"]{
	  height: 45px;
  line-height: 45px!important;
  border: 1px solid #000;
 border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 0px 15px;
  
  color: #000000;
    font-size: 14px;
    font-weight: 300;
	width: 100%;
	max-width: 100%;
	
}
  
.col-two.hm a, 
.col-two.hm a:active, 
.col-two.hm a:focus, 
.col-two.hm a:visited{
	display: block;
	    border-bottom: 1px solid transparent;
}
  
  .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: #000000;
    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: 40px 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;
}
  
  .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;
}


	
	
	.top-image-home{
    height: 600px;
    background-repeat: no-repeat;
       background-position: 0% 72%;
 /*   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;
    height: 600px;
}

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

.black{
	background: #000;
}

.has-right-border{
	position: relative;
}

.has-right-border:after{
	position: absolute;
	width: 1px;
	height: 100%;
	content: "";
	background: #fff;
	right: -20px;
	top: 0px;
    min-height: 524px;
}


.site-content .all-persons h4 {
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
    /* text-transform: uppercase; */
    margin-top: 5px;
    margin-bottom: 0px;
	text-align: left!important;
	min-height: 40px;
}

.all-persons .col-fourth{
	margin-bottom: 20px;
}

.site-content p.smaller-letter {
    line-height: 24px;
}

.cap{
	text-transform: capitalize;
}

.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!important;
	margin-right: auto!important;
	display: table!important;
}

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

.blue-part a.butt.dark:hover{
	color: #fff!important;
	border: 1px solid #000000!important;
	background: #000000!important;
	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;
*/
}

.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 {
    position: absolute;
    right: 0px;
    top: 1px;
    z-index: 999;
    padding-left: 0px;
    padding-right: 0px;
}

.phone-box ul{
	margin-bottom: 0px!important;
}

.phone-box ul li:not(:last-child){
	margin-right: 10px;
}

.phone-box ul li{
	list-style-type: none;
	display: inline-block;
	    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
   /* line-height: 28px; */
   line-height: normal;
}

.phone-box ul li a, 
.phone-box ul li a:focus, 
.phone-box ul li a:active, 
.phone-box ul li a:visited{
	border: 0px;
	text-decoration: none;
	font-weight: 300;
}

.phone-box ul li a:hover{
	color: #002147;
}

.phone-box ul li:not(:first-child):before{
/*	content: "|";
	font-weight: 300;
	margin-left: 5px;
	margin-right: 5px; */
}


.top-box {
    height: 30px;
	line-height: 30px;


 /*   -webkit-box-shadow: -1px -5px 39px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px -5px 39px 0px rgba(0 0 0 / 10%);
    box-shadow: -1px -5px 39px 0px rgb(0 0 0 / 10%); */
    padding-left: 0px;
    padding-right: 0px;

}



.top-right {
    width: 21px;
    float: left;
}


.top-left {
    width: 100%;
    width: -webkit-calc(100% - 21px);
    width: -moz-calc(100% - 21px);
    width: calc(100% - 21px);
    float: left;
}



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

.top-box ul li{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

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

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

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

.year{
	margin-bottom: 20px;
	    font-size: 15px;
    font-weight: 300;
}



button.rmp_menu_trigger{
	display: none!important;
}



.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(0 0 0 / 50%);
}

.text_image {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    left: 15px;

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

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

.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: #000;
}

.hide{
	display: none;
}

body #cookie-law-info-again {
	
	background-color: rgb(0 0 0)!important;
    color: rgb(255 255 255)!important;
    position: fixed;
    font-family: inherit;
    width: auto;
    right: auto;
	left: 0px!important;
    bottom: 0px;
display: table;
	
    font-size: 11px;
    padding: 10px 15px!important;
    text-align: center;
    z-index: 9999;
    font-weight: 300;
    letter-spacing: 0.08em;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: rgb(22 22 22 / 0%) 2px 2px 5px 2px;
	    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.page-template-template-contact .site-content p, 
.page-template-template-contact .site-content h1, 
.page-template-template-contact .site-content h2, 
.page-template-template-contact .site-content h3, 
.page-template-template-contact .site-content h4, 
.page-template-template-contact .site-content h5{
	text-align: center;
}

.page-template-template-contact .site-footer{
	border-top: 0px;
}

.wpcf7{
	    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.header-top{
	margin-top: 0px;
	margin-bottom: 15px;
}

.header-bottom{
	margin-top: 30px;
	margin-bottom: 30px;
}

.hm{
	position: relative;	
}

b, strong {
    font-weight: 600;
}

.site-content .wpgis-popup.fa.fa-expand{
	border: 1px solid transparent;
}

.woocommerce button.button.disabled{
	padding-top: 0px;
	padding-bottom: 0px;
	    padding-left: 40px;
    padding-right: 40px;
}

.woocommerce div.product form.cart .variations select {
    padding-left: 15px;
}

.product_meta .posted_in, .product_meta .sku_wrapper{
	font-size: 12px;
	letter-spacing: 0.8px !important;
    font-weight: 400;
	display: block;
}

li#menu-item-4515{
	text-indent: -9999px;
	width: 21px;
	height: 21px;
	display: block;
	background: url(img/user.png) no-repeat;
	background-size: 100% 100%;
		margin-top: 4.5px;
		margin-right: 8px;
		margin-left: 8px;
}

.header-icon{
float: left;
}

.search-icon{
max-width: 21px;
float: right;
}

.search-icon a{
	display: block;
	max-width: 21px;
	line-height: 21px;
	height: 21px;

}

.top-box ul li{
	float: left;
	list-style-type: none;
}

.top-box ul{
	float: right;
}

.search-icon img{
	max-width: 21px;
	margin-top: 4.5px;
	margin-right: 0px;
}


.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    padding-left: 15px;
}
select {
  
    font-size: 14px;
    font-weight: 300;
}
/*
.site-content .hm{
	display: block;
}
*/
.site-content .hm h4{
position: absolute;
top: 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;
}

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

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


.full-dark .row .col-two {
    width: 50%;
    float: left;
}

.left-in {
    padding-left: 40px;
}

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

.full-dark {
    background-color: #002147;
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: 50% auto;
}

.gray{
	    background-color: #ecebe8;
}

.gray .col-three{
	background: #fff;
}

.home-post-in{
	padding: 20px;
}

.home-post-in h5{
	text-align: left!important;
	margin-bottom: 0px;
}

.home-post-in p{
	text-align: left!important;
}

.hm:after{
    position: absolute;
	content: "";
	border: 1px solid #fff;
	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:before{
    position: absolute;
	content: "";
background: rgb(0 0 0 / 15%);
	z-index: 87;
left: 0px;
top: 0px;
	
	width: 100%;

	
	height: 100%;

}

.wpmenucart-contents i{
    font-size: 18px;
}

.sanpop-search-box .search-btn {
    padding: 0px 15px;
    background: #000000;
    color: #fff;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}

.sanpop-search-box input[type="search"]{
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 300;
}



.header-left{
/* width: 300px; */
 width: 220px; 
/* width: 170px; */
float: left;
}

.header-right{
width: 100%;
  width: -webkit-calc(100% - 220px);
	width: -moz-calc(100% - 220px);
	width: calc(100% - 220px); 
	
/*	width: -webkit-calc(100% - 170px);
	width: -moz-calc(100% - 170px);
	width: calc(100% - 170px); */

float: left;
}

#media_image-2 img{
	max-width: 200px!important;
}

.archive .searchandfilter input[type="text"], .archive .searchandfilter select {
    width: 315px!important;
    max-width: 100%;
}

.archive .site-content .sidebar-in ul li {
    margin-bottom: 0px;
}

.show-on-archive{
	display: none;
}

.archive .hide-on-archive{
	display: none;
}

.archive .show-on-archive{
	display: block;
}

.lowerc-parent .cap{
	text-transform: lowercase;
}

.home .top-image{
	display: none;
}

.page-template-template-contact .top-image{
	display: none;
}

.right-image img{
	float: right;
}

.this-is-cover .standard:nth-child(odd){
	    background: rgb(102 0 0 / 89%) url(img/bg8.png) no-repeat 50% 50%;
    background-size: 100% auto;
}

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

.site-content li::before {
 /* content: ''; */
  position: absolute;
  left: 0px;
/*  background-image: url(img/bullet-dark.png);
  background-repeat: no-repeat;
  background-size: 10px 15px; 
  width: 10px;
  height: 15px; */
  left: -10px;
  top: 0px;
  display: block;  
}

.site-main .this-is-cover .standard:nth-child(odd) h1, 
.site-main .this-is-cover .standard:nth-child(odd) h2, 
.site-main .this-is-cover .standard:nth-child(odd) h3, 
.site-main .this-is-cover .standard:nth-child(odd) h4, 
.site-main .this-is-cover .standard:nth-child(odd) h5, 
.site-main .this-is-cover .standard:nth-child(odd) p, 
.site-main .this-is-cover .standard:nth-child(odd) ul li, 
.site-main .this-is-cover .standard:nth-child(odd) ol li{
	color: #fff;
}


.site-main .this-is-cover .standard:nth-child(odd) ul li{
  position: relative;
  list-style: none;
  padding-left: 18px;
}

.site-main .this-is-cover .standard:nth-child(odd) li::before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(img/bullet-white.png);
  background-repeat: no-repeat;
  background-size: 10px 15px;
  width: 10px;
  height: 15px;
  left: 0px;
  top: 4.5px;
  display: block;
}

.site-content .home-second ul li{
  position: relative;
  list-style: none;
  padding-left: 18px;
}

.site-content .home-second li::before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(img/bullet-white.png);
  background-repeat: no-repeat;
  background-size: 10px 15px;
  width: 10px;
  height: 15px;
  left: 0px;
  top: 4.5px;
  display: block;
}

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

.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;
}

#rmp-menu-wrap-4442 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: #002147!important;
}

#cookie-law-info-again{
	bottom: 0px!important;
}


.justification.news-item {
    margin-bottom: 80px;
}

.news-cover .news-item:nth-child(odd) .col-sm-6:first-child {
    padding-right: 0px;
}

.news-cover .news-item:nth-child(odd) .col-sm-6:last-child {
    padding-left: 69px;
}



.news-cover .news-item:nth-child(even) .col-sm-6:first-child {
    padding-left: 0px;
}


.news-cover .news-item:nth-child(even) .col-sm-6:last-child {
    padding-right: 69px;
}


.news-cover .news-item:nth-child(even) a.news-more:after {
    content: " ";
    background: url(img/ornament-left.png) no-repeat;
    height: 12px;
    width: 645px;
    display: block;
    position: absolute;
    top: 21.5px;
    right: 240px;
}



.news-cover .news-item:nth-child(even) .col-sm-6:first-child {
    float: right;
}

.img-cover{
	height: 328px;
	position: relative;
}

.img-cover img {
    min-width: 100%;
	position: absolute;
	bottom: 0px;
	    max-height: 100%;
}

.site-main{
	opacity: 1!important;
}

.site-content .col-one-of-three ul li:before {
    content: none;
}

.longer-image-cov img{
	background: #fff;
}

.longer-image-cov{
	position: relative;
	display: table;
}


.longer-image-cov:after{
	position: absolute;
	content: "";
	/* width: 200px;
	height: 150px; */
	width: 60px;
	height: 80px;
	background: #002147 url(img/copy-white.png) no-repeat;
	background-position: 50% 50%;
	/* background-size: cover;*/ 
	background-size: 60px 45px;
	top: 0px;
	/* right: -100px; */
	right: -30px;
	z-index: 99;
}



body .site-main ul.files {
    padding-left: 0px;
    margin-left: 0px;
}

body .site-main ul.files li {
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
}

body .site-main ul.files li:before{content: none;}

body .site-main ul.files li a, 
body .site-main ul.files li a:focus, 
body .site-main ul.files li a:active, 
body .site-main ul.files li a:visited {
    padding-left: 30px;
    background: url(img/pdf.png) no-repeat 0px 0px;
    background-size: 26px auto;
    text-decoration: none;
	border-bottom: 0px;
	    line-height: 26px;
    display: block;
}

.not-display1, .not-display2{
	display: none;
	opacity: 0;
	visibility: hidden;
}

.top-image{
	background-image: url(img/person.jpg)!important;
}

.cap.no-cap{
	text-transform: none!important;
}

.arch{
	display: none;
}

.sing{
	display: none;
}

.post-type-archive-person .arch{
	display: block;
}

.orig{
	display: block;
}

.post-type-archive-person .orig{
	display: none;
}

.single-person .sing{
	display: block;
}

.wpml-ls-legacy-list-horizontal ul{
    display: flex;
}
  
.wpml-ls-legacy-list-horizontal li.wpml-ls-item-en{
    order: 1;  
	margin-right: 10px!important;	
}
  
.wpml-ls-legacy-list-horizontal li.wpml-ls-item-ru{
    order: 2;   
	margin-right: 10px!important;
}
  
.wpml-ls-legacy-list-horizontal li.wpml-ls-item-es{
    order: 3;   
	margin-right: 0px!important;
}
/*  
.wpml-ls-legacy-list-horizontal li:nth-child(4){
    order: 4;   
}
*/



html[lang="es-ES"] #menu-item-36039{
display:none;
}

html[lang="ru-RU"] #menu-item-36039{
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) {


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


	
  
  @media (max-width: 1599px) {
  
.page-template-template-wanted-persons .searchandfilter input[type="text"], .page-template-template-wanted-persons .searchandfilter select {
    width: 270px!important;
    max-width: 100%;
}

.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: 1599px) { 
  
  .img-cover{
	height: 283px;
	position: relative;
}
  
  .page-template-template-wanted-persons .searchandfilter input[type="text"], .page-template-template-wanted-persons .searchandfilter select {
    width: 230px!important;
    max-width: 100%;
}
  
  .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;

}
  
  .site-content .slogan h3 {
    font-size: 34px;
    line-height: 36px;
    margin: 0px;
    font-weight: 800;
}
/*
.home-box-in h1 {
    font-size: 34px;
    line-height: 36px;
    margin: 0px;
    font-weight: 800;
}
*/
  
  .main-navigation li:not(:last-child) {
    margin-right: 0px;
}

.main-navigation a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
    padding-left: 6px;
    padding-right: 6px;
}
  
html:lang(es-ES) .main-navigation a, html:lang(es-ES) .main-navigation a:hover, html:lang(es-ES) .main-navigation a:active, html:lang(es-ES) .main-navigation a:focus {
    font-size: 12px;
}

.main-navigation a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
    font-size: 14px;
}
  
  .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: 1399px) {
	
	
	.wrapp {
    top: 56.5px;
}
	
.header-left {
    width: 261px;
    float: left;
}

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

.main-navigation ul {
    /* margin-top: 90px; */
    margin-top: 50px;
    margin-left: 0px;
}
	
.header-left {
    /* width: 300px; */
    width: 140px;
    float: left;
}

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

.main-navigation a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
    padding-left: 5px;
    padding-right: 5px;
}
  
html:lang(es-ES) .main-navigation a, html:lang(es-ES) .main-navigation a:hover, html:lang(es-ES) .main-navigation a:active, html:lang(es-ES) .main-navigation a:focus {
    font-size: 10px;
}

.main-navigation a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
    font-size: 11px;
}

.img-cover{
	height: 233px;
	position: relative;
}
} 
  
  @media (max-width: 1199px) and (min-width: 992px){
	
	.img-cover{
	height: 394px;
	position: relative;
}
	
.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;
}
}  
  
 /* Mobile Menu */ 
  @media (max-width: 1399px) { 
  
  .overlay.only-mobile{
	display: none;  
  }
  
  .only-desktop{
display: none;
}
  
    .burgwrapp {
     width: 100%;
     position: relative;
}

.wrapp {
    position: absolute;
   top: 56.5px;
    z-index: 9;
right: 0px;
}

	.wrapp {
    
}


 .burgmenu {
     width: 40px;
     height: 40px;
     cursor: pointer;
     position: relative;
	background: url(img/menu.png) no-repeat;
		 background-size: 100% 100%;
display: block;
}
 .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: 30px;
     height: 5px;
     border-radius: 0px;
     background-color: #000000;
     -webkit-transition: all 0.2s ease-in;
     -webkit-transform: rotate(0deg);
	 display: none;
}
 .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-content .hm h4{
	font-size: 16px;
	line-height: 22px;
}
  
  .top-image-home {
    background-position: 50% 50%;
}
  
  .phone-box {
    margin-top: 0px;
  
}

  .top-box {
    margin-top: 0px;
}
  
  
.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);	  
  }
  */
    .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: #000000!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);
}
  
  
 

  .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;
	    margin-left: 40px;
}

.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: 18px;
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: 14px;
padding: 10px 20px;
height: auto;
line-height: normal;
}








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

.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 (max-width: 1199px) {

 .row .all-persons .col-fourth {
    width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}
	
.row .all-persons .col-fourth:not(:nth-child(4n)) {
    margin-right: 0px;
}	

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

.row .col-one-of-three {
    width: 100%;
    width: -webkit-calc(30% - 20px);
    width: -moz-calc(30% - 20px);
    width: calc(30% - 20px);
    float: left;
    margin-right: 40px;
}

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

.page-template-template-wanted-persons .searchandfilter input[type="text"], .page-template-template-wanted-persons .searchandfilter select {
    width: 219px!important;
    max-width: 100%;
}
}


@media (min-width: 1400px) {
.only-mobile{
   display: none;
}
}




@media (max-width: 991px) {
	
		.img-cover{
	height: 294px;
	position: relative;
}
	
	.left-in {
    padding-left: 0px;
}

.now-hide{
	display: none;
}

	
	.standard-part.dark.full-dark{background-image: none!important;}
	
	
	.standard-part.dark.full-dark .else-contain {
    display: block;
    flex-direction: row;
}
	
	.row .col-two-of-three {
    width: 100%;
    width: -webkit-calc(68% - 20px);
    width: -moz-calc(68% - 20px);
    width: calc(68% - 20px);
    float: left;
}
	
	.row .col-one-of-three {
    width: 100%;
    width: -webkit-calc(32% - 20px);
    width: -moz-calc(32% - 20px);
    width: calc(32% - 20px);
    float: left;
    margin-right: 40px;
}
	
	.page-template-template-wanted-persons .searchandfilter input[type="text"], .page-template-template-wanted-persons .searchandfilter select {
    width: 170px!important;
    max-width: 100%;
}
	
	
	#rmp-menu-wrap-4442 .rmp-menu-current-item .rmp-menu-item-link {
    color: rgb(255, 255, 255);
    border-color: rgb(29, 67, 84);
    background-color: #002147!important;
}
	
	.site-content .hm h4{
	font-size: 14px;
	line-height: 20px;
}

	
.home-second{
	background-size: cover;
}
	
	.header-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

	.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%!important;
    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: #000000;
    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;
}



.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;
}


.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;
}




  

 .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: 56.5px;
}


.home-box-in {
    padding: 15px 10px 15px 10px;
}

.home-box {
    right: 50px;
    bottom: 40px;
    max-width: 300px;
}








.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-image-home {
    height: 40vh;
    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%;
	min-height: 400px;
}	



.is-rel {
    position: relative;
    height: 40vh;
		min-height: 400px;
}

.home-box {
 
    bottom: auto;
	top: 80px;
width: 100%;
max-width: 100%;
    z-index: 999999999;
}


}





 
@media (min-width: 768px) {
  .home-image .home-image-cover{
   background: transparent!important;
}
}



@media (max-width: 767px) {
	
.longer-image-cov:after {
    right: 0px;
}	
	
.img-cover {
    height: auto;
    position: static;
}

.img-cover img {
    min-width: 100%;
    position: static;
    bottom: 0px;
    max-height: none;
}

.news-cover .news-item:nth-child(odd) .col-sm-6:last-child {
    padding-left: 0px;
}

.news-cover .news-item:nth-child(even) .col-sm-6:last-child {
    padding-right: 0px;
}

.news-cover .news-item img{
	margin-bottom: 20px;
}

.has-right-border:after {
    content: none;

}

.has-right-border{
		margin-bottom: 60px!important;
		float: left;
}

.single-person img.longer-image {
    max-width: 100%;
}

	.single-person .inside-part {
    margin-right: 0px;
    padding: 40px;
}

.one-person table td, 
.one-person table th{
	padding: 3px;
}

.one-person table, 
.one-person table tr, 
.one-person table td, 
.one-person table th{
	display: block;
	    margin-bottom: 0px;
}

.one-person table tr td:first-child, .one-person table th:first-child {
    font-weight: 500;
    width: 100%;
	background: #000;
	    background: rgb(0 0 0 / 3%);
}
	
	.inside-part {
    margin-right: 0px;

    padding: 40px;
}
	
	.top-image .container h1.main-title {
    font-size: 30px;
}
	
	
	.page-template-template-wanted-persons .searchandfilter input[type="text"], .page-template-template-wanted-persons .searchandfilter select {
    width: 300px!important;
    max-width: 100%;
}
	
		.row .col-two-of-three {
    width: 100%;
    float: left;
}
	
	.row .col-one-of-three {
    width: 100%;
    float: left;
    margin-right: 0px;
}
	
	
	#menu-social-networks {
    margin-bottom: 20px;
	float: left;
}
	
	
	.site-content h1 {
    font-size: 25px;
    line-height: 35px;
    word-wrap: break-word;
}
	
	
	.site-content h1 br{
display: none;
}
	
	
	.site-content .col-sm-8{
		margin-bottom: 30px;
	}
	
	
		.site-content .hm h4{
	font-size: 20px;
	line-height: 26px;
}
	
	
	.top-right{
		float: right;
	}
	
	  .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: 300px;
	height: 300px;
}

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

#map {
    height: 300px;
}

.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: 30px;
}

.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;
}

.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;
}

.footer-bottom{
	padding-bottom: 37px;
}

body #cookie-law-info-again{
	left: 30px!important;
}

.site-footer .row .col-fourth {
    width: 100%;
    float: left;
}

.site-footer .row .col-fourth:nth-child(2n) {
    margin-right: 0px;
    margin-left: 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: 600px) {
   
 .site-branding a, .site-branding a:focus, .site-branding a:active, .site-branding a:visited{
	 float: left;
 }  
   
   
   .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: 480px) {
	   
	   
	   .single-person img.longer-image {
    min-width: 200px;
}
	   
	   	    .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);
}

.top-image .container h1.main-title {
    position: absolute;
    left: 0px;
    bottom: 30px;
    margin-bottom: 0px;
    z-index: 99;
}
}
   
   
   
   @media (max-width: 430px) {
	   
.wrapp {
    top: 29.5px;
}	   
	   
.top-box{
	display: none;
}
	   
 .site-content h1 {
    font-size: 27px;
    line-height: 36px;
    word-wrap: break-word;
} 

  .site-content h2 {
    font-size: 24px;
    line-height: 33px;
    word-wrap: break-word;
}

.site-content h3{
    font-size: 21px;
    line-height: 30px;
    word-wrap: break-word;
}

.site-content h4{
    font-size: 18px;
    line-height: 27px;
    word-wrap: break-word;
}

.site-content h5{
    font-size: 14px;
    line-height: 23px;
    word-wrap: break-word;
}	   
	   
	   
	   .home-box {
    top: 40px;
}
	   
	 
.wrapp {
    right: 0px;

}

	 .site-branding a, .site-branding a:focus, .site-branding a:active, .site-branding a:visited {
        float: left;
}
	   
	.search-icon {
    margin-top: 10px;
	float: right;
	position: absolute;
    right: 0px;
    top: -115px;
}

.header-icon {
    float: left;
    margin-top: 15px;
}

.top-box{
	position: relative;
}

li#menu-item-4515{
	margin-left: 0px;
}

.top-box ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.header-switcher {
    margin-right: 40px;
}

		.site-content .hm h4{
	font-size: 15px;
	line-height: 21px;
}

 }  
   
   
   @media (max-width: 400px) {
	   
	   .footer-bottom ul li {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
	   
	   
	   .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;
  } 
  
  .header-left {
    width: 200px;
    float: left;
}

.row .all-persons .col-fourth {
    width: 100%;
    float: left;
}

	.page-template-template-wanted-persons .searchandfilter input[type="text"], .page-template-template-wanted-persons .searchandfilter select {
    width: 200px!important;
    max-width: 100%;
}

.row .all-persons .col-fourth:not(:nth-child(2n)) {
    margin-right: 0px;
}

}





   @media (max-width: 380px) {

	   	    .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;
}
}