@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

/**************************************************
* Media query for device minimal width
**************************************************/

/**************************************************
* Media query for device maximum width
**************************************************/

/**************************************************
* Media query for device minimal and maximum width
**************************************************/

/**************************************************
* Row and container generator
**************************************************/

/**************************************************
* In this file call fonts and set all variables
**************************************************/

/*Font Variables*/

@font-face {
	font-family: "Chronicle Display";
	src: url("../assets/fonts/ChronicleDisplay-Black.eot");
	src: url("../assets/fonts/ChronicleDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ChronicleDisplay-Black.woff2") format("woff2"), url("../assets/fonts/ChronicleDisplay-Black.woff") format("woff"), url("../assets/fonts/ChronicleDisplay-Black.ttf") format("truetype"), url("../assets/fonts/ChronicleDisplay-Black.svg#ChronicleDisplay-Black") format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chronicle Display";
	src: url("../assets/fonts/ChronicleDisplay-Semi.eot");
	src: url("../assets/fonts/ChronicleDisplay-Semi.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ChronicleDisplay-Semi.woff2") format("woff2"), url("../assets/fonts/ChronicleDisplay-Semi.woff") format("woff"), url("../assets/fonts/ChronicleDisplay-Semi.ttf") format("truetype"), url("../assets/fonts/ChronicleDisplay-Semi.svg#ChronicleDisplay-Semi") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chronicle Display";
	src: url("../assets/fonts/ChronicleDisplay-Roman.eot");
	src: url("../assets/fonts/ChronicleDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ChronicleDisplay-Roman.woff2") format("woff2"), url("../assets/fonts/ChronicleDisplay-Roman.woff") format("woff"), url("../assets/fonts/ChronicleDisplay-Roman.ttf") format("truetype"), url("../assets/fonts/ChronicleDisplay-Roman.svg#ChronicleDisplay-Roman") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/**************************************************
* $headers
* 1. font-size
* 2. line-height
* 3. font-weight
* 4. font-family
* 5. margin-top
* 6. margin-bottom
**************************************************/

/******************************************************************
* If use min-width for resposnive 
* on breakpoitn variables add 1px in code
******************************************************************/

.container-xl {
	max-width: 1860px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.container-sm {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

@font-face {
	font-family: "icon-font";
	src: url("../assets/fonts/icons/icon-font.woff2") format("woff2"), url("../assets/fonts/icons/icon-font.woff") format("woff"), url("../assets/fonts/icons/icon-font.ttf") format("truetype");
}

.icon-YouTube:before,
.icon-Xing:before,
.icon-WhatsApp:before,
.icon-Twitter:before,
.icon-Twitch:before,
.icon-Tumblr:before,
.icon-TikTok:before,
.icon-Telegram:before,
.icon-Spotify:before,
.icon-Snapchat:before,
.icon-Skype:before,
.icon-Signal:before,
.icon-Reddit:before,
.icon-Pinterest:before,
.icon-Phone:before,
.icon-Medium:before,
.icon-Map:before,
.icon-LinkedIn:before,
.icon-Instagram:before,
.icon-Google:before,
.icon-Facebook:before,
.icon-Email:before,
.icon-Behance:before,
.icon-Arrow:before,
.icon-Arrow-up:before {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.icon-Arrow-up:before {
	content: "\e001";
}

.icon-Arrow:before {
	content: "\e002";
}

.icon-Behance:before {
	content: "\e003";
}

.icon-Email:before {
	content: "\e004";
}

.icon-Facebook:before {
	content: "\e005";
}

.icon-Google:before {
	content: "\e006";
}

.icon-Instagram:before {
	content: "\e007";
}

.icon-LinkedIn:before {
	content: "\e008";
}

.icon-Map:before {
	content: "\e009";
}

.icon-Medium:before {
	content: "\e00a";
}

.icon-Phone:before {
	content: "\e00b";
}

.icon-Pinterest:before {
	content: "\e00c";
}

.icon-Reddit:before {
	content: "\e00d";
}

.icon-Signal:before {
	content: "\e00e";
}

.icon-Skype:before {
	content: "\e00f";
}

.icon-Snapchat:before {
	content: "\e010";
}

.icon-Spotify:before {
	content: "\e011";
}

.icon-Telegram:before {
	content: "\e012";
}

.icon-TikTok:before {
	content: "\e013";
}

.icon-Tumblr:before {
	content: "\e014";
}

.icon-Twitch:before {
	content: "\e015";
}

.icon-Twitter:before {
	content: "\e016";
}

.icon-WhatsApp:before {
	content: "\e017";
}

.icon-Xing:before {
	content: "\e018";
}

.icon-YouTube:before {
	content: "\e019";
}

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

@-ms-viewport {
	width: device-width;
}

*:focus,
*:active,
*:hover {
	outline: none;
}

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

*,
*:hover,
*:focus,
*:active {
	-webkit-tap-highlight-color: transparent;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
::after,
::before {
	box-sizing: inherit;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	letter-spacing: 0.03em;
}

body h1 {
	font-size: 64px;
	line-height: 77px;
	font-weight: 600;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

body h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 900;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

body h3 {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 900;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

body h4 {
	font-size: 20px;
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

body h5 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}

body h6 {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}

p {
	margin-bottom: 1em;
}

p:first-of-type {
	margin-top: 0;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

em {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

embed,
iframe,
object {
	max-width: 100%;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

address {
	margin: 0 0 1em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

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

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

big {
	font-size: 125%;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	padding: 1em;
	margin: 1em 0;
}

blockquote,
q {
	quotes: "" "";
	border-left: 3px solid;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1em;
	width: 100%;
}

td,
th {
	padding: 10px;
	border: 1px solid;
}

/*General Style*/

body {
	color: #000;
	font-size: 18px;
	line-height: 1.2em;
}

body.menu-active {
	overflow-y: hidden;
}

a {
	text-decoration: none;
	color: #000;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.btn {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
}

/*--------------------------------------------------------------
# Clearfix
--------------------------------------------------------------*/

.clearfix:after,
.clearfix:before {
	visibility: hidden;
	display: table;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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

/* Make sure select elements fit in widgets. */

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 0;
}

.gallery img {
	display: block;
}

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

.full-width {
	float: left;
	width: 100%;
}

.text-center,
.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.text-uppercase {
	text-transform: uppercase;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

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

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

.alignvertical {
	vertical-align: middle;
}

/* Theme clasess */

/* Flexbox */

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-col-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* Bacground */

.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-center {
	background-position: center;
}

.bg-left {
	background-position-x: left;
}

.bg-right {
	background-position-x: right;
}

.bg-top {
	background-position-y: top;
}

.bg-bottom {
	background-position-y: bottom;
}

/* Height / Width */

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.w-full {
	width: 100%;
}

.w-screen {
	width: 100vw;
}

/* Postion */

.postion-absolute {
	position: absolute;
}

.postion-relative {
	position: relative;
}

.postion-fixed {
	position: fixed;
}

.postion-static {
	position: static;
}

.postion-sticky {
	position: -webkit-sticky;
	position: sticky;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	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;
}

.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#site-header {
	width: 100%;
	height: 112px;
	margin: 0;
}

#site-header .container .logo-menu-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#site-header .container .logo-menu-wrapper .site-logo-description {
	padding: 20px 0 22px 0;
}

#site-header .container .logo-menu-wrapper .main-navigation {
	padding: 43px 0 47px 0;
}

#site-header .site-logo svg {
	display: block;
	max-width: 189px;
}

.header-social-media {
	position: absolute;
	bottom: 45px;
	left: 47px;
	right: 60px;
	width: auto !important;
}

.header-social-media ul {
	text-align: right;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: 0 !important;
}

.header-social-media li {
	padding: 0;
}

.header-social-media li:not(:first-child) {
	padding-left: 35px;
	padding-right: 0;
}

.header-social-media a {
	padding: 0 !important;
}

#site-navigation {
	position: relative;
}

#site-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#site-navigation ul:before,
#site-navigation ul:after {
	content: "";
	display: table;
	width: 100%;
}

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

#site-navigation ul li:last-child .arrow-toggle {
	right: 5px;
}

#site-navigation ul li:last-child a {
	padding-left: 80px;
	padding-right: 20px;
}

#site-navigation .menu-item {
	float: left;
	position: relative;
}

#site-navigation .menu-item .menu-item-has-children ul li {
	padding: 0 18px 0 18px;
}

#site-navigation .menu-item .menu-item-has-children ul li a {
	padding: 0;
	margin: 0;
}

#site-navigation .menu-item .arrow-toggle {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 8px;
	height: 100%;
	margin-right: 0;
	padding: 1px 0 0 0;
	position: absolute;
	z-index: 99;
	right: 8px;
	top: 0;
}

#site-navigation .menu-item .arrow-toggle .fa {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#site-navigation .menu-item.menu-item-has-children.expandeds > .arrow-toggle > .fa {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#site-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 25px 0 25px;
	line-height: 22px;
	color: #000;
}

#site-navigation .sub-menu {
	background-color: #fff;
	float: left;
	left: -999em;
	position: absolute;
	top: auto;
	z-index: -1;
	visibility: hidden;
}

#site-navigation .sub-menu a {
	-webkit-transition: none;
	transition: none;
}

.menu-toggle {
	display: none;
	background-color: transparent;
	border: none;
	color: #000;
	float: right;
}

.menu-active .menu-toggle .hamburger-inner,
.menu-active .menu-toggle .hamburger-inner::before,
.menu-active .menu-toggle .hamburger-inner::after {
	background-color: #000;
}

.wpml-ls-menu-item .sub-menu {
	padding: 0;
	right: 0;
}

#site-footer {
	padding: 119px 0 84px;
	background-color: #fcfcfc;
}

#site-footer .site-footer-wrapper {
	margin-bottom: 120px;
}

#site-footer .site-footer-wrapper .site-footer-widgets-inner .row {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0;
}

#site-footer .site-footer-wrapper .site-footer-widgets-inner .row .first-column #media_image-3 {
	margin-bottom: 18px;
}

#site-footer .site-footer-wrapper .site-footer-widgets-inner .row .first-column #media_image-3 img {
	width: 129px;
	height: 48px;
}

#site-footer .site-footer-wrapper .site-footer-widgets-inner .row .first-column #text-3 {
	margin: 0;
}

#site-footer .site-footer-wrapper .social-list {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#site-footer .site-footer-wrapper .social-list .social-item {
	padding: 0;
}

#site-footer .site-footer-wrapper .social-list .social-item:not(:last-child) {
	margin-right: 18px;
}

#site-footer .site-footer-wrapper .social-list .social-item .social-link {
	text-decoration: none;
}

#site-footer .site-footer-wrapper .social-list .social-item .social-link .social-icon {
	color: #000;
}

#site-footer .site-footer-wrapper .social-list .social-item .social-link .social-icon:hover {
	color: #e49d5a;
}

#site-footer .footer-bottom-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 23px 152px 0 152px;
	border-top: 1px solid #000;
}

#site-footer .footer-bottom-wrapper .copyright p {
	margin-bottom: 0;
	font-size: 10px;
	line-height: 19px;
}

#site-footer .return-wrapper {
	position: relative;
	top: -50px;
	box-shadow: 0px 0px 0px 23px #fcfcfc;
	box-sizing: border-box;
}

#site-footer .return-wrapper:hover {
	color: #e49d5a;
}

#site-footer .copyright .row .col-lg-12 .title {
	margin-bottom: 0px;
	font-family: "Chronicle Display", sans-serif;
	font-size: 10px;
	line-height: 197%;
}

.footer-column p {
	font-size: 16px;
}

.footer-column .widget {
	margin: 0;
}

.footer-column h3,
.footer-column i {
	margin-bottom: 16px;
}

.footer-column-1 {
	padding-left: 152px;
}

.footer-column-2,
.footer-column-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 150%;
	-ms-flex: 0 0 150%;
	flex: 0 0 150%;
	max-width: 15% !important;
}

.footer-column-2 .widget_block div,
.footer-column-3 .widget_block div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-column-2 .widget_block div i,
.footer-column-3 .widget_block div i {
	padding-right: 7px;
}

.footer-column-2 .widget_text .textwidget p,
.footer-column-3 .widget_text .textwidget p {
	padding-left: 21px;
	margin-bottom: 0;
}

.footer-column-4 {
	max-width: 435px !important;
	max-width: 50% !important;
}

#gform_1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#gform_1 .gform-body .ginput_container_email #input_1_1 {
	border: none;
	height: 46px;
	width: 295px;
}

#gform_1 .gform-body .ginput_container_email #input_1_1::-webkit-input-placeholder {
	color: #d7d6d2;
	font-size: 16px;
	line-height: 18px;
}

#gform_1 .gform-body .ginput_container_email #input_1_1::-moz-placeholder {
	color: #d7d6d2;
	font-size: 16px;
	line-height: 18px;
}

#gform_1 .gform-body .ginput_container_email #input_1_1:-ms-input-placeholder {
	color: #d7d6d2;
	font-size: 16px;
	line-height: 18px;
}

#gform_1 .gform-body .ginput_container_email #input_1_1::placeholder {
	color: #d7d6d2;
	font-size: 16px;
	line-height: 18px;
}

#gform_1 .gform_footer {
	height: 46px;
	margin: 0 !important;
	padding: 0 !important;
}

#gform_1 .gform_footer .gform_button {
	margin: 0;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	line-height: 21px;
	border: none;
	height: 100%;
	padding: 12px 33px;
	padding-right: 30px;
	background-color: #e49d5a;
	color: #fcfcfc;
}

#gform_1 .gform_footer .gform_button:hover {
	background-color: #000;
	color: #e49d5a;
}

.otgs-development-site-front-end {
	display: none;
}

#text-8 {
	display: none;
	font-size: 24px;
	line-height: 1;
	color: #e49d5a;
	margin-top: 74px;
}

/**
Row container generator 
1. Suffix of classes
2. Grid gutter and row negative margins
3. Container max-width
All units is in pixels
**/

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}

.container {
	width: 100%;
	max-width: 1560px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

/**
Example grid generator
@include gridGenerator(12, 15px, (575px, 767px, 991px, 1199px), (xs, sm, md, lg),"");
Params:
1. Number of columns
2. Gutter in pixels (left and right side)
2. Array of breakpoints
3. Array of breakpoints prefix
4. Grid prefix like theme-
Params are not mendotory
The function generates column classes like .Grid prexixcol-Breakpoint prefix-Column count (.col-lg-1) and 
offset classes like .Breakpoint prefix-offset-Column count (.lg-offset-1)
**/

.col-xs,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
	margin: 0;
	clear: none;
	width: 100%;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.col-sm,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1 {
	margin: 0;
	clear: none;
	width: 100%;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.col-md,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
	margin: 0;
	clear: none;
	width: 100%;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.col-lg,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
	margin: 0;
	clear: none;
	width: 100%;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.maintenance-section {
	width: 100%;
	min-height: 100vh;
	padding: 100px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: gray;
}

.maintenance-section h1,
.maintenance-section h2,
.maintenance-section h3,
.maintenance-section h4,
.maintenance-section h5,
.maintenance-section h6 {
	margin-top: 0;
}

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: #000;
	border: 1px solid;
	border-radius: 0;
	font-family: "Chronicle Display", sans-serif;
	font-size: 18px;
	line-height: 1em;
	padding: 10px;
	vertical-align: middle;
}

textarea {
	resize: none;
	padding-left: 0.6em;
	width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	color: #000;
	border: 1px solid;
	border-radius: 0;
	font-family: "Chronicle Display", sans-serif;
	font-size: 18px;
	line-height: 1.15em;
	padding: 10px;
	vertical-align: middle;
}

/*---- Placeholder ----*/

::-webkit-input-placeholder {
	opacity: 1;
}

\:-moz-placeholder {
	opacity: 1;
}

::-moz-placeholder {
	opacity: 1;
}

\:-ms-input-placeholder {
	opacity: 1;
}

*::-webkit-input-placeholder {
	opacity: 1;
}

*:-moz-placeholder {
	opacity: 1;
}

*:-ms-input-placeholder {
	opacity: 1;
}

.social-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 1em 0;
}

.social-wrapper ul li {
	list-style: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.social-wrapper ul li::after,
.social-wrapper ul li::before {
	content: none;
}

.error-404 {
	padding: 150px 0;
	text-align: center;
}

.error-404 p {
	margin-top: 15px;
	margin-bottom: 40px;
}

.error-404 .btn {
	padding: 16px 45px;
	border: 1px solid #e49d5a;
	border-radius: 5px;
	color: #e49d5a;
	display: inline-block;
}

.error-404 .btn:hover {
	background-color: #e49d5a;
	color: #fff;
}

#return-to-top {
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	line-height: 3.1;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	background-color: #fcfcfc;
	border: 1px solid #000;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#return-to-top svg {
	display: block;
	color: #000;
}

#return-to-top:hover {
	background-color: #e49d5a;
	border: 1px solid #e49d5a;
}

#return-to-top:hover path {
	stroke: #fcfcfc;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	background-color: transparent;
	border: none;
	bottom: 0;
	color: #000;
	font-size: 30px;
	height: 35px;
	line-height: 35px;
	margin: auto 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 35px;
	z-index: 10;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-dots {
	margin: 20px 0 0;
	padding-left: 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.slick-dots li button {
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid;
	color: transparent;
	font-size: 0;
	height: 15px;
	padding: 0;
	width: 15px;
}

.slick-dots li.slick-active button {
	background-color: #000;
}

.hamburger {
	padding: 15px 15px;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	width: 33px;
	height: 22px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 33px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
 * Collapse
 */

.hamburger .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.13s;
	transition-duration: 0.13s;
	-webkit-transition-delay: 0.13s;
	transition-delay: 0.13s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger .hamburger-inner::before {
	-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.22s;
	transition-delay: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.archive-wrapper .banner-slide {
	height: 678px;
}

.archive-wrapper .banner-slide {
	padding: 0;
	max-width: 1800px;
}

.archive-wrapper .category-list {
	margin-top: 175px;
}

.archive-wrapper .category-list h2 {
	margin: 0 0 8px 0;
	line-height: 40px;
}

.archive-wrapper .category-list .description {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 60px;
}

.archive-wrapper .category-list .description p {
	padding-bottom: 22px;
	font-size: 16px;
}

.archive-wrapper .product-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.archive-wrapper .product-wrapper .product {
	max-width: 350px;
	width: 50%;
}

.archive-wrapper .product-wrapper .product img {
	width: 100%;
}

.archive-wrapper .product-info {
	text-align: center;
}

.archive-wrapper .product-info h4 {
	line-height: 25px;
	margin: 0 0 8px 0;
	font-weight: 400;
}

.archive-wrapper .product-info p {
	font-style: 16px;
	color: #e49d5a;
	font-weight: 400;
	margin-bottom: 50px;
}

.archive-wrapper .product {
	position: relative;
	overflow: auto;
	min-height: 385px;
}

.archive-wrapper .product-hover {
	position: absolute;
	top: 0;
	display: none;
	background-color: #fff;
	text-align: center;
	overflow: auto;
	left: 0;
	right: 0;
	z-index: 99999999999;
	box-sizing: border-box;
	padding: 25px;
}

.archive-wrapper .product-hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 25px solid #f8f8f8;
}

.archive-wrapper .product-hover ul {
	list-style: none;
	padding: 25px 0;
}

.archive-wrapper .product-hover li {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	position: relative;
	padding-bottom: 8px;
	padding-top: 8px;
}

.archive-wrapper .product-hover li:first-child {
	padding-top: 0;
}

.archive-wrapper .product-hover li:last-child {
	padding-bottom: 0;
}

.archive-wrapper .product-hover li:not(:last-child)::before {
	content: "";
	width: 125px;
	height: 2px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url("../assets/images/line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.archive-wrapper .no-hover {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-transform-style: none !important;
	transform-style: none !important;
}

.archive-wrapper .product:hover,
.archive-wrapper .product-hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.archive-wrapper .product:hover .product-hover {
	display: block;
}

.archive-wrapper .product:hover.have-hover .product-info {
	display: none;
}

.contact-information {
	padding: 180px 0;
	margin: auto;
	width: 100%;
	background-color: #fcfcfc;
}

.contact-information .inquieries {
	max-width: 670px;
	width: 48%;
}

.contact-information .inquieries h2 {
	max-width: 90%;
}

.contact-information .row {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 30px;
}

.contact-information .food-inquieries {
	background-color: #000;
	margin-right: 20px;
}

.contact-information .food-inquieries h2 {
	color: #e49d5a;
}

.contact-information .food-inquieries .contact-email p {
	color: #e49d5a;
}

.contact-information .food-inquieries .contact-phone p {
	color: #e49d5a;
}

.contact-information .petfood-inquieries {
	background-color: #e49d5a;
}

.contact-information .petfood-inquieries h2 {
	color: #000;
}

.contact-information .petfood-inquieries .contact-email p {
	color: #000;
}

.contact-information .petfood-inquieries .contact-phone p {
	color: #000;
}

.contact-information .contact-card-wrap {
	padding: 90px 100px;
}

.contact-information .contact-card-wrap h2 {
	margin-bottom: 6px;
}

.contact-information .contact-card-wrap .contact-description {
	color: #fff;
	margin-bottom: 55px;
	font-size: 16px;
}

.contact-information .contact-card-wrap .contact-email {
	font-size: 24px;
	line-height: 38px;
	text-align: justify;
	margin-bottom: 54px;
}

.contact-information .contact-card-wrap .contact-email p {
	margin: 0;
	padding: 0;
}

.contact-information .contact-phone {
	font-size: 24px;
	line-height: 38px;
	text-align: justify;
}

.contact-information .contact-phone p {
	margin: 0;
	padding: 0;
}

.contact-information a {
	margin: 0;
	padding: 0;
	display: block;
	color: #fff;
}

.our-vision {
	padding: 120px 0 180px;
	background-color: #fcfcfc;
}

.our-vision .col-lg-12 {
	text-align: center;
}

.our-vision .col-lg-12 h2 {
	color: #000;
	line-height: 40px;
	padding-bottom: 15px;
	position: relative;
}

.our-vision .col-lg-12 h2::after {
	content: "";
	width: 125px;
	height: 2px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url("../assets/images/line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.our-vision .col-lg-12 p {
	padding-top: 15px;
	font-size: 16px;
	padding-bottom: 120px;
	margin: 0;
}

.our-vision .our-vision-wrapper {
	max-width: 925px;
	margin: auto;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url("../assets/images/vision-bg.svg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.our-vision .our-vision-item {
	width: 33.33%;
	min-height: 227px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.our-vision .our-vision-item img {
	max-width: 65px;
	max-height: 64px;
	display: block;
	margin-bottom: 25px;
}

.our-vision .our-vision-item:nth-of-type(1) {
	padding-right: 10px;
}

.our-vision .our-vision-item:nth-of-type(1) img {
	padding-top: 10px;
}

.our-vision .our-vision-item:nth-of-type(2) {
	padding-right: 5px;
}

.our-vision .our-vision-item:nth-of-type(2) img {
	padding-top: 10px;
}

.our-vision .our-vision-item:nth-of-type(3) {
	padding-left: 8px;
}

.our-vision .our-vision-item:nth-of-type(3) img {
	padding-top: 10px;
}

.our-vision .our-vision-item:nth-of-type(5) img {
	max-height: 55px;
	margin-bottom: 18px;
}

.our-vision .our-vision-item:nth-of-type(5) .our-vision-item-content {
	padding-bottom: 5px;
}

.our-vision .our-vision-item:nth-of-type(4),
.our-vision .our-vision-item:nth-of-type(5) {
	padding-bottom: 100px;
}

.our-vision .our-vision-item-content {
	max-width: 200px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.our-vision .our-vision-item-number {
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	line-height: 20px;
	color: #e49d5a;
	font-family: "Chronicle Display", sans-serif;
}

.our-vision .our-vision-item-desc {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.03em;
}

.premium-food {
	background-color: #fcfcfc;
}

.premium-food .container-xl {
	padding: 140px 0 20px;
	background-color: #000;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: left;
	-webkit-align-items: left;
	-ms-flex-align: left;
	align-items: left;
	background-color: #000;
	padding-bottom: 130px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6 h3,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 h3 {
	color: #fff;
	text-align: left !important;
	padding-bottom: 15px;
	position: relative;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6 h3::after,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 h3::after {
	content: "";
	width: 125px;
	height: 2px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url("../assets/images/line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6 p,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 p {
	color: #fff;
	padding-top: 15px;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6 p:last-child,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 p:last-child {
	margin-bottom: 0;
}

.premium-food .row {
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.premium-food .row .col-lg-6 {
	max-width: 452px;
	width: 100%;
	padding: 0;
	padding-right: 0;
}

.premium-food .upper-wrapper {
	text-align: center;
	margin-bottom: 140px;
}

.premium-food .upper-wrapper h2 {
	max-width: 750px;
	margin: auto;
	color: #fff;
	padding-bottom: 15px;
	position: relative;
}

.premium-food .upper-wrapper h2::after {
	content: "";
	width: 125px;
	height: 2px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url("../assets/images/line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.premium-food .reverse {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	row-gap: 40px;
}

.premium-food p {
	padding-top: 15px;
	color: #fff;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.03em;
}

.our-clients {
	padding: 170px 0 180px;
	background-color: #fcfcfc;
}

.our-clients .upper-wrap {
	text-align: center;
	margin-bottom: 100px;
}

.our-clients h2 {
	color: #000;
	position: relative;
	padding-bottom: 15px;
}

.our-clients h2::after {
	content: "";
	width: 125px;
	height: 2px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url("../assets/images/line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.our-clients p {
	padding-top: 15px;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}

.our-clients .lower-wrap {
	row-gap: 45px;
}

.our-clients .client-item {
	width: 25%;
	text-align: center;
}

.our-clients .client-item img {
	width: auto;
}

.inquieries {
	padding: 0;
	background-color: #fcfcfc;
}

.inquieries .row {
	width: 100%;
	margin: 0;
}

.inquieries .row .inquieries-content-inner {
	max-width: 476px;
	width: 100%;
}

.inquieries .row .inquieries-content {
	padding: 67px 152px;
}

.inquieries .row .inquieries-content h2 {
	padding-bottom: 19px;
	margin: 0;
}

.inquieries .row .inquieries-content p {
	padding-bottom: 56px;
	margin: 0;
}

.inquieries .row .inquieries-content a {
	padding-bottom: 10px;
	border-bottom: 1px solid #e49d5a;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.03em;
	font-size: 18px;
	line-height: 24px;
}

.inquieries .row .inquieries-content:first-child {
	background-image: url("../assets/images/inquieries-row-bcg.jpg");
}

.inquieries .row .inquieries-content:first-child h2 {
	color: #e49d5a;
}

.inquieries .row .inquieries-content:first-child p {
	color: #fff;
}

.inquieries .row .inquieries-content:first-child a {
	border-bottom: 1px solid #e49d5a;
}

.inquieries .row .inquieries-content:first-child a:hover {
	color: #e49d5a;
}

.inquieries .row .inquieries-content:last-child {
	background-color: #e49d5a;
}

.inquieries .row .inquieries-content:last-child h2 {
	color: #fff;
}

.inquieries .row .inquieries-content:last-child p {
	color: #141313;
}

.inquieries .row .inquieries-content:last-child a {
	border-bottom: 1px solid #000;
}

.inquieries .row .inquieries-content:last-child a:hover {
	color: #000;
}

.standards {
	background-color: #fcfcfc;
	padding: 120px 0 150px;
}

.page-template-about-us .standards {
	background-color: #fff;
}

.standards .upper-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
	text-align: center;
}

.standards .upper-wrap h2 {
	position: relative;
	padding-bottom: 10px;
}

.standards .upper-wrap h2::after {
	content: "";
	width: 125px;
	height: 2px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url("../assets/images/line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.standards .upper-wrap p {
	margin: 10px 0 0 0;
	font-size: 16px;
}

.standards .container-sm {
	max-width: 1710px;
}

.standards .container-sm ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.standards .container-sm ul li {
	list-style: none;
	font-size: 40px;
	font-family: "Chronicle Display", sans-serif;
	line-height: 2.2;
	min-width: 20%;
	color: #e49d5a;
	white-space: nowrap;
	text-align: center;
}

.natura-land {
	padding: 120px 0 60px;
}

.natura-land img {
	max-width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

.about-section {
	margin-bottom: 160px;
}

.about-section .about-section-content {
	background-image: url("../assets/images/inquieries-row-bcg.jpg");
	padding: 140px 0 60px;
}

.about-section .about-image {
	position: relative;
	padding-right: 35px;
}

.about-section .about-image img {
	margin-bottom: -80px;
}

.about-section .about-text {
	padding-left: 35px;
}

.about-section .about-text h2 {
	position: relative;
	color: #fff;
	padding-bottom: 17px;
}

.about-section .about-text h2::after {
	content: "";
	width: 125px;
	height: 2px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url("../assets/images/line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.about-section .about-text .about-description {
	color: #fff;
	font-size: 18px;
	padding-top: 17px;
	max-width: 729px;
}

.about-section .about-text .about-number {
	margin: 120px 0 0 0;
	color: #e49d5a;
}

.about-section .about-text .about-number p:first-child {
	font-size: 144px !important;
	line-height: 1 !important;
	color: #e49d5a;
	font-weight: 325;
	margin-bottom: 0;
}

.about-section .about-text .about-number p:last-child {
	font-size: 37px !important;
	line-height: 25px !important;
	letter-spacing: 0.72em;
	color: #e49d5a;
	font-weight: 325;
	margin: 0;
	text-transform: uppercase;
}

.moveImgRight {
	-webkit-animation-name: moveIMG_Left;
	animation-name: moveIMG_Left;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.moveImgLeft {
	-webkit-animation-name: moveIMG_Right;
	animation-name: moveIMG_Right;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.our-products {
	background-color: #fcfcfc;
	padding: 120px 0 50px;
}

.our-products .row {
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	margin: 0;
}

.our-products .our-product-title {
	margin: auto;
	text-align: center;
	max-width: 460px;
	padding: 0 30px;
}

.our-products .our-product-title h2 {
	padding-bottom: 16px;
	position: relative;
}

.our-products .our-product-title h2::after {
	content: "";
	width: 125px;
	height: 2px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url("../assets/images/line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.our-products .our-product-title p {
	padding-top: 16px;
	padding-bottom: 113px;
	margin: 0;
}

.our-products .category-list .image-category-title {
	padding-bottom: 20px;
}

.our-products .category-list .image-category-title a h2 {
	color: #000;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.our-products .category-list .image-category-title a h2:hover {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #e49d5a;
}

.our-products .category-list .food-category-image {
	margin-bottom: 60px;
	overflow: hidden;
}

.our-products .category-list .food-category-image img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: block;
	max-height: 533px;
	min-height: 260px;
	height: 100%;
	object-fit: cover;
}

.our-products .category-list .food-category-image:hover img,
.our-products .category-list .food-category-image:focus img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.our-products .category-list:not(:last-child) {
	width: 50%;
}

.our-products .category-list-1 {
	padding-right: 30px !important;
}

.our-products .category-list-2 {
	padding-left: 30px !important;
}

.our-products .category-list-3 {
	width: 100%;
}

.banner-slider-section {
	position: relative;
	margin-bottom: 60px;
}

.banner-slider-section.is-home .banner-slide {
	min-height: 908px;
}

.banner-slider-section .container {
	position: relative;
	z-index: 5;
}

.banner-slider-section .banner-arrows {
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner-slider-section .no-slider .banner-arrows {
	display: none;
}

.banner-slider-section .no-slider .banner-slide {
	padding-bottom: 5px;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1803px 910px;
}

.banner-slider-section .no-slider .mobile-img {
	padding-bottom: 5px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-slider-section .no-slider .banner-animation-line {
	overflow: hidden;
	position: relative;
}

.banner-slider-section .no-slider h1,
.banner-slider-section .no-slider p {
	-webkit-animation-name: no-slide-line-animation;
	animation-name: no-slide-line-animation;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.banner-slider-section .slick-arrow {
	width: auto;
	height: auto;
	position: static;
	padding: 0 7px;
	cursor: pointer;
}

.banner-slider-section .slick-arrow svg {
	display: block;
}

.banner-slider-section .img-prev-arrow:hover path,
.banner-slider-section .img-next-arrow:hover path {
	stroke: #efefef;
}

.banner-slider-section .banner-slide-content {
	max-height: 908px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 0;
}

.banner-slider-section .banner-slide-content-inner {
	max-width: 670px;
	width: 100%;
}

.banner-slider-section .banner-slider {
	position: relative;
}

.banner-slider-section .banner-slider .slick-list .slick-track {
	max-height: 908px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.banner-slider-section .banner-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	position: relative;
	min-height: 678px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-self: center;
}

.banner-slider-section .banner-slide .mobile-img {
	position: absolute;
	display: none;
	background-color: transparent;
}

.banner-slider-section .banner-slide h1 {
	color: #e49d5a;
}

.banner-slider-section .banner-slide p {
	font-size: 18px;
	line-height: 29px;
	padding-top: 6px;
	color: #efefef;
}

.banner-slider-section .banner-slide .banner-slide-button {
	margin-top: 51px;
}

.banner-slider-section .btn {
	padding: 16px 45px;
	border: 1px solid #e49d5a;
	border-radius: 5px;
	color: #e49d5a;
	display: inline-block;
}

.banner-slider-section .btn:hover {
	background-color: #e49d5a;
	color: #fff;
}

.fnc { /* you can add color names and their values here
   and then simply add classes like .m--blend-$colorName to .fnc-slide 
   to apply specific color for mask blend mode */
}

.fnc-slider {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	max-height: 910px;
	height: calc(100vh - 115px);
}

.fnc-slider.small-banner-section {
	height: 678px;
}

.fnc-slider .banner-arrows {
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
}

.fnc-slider .banner-arrows > div {
	padding: 0 7px;
	cursor: pointer;
}

.fnc-slider .banner-arrows > div svg {
	display: block;
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
	box-sizing: border-box;
}

.fnc-slider__slides {
	position: relative;
	height: 100%;
	-webkit-transition: -webkit-transform 0.6s 0.4s;
	transition: -webkit-transform 0.6s 0.4s;
	transition: transform 0.6s 0.4s;
	transition: transform 0.6s 0.4s, -webkit-transform 0.6s 0.4s;
}

.fnc-slide {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fnc-slide.m--before-sliding {
	z-index: 2 !important;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
	z-index: 1;
	-webkit-transition: -webkit-transform 0.6s 0.4s ease-in-out;
	transition: -webkit-transform 0.6s 0.4s ease-in-out;
	transition: transform 0.6s 0.4s ease-in-out;
	transition: transform 0.6s 0.4s ease-in-out, -webkit-transform 0.6s 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fnc-slide .mobile-img {
	position: absolute;
	display: none;
	background-color: transparent;
}

.fnc-slide__inner {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center top;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
	background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
	-webkit-transition: -webkit-transform 0.6s 0.4s ease-in-out;
	transition: -webkit-transform 0.6s 0.4s ease-in-out;
	transition: transform 0.6s 0.4s ease-in-out;
	transition: transform 0.6s 0.4s ease-in-out, -webkit-transform 0.6s 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	right: 60%;
	top: 15%;
	width: 50.25vh;
	height: 67vh;
	margin-right: -90px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
	-webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
	transform: rotate(-10deg) translate3d(200px, 0, 0);
	opacity: 0;
}

.m--active-slide .fnc-slide__mask {
	-webkit-transition: opacity 0.21s 0.7333333333s, -webkit-transform 0.42s 0.7333333333s;
	transition: opacity 0.21s 0.7333333333s, -webkit-transform 0.42s 0.7333333333s;
	transition: transform 0.42s 0.7333333333s, opacity 0.21s 0.7333333333s;
	transition: transform 0.42s 0.7333333333s, opacity 0.21s 0.7333333333s, -webkit-transform 0.42s 0.7333333333s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
	-webkit-transition: opacity 0.21s 0.41s, -webkit-transform 0.42s 0.2s;
	transition: opacity 0.21s 0.41s, -webkit-transform 0.42s 0.2s;
	transition: transform 0.42s 0.2s, opacity 0.21s 0.41s;
	transition: transform 0.42s 0.2s, opacity 0.21s 0.41s, -webkit-transform 0.42s 0.2s;
	-webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
	transform: rotate(10deg) translate3d(-200px, 0, 0);
	opacity: 0;
}

.fnc-slide__mask-inner {
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	margin-left: -50vw;
	margin-top: -50vh;
	background-size: cover;
	background-position: center center;
	background-blend-mode: luminosity;
	-webkit-transform-origin: 50% 16.5vh;
	-ms-transform-origin: 50% 16.5vh;
	transform-origin: 50% 16.5vh;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.m--before-sliding .fnc-slide__mask-inner {
	-webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
	transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
	-webkit-transition: -webkit-transform 0.42s 0.7333333333s;
	transition: -webkit-transform 0.42s 0.7333333333s;
	transition: transform 0.42s 0.7333333333s;
	transition: transform 0.42s 0.7333333333s, -webkit-transform 0.42s 0.7333333333s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
	-webkit-transition: -webkit-transform 0.42s 0.2s;
	transition: -webkit-transform 0.42s 0.2s;
	transition: transform 0.42s 0.2s;
	transition: transform 0.42s 0.2s, -webkit-transform 0.42s 0.2s;
	-webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
	transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
	max-width: 635px;
	width: 100%;
}

.fnc-slide__content h1,
.fnc-slide__content h2,
.fnc-slide__content h3 {
	color: #e49d5a;
}

.fnc-slide__content p {
	font-size: 18px;
	line-height: 29px;
	padding-top: 6px;
	color: #efefef;
}

.fnc-slide__content .slide-btn {
	display: none;
}

.m--active-slide .fnc-slide__content .slide-btn {
	display: block;
}

.fnc-slide__heading-line {
	overflow: hidden;
	position: relative;
}

.m--before-sliding .fnc-slide__heading-line {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
	-webkit-transition: -webkit-transform 0.9s 0.6s;
	transition: -webkit-transform 0.9s 0.6s;
	transition: transform 0.9s 0.6s;
	transition: transform 0.9s 0.6s, -webkit-transform 0.9s 0.6s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
	-webkit-transition: -webkit-transform 0.9s;
	transition: -webkit-transform 0.9s;
	transition: transform 0.9s;
	transition: transform 0.9s, -webkit-transform 0.9s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.fnc-slide__heading-line span {
	display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
	-webkit-transition: -webkit-transform 0.9s 0.6s;
	transition: -webkit-transform 0.9s 0.6s;
	transition: transform 0.9s 0.6s;
	transition: transform 0.9s 0.6s, -webkit-transform 0.9s 0.6s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
	-webkit-transition: -webkit-transform 0.9s;
	transition: -webkit-transform 0.9s;
	transition: transform 0.9s;
	transition: transform 0.9s, -webkit-transform 0.9s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.fnc-slide__action-btn {
	position: relative;
	margin-left: 200px;
	padding: 5px 15px;
	font-size: 20px;
	line-height: 1;
	color: transparent;
	border: none;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	text-align: center;
	outline: none;
}

.fnc-slide__action-btn span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	line-height: 30px;
	color: #fff;
}

.fnc-slide__action-btn span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-top: none;
	border-bottom: none;
}

.fnc-slide__action-btn span:after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 30px;
	background: #1f2833;
	opacity: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(100%) rotateX(-90deg);
	transform: translateY(100%) rotateX(-90deg);
	-webkit-transition: opacity 0.15s 0.15s;
	transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
	opacity: 1;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.fnc-nav {
	z-index: 5;
	position: absolute;
	right: 0;
	bottom: 0;
}

.fnc-nav__bgs {
	z-index: -1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fnc-nav__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
	z-index: 2 !important;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
	z-index: 1;
	-webkit-transition: -webkit-transform 0.6s 0.4s;
	transition: -webkit-transform 0.6s 0.4s;
	transition: transform 0.6s 0.4s;
	transition: transform 0.6s 0.4s, -webkit-transform 0.6s 0.4s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.fnc-nav__controls {
	font-size: 0;
}

.fnc-nav__control {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.fnc-nav__control.m--active-control {
	background: #1f2833;
}

.fnc-nav__control-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.5s !important;
	transition: -webkit-transform 0.5s !important;
	transition: transform 0.5s !important;
	transition: transform 0.5s, -webkit-transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0s 0s !important;
	transition: -webkit-transform 0s 0s !important;
	transition: transform 0s 0s !important;
	transition: transform 0s 0s, -webkit-transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
	-webkit-transition: all 0s 0s !important;
	transition: all 0s 0s !important;
	-webkit-transform: scaleX(0) !important;
	-ms-transform: scaleX(0) !important;
	transform: scaleX(0) !important;
}

@media (min-width: 350px) {

.col-xs-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-xs-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-xs-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xs-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-xs-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-xs-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xs-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-xs-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-xs-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xs-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-xs-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-xs-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.xs-offset-0 {
	margin-left: 0;
}

.xs-offset-1 {
	margin-left: 1%;
}

.xs-offset-2 {
	margin-left: 2%;
}

.xs-offset-3 {
	margin-left: 3%;
}

.xs-offset-4 {
	margin-left: 4%;
}

.xs-offset-5 {
	margin-left: 5%;
}

.xs-offset-6 {
	margin-left: 6%;
}

.xs-offset-7 {
	margin-left: 7%;
}

.xs-offset-8 {
	margin-left: 8%;
}

.xs-offset-9 {
	margin-left: 9%;
}

.xs-offset-10 {
	margin-left: 10%;
}

.xs-offset-11 {
	margin-left: 11%;
}

.xs-offset-12 {
	margin-left: 12%;
}

}

@media (min-width: 767px) {

.col-sm-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-sm-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-sm-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-sm-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-sm-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-sm-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-sm-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-sm-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-sm-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.sm-offset-0 {
	margin-left: 0;
}

.sm-offset-1 {
	margin-left: 1%;
}

.sm-offset-2 {
	margin-left: 2%;
}

.sm-offset-3 {
	margin-left: 3%;
}

.sm-offset-4 {
	margin-left: 4%;
}

.sm-offset-5 {
	margin-left: 5%;
}

.sm-offset-6 {
	margin-left: 6%;
}

.sm-offset-7 {
	margin-left: 7%;
}

.sm-offset-8 {
	margin-left: 8%;
}

.sm-offset-9 {
	margin-left: 9%;
}

.sm-offset-10 {
	margin-left: 10%;
}

.sm-offset-11 {
	margin-left: 11%;
}

.sm-offset-12 {
	margin-left: 12%;
}

}

@media (min-width: 991px) {

.col-md-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-md-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-md-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-md-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-md-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-md-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-md-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-md-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.md-offset-0 {
	margin-left: 0;
}

.md-offset-1 {
	margin-left: 1%;
}

.md-offset-2 {
	margin-left: 2%;
}

.md-offset-3 {
	margin-left: 3%;
}

.md-offset-4 {
	margin-left: 4%;
}

.md-offset-5 {
	margin-left: 5%;
}

.md-offset-6 {
	margin-left: 6%;
}

.md-offset-7 {
	margin-left: 7%;
}

.md-offset-8 {
	margin-left: 8%;
}

.md-offset-9 {
	margin-left: 9%;
}

.md-offset-10 {
	margin-left: 10%;
}

.md-offset-11 {
	margin-left: 11%;
}

.md-offset-12 {
	margin-left: 12%;
}

}

@media (min-width: 992px) {

.header-social-media {
	display: none;
}

}

@media (min-width: 1024px) {

#site-navigation .menu-item:hover > .sub-menu {
	visibility: visible;
	z-index: 9999;
	padding: 18px 23px;
}

#site-navigation .menu-item:hover > .sub-menu li {
	min-width: 120px;
	width: 100%;
}

#site-navigation .menu-item:hover > .sub-menu li a {
	padding: 0;
	line-height: 38px;
	color: #c8c8c8;
	text-decoration: none;
}

#site-navigation .menu-item:hover > .sub-menu li:not(:first-child) {
	border-top: 1px solid #c8c8c8;
}

#site-navigation .menu-item:hover > .sub-menu li:hover a {
	color: black;
}

#site-navigation .menu-item:hover > .sub-menu .wpml-ls-slot-12 {
	padding-right: 0;
	margin-right: 0;
}

#site-navigation .menu-item:hover > .sub-menu .wpml-ls-slot-12 a {
	width: 36px;
	margin-right: 0;
}

#site-navigation .menu-item:hover .arrow-toggle {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#site-navigation .menu-item:hover .arrow-toggle .icon-Arrow {
	padding: 10px 0 0 0;
}

}

@media (min-width: 1199px) {

.col-lg-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-lg-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-lg-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-lg-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-lg-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-lg-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-lg-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.lg-offset-0 {
	margin-left: 0;
}

.lg-offset-1 {
	margin-left: 1%;
}

.lg-offset-2 {
	margin-left: 2%;
}

.lg-offset-3 {
	margin-left: 3%;
}

.lg-offset-4 {
	margin-left: 4%;
}

.lg-offset-5 {
	margin-left: 5%;
}

.lg-offset-6 {
	margin-left: 6%;
}

.lg-offset-7 {
	margin-left: 7%;
}

.lg-offset-8 {
	margin-left: 8%;
}

.lg-offset-9 {
	margin-left: 9%;
}

.lg-offset-10 {
	margin-left: 10%;
}

.lg-offset-11 {
	margin-left: 11%;
}

.lg-offset-12 {
	margin-left: 12%;
}

}

@media (max-width: 1280px) {

.footer-column-1 {
	padding-left: 0;
}

.footer-column-2,
.footer-column-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25% !important;
}

.footer-column-4 {
	max-width: 30% !important;
}

}

@media (max-width: 1199px) {

.container-xl {
	padding-left: 0;
	padding-right: 0;
}

#site-footer .site-footer-wrapper .site-footer-widgets-inner {
	padding: 0 30px;
}

.our-products .category-list {
	padding: 0 30px;
}

}

@media (max-width: 1070px) {

.our-vision .our-vision-wrapper {
	background: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 75px;
}

.our-vision .our-vision-item {
	padding: 0 25px !important;
	width: 236px;
	box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.09);
	text-align: center;
}

.our-vision .our-vision-item img {
	padding: 0 !important;
}

.our-vision .our-vision-item .our-vision-item-number {
	display: none;
}

.our-vision .our-vision-item img {
	padding: 0 !important;
	margin-bottom: 20px !important;
}

}

@media (max-width: 1024px) {

#site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.67);
	z-index: 99;
	height: auto;
}

#site-header .container .logo-menu-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#site-header .container .logo-menu-wrapper .main-navigation {
	padding: 0;
}

#site-header .site-logo path {
	fill: #fff;
}

#site-navigation ul li:last-child a {
	padding: 0;
}

#site-navigation .menu-item-has-children a {
	margin-bottom: 25px;
}

#site-navigation #primary-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-right: 47px;
}

#site-navigation .menu-item {
	text-align: right;
	padding: 0;
}

#site-navigation .menu-item a {
	color: #000;
	font-size: 32px;
	line-height: 1;
	font-weight: 900;
	padding: 0;
	font-family: "Chronicle Display", sans-serif;
	margin-bottom: 38px;
	border-bottom: 2px solid #e49d5a;
}

#site-navigation .menu-item .arrow-toggle {
	display: none;
}

#site-navigation .sub-menu {
	width: 100%;
	margin-left: 0;
	padding-top: 0;
	top: 0;
	left: 0;
	position: relative;
	visibility: visible;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}

#site-navigation .sub-menu a {
	line-height: 25px;
	font-size: 20px;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
	font-weight: normal;
	border-bottom: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}

#site-navigation > div {
	background-color: #fff;
	padding: 100px 0 100px 70px;
	position: fixed;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	z-index: 999;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#site-navigation > div > div {
	width: 100%;
}

#site-navigation > div::before {
	content: "";
	position: absolute;
	width: 70px;
	bottom: 0;
	top: 0;
	background-color: #000;
	left: 0;
}

#site-navigation.anim-left > div {
	left: -100%;
	top: 0;
	bottom: 0;
}

#site-navigation.anim-left.toggled > div {
	left: 0;
}

#site-navigation.anim-right > div {
	bottom: 0;
	right: -100%;
	top: 0;
}

#site-navigation.anim-right.toggled > div {
	right: 0;
}

#site-navigation.anim-right .menu-toggle {
	position: relative;
	z-index: 9999;
}

#site-navigation.anim-top > div {
	height: auto;
	left: auto;
	padding-top: 0;
	position: absolute;
	right: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	width: 100vw;
}

#site-navigation.anim-top.toggled > div {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

#site-navigation.anim-popup > div {
	bottom: 0;
	height: 100vh;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 100%;
}

#site-navigation.anim-popup.toggled > div {
	opacity: 1;
	visibility: visible;
}

#site-navigation.anim-popup .menu-toggle {
	position: relative;
	z-index: 9999;
}

.menu-toggle {
	display: block !important;
	padding-right: 0;
}

.wpml-ls-menu-item .sub-menu a {
	font-size: 18px !important;
}

.wpml-ls-menu-item a {
	font-size: 22px !important;
	margin-bottom: 15px !important;
}

}

@media (max-width: 991px) {

body {
	font-size: 18px;
	line-height: 25px;
}

#site-footer {
	padding: 75px 0 0;
}

#site-footer .site-footer-wrapper {
	position: relative;
	padding-bottom: 120px;
	margin-bottom: 62px;
}

#site-footer .site-footer-wrapper .site-footer-widgets-inner .row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#site-footer .site-footer-wrapper .site-footer-widgets-inner .row .first-column #media_image-3 {
	margin-bottom: 0;
}

#site-footer .site-footer-wrapper .site-footer-widgets-inner .row .first-column #text-3 {
	bottom: 0;
	position: absolute;
	margin-bottom: 9px;
}

#site-footer .footer-bottom-wrapper {
	padding: 0 30px;
	position: relative;
	border-top: 1px solid #e49d5a;
}

#site-footer .footer-bottom-wrapper .copyright {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	padding: 19px 0;
}

#site-footer .return-wrapper {
	top: -112px;
	position: absolute;
	right: 30px;
	box-shadow: none;
}

.footer-column {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer-column-2 i,
.footer-column-3 i {
	margin-bottom: 0;
	color: #e49d5a;
	width: 22px;
	font-size: 22px;
}

.footer-column h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 0;
}

.footer-column-2,
.footer-column-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100% !important;
}

.footer-column-2 .widget_block div,
.footer-column-3 .widget_block div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-column-2 .widget_block div i,
.footer-column-3 .widget_block div i {
	margin-top: 47px;
	padding: 0;
}

.footer-column-2 .widget_text .textwidget p,
.footer-column-3 .widget_text .textwidget p {
	padding-left: 0;
}

.footer-column-4 {
	margin-top: 70px;
	width: 100%;
	max-width: 100% !important;
}

.footer-column-4 h3 {
	font-size: 24px;
	line-height: 1;
	color: #e49d5a;
	margin-bottom: 20px;
}

#gform_1 .gform-body {
	width: 100%;
}

#gform_1 .gform-body .ginput_container_email #input_1_1 {
	width: 100%;
}

#gform_1 .gform_footer .gform_button {
	color: #fff;
}

#text-8 {
	display: block;
}

#return-to-top {
	border: 1px solid #e49d5a;
}

#return-to-top path {
	stroke: #e49d5a;
}

.archive-wrapper .category-list-wrapper .category-list-3 {
	border-bottom: none;
	margin-bottom: 50px;
}

.archive-wrapper .category-list {
	margin-top: 60px;
	border-bottom: 1px solid #d7d7d7;
}

.archive-wrapper .category-list .description {
	border-bottom: none;
	margin-bottom: 0;
}

.contact-information {
	padding: 75px 0;
}

.contact-information .inquieries {
	width: 100%;
}

.contact-information .row {
	margin: 0;
}

.contact-information .food-inquieries {
	margin-right: 0;
	margin-bottom: 47px;
}

.our-vision {
	padding: 60px 0 75px;
}

.our-vision .col-lg-12 {
	text-align: left;
}

.our-vision .col-lg-12 h2 {
	text-align: center;
	padding-bottom: 6px;
}

.our-vision .col-lg-12 p {
	padding-top: 6px;
	padding-bottom: 68px;
}

.our-vision .our-vision-item .our-vision-item-desc {
	font-size: 14px;
	line-height: 22px;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 {
	padding-bottom: 35px;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6:last-child,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6:last-child {
	padding-bottom: 85px;
}

.premium-food .upper-wrapper {
	margin-bottom: 35px !important;
}

.premium-food .upper-wrapper p {
	padding-top: 6px;
	margin-bottom: 0;
}

.premium-food .upper-wrapper h2 {
	padding-bottom: 6px;
}

.our-clients {
	padding: 60px 0 75px;
}

.our-clients .client-item {
	width: 50%;
}

.inquieries .row .inquieries-content {
	padding: 44px 30px;
}

.inquieries .row .inquieries-content a {
	font-size: 16px;
	line-height: 25px;
}

.standards {
	padding: 75px 0 30px;
}

.standards .upper-wrap {
	margin-bottom: 50px;
}

.standards .container-sm ul {
	text-align: left;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.standards .container-sm ul li {
	line-height: 1.2;
	font-size: 32px;
	text-align: center;
	width: 50%;
	margin-bottom: 32px;
}

.natura-land {
	padding: 80px 0;
}

.about-section {
	margin-bottom: 0;
}

.about-section .about-section-content {
	padding: 60px 0 50px;
}

.about-section .about-section-content .row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.about-section .about-image {
	padding-right: 0;
}

.about-section .about-image img {
	margin-bottom: 0;
	margin-top: 48px;
}

.about-section .about-text {
	padding-left: 0;
}

.about-section .about-text .about-number {
	margin: 29px 0 0 0;
	text-align: center;
}

.about-section .about-text .about-number p:first-child {
	font-size: 106px !important;
}

.about-section .about-text .about-number p:last-child {
	font-size: 27px !important;
	line-height: 18px !important;
}

.our-products {
	padding: 60px 0 15px;
}

.our-products .our-product-title p {
	padding-bottom: 60px;
}

.our-products .category-list:not(:last-child) {
	width: 100%;
}

.banner-slider-section {
	padding: 0;
	width: 100%;
	margin-bottom: 0;
}

}

@media (max-width: 767px) {

body {
	font-size: 16px;
	line-height: 25px;
}

body h1 {
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

body h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

body h3 {
	font-size: 18px;
	line-height: 48px;
	font-weight: 900;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

body h4 {
	font-size: 20px;
	line-height: 1;
	font-family: "Chronicle Display", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

p {
	font-size: 16px !important;
	line-height: 1.6 !important;
}

#site-header .site-logo svg {
	max-width: 100px;
	max-height: 37px;
}

#site-footer .site-footer-wrapper .social-list {
	font-size: 20px;
}

.contact-information .contact-card-wrap {
	padding: 40px 25px;
}

.contact-information .contact-card-wrap h2 {
	font-size: 24px;
	line-height: 28px;
}

.contact-information .contact-card-wrap .contact-email {
	margin-bottom: 34px;
}

.contact-information a {
	font-size: 16px;
	line-height: 26px;
}

.premium-food .container-xl {
	padding-top: 45px;
	padding-bottom: 75px;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 {
	text-align: justify;
	height: auto;
	padding-bottom: 30px;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6 h3,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 h3 {
	padding: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6 h3::after,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 h3::after {
	background-image: none;
}

.premium-food .container-xl div:nth-of-type(2) .col-lg-6 p,
.premium-food .container-xl div:nth-of-type(3) .col-lg-6 p {
	padding: 0;
}

.standards .container-sm ul li {
	text-align: left;
	white-space: inherit;
}

.banner-slider-section.is-home .banner-slide {
	width: 100%;
	min-height: 100vh;
	padding-top: 120%;
	padding-bottom: 105px;
}

.banner-slider-section .banner-arrows {
	bottom: 45px;
}

.banner-slider-section .banner-slide-content {
	padding: 0;
}

.banner-slider-section .banner-slide {
	width: 100%;
	min-height: 50vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 35%;
	padding-bottom: 68px;
	height: auto;
}

.banner-slider-section .banner-slide .mobile-img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-slider-section .banner-slide p {
	font-size: 16px;
	line-height: 25px;
}

.banner-slider-section .banner-slide .banner-slide-button {
	display: none;
}

.fnc-slider {
	width: 100%;
	min-height: 100vh;
}

.fnc-slider.small-banner-section {
	width: 100%;
	height: auto;
	min-height: 50vh;
}

.fnc-slider.small-banner-section .fnc-slider__slides {
	min-height: 50vh;
}

.fnc-slider.small-banner-section .fnc-slide {
	padding-bottom: 0;
}

.fnc-slider .banner-arrows {
	bottom: 45px;
}

.fnc-slide {
	padding-bottom: 105px;
}

.fnc-slide .mobile-img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fnc-slide__inner {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.fnc-slide__inner .slide-btn {
	display: none !important;
}

.fnc-slide__content h1,
.fnc-slide__content h2,
.fnc-slide__content h3 {
	font-weight: 400;
}

.fnc-slide__content p {
	font-size: 16px;
	line-height: 25px;
}

}

@media (max-width: 400px) {

.archive-wrapper .product-wrapper .product {
	width: 100%;
}

.our-clients .client-item {
	width: 100%;
}

.standards .container-sm ul li {
	width: 100%;
}

}

@-webkit-keyframes moveIMG_Left {

from {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
}

to {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

}

@keyframes moveIMG_Left {

from {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
}

to {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

}

@-webkit-keyframes moveIMG_Right {

from {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

to {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
}

}

@keyframes moveIMG_Right {

from {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

to {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
}

}

@-webkit-keyframes no-slide-line-animation {

from {
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	opacity: 0;
}

to {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

}

@keyframes no-slide-line-animation {

from {
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	opacity: 0;
}

to {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

}


/*# sourceMappingURL=main.min.css.map */
