/*!
Theme Name: Baltoil
Theme URI: http://underscores.me/
Author: Zezz
Author URI: http://zezz.ee
Description: Description
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: baltoil
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 with others.

Baltoil is based on Underscores https://underscores.me/, (C) 2012-2017 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.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

/*--------------------------------------------------------------
# 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 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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: 1.5em;
	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: 1.5em;
}

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



.mega-menu {
	justify-content: center;
}


/*--------------------------------------------------------------
 # 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: 600;
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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: #1e1e00;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
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
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  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, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, 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: #1e1e00;
  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: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #021405;
}
a:visited {
  color: #021405;
}
a:hover, a:focus, a:active {
  color: #021405;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: #1e1e00;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* 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;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # 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 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* HEADER */
.header_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  z-index: 5;
  background: #fff;
}
.admin-bar .header_wrap {
  top: 32px;
}
header#masthead {
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  padding-left: 87px;
  padding-right: 50px;
  align-items: center;
  height: 60px;
}
header#masthead:before, header#masthead:after {
  display: none;
}
header#masthead .site-branding {
	display: flex;
	align-items: center;
}
header#masthead .site-branding img {
	display: block;
}
header#masthead .site-branding .other {
	margin-left: 60px;
	display: flex;
	align-items: center;
}
header#masthead .site-branding .other a {
	margin-right: 15px;
}
header#masthead .site-branding .other img {
	max-height: 30px;
}
header#masthead .site-branding img {
	max-height: 40px;
}
header#masthead a {
  text-decoration: none;
  font-family: prenton;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}
header#masthead .products-btn{
	display: none;
}
header#masthead #open-langswitch, header#masthead #open-langswitch-mobile {
  display: flex;
  align-items: center;
}
header#masthead #open-langswitch img, header#masthead #open-langswitch-mobile img {
  margin-left: 3px;
}
header#masthead .nav_wrapper {
  display: flex;
  padding-right: 50px;
}
header#masthead .nav_wrapper #site-navigation {
  display: flex;
  align-items: center;
}
header#masthead .nav_wrapper #site-navigation ul {
  display: flex;
  padding: 0;
  margin: 0;
}
header#masthead .nav_wrapper #site-navigation ul li {
  list-style: none;
  padding-right: 30px;
  text-align: right;
}
header#masthead .nav_wrapper .search-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 150px;
}
header#masthead .nav_wrapper .search-lang .search {
  margin-right: 23px;
}
header#masthead .nav_wrapper .search-lang .search a {
  width: 14px;
  height: 14px;
  background-image: url('img/search.svg');
  background-size: contain;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
}
.secondary_header {
  height: 60px;
  display: flex;
  width: 100%;
  background-color: #021405;
  align-items: center;
  padding-left: 87px;
  padding-right: 50px;
  position: relative;
  z-index: 3;
}
.secondary_header .other {
  height: 100%;
  display: flex;
  padding: 15px 0;
  align-items: center;
  font-size: 12px;
	flex-shrink: 0;
}
.secondary_header .other span {
  color: #fff;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 15px;
}
.secondary_header .other a {
  margin-right: 15px;
  height: 100%;
}
.secondary_header .other img {
  height: 100%;
}
.secondary_header ul {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.secondary_header ul li {
  list-style: none;
  font-family: prenton;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
}
.secondary_header ul li a {
  color: #fff;
  position: relative;
	text-transform: uppercase;
	padding: 0 20px;
}
.secondary_header ul.main > li a:before {
  content: '';
  height: 2px;
  position: absolute;
  background-color: #ff007f;
  width: 0%;
  top: auto;
bottom: -4px;
  transition: width 1s;
	left: 0;
}
.secondary_header ul.main > li:hover a:before {
  content: '';
  width: 100%;
}

.secondary_header ul.main li li a:before {
	display: none;
}

.secondary_header ul li:last-child {
  margin-right: 0;
}
.mega-menu {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  top: 0;
  left: 0;
  padding-left: 47px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: none;
  z-index: 6;
  min-height: 0;
  overflow: hidden;
}
.secondary_header ul ul {
	position: absolute;
    
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    background: #021405;
    height: auto;
    align-items: flex-start;
	width: auto;
	left: 0;
	height: auto;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	top: 35px;
}
.secondary_header ul li:hover ul.sub_menu {
	visibility: visible;
	opacity: 1;
	top: 60px;
}
.secondary_header ul ul li {
	text-align: left;
	
}
.secondary_header ul ul li a {
	padding: 5px 20px;
}
.mega-menu ul {
  padding: 0;
  margin: 0;
  margin-right: 50px;
  position: relative;
}
.mega-menu ul li {
  list-style: none;
  color: #021405;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.mega-menu ul li a {
  color: #021405;
  font-family: museo-sans;
  font-weight: 300;
}
.mega-menu ul li.title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.mega-menu ul li.title a {
  font-weight: 600;
}
.mega-menu.visible {
  display: flex;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  align-items: center;
  justify-content: center;
  display: none;
}
.overlay .close, .overlay .close_overlay {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 30px;
  font-weight: bold;
}
.admin-bar .overlay {
  top: 31px;
}
/* SITE FOOTER */
footer.site-footer {
  padding: 0 80px;
  padding-bottom: 60px;
}
footer.site-footer .site-info {
  display: flex;
  justify-content: space-between;
}
footer.site-footer .site-info .col {
  text-align: right;
  max-width: 20%;
}
footer.site-footer .site-info .col span.title {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 15px;
  display: block;
  max-width: 147px;
  border-top: solid 2px #021405;
  padding-top: 8px;
  margin-bottom: 21px;
  letter-spacing: 2.3px;
  color: #1e1e00;
}
footer.site-footer .site-info .col ul {
  padding: 0;
  margin: 0;
}
footer.site-footer .site-info .col ul li {
  list-style: none;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-family: 'museo-sans', serif;
}
footer.site-footer .site-info .col ul li a {
  color: #1e1e00;
}
footer.site-footer .site-info .col.eas-col span {
  font-family: 'museo-sans', serif;
  font-size: 10px;
}
footer.site-footer .site-info .col.logo-col img {
  width: 147px;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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: 1.5em;
  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: 1.5em;
}
.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;
}
/*--------------------------------------------------------------
 # Templates
 --------------------------------------------------------------*/
/* HOMEPAGE */
.main_section {
  position: relative;
  padding-bottom: 50px;
}
.main_section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main_section .background .col.gray {
  background-color: #f9f9f9;
  width: 45%;
  height: 100%;
}
.main_section .content {
  padding-left: 0;
  padding-top: 50px;
  z-index: 2;
  position: relative;
}
.main_section .content .hero {
  padding-left: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 100px;
  position: relative;
}
.main_section .content .hero:after {
  content: '';
  background-image: url(img/baltshaperight.svg);
  background-position: center left;
  width: 15%;
  height: 47px;
  background-size: cover;
  position: absolute;
  right: -50px;
  bottom: 0;
  margin: auto;
}
.main_section .content .hero .box.blue {
  background-color: #021405;
  color: #fff;
  padding: 30px;
  max-width: 440px;
  margin-top: 80px;
  margin-left: -80px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
}
.main_section .content .hero .box.blue h1 {
  margin-bottom: 25px;
  display: inline-block;
}
.main_section .content .hero .box.blue h1:after {
  content: '';
  height: 2px;
  background-color: #ff007f;
  width: 100%;
  margin-top: 7px;
  display: block;
  margin-left: -65%;
}
.main_section .content .hero .box.blue .text {
  display: block;
  margin-bottom: 25px;
}
.main_section .content .hero .image {
  width: 67%;
  display: flex;
  align-items: flex-start;
}
.main_section .content .hero .image img {
  width: 100%;
  object-fit: cover;
}
.main_section .icons_wrapper {
  padding-left: 50px;
  text-align: center;
}
.main_section .icons_wrapper .title_row {
  display: flex;
  margin-bottom: 81px;
}
.main_section .icons_wrapper .title_row h2 {
  font-size: 35px;
}
.main_section .icons_wrapper .title_row small {
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
  color: #021405;
}
.main_section .icons_wrapper .icons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 93px;
}
.main_section .icons_wrapper .icons .icon_wrapper {
  width: 25%;
	margin-bottom: 60px;
}
.main_section .icons_wrapper .icons .icon_wrapper .icon {
  max-width: 179px;
}
.main_section .icons_wrapper .icons .icon_wrapper .icon img {
  margin-bottom: 50px;
  height: 100px;
	object-fit: contain;
}
.main_section .icons_wrapper .icons .icon_wrapper h2 {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.main_section .icons_wrapper .icons .icon_wrapper .text {
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 1.1px;
  text-align: left;
}
.main_section .icons_wrapper .icons .icon_wrapper .button {
  justify-content: center;
}
.main_section .icons_wrapper .icons:last-child {
  margin-bottom: 0;
}
.news_section {
  margin-top: 104px;
  margin-bottom: 120px;
  padding-left: 50px;
}
.news_section .title_section {
  margin-bottom: 80px;
  text-align: center;
}
.news_section .posts {
  display: flex;
  justify-content: center;
}
.news_section .posts .news-item {
  border-left: 0;
  margin: 0 30px;
  display: flex;
  justify-content: center;
}
.news_section .posts .news-item .news-wrap {
  display: block;
  max-width: 225px;
}
.news_section .posts .news-item img {
  margin-bottom: 20px;
}
.news_section .posts .news-item .date {
  font-family: museo-sans;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #021405;
  margin-bottom: 10px;
  display: block;
}
.news_section .posts .news-item h2.post_title {
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.news_section .posts .news-item p.text {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: 1px;
  font-family: museo-sans;
}
.news_section .posts .news-item span {
  justify-content: flex-end;
}
/* END OF HOMEPAGE */
.page-template-contact .site-content {
  padding-right: 0;
}
.main_section.contact_template {
  padding-bottom: 100px;
}
.main_section.contact_template .content {
  padding-top: 0px;
}
.main_section.contact_template .content .background {
  z-index: -1;
}
.main_section.contact_template .content .background .col.gray {
  background-color: #f9f9f9;
  width: 23.2%;
  height: 100%;
}
.main_section.contact_template .content .map_section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.main_section.contact_template .content .map_section .wpgmp_map_container {
  width: 100%;
}
.main_section.contact_template .content .map_section img {
  width: 100%;
}
.main_section.contact_template .content .infos_wrapper {
  padding-left: 50px;
  text-align: center;
  padding-bottom: 1px;
  padding-right: 50px;
}
.main_section.contact_template .content .infos_wrapper .title_row {
  display: flex;
  margin-bottom: 62px;
}
.main_section.contact_template .content .infos_wrapper .title_row .grid_col {
  width: 6.3%;
  border-left: 1px solid transparent;
}
.main_section.contact_template .content .infos_wrapper .title_row small {
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
  color: #021405;
}
.main_section.contact_template .content .infos_wrapper .title_row h2 {
  font-size: 35px;
}
.main_section.contact_template .content .infos_wrapper .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 93px;
}
.main_section.contact_template .content .infos_wrapper .info .info_wrapper {
  width: 24.1%;
  position: relative;
  display: flex;
}
.main_section.contact_template .content .infos_wrapper .info .info_wrapper span.dot {
  position: relative;
  background-image: url(img/dot.svg);
  background-position: center;
  background-size: cover;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
}
.main_section.contact_template .content .infos_wrapper .info .info_wrapper .info_text {
  margin-left: 24px;
  max-width: 150px;
}
.main_section.contact_template .content .infos_wrapper .info .info_wrapper .info_text .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-align: left;
}
.main_section.contact_template .content .infos_wrapper .info .info_wrapper .info_text.bold_text {
  margin-right: 0px;
}
.main_section.contact_template .content .infos_wrapper .info .info_wrapper .info_text.bold_text .text {
  text-align: left;
  font-weight: 400;
}
.main_section.contact_template .content .infos_wrapper .info .info_wrapper.first {
  justify-content: center;
}
.form_section.contact_template {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.form_section.contact_template .content .form_wrapper {
  display: flex;
}
.form_section.contact_template .content .form_wrapper .grid_col_3 {
  width: 28%;
}
.form_section.contact_template .content .form_wrapper .title_row {
  display: flex;
  margin-bottom: 62px;
  margin-top: 122px;
  flex-shrink: 0;
}
.form_section.contact_template .content .form_wrapper .title_row .form_title .main-title {
  margin-bottom: 65px;
}
.form_section.contact_template .content .form_wrapper .title_row .form_title .main-title:after {
  border-bottom: 1px solid #c8c8e4;
  content: " ";
  display: table-cell;
  width: 224px;
}
.form_section.contact_template .content .form_wrapper .title_row .form_title span {
  display: block;
  text-align: center;
}
.form_section.contact_template .content .form_wrapper .title_row .form_title span img {
  margin: 0 auto;
}
.form_section.contact_template:after {
  border-left: 3px solid #e11996;
  content: " ";
  display: table-cell;
  height: 320px;
  position: absolute;
  left: 144px;
  top: -35%;
  z-index: 2;
}
.form_section.contact_template div.wpcf7, .form_section.contact_template .wpforms-container  {
  width: 50%;
  flex-shrink: 0;
  margin-left: 114px;
  font-family: 'prenton';
  letter-spacing: 1.4px;
  font-size: 14px;
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-left: 75px;
  padding-bottom: 50px;
}
.form_section.contact_template div.wpcf7 .button-wrap {
  display: flex;
  justify-content: flex-end;
}
.form_section.contact_template div.wpcf7 form,  .form_section.contact_template .wpforms-container form {
  max-width: 300px;
}
.form_section.contact_template div.wpcf7 ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #000;
}
.form_section.contact_template div.wpcf7 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.form_section.contact_template div.wpcf7 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.form_section.contact_template div.wpcf7 .select-wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.form_section.contact_template div.wpcf7 .select-wrap select {
  -webkit-appearance: none;
  border: none;
  text-align: right;
  width: 35px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
}
.form_section.contact_template div.wpcf7 .select-wrap:after {
  content: '';
  background-image: url(img/down-arrow.svg);
  background-position: center;
  width: 5px;
  height: 3px;
  background-size: cover;
  position: relative;
  margin: auto 0;
  top: 2px;
  bottom: 0;
  margin-left: 10px;
}
.form_section.contact_template div.wpcf7 .select-wrap select:focus {
  width: auto;
}
.form_section.contact_template div.wpcf7 input, .form_section .wpforms-container input{
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  border-radius: 0;
  border-color: rgba(30, 30, 230, 0.2);
  font-family: 'prenton';
  letter-spacing: 1.4px;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 0;
}
.form_section.contact_template div.wpcf7 p:nth-child(5) {
  text-align: right;
}
.form_section.contact_template div.wpcf7 textarea,  .form_section .wpforms-container textarea {
  border-radius: 0;
  background: transparent;
  border-color: rgba(30, 30, 230, 0.2);
  height: 120px;
  font-family: 'prenton';
  letter-spacing: 1.4px;
  font-size: 14px;
  color: #000;
}
.form_section.contact_template div.wpcf7 button, .wpforms-submit-container button {
  background: none;
  border: none;
  padding-right: 0;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
  outline: none;
}
div.wpcf7 .ajax-loader {
  display: flex;
}
.page-template-about .site-content {
  padding-right: 0;
}
.page-template-private-label .content .list_section {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 50px;
}
.page-template-private-label .content .list_section .list {
  width: 33%;
  margin-bottom: 50px;
}
.page-template-private-label .content .list_section .list .list_title {
  margin-bottom: 25px;
  display: block;
}
.page-template-private-label .content .list_section .list ul {
  padding: 0;
  margin: 0;
}
.main_section.about_template {
  padding-bottom: 100px;
}
.main_section.about_template .content {
  padding-top: 0px;
  padding-right: 0;
}
.main_section.about_template .content .hero.first {
  margin-top: -34px;
  align-items: unset;
}
.main_section.about_template .content .hero.first .image {
  width: 50%;
}
.main_section.about_template .content .hero.first .image .image_box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.main_section.about_template .content .hero {
  justify-content: space-between;
  overflow: hidden;
  align-items: unset;
}
.main_section.about_template .content .hero:after {
  display: none;
}
.main_section.about_template .content .hero .info_wrapper {
  max-width: 383px;
  margin: 120px auto 0 35px;
}
.main_section.about_template .content .hero .info_wrapper:after {
  display: none;
}
.main_section.about_template .content .hero .info_wrapper .title_row {
  display: flex;
  margin-bottom: 17px;
  justify-content: center;
  text-align: center;
}
.main_section.about_template .content .hero .info_wrapper .title_row .info_title small {
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
  color: #021405;
}
.main_section.about_template .content .hero .info_wrapper .title_row .info_title .main-title {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.5px;
}
.main_section.about_template .content .hero .info_wrapper .info_text .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-align: left;
}
.main_section.about_template .content .hero .info_wrapper .info_text .text a {
  color: #021405;
}
.main_section.about_template .content .hero .image {
  width: 55.2%;
}
.main_section.about_template .content .hero .image .image_box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.main_section.about_template .content .hero.no_padding {
  padding-left: 0px;
  margin-bottom: 0px;
}
.main_section.about_template .content .hero.no_padding .info_wrapper {
  max-width: 590px;
  margin: 47px auto 0 47px;
}
.main_section.about_template .content .hero.no_padding .image {
  width: 24.4%;
}
.main_section.about_template .content .hero.no_padding .bottom_block .main {
  margin-bottom: 17px;
  display: block;
}
.main_section.about_template .content .hero.no_padding .bottom_block ul {
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
.main_section.about_template .content .hero.about_list {
  padding-left: 0px;
  margin: 0;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 133px;
  padding-bottom: 0;
}
.main_section.about_template .content .hero.about_list .info_wrapper {
  max-width: 425px;
  margin: -85px 165px 0 0;
}
.main_section.about_template .content .hero.about_list .info_wrapper .info_text .text ul {
  margin-left: 0px;
  padding-left: 0px;
  line-height: 23px;
}
.main_section.about_template .content .hero.about_list .info_wrapper .info_text .text ul li {
  list-style-type: circle;
  color: #4040e9;
}
.main_section.about_template .content .hero.about_list .info_wrapper .info_text .text ul li span {
  color: #1d1d00;
}
.main_section.about_template .content .hero.about_list:before {
  border-bottom: 3px solid #e11996;
  content: " ";
  display: table-cell;
  width: 290px;
  position: absolute;
  left: 198px;
  top: -79px;
  z-index: 2;
}
.main_section.about_template .content .hero.tech_info {
  position: relative;
  flex-direction: column;
  padding-left: 50px;
  padding-bottom: 50px;
}
.main_section.about_template .content .hero.tech_info:before {
  content: '';
  background-image: url(img/baltshapecircle.svg);
  background-position: center left;
  width: 46px;
  height: 46px;
  background-size: cover;
  position: absolute;
  left: 27px;
  top: 25px;
  margin: auto;
}
.main_section.about_template .content .hero.tech_info .background {
  z-index: -1;
  top: 47px;
}
.main_section.about_template .content .hero.tech_info .background .col.gray {
  width: 84.6%;
  height: 88.6%;
}
.main_section.about_template .content .hero.tech_info .title_row {
  display: flex;
  margin-left: 198px;
  margin-bottom: 67px;
  justify-content: flex-start;
  text-align: center;
}
.main_section.about_template .content .hero.tech_info .title_row .info_title small {
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
  color: #021405;
}
.main_section.about_template .content .hero.tech_info .title_row .info_title .main-title {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.5px;
}
.main_section.about_template .content .hero.tech_info .info_wrapper {
  display: flex;
  max-width: 100%;
  margin: 0;
  justify-content: space-between;
  padding-right: 128px;
  height: 628px;
}
.main_section.about_template .content .hero.tech_info .info_wrapper .image {
  width: 47.2%;
  max-height: 344px;
}
.main_section.about_template .content .hero.tech_info .info_wrapper .info_text {
  max-width: 520px;
  width: 47.2%;
  display: flex;
  flex-direction: column;
}
.main_section.about_template .content .hero.tech_info .info_wrapper .info_text .text {
  margin-bottom: 69px;
  max-width: 389px;
}
.main_section.about_template .content .hero.tech_info .info_wrapper .info_text .text ul {
  margin-left: 0px;
  padding-left: 10px;
  line-height: 23px;
}
.main_section.about_template .content .hero.tech_info .info_wrapper .info_text .text ul li {
  list-style-type: circle;
  color: #4040e9;
}
.main_section.about_template .content .hero.tech_info .info_wrapper .info_text .text ul li span {
  color: #1d1d00;
}
.main_section.about_template .content .hero.tech_info .info_wrapper .info_text .text:last-child {
  margin-bottom: 50px;
}
.main_section.about_template .content .hero.tech_info .info_wrapper .info_text .image {
  width: 100%;
  margin-bottom: 30px;
  height: 100%;
}
.main_section.about_template .content .hero.prod_info {
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
.main_section.about_template .content .hero.prod_info:before {
  content: '';
  background-image: url(img/baltshaperight.svg);
  background-position: center left;
  width: 300px;
  height: 49px;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 142px;
  margin: auto;
}
.main_section.about_template .content .hero.prod_info .background {
  z-index: -1;
  top: 207px;
  left: 200px;
}
.main_section.about_template .content .hero.prod_info .background .col.gray {
  width: 33.55%;
  height: 57.5%;
  margin-top: 45px;
}
.main_section.about_template .content .hero.prod_info .title_row {
  margin: 0;
  max-width: 751px;
  align-self: flex-start;
  text-align: left;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.main_section.about_template .content .hero.prod_info .title_row .info_title small {
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
  color: #021405;
}
.main_section.about_template .content .hero.prod_info .title_row .info_title .main-title {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.5px;
}
.main_section.about_template .content .hero.prod_info .info_wrapper {
  display: flex;
  max-width: 100%;
  width: 79%;
  margin: 0;
  justify-content: space-between;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .image {
  width: 47.2%;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .info_text {
  max-width: 520px;
  height: 516px;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .info_text .text {
  margin-bottom: 35px;
  max-width: 389px;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .info_text .text ul {
  margin-left: 0px;
  line-height: 23px;
  padding-left: 10px;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .info_text .text ul li {
  list-style-type: circle;
  color: #4040e9;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .info_text .text ul li span {
  color: #1d1d00;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .info_text .image {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .info_text:nth-child(2) {
  margin-top: 193px;
}
.main_section.about_template .content .hero.prod_info .info_wrapper .info_text:nth-child(2) .image {
  width: 100%;
}
/* NEWS */
.page-template-news .site-content {
  margin-bottom: 100px;
}
.page-template-news .background .col.gray {
  width: calc(50% + 32px);
}
.page-template-news .news_content {
  z-index: 1;
  position: relative;
}
.page-template-news .news_content .title_section {
  margin-bottom: 72px;
  padding-left: 50px;
  position: relative;
}
.page-template-news .news_content .title_section:before {
  content: '';
  background-image: url(img/baltshape.svg);
  background-position: center;
  width: 214px;
  height: 47px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-template-news .news_content .news_wrapper {
  padding-left: 50px;
}
.page-template-news .news_content .news_wrapper #main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-news .news_content .news_wrapper #main .news-item {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.page-template-news .news_content .news_wrapper #main .news-item .news-wrap {
  display: block;
  max-width: 225px;
}
.page-template-news .news_content .news_wrapper #main .news-item img {
  margin-bottom: 20px;
  width: 100%;
}
.page-template-news .news_content .news_wrapper #main .news-item .date {
  font-family: museo-sans;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #021405;
  margin-bottom: 10px;
  display: block;
}
.page-template-news .news_content .news_wrapper #main .news-item h2.post_title {
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.page-template-news .news_content .news_wrapper #main .news-item p.text {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: 1px;
  font-family: museo-sans;
}
.page-template-news .news_content .news_wrapper #main .news-item span {
  justify-content: flex-end;
}
.page-template-news .news_content .news_wrapper #main .news-item-1, .page-template-news .news_content .news_wrapper #main .news-item-2, .page-template-news .news_content .news_wrapper #main .news-item-3 {
  width: 33.33%;
}
.page-template-news .news_content .news_wrapper #main .news-item-1 .news-wrap, .page-template-news .news_content .news_wrapper #main .news-item-2 .news-wrap, .page-template-news .news_content .news_wrapper #main .news-item-3 .news-wrap {
  display: block;
  max-width: 300px;
}
.page-template-news .news_content .news_wrapper #main .news-item-1 {
  justify-content: flex-start;
}
.page-template-news .news_content .news_wrapper #main .news-item-3 {
  justify-content: flex-end;
}
.page-template-news .news_content .pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: museo-sans;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #021405;
}
.page-template-news .news_content .pagination a, .page-template-news .news_content .pagination span {
  width: 30px;
  height: 30px;
  border: solid 1px #021405;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #021405;
  margin-right: 20px;
}
.page-template-news .news_content .pagination .current {
  color: #fff;
  background-color: #021405;
}
.page-template-news .news_content .pagination .next, .page-template-news .news_content .pagination .prev {
  border-color: transparent;
}
.page-template-news .news_content .pagination .next:after, .page-template-news .news_content .pagination .prev:after {
  content: '';
  background-image: url(img/arrow-right.svg);
  background-position: center;
  width: 11px;
  height: 9px;
  background-size: cover;
  position: relative;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.page-template-news .news_content .pagination .prev:after {
  transform: rotate(180deg);
}
.page-template-news .news_content .pagination .next {
  margin-right: 0;
}
/* END OF HOMEPAGE */
.page-template-personal .site-content {
  padding-right: 0;
}
.main_section.personal_template {
  padding-bottom: 100px;
}
.main_section.personal_template .background.right_bg .col.gray {
  margin: 0 0 0 auto;
  width: 23.2%;
}
.main_section.personal_template .content.content_right {
  flex-direction: row-reverse;
}
.main_section.personal_template .content.content_right .infos_wrapper {
  padding-top: 0px;
}
.main_section.personal_template .content.content_right .infos_wrapper .info {
  padding-right: 247px;
}
.main_section.personal_template .content.first {
  margin-bottom: 93px;
}
.main_section.personal_template .content.first:after {
  content: '';
  background-image: url(img/baltshaperight.svg);
  background-position: center left;
  width: 300px;
  height: 49px;
  background-size: cover;
  position: absolute;
  right: -300px;
  left: 0;
  bottom: 150px;
  margin: auto;
}
.main_section.personal_template .content.first .image {
  width: 39%;
}
.main_section.personal_template .content.first .image .image_box {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.main_section.personal_template .content {
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
}
.main_section.personal_template .content .background {
  z-index: -1;
}
.main_section.personal_template .content .background .col.gray {
  background-color: #f9f9f9;
  width: 23.2%;
  height: 100%;
}
.main_section.personal_template .content .map_section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.main_section.personal_template .content .map_section img {
  width: 100%;
}
.main_section.personal_template .content .infos_wrapper {
  padding-left: 50px;
  padding-top: 128px;
  text-align: center;
  padding-bottom: 1px;
}
.main_section.personal_template .content .infos_wrapper .title_row {
  display: flex;
  margin-bottom: 62px;
}
.main_section.personal_template .content .infos_wrapper .title_row .info_title {
  margin-left: 41px;
}
.main_section.personal_template .content .infos_wrapper .title_row .grid_col {
  width: 6.3%;
  border-left: 1px solid transparent;
}
.main_section.personal_template .content .infos_wrapper .title_row small {
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
  color: #021405;
}
.main_section.personal_template .content .infos_wrapper .title_row h2 {
  font-size: 35px;
}
.main_section.personal_template .content .infos_wrapper .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 175px;
}
.main_section.personal_template .content .infos_wrapper .info .info_wrapper {
  width: inherit;
}
.main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text {
  display: flex;
  margin-bottom: 30px;
}
.main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-align: left;
  max-width: 143px;
  width: 100%;
  color: #4040e9;
}
.main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text .text:nth-child(1) {
  display: list-item;
  list-style-type: circle;
  list-style-position: outside;
}
.main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text .text:nth-child(2) {
  margin-left: 71px;
}
.main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text .text span {
  color: #1d1d00;
}
.main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text.bold_text {
  margin-right: 0px;
  margin-left: 0px;
}
.main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text.bold_text .text {
  text-align: left;
  font-weight: 400;
  padding-left: 94px;
}
.main_section.personal_template .content .image {
  width: 32%;
}
.main_section.personal_template .content .image .image_box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
/* NEWS */
.single-post article {
  display: flex;
  position: relative;
}
.single-post article .button {
  position: absolute;
  left: 50px;
  top: 50px;
}
.single-post article .news_slider_wrapper {
  width: 46.4%;
  background-color: #f9f9f9;
  padding-left: 50px;
  padding-top: 94px;
  padding-right: 77px;
  padding-bottom: 50px;
  flex-shrink: 0;
}
.single-post article .news_slider_wrapper .news_slider {
  width: 100%;
}
.single-post article .news_slider_wrapper .news_slider .slick-slide {
  padding: 0 2px;
}
.single-post article .news_slider_wrapper .news_slider img {
  width: auto;
  max-height: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.single-post article .news_slider_wrapper .news_slider_nav {
  margin-top: 5px;
}
.single-post article .news_slider_wrapper .news_slider_nav .slick-slide {
  margin: 0 2px;
}
.single-post article .news_slider_wrapper .news_slider_nav .slick-prev, .single-post article .news_slider_wrapper .news_slider_nav .slick-next {
  border: 1px solid #021405;
  border-radius: 50%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post article .news_slider_wrapper .news_slider_nav .slick-prev {
  left: -10px;
}
.single-post article .news_slider_wrapper .news_slider_nav .slick-next {
  right: -10px;
}
.single-post article .news_slider_wrapper .news_slider_nav .slick-prev:before, .single-post article .news_slider_wrapper .news_slider_nav .slick-next:before {
  content: '';
  width: 13px;
  height: 7px;
  background-image: url(img/pink-arrow.svg);
  background-size: cover;
}
.single-post article .news_slider_wrapper .news_slider_nav .slick-prev:before {
  transform: rotate(180deg);
}
.single-post article .news_content_wrapper {
  width: 53.6%;
  flex-shrink: 0;
  padding-top: 92px;
  padding-left: 70px;
  padding-right: 70px;
}
.single-post article .news_content_wrapper .entry-header .entry-meta {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #021405;
  font-family: 'prenton';
  display: block;
  margin-bottom: 10px;
}
.single-post article .news_content_wrapper .entry-header h1:after {
  content: '';
  width: 57px;
  height: 1px;
  background-color: #021405;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post article .news_content_wrapper .entry-content {
  margin: 0;
}
.single-post article .news_content_wrapper .entry-content p:first-child {
  margin-top: 0;
}
.single-post .related .news_section {
  margin-top: 80px;
  margin-bottom: 200px;
}
.single-post .related .news_section .title_section {
  margin-bottom: 30px;
  font-family: museo-sans;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #000;
}
/* END OF HOMEPAGE */
/*--------------------------------------------------------------
 # Animations
 --------------------------------------------------------------*/
/*animations*/
/******************
 * Bounce in right *
 *******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}
.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
/***********
 * bounceIn *
 ************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/****************
 * bounceInRight *
 ****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
/******************
 * Bounce in left *
 *******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/******************
 * Bounce in up *
 *******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/******************
 * Bounce in down *
 *******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/**********
 * Fade In *
 **********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/**********
 * Grow in *
 ***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}
.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}
/********
 * Shake *
 ********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/********
 * ShakeUp *
 ********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}
/*************
 * FadeInLeft *
 *************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}
.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*************
 * FadeInRight *
 *************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*************
 * FadeInUp *
 *************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}
.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*************
 * FadeInDown *
 *************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}
.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*****************
 * rotateIn *
 *****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/*****************
 * rotateInUpLeft *
 *****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
/*******************
 * rotateInDownLeft *
 *******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
/******************
 * rotateInUpRight *
 *******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/********************
 * rotateInDownRight *
 ********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
/*********
 * rollIn *
 **********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/*********
 * wiggle *
 **********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/********
 * swing *
 *********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
/*******
 * tada *
 ********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/*********
 * wobble *
 **********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
/********
 * pulse *
 *********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/***************
 * lightSpeedInRight *
 ****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/***************
 * lightSpeedInLeft *
 ****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/*******
 * Flip *
 *******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
/**********
 * flipInX *
 **********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
/**********
 * flipInY *
 **********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
/*****************
 * Out animations *
 *****************/
/************
 * bounceOut *
 *************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
/************
 * bounceOutUp *
 *************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/************
 * bounceOutDown *
 *************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
/************
 * bounceOutLeft *
 *************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
/************
 * bounceOutRight *
 *************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
/************
 * fadeOut *
 *************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/************
 * fadeOutUp *
 *************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/************
 * fadeOutDown *
 *************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/************
 * fadeOutLeft *
 *************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
/************
 * fadeOutRight *
 *************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/************
 * flipOutX *
 *************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
/************
 * flipOutY *
 *************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/************
 * lightSpeedOutRight *
 *************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/************
 * lightSpeedOutLeft *
 *************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/************
 * rotateOut *
 *************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
/************
 * rotateOutUpLeft *
 *************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
/************
 * rotateOutDownLeft *
 *************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
/************
 * rotateOutUpRight *
 *************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
/************
 * rollOut *
 *************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*****************
 * Short Animations
 *******************/
/*********************
 * fadeInUpShort
 *********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
/*********************
 * fadeInDownShort
 *********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}
/*********************
 * fadeInRightShort 
 *********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}
/*********************
 * fadeInLeftShort 
 *********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
body {
  color: #1e1e00;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #1e1e00;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  margin: 0;
}
h1 {
  letter-spacing: 3.5px;
}
ul {
  list-style-image: url(img/dot.svg);
}
.error-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
}
.grecaptcha-badge {
  opacity: 0;
}
.down-btn {
  text-transform: uppercase;
  display: flex;
  font-family: prenton;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  bottom: 100px;
  left: 0;
  flex-direction: column;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.down-btn span {
  transform: rotate(-90deg);
  display: block;
  margin-bottom: 40px;
}
.down-btn img {
  height: 50px;
}
.main-title {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.5px;
}
.sub-title {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #021405;
}
.center {
  text-align: center;
}
.page_wrapper {
  padding-top: 50px;
}
.grid_col {
  width: 12.3%;
  border-left: 1px solid transparent;
}
.grid_col_2 {
  width: 24.1%;
  border-left: 1px solid transparent;
}
.grid_col_3 {
  width: 36.8%;
  border-left: 1px solid transparent;
}
.main-button, .button {
  font-family: prenton;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1.4px;
  text-decoration: none;
  position: relative;
  display: flex;
  text-transform: uppercase;
}
.main-button:after, .button:after {
  content: '';
  background-image: url(img/arrow-right.svg);
  background-position: center;
  width: 11px;
  height: 9px;
  background-size: cover;
  position: relative;
  margin: auto 0;
  top: 0;
  bottom: 0;
  margin-left: 10px;
}
.button.left:after {
  display: none;
}
.button.left:before {
  content: '';
  background-image: url(img/arrow-right.svg);
  background-position: center;
  width: 11px;
  height: 9px;
  background-size: cover;
  position: relative;
  margin: auto 0;
  top: 0;
  bottom: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}
.button.white {
  color: #fff;
}
.line-grid {
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 100px);
  z-index: 5;
}
.line-grid .col {
  border-left: 1px solid #f9f9f9;
  display: inline-block;
  height: 100%;
  padding: 0;
  width: 12.3%;
}
.site-content {
  padding-right: 50px;
  padding-top: 110px;
	padding-left: 50px;
}
.single .site-content {
	padding-top: 150px;
}
.site-content.blur {
  opacity: 0.3;
}
.site {
  position: relative;
  z-index: 6;
}
.hidden-desktop {
  display: none;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* WOOCOMMERCE */
.woocommerce .woocommerce-products-header .featured {
  width: 100%;
  padding-top: 25%;
  background-position: center;
  background-size: cover;
}
.woocommerce .woocommerce-breadcrumb {
  color: #021405;
  font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #021405;
  font-weight: 400;
}
.woocommerce .site-content {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-products-header {
  width: 100%;
  display: flex;
}
.woocommerce .woocommerce-products-header img {
  width: 100%;
}
.woocommerce #primary {
  padding: 50px 50px;
}
.woocommerce #primary .woocommerce-result-count {
  display: none;
}
.woocommerce #primary .woocommerce-ordering {
  float: left;
}
.woocommerce #primary .woocommerce-ordering select {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: museo-sans;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #000;
  text-transform: uppercase;
}
.woocommerce #primary ul.products {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
}
.woocommerce #primary ul.products li.product {
  width: 25%;
  float: none;
  margin: 0;
  text-align: left;
  border: 1px solid #979797;
  padding: 20px;
  padding-top: 65px;
  margin-left: -1px;
  margin-top: -1px;
}
.woocommerce #primary ul.products li.product img {
  margin: 0 auto;
  max-height: 120px;
  min-height: 120px;
  object-fit: contain;
  margin-bottom: 38px;
  width: auto;
}
.woocommerce #primary ul.products li.product h2 {
  font-family: museo-sans;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #000;
}
.woocommerce #primary ul.products li.product h2 .count {
  display: none;
}
.woocommerce #primary ul.products li.product .button {
  display: none;
}
.woocommerce #primary ul.products li.product .cat {
  font-family: museo-sans;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #021405;
}
.woocommerce .woocommerce-pagination {
  display: flex;
  justify-content: flex-end;
}
.woocommerce .woocommerce-pagination .page-numbers {
  border: none;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-family: 'museo-sans';
}
.woocommerce .woocommerce-pagination .page-numbers > a.woocommerce-LoopProduct-link {
  display: none;
}
.woocommerce .woocommerce-pagination .page-numbers > a.woocommerce-LoopProduct-link li {
  display: block;
}
.woocommerce .woocommerce-pagination .page-numbers > a.woocommerce-LoopProduct-link li:hover {
  width: 30px;
  height: 30px;
}
.woocommerce .woocommerce-pagination .page-numbers > a.woocommerce-LoopProduct-link:hover {
  color: #fff;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.woocommerce .woocommerce-pagination .page-numbers > a.woocommerce-LoopProduct-link:hover li {
  background-color: transparent;
}
.woocommerce .woocommerce-pagination .page-numbers > a.woocommerce-LoopProduct-link:hover span {
  width: 30px !important;
  height: 30px !important;
  color: #fff;
  background-color: transparent;
}
.woocommerce .woocommerce-pagination .page-numbers a, .woocommerce .woocommerce-pagination .page-numbers li {
  width: 30px;
  height: 30px;
  border: solid 1px #021405;
  color: #021405;
  display: flex;
  margin-right: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.woocommerce .woocommerce-pagination .page-numbers a li, .woocommerce .woocommerce-pagination .page-numbers li li {
  display: flex;
  border: none;
  width: 100%;
  height: 100%;
}
.woocommerce .woocommerce-pagination .page-numbers a li span, .woocommerce .woocommerce-pagination .page-numbers li li span {
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-pagination .page-numbers .woocommerce-LoopProduct-link {
  display: none;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers a:focus, .woocommerce .woocommerce-pagination .page-numbers a:hover, .woocommerce .woocommerce-pagination .page-numbers span.current {
  background-color: #021405;
  color: #fff;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .woocommerce-pagination .page-numbers.next {
  font-size: 0;
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers.next:after {
  content: '';
  background-image: url(img/arrow-right.svg);
  background-position: center;
  width: 11px;
  height: 9px;
  background-size: cover;
  position: relative;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.woocommerce .woocommerce-pagination .page-numbers.prev {
  font-size: 0;
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers.prev:after {
  content: '';
  background-image: url(img/arrow-right.svg);
  background-position: center;
  width: 11px;
  height: 9px;
  background-size: cover;
  position: relative;
  margin: auto 0;
  top: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.woocommerce.single-product #main {
  position: relative;
}
.woocommerce.single-product .back-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  display: inline-block;
  z-index: 2;
}
.woocommerce.single-product .back-btn:after {
  display: none;
}
.woocommerce.single-product .back-btn:before {
  content: '';
  background-image: url(img/arrow-right.svg);
  background-position: center;
  width: 11px;
  height: 9px;
  background-size: cover;
  position: relative;
  margin: auto 0;
  top: 0;
  bottom: 0;
  margin-right: 10px;
  transform: rotate(180deg);
  display: inline-block;
}
.woocommerce.single-product #primary {
  padding-top: 0;
}
.woocommerce.single-product div.product .summary {
  font-family: museo-sans;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: 1.4px;
  color: #1e1e00;
  margin-top: 0;
  width: 60% !important;
}
.woocommerce.single-product div.product .summary ul {
  padding-left: 15px;
  margin-left: 0;
}
.woocommerce.single-product div.product .summary .summary_content {
  background-color: #f9f9f9;
  padding-top: 117px;
  padding-left: 50px;
  padding-right: 100px;
  padding-bottom: 20px;
}
.woocommerce.single-product div.product .summary .product_title:after {
  content: '';
  width: 57px;
  height: 1px;
  background-color: #021405;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.woocommerce.single-product div.product .summary .product_meta {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #021405;
  margin-bottom: 10px;
}
.woocommerce.single-product div.product .summary .product_meta a {
  color: #021405;
}
.woocommerce.single-product div.product .summary .price {
  display: none;
}
.woocommerce.single-product div.product .summary .safety {
  margin-top: 11px;
  padding-bottom: 60px;
}
.woocommerce.single-product div.product .summary .safety a {
  display: flex;
  align-items: center;
  font-family: museo-sans;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1.4px;
  color: #1e1e00;
}
.woocommerce.single-product div.product .summary .safety a img {
  margin-right: 7px;
}
.woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs {
  background-color: #f9f9f9;
  padding-left: 25px;
}
.woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li:after, .woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: museo-sans;
  font-size: 12px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.2px;
  color: #1e1e00;
  text-transform: uppercase;
}
.woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li.active {
  border-top: 1px solid #e11996;
}
.woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li.active a {
  font-weight: 600;
}
.woocommerce.single-product div.product .summary .woocommerce-tabs .panel {
  padding-left: 50px;
}
.woocommerce.single-product div.product .summary .woocommerce-product-details__short-description {
  font-family: museo-sans;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: 1.4px;
  color: #1e1e00;
}
.woocommerce.single-product div.product .summary .woocommerce-product-details__short-description strong {
  font-weight: 600;
}
.woocommerce.single-product div.product .summary .woocommerce-product-details__short-description p {
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce.single-product div.product .summary .woocommerce-product-details__short-description ul {
  margin: 0;
  padding-left: 15px;
	margin-bottom: 20px;
}
.woocommerce.single-product div.product .summary .woocommerce-product-details__short-description ul li {
	margin-bottom: 5px;
}
.woocommerce.single-product div.product div.images {
  width: 36% !important;
  padding-top: 116px;
}
.woocommerce.single-product div.product div.images img {
  width: auto;
  max-height: 300px;
  margin: 0 auto;
}
.woocommerce.single-product div.product div.images .gallery {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.woocommerce.single-product div.product div.images .wpgs-for .slick-arrow {
  display: none !important;
}
.woocommerce.single-product div.product div.images .wpgs-nav .slick-prev, .woocommerce.single-product div.product div.images .wpgs-nav .slick-next {
  border: 1px solid #021405;
  border-radius: 50%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce.single-product div.product div.images .wpgs-nav .slick-prev:before, .woocommerce.single-product div.product div.images .wpgs-nav .slick-next:before {
  content: '';
  width: 13px;
  height: 7px;
  background-image: url(img/pink-arrow.svg);
  background-size: cover;
}
.woocommerce.single-product div.product div.images .wpgs-nav .slick-prev:before {
  transform: rotate(180deg);
}
/* END OF WOOCOMMERCE */
.mobile-buttons {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .main_section {
    max-width: 1440px;
    margin: 0 auto;
  }
  .main_section.personal_template .content .background .col.gray, .main_section.personal_template .background.right_bg .col.gray {
    width: 30%;
  }
  .woocommerce #main {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 990px) {
	header#masthead .site-branding .other {
		display: none;
	}
	header#masthead .products-btn {
		display: block;
	}
  header#masthead.site-header .nav_wrapper {
    padding-right: 0;
  }
  header#masthead.site-header .nav_wrapper .mobile-buttons {
    display: flex;
  }
  header#masthead.site-header .nav_wrapper .mobile-buttons .lang-switch {
    margin-right: 20px;
  }
  header#masthead.site-header .nav_wrapper .mobile-buttons .open-search {
    margin-right: 20px;
  }
  header#masthead.site-header .nav_wrapper .mobile-buttons .open-search img {
    height: 20px;
  }
  header#masthead.site-header .nav_wrapper #site-navigation {
    display: none;
  }
  header#masthead.site-header .nav_wrapper .search-lang {
    display: none;
  }
  .secondary_header {
    display: none;
  }
  .mega-menu {
    display: none;
  }
  .overlay.langswitch .wpml-ls-legacy-list-horizontal > ul {
    display: flex;
    flex-direction: column;
  }
  .overlay.langswitch .wpml-ls-legacy-list-horizontal > ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .mobile_overlay, .products_overlay {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mobile_overlay .header, .products_overlay .header {
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
    height: 60px;
    width: 100%;
  }
	.mobile_overlay .header img, .products_overlay .header img {
		max-height: 40px;
	}
  .mobile_overlay .header .close, .products_overlay .header .close, .mobile_overlay .header .close_overlay, .products_overlay .header .close_overlay {
    position: relative;
    top: 0;
    right: 0;
  }
  .mobile_overlay .title_row, .products_overlay .title_row {
    width: 100%;
    color: #fff;
    background-color: #021405;
    display: flex;
    align-items: center;
    height: 60px;
    text-transform: uppercase;
    padding-left: 30px;
  }
  .mobile_overlay .title_row img, .products_overlay .title_row img {
    margin-right: 10px;
  }
  .mobile_overlay .overlay_content, .products_overlay .overlay_content {
    width: 100%;
    overflow: scroll;
    height: 100%;
  }
  .mobile_overlay ul, .products_overlay ul {
    margin: 0;
    padding: 0;
  }
  .mobile_overlay ul li, .products_overlay ul li {
    height: auto;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 30px;
    border-bottom: 1px solid #d8d8d8;
    flex-direction: column;
    padding: 0;
  }
  .mobile_overlay ul li a, .products_overlay ul li a, .mobile_overlay ul li span, .products_overlay ul li span {
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
    padding: 0 30px;
  }
  .mobile_overlay ul li > span.active, .products_overlay ul li > span.active {
    font-weight: bold;
  }
  .mobile_overlay ul.top_menu, .products_overlay ul.top_menu {
    display: none;
    border-top: 1px solid #d8d8d8;
    width: 100%;
  }
  .mobile_overlay ul.top_menu li, .products_overlay ul.top_menu li {
    width: 100%;
  }
  .mobile_overlay ul.top_menu li span, .products_overlay ul.top_menu li span {
    padding: 0 45px;
  }
  .mobile_overlay ul.top_menu li > span.active, .products_overlay ul.top_menu li > span.active {
    font-weight: bold;
  }
  .mobile_overlay ul.top_menu li:last-child, .products_overlay ul.top_menu li:last-child {
    border-bottom: 0;
  }
  .mobile_overlay ul.sub_menu, .products_overlay ul.sub_menu {
    display: none;
    border-top: 1px solid #d8d8d8;
    width: 100%;
  }
  .mobile_overlay ul.sub_menu li a, .products_overlay ul.sub_menu li a {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
  .hidden-xs {
    display: none !important;
  }
  .line-grid {
    display: none;
  }
  body .site-content {
    padding: 0;
  }
  header#masthead {
    padding: 0 30px;
  }
  #ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    width: 200px !important;
  }
  .slick-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #021405;
    content: ' ';
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    color: #000;
  }
  .slick-slider .slick-dots li.slick-active button:before {
    background: #021405;
    border: 1px solid #021405;
  }
  .slick-slider button {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .slick-slider button:before {
    display: none;
  }
  .slick-slider button.slick-prev {
    background-image: url(img/prev.svg);
  }
  .slick-slider button.slick-next {
    background-image: url(img/next.svg);
    /* WOOCOMMERCE */
  }
  .woocommerce .woocommerce-ordering {
    width: 100%;
  }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
  .woocommerce .woocommerce-products-header img {
    object-fit: cover;
  }
  .woocommerce .woocommerce-breadcrumb {
    padding: 0 30px;
    word-break: break-all;
  }
  .woocommerce .woocommerce-ordering {
    padding: 0 30px;
  }
  .woocommerce #primary {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 65px;
  }
  .woocommerce #primary ul.products {
    padding: 0 30px;
  }
  .woocommerce #primary ul.products li.product {
    width: 50%;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .woocommerce #primary ul.products li.product h2 {
    font-size: 12px;
  }
  .woocommerce #primary ul.products li.product img {
    max-width: 100px;
    min-height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  .woocommerce nav.woocommerce-pagination {
    justify-content: center;
  }
  .woocommerce.single-product #primary {
    padding-right: 0px;
    padding-left: 0px;
  }
  .woocommerce.single-product div.product {
    padding-top: 80px;
  }
  .woocommerce.single-product div.product div.images {
    padding: 0 30px;
    width: 100% !important;
  }
  .woocommerce.single-product div.product .summary {
    width: 100% !important;
  }
  .woocommerce.single-product div.product .summary .woocommerce-tabs .panel {
    padding: 0 30px;
  }
  .woocommerce.single-product div.product .summary .safety {
    padding-bottom: 0;
  }
  .woocommerce.single-product div.product .summary .summary_content {
    padding: 30px 30px;
  }
  .woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs {
    background-color: #fff;
    color: #fff;
    padding-left: 0;
    display: flex;
    border-top: 1px solid #021405;
    border-bottom: 1px solid #021405;
  }
  .woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li {
    border-top: 0;
    text-align: center;
  }
  .woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li a {
    color: #021405;
  }
  .woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li.active {
    background-color: #021405;
    color: #fff;
    border-top: 0;
  }
  .woocommerce.single-product div.product .summary .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
  }
  .woocommerce.single-product .back-btn {
    top: 30px;
    left: 30px;
    /* END OF WOOCOMMERCE */
    /* HOME */
  }
  .main_section .background .col.gray {
    width: 50%;
  }
  .main_section {
    padding-bottom: 0;
    padding-top: 74px;
  }
  .main_section .content {
    padding-top: 0;
  }
  .main_section .content .hero {
    padding: 0 30px;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
  .main_section .content .hero .image {
    width: 100%;
    display: block;
  }
  .main_section .content .hero .image img {
    display: flex;
  }
  .main_section .content .hero .down-btn {
    display: none;
  }
  .main_section .content .hero .box.blue {
    margin: 0;
  }
  .main_section .content .hero:after {
    right: 0;
    width: 150px;
    bottom: 30px;
  }
  .main_section .icons_wrapper {
    padding-left: 0;
    padding: 0 30px;
  }
  .main_section .icons_wrapper .icons {
    margin-bottom: 0;
  }
  .main_section .icons_wrapper .icons .grid_col_2 {
    display: none;
  }
  .main_section .icons_wrapper .icons .icon_wrapper {
    width: 50%;
    margin-bottom: 50px;
  }
  .main_section .icons_wrapper .icons .icon_wrapper .text {
    display: none;
  }
  .news_section {
    margin-top: 50px;
    padding: 0 50px;
  }
  .news_section .title_section {
    margin-bottom: 50px;
  }
  .news_section .posts {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .news_section .posts .slick-dots {
    left: 0;
  }
  .news_section .posts .news-item {
    width: 100%;
  }
  .news_section .posts .news-item .news-wrap {
    max-width: 100%;
  }
  .news_section .posts .news-item .news-wrap img {
    width: 100%;
    /* END OF HOME */
    /* COMPANY/ABOUT */
  }
  .main_section.about_template .content .hero.first {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .main_section.about_template .content .hero.first .info_wrapper {
    margin-top: 0;
    margin-left: 0;
    order: 2;
  }
  .main_section.about_template .content .hero.first .info_wrapper .title_row {
    margin-bottom: 30px;
    width: 100%;
  }
  .main_section.about_template .content .hero.first .image {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    height: 210px;
  }
  .main_section.about_template .content .hero {
    padding-left: 30px !important;
    padding-right: 30px !important;
    flex-wrap: wrap;
  }
  .main_section.about_template .content .hero .info_wrapper {
    flex-wrap: wrap;
    margin-left: 0 !important;
  }
  .main_section.about_template .content .hero .info_wrapper .title_row {
    width: 100%;
  }
  .main_section.about_template .content .hero .info_wrapper .info_text .text ul {
    line-height: normal !important;
  }
  .main_section.about_template .content .hero .image {
    width: 100% !important;
    height: 210px !important;
  }
  .main_section.about_template .content .hero.no_padding {
    padding-bottom: 0;
  }
  .main_section.about_template .content .hero.no_padding .image {
    height: 210px;
  }
  .main_section.about_template .content .hero.tech_info {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main_section.about_template .content .hero.tech_info:before {
    left: auto;
    right: 25px;
  }
  .main_section.about_template .content .hero.tech_info .title_row {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 30px;
    text-align: left;
  }
  .main_section.about_template .content .hero.tech_info .background {
    top: 0;
  }
  .main_section.about_template .content .hero.tech_info .background .col.gray {
    width: 100%;
    height: 100%;
  }
  .main_section.about_template .content .hero.tech_info .image {
    padding: 0;
    margin-bottom: 30px;
  }
  .main_section.about_template .content .hero.tech_info .info_wrapper {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .main_section.about_template .content .hero.tech_info .info_wrapper .info_text {
    width: 100%;
  }
  .main_section.about_template .content .hero.tech_info .info_wrapper .info_text .text {
    margin-bottom: 30px;
  }
  .main_section.about_template .content .hero.prod_info {
    padding-top: 0px;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .main_section.about_template .content .hero.prod_info:before {
    display: none;
  }
  .main_section.about_template .content .hero.prod_info .background {
    top: 0;
    left: 0;
    background-color: #f9f9f9;
  }
  .main_section.about_template .content .hero.prod_info .background .col.gray {
    width: 100%;
    height: 100%;
  }
  .main_section.about_template .content .hero.prod_info .title_row {
    display: block;
  }
  .main_section.about_template .content .hero.prod_info .title_row .info_title .main-title {
    display: block;
    font-size: 20px;
  }
  .main_section.about_template .content .hero.prod_info .info_wrapper {
    width: 100%;
    flex-direction: column;
  }
  .main_section.about_template .content .hero.prod_info .info_wrapper .info_text {
    max-width: 100%;
    margin-top: 0;
    height: auto;
  }
  .main_section.about_template .content .hero.prod_info .info_wrapper .info_text .text {
    margin-bottom: 0;
  }
  .main_section.about_template .content .hero.prod_info .info_wrapper .info_text:nth-child(2) {
    margin-top: 0;
  }
  .page-template-private-label .content .list_section {
    padding-left: 30px;
  }
  .page-template-private-label .content .list_section .list {
    width: 100%;
    /* END OF ABOUT */
    /* PERSONAL */
  }
  .main_section.personal_template {
    padding-bottom: 0;
  }
  .main_section.personal_template .content, .main_section.personal_template .content.content_right {
    margin-bottom: 30px;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .main_section.personal_template .content .image, .main_section.personal_template .content.content_right .image {
    order: 1;
    max-height: 210px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100% !important;
  }
  .main_section.personal_template .content .background, .main_section.personal_template .content.content_right .background {
    width: 100%;
  }
  .main_section.personal_template .content .background .col.gray, .main_section.personal_template .content.content_right .background .col.gray {
    width: 50%;
  }
  .main_section.personal_template .content .infos_wrapper, .main_section.personal_template .content.content_right .infos_wrapper {
    order: 2;
    padding: 0;
    width: 100%;
  }
  .main_section.personal_template .content .infos_wrapper .title_row .info_title, .main_section.personal_template .content.content_right .infos_wrapper .title_row .info_title {
    margin-left: 0;
  }
  .main_section.personal_template .content .infos_wrapper .info, .main_section.personal_template .content.content_right .infos_wrapper .info {
    padding-left: 0;
    padding-right: 0;
  }
  .main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text, .main_section.personal_template .content.content_right .infos_wrapper .info .info_wrapper .info_text {
    padding-left: 17px;
    justify-content: space-between;
  }
  .main_section.personal_template .content .infos_wrapper .info .info_wrapper .info_text .text, .main_section.personal_template .content.content_right .infos_wrapper .info .info_wrapper .info_text .text {
    margin-left: 0 !important;
  }
  .main_section.personal_template .content.content.first {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .main_section.personal_template .content.content.first:after {
    bottom: 40px;
    /* END OF PERSONAL */
    /* CONTACT */
  }
  .main_section.contact_template {
    padding-bottom: 30px;
  }
  .main_section.contact_template .content {
    padding: 0 30px;
  }
  .main_section.contact_template .content .map_section {
    margin-bottom: 30px;
  }
  .main_section.contact_template .content .map_section .wpgmp_map {
    height: 210px !important;
  }
  .main_section.contact_template .content .background .col.gray {
    width: 50%;
  }
  .main_section.contact_template .content .infos_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .main_section.contact_template .content .infos_wrapper .title_row {
    margin-bottom: 0;
    text-align: center;
  }
  .main_section.contact_template .content .infos_wrapper .title_row .grid_col {
    display: none;
  }
  .main_section.contact_template .content .infos_wrapper .title_row .info_title {
    width: 100%;
    text-align: center;
  }
  .main_section.contact_template .content .infos_wrapper .title_row .info_title .main-title {
    margin-bottom: 30px;
  }
  .main_section.contact_template .content .infos_wrapper .info {
    margin-bottom: 0;
  }
  .main_section.contact_template .content .infos_wrapper .info .info_wrapper {
    width: 100%;
    justify-content: center;
  }
  .main_section.contact_template .content .infos_wrapper .info .info_wrapper .info_text {
    width: 130px;
  }
  .main_section.contact_template .content .infos_wrapper .info .info_wrapper.first {
    margin-bottom: 40px;
  }
  .form_section.contact_template {
    margin-bottom: 0;
  }
  .form_section.contact_template .content .form_wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
  }
  .form_section.contact_template .content .form_wrapper div.wpcf7 {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0;
  }
  .form_section.contact_template .content .form_wrapper div.wpcf7 form {
    width: 100%;
    max-width: 100%;
  }
  .form_section.contact_template .content .form_wrapper .background {
    display: none;
  }
  .form_section.contact_template .content .form_wrapper .grid_col_3 {
    display: none;
  }
  .form_section.contact_template .content .form_wrapper .title_row {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .form_section.contact_template .content .form_wrapper .title_row .form_title .main-title {
    margin-bottom: 30px;
  }
  .form_section.contact_template:after {
    top: auto;
    left: 30px;
    bottom: 90%;
    /* END OF CONTACT */
    /* NEWS OVERAL */
  }
  .page-template-news .news_content .title_section {
    padding-left: 0;
  }
  .page-template-news .news_content .title_section:before {
    top: 120px;
  }
  .page-template-news .news_content .news_wrapper {
    padding: 0 30px;
    padding-bottom: 30px;
  }
  .page-template-news .news_content .news_wrapper #main .news-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .page-template-news .news_content .news_wrapper #main .news-item .news-wrap {
    max-width: 100%;
    width: 100%;
    /* END OF NEWS OVERAL */
    /* NEWS SINGLE */
  }
  .single-post .related .news_section {
    margin-bottom: 90px;
  }
  .single-post article {
    flex-wrap: wrap;
    padding-top: 100px;
  }
  .single-post article .button {
    left: 30px;
  }
  .single-post article .news_slider_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding: 0 30px;
    order: 2;
  }
  .single-post article .news_content_wrapper {
    width: 100%;
    padding: 0 30px;
    order: 1;
    /* END OF NEWS SINGLE */
  }
  footer.site-footer {
    padding: 0 30px;
    padding-bottom: 60px;
  }
  footer.site-footer .site-info {
    flex-wrap: wrap;
  }
  footer.site-footer .site-info .col {
    width: 45%;
    max-width: none;
  }
  footer.site-footer .site-info .col span.title {
    max-width: 100%;
  }
  footer.site-footer .site-info .logo-col {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  footer.site-footer .site-info .logo-col img {
    max-width: 147px;
  }
  footer.site-footer .site-info .eas-col {
    max-width: 100%;
  }
  footer.site-footer .site-info .kontakt-col, footer.site-footer .site-info .address-col {
    width: 45%;
  }
  footer.site-footer .site-info .tegevusalad-col, footer.site-footer .site-info .eas-col {
    margin-top: 30px;
  }
}