
/*
Theme Name: Mildar
Theme URI: http://mildar.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Mildar is a WordPress theme, created Eco Milk Shops and Production. It has several professional design homepages, creative headers animations, Elementor Page Builder and WooCommerce ready. Also the theme has color picker in customizer menu for changing all site colors to create unique color solution.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, left-sidebar, full-width-template
Text Domain: mildar

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

/*------------------------------------------------------------------
[Table of contents]

1. CSS Reset
2. Global variables
3. Header, navigation bar and menu / header, nav.navbar
4. WordPress layout styles
5. Typography
6. Theme Sections
7. Tariffs Block
8. Testimonials
9. Bottom widgets goes before footer
10. Footer and copyrights
11. WorePress Widgets
12. Contacts inner pages width full-width map
13. Blog posts / Blog Full page / Blog Shortcodes
14. Galleries
15. Forms (buttons/radio/inputs)
16. Shortcodes (Visual Composer Integrated)
17. Pagination
18. Common classes (hover/transition effects/etc)
19. WooCommerce Plugin
20. Team
21. Page Loader
22. Events
23. Subscribe block
-------------------------------------------------------------------*/
:root {
	--font-main: "Mulish";
	--font-headers: "Asap";
	--font-subheaders: "Asap";
	--font-main-letterspacing: 0;
	--font-headers-letterspacing: 0;
	--font-subheaders-letterspacing: 0;
	--main: #e8bc5a;
	--second: #e8bc5a;
	--gray: #f2f0ea;
	--black: #0a306c;
	--white: #fff;
	--red: #e65338;
	--green: #82b452;
	--yellow: #e2b239;
}

/*
  1. CSS Reset
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}

/* Links
   ========================================================================== */

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: var(--second);
	color: #0a306c;
	color: var(--black);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.text-sm {
	font-size: 16px;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	line-height: 1.5em;
	display: inline-block;
}

.color-main {
	color: #e8bc5a;
	color: var(--main);
}

.color-second {
	color: #e8bc5a;
	color: var(--second);
}

.color-black {
	color: #0a306c;
	color: var(--black);
}

.color-gray {
	color: #f2f0ea;
	color: var(--gray);
}

.color-white {
	color: #fff;
	color: var(--white);
}

.color-white-text {
	color: rgba(255, 255, 255, .6);
}

.color-red {
	color: #e65338;
	color: var(--red);
}

.color-yellow {
	color: #e2b239;
	color: var(--yellow);
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
}

.lte-quote-char {
	display: inline-block;
	font-family: lte-font;
	font-weight: 400 !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 38px;
	line-height: 1.3em;
	height: 50px;
	font-style: normal;
	display: block;
	overflow: hidden;
}

/* 2. Global classes */
body {
	color: #0a306c;
	color: var(--black);
	background-color: #fff;
	background-color: var(--white);
}

body.lte-body-black {
	color: #fff;
	color: var(--white);
	background-color: #0a306c;
	background-color: var(--black);
}

/*
	3. Header, navigation bar and menu
*/
.lte-header-wrapper {
	color: #fff;
	color: var(--white);
	position: relative;
	z-index: 20;
}

.error404.lte-bg-404 .lte-header-wrapper {
	background-color: transparent;
}

@media (max-width: 1299px) {
	.lte-header-wrapper {
		background-size: cover;
	}
}

.lte-header-wrapper.header-parallax .lte-page-header {
	background-attachment: fixed;
}

@media (max-width: 768px) {
	.lte-header-wrapper.header-parallax .lte-page-header {
		background-size: cover;
	}
}

.lte-header-wrapper.lte-parallax {
	background-attachment: static;
	background-position: 50% 0;
}

.lte-header-wrapper.lte-layout-transparent-full .lte-page-header, .lte-header-wrapper.lte-layout-transparent .lte-page-header, .lte-header-wrapper.lte-layout-desktop-center-transparent .lte-page-header {
	padding-top: 80px;
}

.lte-header-wrapper.wrapper-navbar-layout-transparent-overlay {
	background-color: rgba(0, 0, 0, .25) !important;
}

.lte-header-wrapper.wrapper-navbar-layout-transparent-white .navbar .container {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.lte-header-wrapper.wrapper-navbar-layout-transparent-white .navbar #lte-navbar.navbar-desktop ul.navbar-nav > li:hover > a, .lte-header-wrapper.wrapper-navbar-layout-transparent-white .navbar #lte-navbar.navbar-desktop ul.navbar-nav > li > a:hover, .lte-header-wrapper.wrapper-navbar-layout-transparent-white .navbar #lte-navbar.navbar-desktop ul.navbar-nav > li.current-menu-ancestor > a {
	color: #fff;
	color: var(--white);
}

.lte-header-wrapper:not(.lte-pageheader-disabled):after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 71px;
	background-image: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/wave-white-hor.png");
	background-size: cover;
}

.lte-header-wrapper + .main-wrapper > .margin-default, .lte-header-wrapper + .margin-default {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	.lte-header-wrapper + .main-wrapper > .margin-default, .lte-header-wrapper + .margin-default {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.lte-header-wrapper + .main-wrapper > .margin-post, .lte-header-wrapper + .margin-post {
	padding-top: 100px;
	padding-bottom: 160px;
}

@media (max-width: 768px) {
	.lte-header-wrapper + .main-wrapper > .margin-post, .lte-header-wrapper + .margin-post {
		padding-bottom: 130px;
	}
}

.lte-header-wrapper + .main-wrapper > .margin-top, .lte-header-wrapper + .margin-top {
	padding-top: 100px;
}

@media (max-width: 768px) {
	.lte-header-wrapper + .main-wrapper > .margin-top, .lte-header-wrapper + .margin-top {
		padding-top: 80px;
	}
}

body.admin-bar .lte-page-header {
	background-position: 50% 132px;
	background-position: 50% 0px;
	background-origin: border-box;
}

.lte-page-header {
	color: #fff;
	color: var(--white);
	background-color: #0a306c;
	background-color: var(--black);
	text-align: center;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 0;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	background-position: 50% 0px;
	border: 0 none;
}

.lte-header-overlay .lte-page-header:before {
	background-color: #000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	zoom: 1;
	filter: alpha(opacity=40);
	-webkit-opacity: .4;
	-moz-opacity: .4;
	opacity: .4;
	content: "";
}

.lte-header-overlay .lte-page-header:before + .elementor-background-video-container + .elementor-container, .lte-header-overlay .lte-page-header:before + .elementor-widget-wrap {
	z-index: 2;
}

.lte-page-header .container {
	position: relative;
	z-index: 2;
	padding-top: 160px;
	padding-bottom: 230px;
}

@media (max-width: 991px) {
	.lte-page-header .container {
		padding-top: 100px;
		padding-bottom: 160px;
	}
}

@media (min-width: 1200px) {
	.lte-page-header .lte-header-h1-wrapper {
		padding: 0 100px;
	}
}

.lte-page-header h1 {
	margin: 0;
	color: #fff;
	color: var(--white);
	position: relative;
	z-index: 11;
	line-height: 1.15em;
	font-size: 64px;
	display: inline;
}

@media (max-width: 1599px) {
	.lte-page-header h1 {
		font-size: 48px;
	}
}

@media (max-width: 768px) {
	.lte-page-header h1 {
		font-size: 36px;
		background-size: 100% 10px;
	}
}

.lte-page-header .breadcrumbs {
	list-style: none;
	margin: 20px 0 0px 0;
	padding: 0;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.lte-page-header .breadcrumbs li {
	display: inline-block;
	margin: 0 0 0 0px;
	font-size: 16px;
	color: #fff;
	color: var(--white);
}

.lte-page-header .breadcrumbs li a {
	color: #e8bc5a;
	color: var(--second);
}

.lte-page-header .breadcrumbs li a:hover {
	color: #fff;
	color: var(--white);
}

.lte-page-header .breadcrumbs li:not(:last-child):after {
	margin: 0px 8px 0 12px;
	vertical-align: middle;
	position: relative;
	top: -10px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	height: 12px;
	font-size: 10px;
	color: #fff;
	color: var(--white);
}

.lte-page-header .lte-tagline {
	font-size: 14px;
}

.lte-tagline {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	position: absolute;
	left: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 14px;
	zoom: 1;
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
}

.lte-tagline > span {
	font-size: 12px;
}

@media (max-width: 1199px) {
	.lte-tagline {
		display: none;
	}
}

#lte-nav-wrapper.navbar-layout-transparent + .main-wrapper {
	position: relative;
	margin-top: -101px;
}

.lte-page-header + .main-wrapper {
	margin-top: 0 !important;
}

.lte-narrow-header {
	text-align: center;
	max-width: 1280px;
	margin: 0px auto 0px;
	min-height: 200px;
	padding: 60px 50px 0;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	background-color: #fff;
	background-color: var(--white);
	position: relative;
	z-index: 6;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomright: 0;
	-moz-background-clip: padding;
	border-bottom-right-radius: 0;
}

@media (min-width: 1200px) {
	.lte-narrow-header {
		padding: 60px 100px 0;
	}
}

@media (max-width: 768px) {
	.lte-narrow-header {
		padding: 50px 0 30px;
	}
}

.lte-narrow-header .lte-cats {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.lte-narrow-header .lte-post-headline {
	margin-top: 20px;
}

.lte-narrow-header h1 {
	line-height: 1.2em;
	color: #0a306c !important;
	color: var(--black) !important;
	padding: 0 30px !important;
}

.lte-narrow-header h1:after {
	display: none !important;
}

.lte-header-narrow-wrapper .container {
	padding: 200px 0 0 0 !important;
}

.lte-ul-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lte-ul-nav li > a {
	display: block;
}

.lte-navbar {
	z-index: 3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-clip: border-box;
	border: 0 none;
	padding: 0px 0;
	margin-bottom: 0;
	vertical-align: top;
}

.lte-navbar > .container {
	position: relative;
	overflow: visible;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lte-navbar .lte-navbar-logo {
	margin-right: 30px;
}

.lte-navbar .lte-navbar-logo .lte-logo {
	z-index: 2;
}

.lte-navbar .lte-navbar-logo .lte-logo img {
	max-height: 44px;
	width: auto;
}

.lte-navbar.affix-top {
	z-index: 100;
	left: 0;
	right: 0;
}

.lte-navbar .mega-menu, .lte-navbar ul ul {
	display: none;
}

.lte-navbar .lte-navbar-items {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 6px 0px 6px 0;
}

.lte-navbar .lte-navbar-items .mega-menu {
	top: 50px !important;
	right: 0 !important;
	width: 100%;
	max-width: 970px;
	-webkit-transform: translate(-50%, -3%);
	-moz-transform: translate(-50%, -3%);
	-ms-transform: translate(-50%, -3%);
	-o-transform: translate(-50%, -3%);
	transform: translate(-50%, -3%);
}

.lte-navbar .lte-navbar-items.navbar-desktop {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lte-navbar .lte-navbar-items.navbar-desktop .toggle-wrap {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav {
	display: inline-block;
	margin: 0 0;
	z-index: 4;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li {
	float: left;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav li, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 16px;
	transition: none;
	padding: 0;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav span:hover, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav li:hover {
	cursor: pointer;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a {
	padding: 0px 22px 0;
	position: relative;
	cursor: pointer;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a:focus {
	background: transparent;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a > span {
	display: inline-block;
	position: relative;
	padding: 0 0 0;
	pointer-events: none;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:hover > a {
	background: transparent;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a {
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
	position: relative;
	z-index: 5;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a > span:after {
	position: absolute;
	content: "";
	border-bottom: 2px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	left: 0;
	right: 0;
	bottom: -2px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@supports (-webkit-appearance:none) {
	.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a span:before {
		top: 1px;
	}
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-ancestor:not(.menu-item-has-children) > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-item:not(.menu-item-has-children) > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-parent:not(.menu-item-has-children) > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current_page_parent:not(.menu-item-has-children) > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current_page_item:not(.menu-item-has-children) > a {
	padding-right: 16px;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-ancestor > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-item > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-parent > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current_page_parent > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current_page_item > a {
	cursor: default;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children:not(:last-child), .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children:not(:last-child) {
	padding-right: 6px;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > a {
	position: relative;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > a:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > a:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	content: "";
	font-size: 10px;
	line-height: 8px;
	top: 50%;
	margin: -4px 0 0 6px;
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-o-transition: -o-transform .2s;
	transition: -webkit-transform .2s, -moz-transform .2s, -o-transform .2s, transform .2s;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children:hover > ul {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 100;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children:hover > ul li, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children:hover > ul li {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children:hover:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children:hover:after {
	content: "";
	z-index: 0;
	position: absolute;
	height: 92px;
	width: 100%;
	min-width: 100px;
	bottom: -30px;
	left: 0;
	display: block;
	background: transparent;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li > ul > li > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li > ul > li > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li > ul > li > ul > li > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li > ul > li > ul > li > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:hover > ul {
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-collapse.menu-item-has-children:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-collapse.menu-item-has-children:hover > a {
	border-color: #e8bc5a !important;
	border-color: var(--main) !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-collapse.menu-item-has-children > a.collapse-icon {
	margin: 1px -20px 0 10px;
	border: 2px solid #fff;
	border-color: #fff;
	border-color: var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	padding: 0;
	width: 27px;
	height: 27px;
	line-height: 22px;
	font-size: 14px;
	display: block;
	text-align: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-collapse.menu-item-has-children > a.collapse-icon:before {
	padding: 0;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-collapse.menu-item-has-children > a.collapse-icon:after {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu {
	width: 250px;
	margin: 15px 0px 0 0px;
	padding: 8px 0px 8px;
	margin-left: -75px;
	display: block;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	-o-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 0;
	pointer-events: none;
	text-align: left;
	list-style: none;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	background-color: #fff;
	background-color: var(--white);
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li {
	padding: 0;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li:last-child, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li:last-child {
	border-bottom: none;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li a {
	padding: 6px 18px 6px 18px;
	margin: 0 10px;
	display: block;
	font-size: 14px;
	position: relative;
	text-transform: none;
	-webkit-transition: color .2s ease, background .2s ease;
	-moz-transition: color .2s ease, background .2s ease;
	-o-transition: color .2s ease, background .2s ease;
	transition: color .2s ease, background .2s ease;
	color: #0a306c;
	color: var(--black);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li a span, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li a span {
	vertical-align: middle;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li:not(.mega-menu-col):hover > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li:not(.mega-menu-col):hover > a {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c !important;
	color: var(--black) !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li:not(.mega-menu-col):hover > a > span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li:not(.mega-menu-col):hover > a > span:after {
	color: #0a306c !important;
	color: var(--black) !important;
}

.lte-invert-color-main .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li:not(.mega-menu-col):hover > a, .lte-invert-color-main .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li:not(.mega-menu-col):hover > a {
	color: #0a306c;
	color: var(--black);
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li:not(.mega-menu-col):hover > ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li:not(.mega-menu-col):hover > ul {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 0s, 0s, .1s;
	visibility: visible;
	z-index: 1;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.menu-item-has-children > a > span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.menu-item-has-children > a > span:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	content: "";
	font-size: 10px;
	margin-left: 7px;
	vertical-align: top;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	color: #e8bc5a;
	color: var(--main);
	top: 1px;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.menu-item-has-children > a:hover > span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.menu-item-has-children > a:hover > span:after {
	color: #fff;
	color: var(--white);
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-item > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current-menu-item > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-parent > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current-menu-parent > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_parent > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current_page_parent > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_item > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current_page_item > a {
	cursor: default !important;
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-item > a span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current-menu-item > a span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-parent > a span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current-menu-parent > a span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_parent > a span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current_page_parent > a span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_item > a span:after, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current_page_item > a span:after {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-item:hover, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current-menu-item:hover, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-parent:hover, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current-menu-parent:hover, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_parent:hover, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current_page_parent:hover, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_item:hover, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current_page_item:hover {
	background: transparent !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-item:hover > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current-menu-item:hover > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-parent:hover > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current-menu-parent:hover > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_parent:hover > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current_page_parent:hover > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_item:hover > a, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li.current_page_item:hover > a {
	background: transparent !important;
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu ul {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: -8px !important;
	margin-top: 0;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu {
	z-index: 20;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul {
	right: 250px !important;
	z-index: 19;
	margin: 0;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul {
	left: 250px !important;
	right: auto !important;
	z-index: 18;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul ul {
	left: auto !important;
	right: 250px !important;
	z-index: 17;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul ul ul {
	left: 250px !important;
	right: auto !important;
	z-index: 16;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul ul ul ul {
	left: auto !important;
	right: 250px !important;
	z-index: 15;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul ul ul ul ul {
	left: 250px !important;
	right: auto !important;
	z-index: 14;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul ul ul ul ul ul {
	left: auto !important;
	right: 250px !important;
	z-index: 13;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul ul ul ul ul ul ul {
	left: 250px !important;
	right: auto !important;
	z-index: 12;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul ul ul ul ul ul ul ul {
	left: auto !important;
	right: 250px !important;
	z-index: 11;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.sub-menu ul ul ul ul ul ul ul ul ul ul ul {
	left: 250 !important;
	right: auto !important;
	z-index: 10;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li {
	z-index: 19;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li {
	z-index: 18;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li {
	z-index: 17;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li {
	z-index: 16;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li {
	z-index: 15;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li {
	z-index: 14;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li {
	z-index: 13;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li + li {
	z-index: 12;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li + li + li {
	z-index: 11;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu {
	right: 0px;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul {
	left: auto !important;
	right: 336px !important;
	margin-left: -86px;
	margin-right: -86px;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul {
	left: 250px !important;
	right: auto !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul ul {
	left: auto !important;
	right: 336px !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul ul ul {
	left: 250px !important;
	right: auto !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul ul ul ul {
	left: auto !important;
	right: 336px !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul ul ul ul ul {
	left: 250px !important;
	right: auto !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul ul ul ul ul ul {
	left: auto !important;
	right: 336px !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul ul ul ul ul ul ul {
	left: 250px !important;
	right: auto !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul ul ul ul ul ul ul ul {
	left: auto !important;
	right: 336px !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children ul ul ul ul ul ul ul ul ul ul, .lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu ul ul ul ul ul ul ul ul ul ul {
	left: 250px !important;
	right: auto !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop li.menu-item-has-mega-menu {
	position: static;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.lte-navbar .lte-navbar-items.navbar-desktop li.menu-item-has-mega-menu:hover > div.mega-menu {
	visibility: visible;
	z-index: 1001;
	-webkit-transform: translate(0%, -8%) !important;
	-moz-transform: translate(0%, -8%) !important;
	-ms-transform: translate(0%, -8%) !important;
	-o-transform: translate(0%, -8%) !important;
	transform: translate(0%, -8%) !important;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	pointer-events: all;
}

.lte-navbar .lte-navbar-items.navbar-desktop li.menu-item-has-mega-menu:hover > div.mega-menu .sub-menu {
	visibility: visible;
}

.lte-navbar .lte-navbar-items.navbar-desktop li.menu-item-has-mega-menu:hover:after {
	bottom: 0 !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop a.fa {
	position: relative;
}

.lte-navbar .lte-navbar-items.navbar-desktop a.fa:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
	margin-top: 1px;
}

.lte-navbar .lte-navbar-items.navbar-desktop a.fa span {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu {
	position: absolute !important;
	-webkit-transform: translate(0%, -3%);
	-moz-transform: translate(0%, -3%);
	-ms-transform: translate(0%, -3%);
	-o-transform: translate(0%, -3%);
	transform: translate(0%, -3%);
	width: 970px;
	margin-top: 50px;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	padding: 0 20px;
	display: block;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden !important;
	z-index: -1;
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	background-color: #fff;
	background-color: var(--white);
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu > * {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .mega-menu-row {
	position: static !important;
	opacity: 1 !important;
	padding: 25px 0 !important;
	display: table !important;
	width: 100% !important;
	background: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .mega-menu-row > li > a span:after {
	position: relative;
	top: 10px;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .mega-menu-row .mega-menu-col {
	display: table-cell !important;
	width: 25%;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .mega-menu-row .mega-menu-col:last-child {
	box-shadow: none !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu {
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-o-transform: translateY(0) !important;
	transform: translateY(0) !important;
	margin: 0px 0 0 0 !important;
	right: auto !important;
	left: auto !important;
	position: static !important;
	opacity: 1 !important;
	width: auto !important;
	box-shadow: none !important;
	text-align: left;
	width: 100% !important;
	padding-bottom: 20px !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	border-color: transparent !important;
	pointer-events: all !important;
	cursor: default;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu.mega-menu-row > li {
	border-bottom: 0 !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu.mega-menu-row > li.current-menu-parent > a {
	background-color: transparent !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li.menu-item-has-children > a {
	color: #0a306c;
	color: var(--black);
	padding-left: 12px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li.menu-item-has-children > a span {
	display: block;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li.menu-item-has-children > a span:after {
	display: none !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li:not(.menu-item-has-children) {
	padding-left: 0;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li:not(.menu-item-has-children) a {
	padding: 6px 10px 10px 40px;
	line-height: 22px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li:not(.menu-item-has-children) a span {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li:not(.menu-item-has-children) a:hover {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li:not(.menu-item-has-children) a:hover:before {
	color: #fff;
	color: var(--white);
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li:not(.menu-item-has-children) a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 10px;
	left: 13px;
	position: absolute;
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-desktop .mega-menu .sub-menu li:not(.menu-item-has-children).current-menu-item a:before {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-navbar .lte-navbar-toggle {
	display: none;
	border: 1px solid transparent;
	background-color: transparent;
	background-image: none;
	height: 34px;
	width: 27px;
	margin: 0 0 0 0;
	padding: 0;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lte-navbar .lte-navbar-toggle.nitro-lazy {
	background-image: none !important;
}

.lte-navbar .lte-navbar-toggle .icon-bar {
	background-color: #0a306c;
	background-color: var(--black);
	height: 2px;
	padding: 0;
	width: 100%;
	margin: 4px auto 3px;
	transition: all .2s;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-clip: border-box;
}

.lte-navbar .lte-navbar-toggle.collapsed {
	left: 25px;
}

.lte-navbar .lte-navbar-toggle.collapsed .top-bar {
	width: 100%;
}

.lte-navbar .lte-navbar-toggle.collapsed .middle-bar {
	width: 100%;
}

.lte-navbar .lte-navbar-toggle.collapsed .bottom-bar {
	width: 100%;
}

.lte-navbar .lte-navbar-toggle:hover .icon-bar {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-navbar .lte-navbar-toggle:hover .top-bar {
	width: 50%;
}

.lte-navbar .lte-navbar-toggle:hover .middle-bar {
	width: 100%;
}

.lte-navbar .lte-navbar-toggle:hover .bottom-bar {
	width: 100%;
}

.lte-navbar .lte-mobile-controls {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile {
	z-index: 100;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin: 0px 0 0;
	padding: 0px 0 0px 0 !important;
	background-color: #0a306c;
	background-color: var(--black);
	top: 0px;
	bottom: 0px;
	left: 0;
	right: auto;
	position: fixed;
	z-index: 1000020;
	height: 100%;
	width: 100%;
	max-height: 100% !important;
	display: block;
	overflow: scroll;
	text-align: left;
	min-width: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	border-top: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-navbar-icons-add {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile:before {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile .navbar-btn {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-mobile-controls {
	display: block;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-mobile-controls .lte-nav-social {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-navbar-toggle .close {
	margin-left: -20px;
}

.lte-navbar .lte-navbar-items.navbar-mobile.collapse {
	left: -100%;
}

@media (min-width: 768px) {
	.lte-navbar .lte-navbar-items.navbar-mobile {
		left: auto;
	}
	
	.lte-navbar .lte-navbar-items.navbar-mobile .lte-mobile-controls, .lte-navbar .lte-navbar-items.navbar-mobile .lte-nav-ul {
		max-width: 420px;
		margin: 0 auto !important;
	}
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-navbar-icons {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile .mega-menu.show {
	display: block !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .mega-menu.show > ul {
	display: block !important;
	position: relative;
	-webkit-transform: scaleY(1) !important;
	-moz-transform: scaleY(1) !important;
	-ms-transform: scaleY(1) !important;
	-o-transform: scaleY(1) !important;
	transform: scaleY(1) !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .mega-menu.show > ul a.fa span {
	font-family: "Asap", serif !important;
	font-family: var(--font-headers), serif !important;
	font-weight: 700 !important;
	letter-spacing: var(--font-headers-letterspacing) !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap {
	text-align: right;
	position: relative;
	padding: 0px 20px 0;
	height: 105px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 40%;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-logo img {
	max-height: 44px;
	width: auto;
}

@media (min-width: 768px) {
	.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-logo {
		left: 30px;
	}
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle {
	right: 35px;
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 5px 0 0 0;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle .close {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	letter-spacing: var(--font-main-letterspacing);
	color: #fff;
	color: var(--white);
	color: transparent !important;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	font-weight: 400;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-shadow: 0 0 0;
	display: block;
	width: 40px;
	height: 40px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle .close:before, .lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle .close:after {
	content: "";
	height: 30px;
	display: block;
	font-size: 0;
	border-right: 2px solid var(--white);
	position: absolute;
	top: 0;
	right: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle .close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle .close span {
	font-size: 64px;
	line-height: 26px;
	position: relative;
	top: -30px;
	right: -3px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle:hover .close {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle:hover .close:after, .lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle:hover .close:before {
	border-color: #e8bc5a;
	border-color: var(--second);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white {
	background-color: #fff;
	background-color: var(--white);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .toggle-wrap .lte-navbar-toggle .close {
	color: #0a306c;
	color: var(--black);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .toggle-wrap .lte-navbar-toggle .close:after, .lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .toggle-wrap .lte-navbar-toggle .close:before {
	border-color: #0a306c;
	border-color: var(--black);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .toggle-wrap .lte-navbar-toggle .close:hover:after, .lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .toggle-wrap .lte-navbar-toggle .close:hover:before {
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-ul-nav > li > a {
	color: #0a306c;
	color: var(--black);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-ul-nav li.menu-item-has-children > a:after {
	color: #0a306c;
	color: var(--black);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-ul-nav ul li a {
	color: #0a306c;
	color: var(--black);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-ul-nav ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white ul ul li.current-menu-ancestor a, .lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white ul ul li.current-menu-item a, .lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white ul ul li.current-menu-parent a, .lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white ul ul li.current_page_parent a, .lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white ul ul li.current_page_item a {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-mobile-controls .lte-header {
	display: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-mobile-controls .lte-nav-cart {
	left: 25px;
	display: block;
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-mobile-controls .lte-nav-cart .lte-count {
	margin-left: 35px;
	position: relative;
	background-color: #e8bc5a;
	background-color: var(--main);
	width: 30px;
	height: 30px;
	top: 0px;
	line-height: 32px;
	font-weight: bold;
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-mobile-controls .lte-nav-cart .lte-icon-cart {
	margin-left: -75px;
	color: #0a306c;
	color: var(--black);
}

.lte-navbar .lte-navbar-items.navbar-mobile.navbar-mobile-white .lte-mobile-controls .lte-nav-profile a span {
	color: #0a306c;
	color: var(--black);
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav {
	padding: 0px 0px 20px;
	margin: 40px auto 0 !important;
	float: none;
}

@media (max-width: 768px) {
	.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav {
		margin-top: 0 !important;
	}
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li {
	float: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.show-child ul {
	display: block !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
	font-size: 28px;
	padding: 10px 40px 18px 20px;
	color: #fff;
	color: var(--white);
	word-wrap: break-word;
	line-height: 1em;
	position: relative;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

@media (min-width: 768px) {
	.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
		padding-left: 30px;
	}
}

@media (max-width: 1599px) {
	.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li a.fa:before {
	zoom: 1;
	filter: alpha(opacity=35);
	-webkit-opacity: .35;
	-moz-opacity: .35;
	opacity: .35;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li a.fa span {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	padding-left: 15px;
	font-weight: bold;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li {
	cursor: pointer;
	margin: 2px 10px 2px 0;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children > a {
	pointer-events: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children > a > span {
	pointer-events: auto;
	display: block;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children > a:after {
	width: 34px;
	height: 34px;
	line-height: 28px;
	text-align: center;
	font-size: 34px;
	content: "+" !important;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	margin-top: 0px;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	pointer-events: auto;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children.show > a:after {
	margin-top: 0px;
	right: 20px;
	content: "–" !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li ul li.menu-item-has-children:after {
	top: 8px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li a:focus {
	background: transparent;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li a:hover {
	color: #e8bc5a;
	color: var(--main);
	background-color: transparent;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li .mega-menu {
	-webkit-transform: translate(0, 0) !important;
	-moz-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	-o-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul {
	padding: 0;
	margin: 0 0 0 18px;
	list-style: none;
	overflow: hidden;
	transform-origin: top;
	transform: scaleY(0);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
}

@media (min-width: 992px) {
	.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul {
		margin-left: 28px;
	}
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li {
	position: relative;
	text-transform: none;
	padding: 0;
	margin-right: 0;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li.menu-item-has-children > a:after {
	margin-top: 2px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li a {
	padding: 12px 0px 12px 25px;
	font-size: 20px;
	color: #fff;
	color: var(--white);
	display: block;
	line-height: 1em;
	position: relative;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li a:before {
	color: #e8bc5a;
	color: var(--main);
	content: "-";
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	transition: color .5s ease;
	zoom: 1 !important;
	filter: alpha(opacity=100) !important;
	-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	font-weight: 600;
	padding-right: 2px;
	margin-left: -16px;
	margin-top: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li li a {
	padding-left: 50px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li li li a {
	padding-left: 70px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li li li li a {
	padding-left: 90px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li li li li li a {
	padding-left: 110px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul.show {
	transform: scaleY(1);
	position: relative;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav .sub-menu {
	margin-bottom: 20px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav .sub-menu.show {
	display: block;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav .sub-menu li a {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	padding-left: 20px;
	font-size: 18px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav .sub-menu li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav .sub-menu li a span {
	padding-left: 0;
	line-height: 1.5em;
	padding-top: 0;
	padding-bottom: 0;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav .sub-menu li.menu-item-has-children > a:after {
	font-size: 28px;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor > a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item > a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent > a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent > a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item > a {
	color: #e8bc5a;
	color: var(--main);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor > a:after, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item > a:after, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent > a:after, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent > a:after, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item > a:after {
	color: #fff;
	color: var(--white);
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-ancestor a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-ancestor a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-ancestor a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-ancestor a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-ancestor a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current_page_parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current_page_parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current_page_parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current_page_parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current_page_parent a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current_page_item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current_page_item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current_page_item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current_page_item a, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current_page_item a {
	color: #e8bc5a;
	color: var(--second);
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-ancestor a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-ancestor a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-ancestor a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-ancestor a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-ancestor a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current_page_parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current_page_parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current_page_parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current_page_parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current_page_parent a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current_page_item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current_page_item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current_page_item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current_page_item a:before, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current_page_item a:before {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-ancestor a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-ancestor a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-ancestor a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-ancestor a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-ancestor a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current-menu-parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current-menu-parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current-menu-parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current-menu-parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current-menu-parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current_page_parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current_page_parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current_page_parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current_page_parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current_page_parent a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-ancestor ul li.current_page_item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-item ul li.current_page_item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current-menu-parent ul li.current_page_item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_parent ul li.current_page_item a:hover, .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.current_page_item ul li.current_page_item a:hover {
	background: transparent;
}

.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob {
	display: block;
	float: none;
	color: #fff;
	color: var(--white);
	font-size: 24px;
	padding-top: 34px !important;
	padding-bottom: 34px;
	transition: none !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob:hover .fa {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob .lte-count {
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	color: #fff;
	color: var(--white);
	top: auto;
	left: auto;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob .fa {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}

.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob .name {
	text-transform: none;
	font-size: 24px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	padding: 0px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.lte-navbar.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.lte-mobile-controls {
	position: relative;
	padding: 30px 23px 100px 23px;
}

.lte-mobile-controls ul {
	padding: 0;
	list-style: none;
}

.lte-mobile-controls .lte-nav-cart {
	position: absolute;
	top: 20px;
	left: 40px;
}

.lte-mobile-controls .lte-nav-cart .lte-count {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-weight: normal;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	width: 40px;
	height: 40px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	color: var(--white);
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0px;
}

.lte-mobile-controls .lte-nav-cart .lte-icon-cart {
	font-size: 24px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	top: 2px;
	margin-left: -18px;
	position: relative;
	color: #e8bc5a;
	color: var(--main);
}

.lte-mobile-controls .lte-nav-cart a:hover .fa {
	color: #fff;
	color: var(--white);
}

.lte-mobile-controls .lte-nav-profile {
	position: absolute;
	top: 22px;
	right: 20px;
	font-size: 18px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-weight: 400;
}

.lte-mobile-controls .lte-nav-profile .fa {
	font-size: 20px;
	padding-bottom: 3px;
	position: relative;
	bottom: 0px;
	margin-right: 8px;
	color: #e8bc5a;
	color: var(--main);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle;
}

.lte-mobile-controls .lte-nav-profile a {
	color: #fff;
	color: var(--white);
	display: block;
	font-size: 16px;
}

.lte-mobile-controls .lte-nav-profile a:hover .fa {
	color: #e8bc5a;
	color: var(--main);
}

.lte-mobile-controls .lte-nav-search {
	margin: 50px 0 0 0;
	width: 100%;
	display: block;
	position: relative;
}

.lte-mobile-controls .lte-nav-search label {
	display: block;
}

.lte-mobile-controls .lte-nav-search input[type="search"], .lte-mobile-controls .lte-nav-search input[type="text"] {
	width: 100% !important;
	display: block;
	font-size: 18px;
	height: 70px;
	line-height: 70px !important;
	padding-right: 80px;
	padding-left: 20px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	color: #000;
	border: 1px solid rgba(0, 0, 0, .25) !important;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.lte-mobile-controls .lte-nav-search a {
	overflow: hidden;
	color: #0a306c !important;
	color: var(--black) !important;
	width: 60px;
	height: 60px;
	display: block;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	right: 5px;
	top: 5px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border: 0;
	padding: 0;
	position: absolute;
}

.lte-mobile-controls .lte-nav-search a span {
	padding: 0;
}

.lte-mobile-controls .lte-nav-search a:after {
	display: none;
}

.lte-mobile-controls .lte-nav-search a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar-social {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 3;
}

@media (max-width: 768px) {
	.lte-navbar-social {
		display: none;
	}
}

.lte-navbar-social .header {
	color: #fff;
	color: var(--white);
	font-size: 12px;
	float: left;
	margin-right: 20px;
}

.lte-navbar-social .header span {
	font-weight: normal;
}

.lte-navbar-social .header:after {
	content: "";
	width: 12px;
	display: inline-block;
	border-bottom: 1px solid var(--white);
	border-color: #fff;
	border-color: var(--white);
	margin: 0 10px 0 15px;
	position: relative;
	top: -3px;
}

@media (max-width: 991px) {
	.lte-navbar-social .header {
		display: none;
	}
}

.lte-navbar-social ul {
	float: left;
	margin: 0 0 0 -28px;
	padding: 0;
}

.lte-navbar-social ul li {
	display: inline;
	margin-left: 28px;
}

.lte-navbar-social ul li a {
	font-size: 14px;
	position: relative;
}

.lte-navbar-social ul li a:hover {
	color: #e8bc5a;
	color: var(--second);
}

.lte-navbar-social ul li a:hover:before {
	border-color: #fff;
	border-color: var(--white);
}

.lte-navbar-icons {
	list-style: none;
}

@media (min-width: 1600px) {
	.lte-navbar-icons {
		margin: 0 0 0 0px;
	}
}

.lte-navbar-icons ul {
	margin: 0 0 0 -40px;
	padding: 0;
}

.lte-navbar-icons li {
	display: inline-block;
	margin-left: 40px;
	margin-bottom: 0;
	position: relative;
}

.lte-navbar-icons li .lte-header {
	font-size: 14px;
	padding-left: 6px;
	text-transform: lowercase;
}

.lte-navbar-icons .lte-nav-profile {
	position: relative;
	top: 1px;
	margin-right: 0px;
}

.lte-navbar-icons .lte-nav-profile a {
	color: #e8bc5a;
	color: var(--main);
	font-size: 14px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-navbar-icons .lte-nav-profile a .lte-header {
	top: -1px;
	position: relative;
}

.lte-navbar-icons .lte-nav-cart:before {
	margin-left: -14px !important;
}

.lte-navbar-icons .lte-cart {
	z-index: 1;
	position: relative;
	padding: 0 12px 0 0px;
	margin-right: 0px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	top: 0px;
}

.lte-navbar-icons .lte-cart .lte-count {
	position: absolute;
	text-align: center;
	font-size: 12px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #fff;
	color: var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding-right: 0px;
	left: 18px;
	top: 0px;
}

.lte-navbar-icons .lte-cart.lte-cart-type-show-full .lte-count.lte-items-0 {
	display: none;
}

.lte-navbar-icons .lte-cart .lte-icon-cart {
	width: auto;
	height: auto;
	line-height: 1em;
	margin-left: 0;
	color: #e8bc5a;
	color: var(--main);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-navbar-icons .lte-nav-search {
	margin-left: 18px;
}

.lte-navbar-icons .lte-nav-search .lte-header {
	cursor: pointer;
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar-icons .lte-top-search-wrapper {
	display: inline-block;
	text-align: center;
}

.lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico {
	display: block;
	text-align: center;
	color: #e8bc5a;
	color: var(--main);
	font-size: 14px;
	position: relative;
	z-index: 11;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico:before {
	position: relative;
	top: 1px;
	padding-right: 0 !important;
}

.lte-navbar-icons .lte-top-search-wrapper input[type='text'] {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: -30px;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	margin-top: 0px;
	font-size: 14px;
	width: 360px;
	height: 48px;
	visibility: hidden;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	padding: 0px 10px 0px 16px;
	transition: all 400ms;
	background-color: #fff;
	background-color: var(--white);
	border: 1px solid rgba(0, 0, 0, .25) !important;
	color: #0a306c;
	color: var(--black);
	border: 0px none;
}

.lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico-close {
	position: absolute;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
	color: #0a306c;
	color: var(--black);
	margin-top: -1px;
	font-size: 24px;
	font-weight: 100;
}

.lte-navbar-icons .lte-top-search-wrapper.show-field {
	z-index: 20;
}

.lte-navbar-icons .lte-top-search-wrapper.show-field input[type='text'] {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	z-index: 20;
}

.lte-navbar-icons .lte-top-search-wrapper.show-field .lte-top-search-ico {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.lte-navbar-icons .lte-top-search-wrapper.show-field .lte-top-search-ico-close {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	z-index: 30;
}

.lte-navbar-icons .lte-top-search-wrapper.show-field .lte-top-search-ico-close:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.lte-navbar-icons .lte-nav-social {
	text-align: left;
	position: relative;
	top: 2px;
}

.lte-navbar-icons .lte-nav-social > a {
	position: relative;
	display: block;
	color: #e8bc5a;
	color: var(--main);
	font-size: 14px;
}

.lte-navbar-icons .lte-nav-social .lte-header {
	font-size: 16px;
	margin-right: 20px;
}

.lte-navbar-icons .lte-nav-button .lte-btn {
	padding: 4px 12px;
}

#lte-nav-wrapper {}

#lte-nav-wrapper .lte-navbar-items.navbar-desktop + .lte-navbar-icons {
	margin-left: 50px;
}

#lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav a > span:after {
	border-color: #e8bc5a;
	border-color: var(--main);
}

#lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a:after {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a:hover {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-ancestor > a, #lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-item > a, #lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-parent > a, #lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current_page_parent > a, #lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current_page_item > a {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

#lte-nav-wrapper .lte-navbar-items.navbar-desktop .lte-ul-nav ul a:hover {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a:hover {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-toggle .icon-bar {
	background-color: #0a306c;
	background-color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-social ul li a:hover {
	color: #0a306c !important;
	color: var(--black) !important;
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-social ul li a:hover:before {
	border-color: #0a306c !important;
	border-color: var(--black) !important;
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-social .header {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-social .header:after {
	border-color: #0a306c;
	border-color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-nav-profile a {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-nav-profile a:hover {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-cart .lte-count {
	color: #fff;
	color: var(--white);
	background: var(--red);
}

.lte-invert-color-main #lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-cart .lte-count {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-cart .lte-icon-cart {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-cart:hover .lte-icon-cart {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico:hover {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-nav-social > a {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-nav-social > a:before {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons .lte-nav-social > a:hover {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons-add:before, #lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons-add:after {
	border-color: rgba(0, 0, 0, .1);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons-add a {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-black .lte-navbar-icons-add a:hover {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar .lte-navbar-toggle .icon-bar {
	background-color: #fff;
	background-color: var(--white);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a:hover {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-ancestor > a, #lte-nav-wrapper.lte-nav-color-white .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-item > a, #lte-nav-wrapper.lte-nav-color-white .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current-menu-parent > a, #lte-nav-wrapper.lte-nav-color-white .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current_page_parent > a, #lte-nav-wrapper.lte-nav-color-white .lte-navbar-items.navbar-desktop .lte-ul-nav > li.current_page_item > a {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-nav-profile a {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-nav-profile a:hover {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-cart .lte-count {
	color: #fff;
	color: var(--white);
}

.lte-invert-color-main #lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-cart .lte-count {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-cart .lte-icon-cart {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-cart:hover .lte-icon-cart {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico:hover {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-nav-social > a {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-nav-social > a:before {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-nav-color-white .lte-navbar-icons .lte-nav-social > a:hover {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper {
	width: 100%;
	z-index: 100;
	position: relative;
	min-height: 100px;
}

#lte-nav-wrapper .container {
	min-height: 100px;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: relative;
}

#lte-nav-wrapper.inited {
	max-height: initial;
}

#lte-nav-wrapper.inited .container {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#lte-nav-wrapper.inited .lte-navbar-items {
	max-height: initial;
}

#lte-nav-wrapper:not(.inited) .lte-navbar .lte-navbar-items {
	max-height: 100px;
	overflow: hidden !important;
}

#lte-nav-wrapper.lte-navwrapper-mobile .container {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#lte-nav-wrapper.lte-navwrapper-mobile .lte-navbar-toggle {
	display: inline-block;
}

#lte-nav-wrapper.lte-navwrapper-mobile .lte-navbar-icons-add, #lte-nav-wrapper.lte-navwrapper-mobile .lte-navbar-icons {
	display: none;
}

#lte-nav-wrapper.lte-navwrapper-mobile .lte-navbar-logo {
	margin-right: 0;
}

#lte-nav-wrapper.lte-layout-desktop-center.lte-nav-color-black .lte-navbar, #lte-nav-wrapper.lte-layout-default.lte-nav-color-black .lte-navbar {
	background-color: #fff;
	background-color: var(--white);
}

#lte-nav-wrapper.lte-layout-default .lte-navbar .container:after {
	display: none;
}

#lte-nav-wrapper.lte-layout-default.lte-nav-color-white .lte-navbar {
	background-color: #0a306c;
	background-color: var(--black);
}

#lte-nav-wrapper.lte-layout-transparent-left {
	position: absolute;
}

#lte-nav-wrapper.lte-layout-transparent-left > .lte-navbar > .container {
	max-width: initial;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: auto;
}

#lte-nav-wrapper.lte-layout-transparent-left > .lte-navbar > .container > .lte-navbar-logo {
	padding: 24px 0 0px;
	margin: 0;
	display: block;
	max-width: initial;
	position: relative;
	width: 280px;
	text-align: center;
}

@media (min-width: 992px) {
	#lte-nav-wrapper.lte-layout-transparent-left > .lte-navbar > .container > .lte-navbar-logo {
		margin-left: -15px;
	}
}

@media (max-width: 991px) {
	#lte-nav-wrapper.lte-layout-transparent-left > .lte-navbar > .container > .lte-navbar-logo {
		margin: 0 auto;
	}
}

#lte-nav-wrapper.lte-layout-transparent-left > .lte-navbar > .container > .lte-navbar-toggle {
	right: 40px;
}

#lte-nav-wrapper.lte-layout-transparent-left .lte-navbar-items.navbar-mobile {
	max-width: 440px;
}

#lte-nav-wrapper.lte-layout-transparent-left .lte-navbar-social {
	right: auto;
	left: 380px;
	top: 45px;
}

@media (max-width: 1199px) {
	#lte-nav-wrapper.lte-layout-transparent-left .lte-navbar-social {
		display: none;
	}
}

#lte-nav-wrapper.lte-layout-transparent-left .lte-navbar-social a:before {
	display: none;
}

#lte-nav-wrapper.lte-layout-transparent-left .lte-navbar-social a:hover {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent {
	position: absolute;
}

#lte-nav-wrapper.lte-layout-desktop-center {
	padding-bottom: 20px;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent, #lte-nav-wrapper.lte-layout-desktop-center {
	min-height: 100px;
	text-align: center;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-logo, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-logo {
	padding: 24px 0 0px;
	margin: 0;
	display: block;
	max-width: initial;
	position: relative;
	width: 100%;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent.lte-navwrapper-mobile .lte-navbar-icons-add, #lte-nav-wrapper.lte-layout-desktop-center.lte-navwrapper-mobile .lte-navbar-icons-add {
	display: none;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent.lte-navwrapper-mobile .lte-navbar-social, #lte-nav-wrapper.lte-layout-desktop-center.lte-navwrapper-mobile .lte-navbar-social {
	display: none;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent.lte-navwrapper-mobile .lte-navbar-logo, #lte-nav-wrapper.lte-layout-desktop-center.lte-navwrapper-mobile .lte-navbar-logo {
	margin-top: -7px;
	margin-left: 0px;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-icons-add .lte-inner-only, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-icons-add .lte-inner-only {
	display: none;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-items.navbar-desktop {
	position: relative;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 40px 0 0 0;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop ul li, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-items.navbar-desktop ul li {
	text-align: left;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop .mega-menu, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-items.navbar-desktop .mega-menu {
	right: 0 !important;
	left: auto !important;
	-webkit-transform: translate(0%, 0%) !important;
	-moz-transform: translate(0%, 0%) !important;
	-ms-transform: translate(0%, 0%) !important;
	-o-transform: translate(0%, 0%) !important;
	transform: translate(0%, 0%) !important;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop ul li a:hover, #lte-nav-wrapper.lte-layout-desktop-center#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop ul li li a, #lte-nav-wrapper.lte-layout-desktop-center#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop ul li li a {
	color: #0a306c;
	color: var(--black);
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop ul li li a:hover, #lte-nav-wrapper.lte-layout-desktop-center#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-items.navbar-desktop ul li li a:hover {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-social ul li a, #lte-nav-wrapper.lte-layout-desktop-center#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-social ul li a {
	color: #e8bc5a;
	color: var(--main);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-social ul li a:hover, #lte-nav-wrapper.lte-layout-desktop-center#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-social ul li a:hover {
	color: #fff;
	color: var(--white);
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-icons, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-icons {
	position: absolute;
	right: 15px;
	top: 55px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 1199px) {
	#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-icons, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-icons {
		display: none;
	}
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-social, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-social {
	top: 55px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	left: 15px;
	right: auto;
}

@media (max-width: 1199px) {
	#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-social, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-social {
		top: 60px;
	}
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-social ul li a, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-social ul li a {
	color: #0a306c;
	color: var(--black);
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

#lte-nav-wrapper.lte-layout-desktop-center-transparent .lte-navbar-social ul li a:hover, #lte-nav-wrapper.lte-layout-desktop-center .lte-navbar-social ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#lte-nav-wrapper.lte-layout-transparent, #lte-nav-wrapper.lte-layout-transparent-full, #lte-nav-wrapper.lte-layout-transparent-overlay {
	margin-bottom: -100px;
}

#lte-nav-wrapper.lte-layout-transparent.lte-nav-color-white .lte-navbar.affix, #lte-nav-wrapper.lte-layout-transparent-full.lte-nav-color-white .lte-navbar.affix, #lte-nav-wrapper.lte-layout-transparent-overlay.lte-nav-color-white .lte-navbar.affix {
	background-color: #0a306c;
	background-color: var(--black);
}

#lte-nav-wrapper.lte-layout-transparent.lte-nav-color-black .lte-navbar.affix, #lte-nav-wrapper.lte-layout-transparent-full.lte-nav-color-black .lte-navbar.affix, #lte-nav-wrapper.lte-layout-transparent-overlay.lte-nav-color-black .lte-navbar.affix {
	background-color: #fff;
	background-color: var(--white);
}

#lte-nav-wrapper.lte-layout-transparent .lte-navbar, #lte-nav-wrapper.lte-layout-transparent-full .lte-navbar, #lte-nav-wrapper.lte-layout-transparent-overlay .lte-navbar {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#lte-nav-wrapper.lte-layout-transparent:after, #lte-nav-wrapper.lte-layout-transparent-full:after, #lte-nav-wrapper.lte-layout-transparent-overlay:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

#lte-nav-wrapper.lte-layout-transparent.lte-layout-transparent-full:after, #lte-nav-wrapper.lte-layout-transparent-full.lte-layout-transparent-full:after, #lte-nav-wrapper.lte-layout-transparent-overlay.lte-layout-transparent-full:after {
	display: none;
}

.lte-navbar > .container > .lte-navbar-icons-add {
	list-style: none;
	margin: 0 40px;
	padding: 0 40px;
	z-index: 3;
	position: relative;
}

.lte-navbar > .container > .lte-navbar-icons-add:before, .lte-navbar > .container > .lte-navbar-icons-add:after {
	border-left: 1px solid rgba(255, 255, 255, .1);
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 50px;
}

.lte-navbar > .container > .lte-navbar-icons-add:after {
	left: auto;
	right: 0;
}

.lte-navbar > .container > .lte-navbar-icons-add a {
	color: #fff;
	color: var(--white);
	font-size: 14px;
}

.lte-navbar > .container > .lte-navbar-icons-add a:before {
	color: #e8bc5a;
	color: var(--main);
	margin-right: 10px;
	font-size: 24px;
	position: relative;
	top: 2px;
}

.lte-navbar > .container > .lte-navbar-icons-add a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar-items .lte-navbar-icons-add {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}

.lte-navbar-items .lte-navbar-icons-add li {
	margin-left: 40px;
}

.lte-navbar-items .lte-navbar-icons-add li a {
	color: #0a306c;
	color: var(--black);
}

.lte-navbar-items .lte-navbar-icons-add li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navbar-items .lte-navbar-icons-add li a.lte-btn:hover {
	color: #fff;
	color: var(--white);
}

.lte-nav-color-white .lte-navbar-items .lte-navbar-icons-add li a {
	color: #fff;
	color: var(--white);
}

.lte-nav-color-white .lte-navbar-items .lte-navbar-icons-add li a.lte-btn {
	color: #0a306c;
	color: var(--black);
}

.lte-nav-color-white .lte-navbar-items .lte-navbar-icons-add li a.lte-btn:hover {
	background-color: #fff;
	background-color: var(--white);
}

.lte-nav-color-white .lte-navbar-items .lte-navbar-icons-add li a.lte-btn:hover span {
	border-color: #0a306c;
	border-color: var(--black);
}

.lte-navmenu-sc {
	display: inline-block;
	padding-left: 15px;
	margin-left: -25px;
	position: relative;
	z-index: 21;
}

.lte-navmenu-sc ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -25px;
	position: relative;
	z-index: 21;
}

.lte-navmenu-sc ul li.current-menu-ancestor > a, .lte-navmenu-sc ul li.current-menu-item > a, .lte-navmenu-sc ul li.current-menu-parent > a, .lte-navmenu-sc ul li.current_page_parent > a, .lte-navmenu-sc ul li.current_page_item > a {
	color: #e8bc5a;
	color: var(--main);
	cursor: default;
}

.lte-navmenu-sc ul li {
	display: inline-block;
	margin-left: 25px;
}

.lte-navmenu-sc ul li a {
	font-size: 12px;
	color: #0a306c;
	color: var(--black);
}

.lte-navmenu-sc ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-navmenu-sc ul li ul {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	z-index: 21;
	background-color: #fff;
	background-color: var(--white);
	padding: 14px 20px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	min-width: 150px;
	pointer-events: none;
}

.lte-navmenu-sc ul li ul li {
	display: block;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.lte-navmenu-sc ul li ul ul {
	margin-left: 0px;
	padding: 0px 0 10px;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	position: relative;
}

.lte-navmenu-sc ul li ul ul li:before {
	content: "-";
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	margin-right: 8px;
}

.lte-navmenu-sc ul li:hover ul {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	pointer-events: all;
}

@media (min-width: 768px) {
	body.admin-bar .lte-navbar.affix {
		margin-top: 32px;
	}
}

@media (max-width: 991px) {
	body.admin-bar .lte-navbar.affix {
		margin-top: 46px;
	}
}

@media (max-width: 600px) {
	body.admin-bar .lte-navbar.affix {
		margin-top: 0;
	}
	
	body.admin-bar .lte-navbar.affix, body.admin-bar .lte-navbar-fixed-top {
		position: relative !important;
		margin-bottom: 0;
	}
	
	body.admin-bar .lte-navbar .lte-navbar-items.navbar-mobile.navbar-collapse {
		margin-top: 0px !important;
		padding-top: 43px !important;
	}
}

body.admin-bar #adminbarsearch {
	background: transparent !important;
}

.lte-topbar-block {
	position: relative;
	z-index: 1;
	background-color: #0a306c;
	background-color: var(--black);
}

.lte-topbar-block .container {
	padding-top: 7px;
	padding-bottom: 9px;
	position: relative;
}

@media (min-width: 1200px) {
	.lte-topbar-block .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.lte-topbar-block .container .elementor-column + .elementor-column {
	text-align: right;
}

.lte-topbar-block .lte-social {
	margin-right: -15px;
	position: relative;
	top: -2px;
}

.lte-topbar-block .lte-block-icon {
	padding-top: 3px !important;
}

.lte-topbar-block .lte-block-icon .lte-header {
	line-height: 1.7em;
}

.lte-topbar-block .lte-navbar-icons {
	margin: 0 -15px 0 0;
	text-align: right;
}

.lte-topbar-block .lte-navbar-icons ul {
	padding: 0;
}

@media (max-width: 1199px) {
	.lte-topbar-block .lte-navbar-icons {
		text-align: center;
		margin: 0;
	}
	
	.lte-topbar-block .lte-navbar-icons ul {
		margin: 0 0 0 -25px;
	}
	
	.lte-topbar-block .lte-navbar-icons ul li {
		margin-left: 25px;
	}
}

.lte-topbar-block .lte-navbar-icons .lte-header {
	color: #fff;
	color: var(--white);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-topbar-block .lte-navbar-icons .lte-header:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-topbar-block .lte-navbar-icons .lte-cart .count {
	background-color: #e8bc5a;
	background-color: var(--main);
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
}

.lte-topbar-block .lte-navmenu-sc {
	padding-left: 10px;
}

.lte-topbar-block .lte-navmenu-sc ul li a {
	color: #fff;
	color: var(--white);
}

.lte-topbar-block .lte-navmenu-sc ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

/*
	4. WordPress styles
*/
.lte-text-page article + .comments-area {
	margin-top: 40px;
}

.post-views .post-views-icon:before, .post-views .post-views-icon, .post-views .post-views-label {
	display: none !important;
}

.description .post-views {
	display: none !important;
}

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

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size: .85em;
	line-height: normal;
	color: #0a306c;
	color: var(--black);
	background-color: #f2f0ea;
	background-color: var(--gray);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000;
}

.gallery-caption {
	font-size: inherit;
}

.bypostauthor {
	font-size: inherit;
}

.wp-caption {
	position: relative;
	max-width: 100%;
}

.wp-caption a[class*="magnific"], .wp-caption a[class*="prettyPhoto"] {
	display: block;
}

.wp-caption a[class*="magnific"] img, .wp-caption a[class*="prettyPhoto"] img {
	vertical-align: top;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
	padding: .8em 0 2em;
	font-size: .75em;
	line-height: 16px;
	text-align: center;
}

.wp-caption .wp-caption-text a, .wp-caption .wp-caption-dd a {
	color: #e8bc5a;
	color: var(--main);
}

.gallery {
	margin: 0 -5px;
}

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

.gallery .gallery-item a {
	display: block;
}

.gallery .gallery-item a img {
	border: none !important;
	display: block;
	width: 100%;
}

.gallery .gallery-item .gallery-icon {
	margin: 0 5px;
}

.gallery .gallery-item .gallery-caption {
	line-height: 1.4em;
	margin: 0;
	padding: 6px 6px 0;
	font-size: 14px;
}

.gallery.gallery-columns-9 .gallery-item {
	width: 11.1111% !important;
}

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

.gallery.gallery-columns-7 .gallery-item {
	width: 14.2857% !important;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.6666% !important;
}

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

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

.gallery.gallery-columns-3 .gallery-item {
	width: 33.3333% !important;
}

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

.gallery.gallery-columns-1 .gallery-item {
	width: 100% !important;
}

.gallery.gallery-columns-9 .gallery-caption {
	font-size: .625em;
}

.gallery.gallery-columns-8 .gallery-caption {
	font-size: .6875em;
}

.gallery.gallery-columns-7 .gallery-caption {
	font-size: .75em;
}

.gallery.gallery-columns-6 .gallery-caption {
	font-size: .8125em;
}

.top_panel_middle .menu_main_wrap {
	margin-top: 2.7em;
	margin-bottom: 2.25em;
}

.comment-list li:before {
	display: none !important;
}

.page-content-none {
	margin-top: 30px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	text-align: center;
	padding: 30px;
}

.page-content-none .search-form {
	max-width: 600px;
	margin: 0 auto !important;
}

.page-content-none form {
	margin: 0 auto !important;
	text-align: center;
}

.page-content-none form input[type="text"] {
	margin: 20px auto !important;
	height: 72px;
	border: 1px solid rgba(0, 0, 0, .3) !important;
}

#searchsubmit.btn {
	line-height: 41px;
}

.navigation.comment-navigation {
	padding: 0 0 35px 0;
	margin: -35px 0 0 0;
}

.navigation.comment-navigation a {
	font-weight: bold;
}

/*
	5. Typography
*/
.alignleft {
	float: left;
	display: inline-block;
	margin-right: 2em;
	margin-top: 0em;
	margin-bottom: 2em;
	text-align: left;
}

.alignright {
	float: right;
	display: inline-block;
	margin-left: 2em;
	margin-top: 0em;
	margin-bottom: 2em;
}

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

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

.alignwide {
	width: 100%;
}

.alignwide.wp-block-cover {
	display: flex;
	width: auto;
}

.alignwide.wp-block-gallery.alignwide {
	display: flex;
	width: auto;
}

.alignwide.wp-block-embed-vimeo {
	width: auto;
}

@media (min-width: 1200px) {
	body.no-sidebar .entry-content .alignwide {
		max-width: none;
		width: auto;
		margin-left: -10%;
		margin-right: -10%;
	}
}

.alignfull.wp-block-gallery, .alignfull.wp-block-cover {
	display: flex;
}

body.no-sidebar .entry-content .alignfull {
	width: var(--fullwidth);
	max-width: none;
	margin: 0 0 25px;
	left: 50%;
	position: relative;
	margin-left: calc(( var(--fullwidth) / -2 ));
}

img.alignleft, img.alignnone, img.alignright, img.aligncenter {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

figure.alignleft img, figure.alignnone img, figure.alignright img, figure.aligncenter img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

html, body, div, table {
	font-size: 18px;
	line-height: 1.7em;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	letter-spacing: var(--font-main-letterspacing);
	font-weight: 400;
}

@media (max-width: 1599px) {
	html, body, div, table {
		font-size: 16px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black h1, .lte-background-black h2, .lte-background-black h3, .lte-background-black h4, .lte-background-black h5, .lte-background-black h6 {
	color: #fff;
	color: var(--white);
}

h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left !important;
}

h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center !important;
}

h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right !important;
}

.has-main-theme-color {
	color: #e8bc5a;
	color: var(--main);
}

.has-gray-color {
	color: #f2f0ea;
	color: var(--gray);
}

.has-black-color {
	color: #0a306c;
	color: var(--black);
}

.has-red-color {
	color: #e65338;
	color: var(--red);
}

.has-main-theme-background-color {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.has-gray-background-color {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.has-black-background-color {
	background-color: #0a306c;
	background-color: var(--black);
}

.has-red-background-color {
	background-color: #e65338;
	background-color: var(--red);
}

p {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.7em;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
}

@media (max-width: 1599px) {
	p {
		font-size: 16px;
	}
}

.fa {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

a {
	text-decoration: none;
	color: #0a306c;
	color: var(--black);
}

a:focus, a:hover {
	color: #e8bc5a;
	color: var(--main);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.3em;
}

h1 {
	margin: 0 0 10px;
	font-size: 100px;
}

@media (max-width: 1199px) {
	h1 {
		font-size: 64px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 48px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 48px;
	}
}

@media (max-width: 479px) {
	h1 {
		font-size: 32px;
	}
}

h2 {
	margin: 54px 0 16px;
	font-size: 60px;
	line-height: 1.2em;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 60px;
	}
}

@media (max-width: 768px) {
	h2 {
		font-size: 36px;
	}
}

h3 {
	margin: 64px 0 16px;
	font-size: 48px;
}

@media (max-width: 768px) {
	h3 {
		font-size: 30px;
	}
}

h4 {
	margin: 42px 0 16px;
	font-size: 36px;
}

@media (max-width: 768px) {
	h4 {
		font-size: 30px;
	}
}

h5 {
	margin: 42px 0 16px;
	font-size: 30px;
}

h6 {
	margin: 42px 0 16px;
	font-size: 18px;
}

figure {
	margin: 1em 0px;
}

pre {
	font-size: 18px;
	line-height: 1.7em;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	border: 0;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 45px;
	background-color: #f2f0ea;
	background-color: var(--gray);
}

@media (max-width: 1599px) {
	pre {
		font-size: 16px;
	}
}

code {
	color: #fff;
	color: var(--white);
	background-color: #f2f0ea;
	background-color: var(--gray);
}

small {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 16px;
}

ins {
	text-decoration: none;
}

hr {
	margin: 20px 0;
	border-color: #0a306c;
	border-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	opacity: .15;
}

hr.wp-block-separator {
	margin: 20px auto !important;
	border-color: #0a306c;
	border-width: 2px;
	border-color: #fff;
	border-color: var(--white);
}

hr.wp-block-separator.is-style-wide {
	border-color: #0a306c;
	border-color: #fff;
	border-color: var(--white);
}

hr.wp-block-separator.is-style-dots {
	border-top: 2px dotted var(--black);
	border-top-style: dotted;
	border-color: #fff;
	border-color: var(--white);
}

hr.wp-block-separator.is-style-dots:before {
	display: none;
}

.wp-block-quote, blockquote {
	border: 2px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	margin: 40px 0 40px 0px;
	padding: 30px 80px 60px;
	position: relative;
	text-align: center;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-size: 14px;
	font-style: italic;
}

.lte-background-black .wp-block-quote, .lte-background-black blockquote {
	color: rgba(255, 255, 255, .6);
}

@media (max-width: 768px) {
	.wp-block-quote, blockquote {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.wp-block-quote > *, blockquote > * {
	position: relative;
	z-index: 1;
}

.lte-background-black .wp-block-quote:after, .lte-background-black blockquote:after {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.wp-block-quote:before, blockquote:before {
	display: inline-block;
	font-family: lte-font;
	font-weight: 400 !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 38px;
	line-height: 1.3em;
	height: 50px;
	font-style: normal;
	display: block;
	overflow: hidden;
	height: 46px;
	font-size: 26px !important;
	color: #e8bc5a;
	color: var(--main);
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
}

.wp-block-quote cite, blockquote cite {
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	margin-top: 20px;
	display: block;
	font-size: 16px;
	color: #0a306c;
	color: var(--black);
	position: relative;
}

.wp-block-quote p, blockquote p, .wp-block-quote > p, blockquote > p {
	font-size: 24px !important;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
}

@media (max-width: 768px) {
	.wp-block-quote p, blockquote p, .wp-block-quote > p, blockquote > p {
		font-size: 24px !important;
	}
}

.wp-block-quote.wp-block-quote:not(.is-large):not(.is-style-large), blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 40px 80px 60px;
}

@media (max-width: 768px) {
	.wp-block-quote.wp-block-quote:not(.is-large):not(.is-style-large), blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.wp-block-quote.wp-block-quote.is-style-large, blockquote.wp-block-quote.is-style-large, .wp-block-quote.wp-block-quote.is-large, blockquote.wp-block-quote.is-large {
	padding: 60px 60px 60px;
}

@media (max-width: 768px) {
	.wp-block-quote.wp-block-quote.is-style-large, blockquote.wp-block-quote.is-style-large, .wp-block-quote.wp-block-quote.is-large, blockquote.wp-block-quote.is-large {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.wp-block-quote.wp-block-quote.is-style-large p, blockquote.wp-block-quote.is-style-large p, .wp-block-quote.wp-block-quote.is-large p, blockquote.wp-block-quote.is-large p {
	font-size: 24px !important;
}

.wp-block-quote.wp-block-quote.is-style-large cite, blockquote.wp-block-quote.is-style-large cite, .wp-block-quote.wp-block-quote.is-large cite, blockquote.wp-block-quote.is-large cite, .wp-block-quote.wp-block-quote.is-style-large p, blockquote.wp-block-quote.is-style-large p, .wp-block-quote.wp-block-quote.is-large p, blockquote.wp-block-quote.is-large p {
	text-align: center;
}

.wp-block-quote.has-text-align-right, blockquote.has-text-align-right {
	text-align: right;
	border-top: 0;
	border-bottom: 0;
}

.wp-block-quote.has-text-align-right cite, blockquote.has-text-align-right cite {
	margin: 0;
	text-align: right;
	display: inline-block;
}

.wp-block-quote .lte-triangle, blockquote .lte-triangle {
	display: none;
}

.wp-block-quote .lte-triangle:before, blockquote .lte-triangle:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -72px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 22px 0 22px;
	border-color: var(--main) transparent transparent transparent;
}

.wp-block-quote .lte-triangle:after, blockquote .lte-triangle:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: var(--white) transparent transparent transparent;
}

.lte-background-black .wp-block-quote .lte-triangle:after, .lte-background-black blockquote .lte-triangle:after {
	border-color: var(--black) transparent transparent transparent;
}

.wp-block-quote.has-text-align-right {
	border-color: #e8bc5a;
	border-color: var(--main);
}

blockquote.is-style-large:after, blockquote.extraclass:after, figure > blockquote:after, blockquote.is-style-large .lte-triangle, blockquote.extraclass .lte-triangle, figure > blockquote .lte-triangle {
	display: none;
}

.wp-block-quote cite {
	max-width: 200px;
	margin: 0 auto;
}

.wp-block-quote .lte-triangle {
	bottom: -10px;
}

.wp-block-image figcaption {
	margin-top: -10px;
}

.wp-block-gallery {
	display: flex;
	margin-bottom: 20px;
}

.wp-block-gallery img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.wp-block-image img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	margin-bottom: 20px;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 16px;
}

.wp-block-pullquote {
	border: 0 none;
	color: #e8bc5a;
	color: var(--main);
	padding: 0;
}

.wp-block-pullquote p {
	font-size: 18px;
}

.wp-block-pullquote cite {
	text-align: center;
	text-transform: none;
}

ul.aligncenter {
	list-style: none;
}

ul.wp-block-gallery {
	margin-left: 0;
}

.wp-block-button__link {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: #e8bc5a;
	background-color: var(--main);
	display: inline-block !important;
}

.wp-block-button__link:hover {
	background-color: #0a306c;
	background-color: var(--black);
}

.wp-block-button {
	margin: 0 0 30px;
	display: block;
}

.wp-block-button.alignleft {
	margin-right: 20px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border: 2px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	color: #e8bc5a;
	color: var(--main);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: transparent;
	border-color: #0a306c;
	border-color: var(--black);
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: #fff;
	border-color: var(--white);
	color: #fff;
	color: var(--white);
}

.has-left-content {
	justify-content: left !important;
}

.wp-block-cover, .wp-block-cover-image {
	margin-bottom: 20px;
}

.wp-block-cover.has-left-content, .wp-block-cover-image.has-left-content {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.wp-block-cover {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.wp-block-cover.alignleft .wp-block-cover__inner-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text {
	/*
	padding-left: 0px !important;
	padding-right: 0px !important;
*/
	line-height: 1.7em;
	max-width: initial;
}

.wp-block-cover .wp-block-cover-text {
	font-size: 24px;
}

.wp-block-cover p:not(.has-text-color) {
	color: #fff;
	color: var(--white);
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
	padding-top: 66.66%;
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-button__link {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #fff;
	color: var(--white);
}

.wp-block-pullquote.is-style-solid-color {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	background-color: transparent;
	border: 0 none !important;
	text-align: center !important;
}

.blog-post p.has-small-font-size, p.has-small-font-size {
	font-size: 14px;
}

.blog-post p.has-large-font-size, p.has-large-font-size {
	font-size: 24px;
}

.alignfull > figcaption, .alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 6rem !important;
	margin-top: 6rem !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.wp-block-code {
	border: 0 none;
	color: #0a306c;
	color: var(--black);
}

code {
	color: #0a306c;
	color: var(--black);
}

.wp-block-group.has-background {
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .blocks-gallery-caption, .lte-background-black .wp-block-embed figcaption, .lte-background-black .wp-block-image figcaption {
	color: rgba(255, 255, 255, .6);
}

.wp-block-columns.alignfull, .alignfull:not(.has-background) .wp-block-columns {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1200px) {
	.wp-block-columns.alignfull, .alignfull:not(.has-background) .wp-block-columns {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption, .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 14px;
}

.wp-block-image figcaption {
	font-size: 16px;
}

.size-full.alignright {
	margin-top: 20px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "mildar-fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lte-header, .header {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

a {
	transition: color .5s ease;
}

a > h1, a > h2, a > h3, a > h4, a > h5, a > h6 {
	transition: color .5s ease;
}

a:hover {
	color: #e8bc5a;
	color: var(--main);
}

a:focus {
	outline: 0 none;
}

a img {
	border: 0;
	outline: 0 none;
}

.small {
	font-size: 12px;
}

.comment-text h1:first-child, .lte-text-page h1:first-child, .comment-text h2:first-child, .lte-text-page h2:first-child, .comment-text h3:first-child, .lte-text-page h3:first-child, .comment-text h4:first-child, .lte-text-page h4:first-child, .comment-text h5:first-child, .lte-text-page h5:first-child, .comment-text h6:first-child, .lte-text-page h6:first-child {
	margin-top: 0;
}

.comment-text .entry-content > p, .lte-text-page .entry-content > p {
	font-size: 18px;
}

.lte-background-black .comment-text, .lte-background-black .lte-text-page {
	color: rgba(255, 255, 255, .75);
}

.lte-background-black .comment-text h1, .lte-background-black .lte-text-page h1, .lte-background-black .comment-text h2, .lte-background-black .lte-text-page h2, .lte-background-black .comment-text h3, .lte-background-black .lte-text-page h3, .lte-background-black .comment-text h4, .lte-background-black .lte-text-page h4, .lte-background-black .comment-text h5, .lte-background-black .lte-text-page h5, .lte-background-black .comment-text h6, .lte-background-black .lte-text-page h6 {
	color: #e8bc5a;
	color: var(--main);
}

.comment-text ul li, .lte-text-page ul li {
	margin-bottom: 6px;
	font-size: 18px;
}

@media (max-width: 1599px) {
	.comment-text ul li, .lte-text-page ul li {
		font-size: 16px;
	}
}

.comment-text h1, .lte-text-page h1 {
	margin-bottom: 16px;
}

.comment-text h1 + h2, .lte-text-page h1 + h2, .comment-text h1 + h3, .lte-text-page h1 + h3, .comment-text h1 + h4, .lte-text-page h1 + h4, .comment-text h1 + h5, .lte-text-page h1 + h5, .comment-text h1 + h6, .lte-text-page h1 + h6, .comment-text h2 + h3, .lte-text-page h2 + h3, .comment-text h2 + h4, .lte-text-page h2 + h4, .comment-text h2 + h5, .lte-text-page h2 + h5, .comment-text h2 + h6, .lte-text-page h2 + h6, .comment-text h3 + h4, .lte-text-page h3 + h4, .comment-text h3 + h5, .lte-text-page h3 + h5, .comment-text h3 + h6, .lte-text-page h3 + h6, .comment-text h4 + h5, .lte-text-page h4 + h5, .comment-text h4 + h6, .lte-text-page h4 + h6, .comment-text h5 + h6, .lte-text-page h5 + h6 {
	margin-top: 0;
}

.comment-text hr, .lte-text-page hr {
	margin: 30px 0 26px 0;
}

.comment-text hr + h1, .lte-text-page hr + h1, .comment-text hr + h2, .lte-text-page hr + h2, .comment-text hr + h3, .lte-text-page hr + h3 {
	margin-top: 30px;
}

.comment-text dl dd, .lte-text-page dl dd {
	margin: 0 0 10px 20px;
}

.comment-text ol ul, .lte-text-page ol ul, .comment-text ul ul, .lte-text-page ul ul, .comment-text ol ol, .lte-text-page ol ol, .comment-text ul ol, .lte-text-page ul ol {
	margin-top: 6px;
}

.comment-text dt, .lte-text-page dt {
	font-weight: bold;
}

.comment-text p, .lte-text-page p {
	margin-bottom: 30px;
}

.comment-text p:last-child, .lte-text-page p:last-child {
	margin-bottom: 0;
}

.comment-text kbd, .lte-text-page kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

.comment-text code, .lte-text-page code, .comment-text kbd, .lte-text-page kbd, .comment-text pre, .lte-text-page pre, .comment-text samp, .lte-text-page samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

.comment-text abbr[title], .lte-text-page abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

.comment-text .tags-short, .lte-text-page .tags-short {
	border-top: 1px solid var(--gray);
	margin-top: 16px;
	padding-top: 16px;
}

.comment-text img.left, .lte-text-page img.left {
	margin: 9px 30px 15px 0;
	float: left;
}

@media (max-width: 991px) {
	.comment-text img.size-full, .lte-text-page img.size-full {
		max-width: 100% !important;
		height: auto !important;
	}
}

.comment-text table.wp-block-table, .lte-text-page table.wp-block-table, .comment-text table.shop_table, .lte-text-page table.shop_table, .comment-text table.lte-table, .lte-text-page table.lte-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}

.comment-text table.wp-block-table th, .lte-text-page table.wp-block-table th, .comment-text table.shop_table th, .lte-text-page table.shop_table th, .comment-text table.lte-table th, .lte-text-page table.lte-table th, .comment-text table.wp-block-table td, .lte-text-page table.wp-block-table td, .comment-text table.shop_table td, .lte-text-page table.shop_table td, .comment-text table.lte-table td, .lte-text-page table.lte-table td {
	padding: 20px 25px;
	font-size: 16px;
}

.comment-text table.wp-block-table thead tr:first-child th:first-child, .lte-text-page table.wp-block-table thead tr:first-child th:first-child, .comment-text table.shop_table thead tr:first-child th:first-child, .lte-text-page table.shop_table thead tr:first-child th:first-child, .comment-text table.lte-table thead tr:first-child th:first-child, .lte-text-page table.lte-table thead tr:first-child th:first-child {
	-webkit-border-top-left-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topleft: 24px;
	-moz-background-clip: padding;
	border-top-left-radius: 24px;
}

.comment-text table.wp-block-table thead tr:first-child th:last-child, .lte-text-page table.wp-block-table thead tr:first-child th:last-child, .comment-text table.shop_table thead tr:first-child th:last-child, .lte-text-page table.shop_table thead tr:first-child th:last-child, .comment-text table.lte-table thead tr:first-child th:last-child, .lte-text-page table.lte-table thead tr:first-child th:last-child {
	-webkit-border-top-right-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topright: 24px;
	-moz-background-clip: padding;
	border-top-right-radius: 24px;
}

.comment-text table.wp-block-table thead th, .lte-text-page table.wp-block-table thead th, .comment-text table.shop_table thead th, .lte-text-page table.shop_table thead th, .comment-text table.lte-table thead th, .lte-text-page table.lte-table thead th {
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #0a306c;
	color: var(--black);
	font-size: 20px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	text-transform: none;
	border-color: var(--main);
	border-color: rgba(0, 0, 0, .1);
}

.comment-text table.wp-block-table thead th h1, .lte-text-page table.wp-block-table thead th h1, .comment-text table.shop_table thead th h1, .lte-text-page table.shop_table thead th h1, .comment-text table.lte-table thead th h1, .lte-text-page table.lte-table thead th h1, .comment-text table.wp-block-table thead th h2, .lte-text-page table.wp-block-table thead th h2, .comment-text table.shop_table thead th h2, .lte-text-page table.shop_table thead th h2, .comment-text table.lte-table thead th h2, .lte-text-page table.lte-table thead th h2, .comment-text table.wp-block-table thead th h3, .lte-text-page table.wp-block-table thead th h3, .comment-text table.shop_table thead th h3, .lte-text-page table.shop_table thead th h3, .comment-text table.lte-table thead th h3, .lte-text-page table.lte-table thead th h3, .comment-text table.wp-block-table thead th h4, .lte-text-page table.wp-block-table thead th h4, .comment-text table.shop_table thead th h4, .lte-text-page table.shop_table thead th h4, .comment-text table.lte-table thead th h4, .lte-text-page table.lte-table thead th h4, .comment-text table.wp-block-table thead th h5, .lte-text-page table.wp-block-table thead th h5, .comment-text table.shop_table thead th h5, .lte-text-page table.shop_table thead th h5, .comment-text table.lte-table thead th h5, .lte-text-page table.lte-table thead th h5, .comment-text table.wp-block-table thead th h6, .lte-text-page table.wp-block-table thead th h6, .comment-text table.shop_table thead th h6, .lte-text-page table.shop_table thead th h6, .comment-text table.lte-table thead th h6, .lte-text-page table.lte-table thead th h6 {
	text-transform: none;
}

.comment-text table.wp-block-table thead th a, .lte-text-page table.wp-block-table thead th a, .comment-text table.shop_table thead th a, .lte-text-page table.shop_table thead th a, .comment-text table.lte-table thead th a, .lte-text-page table.lte-table thead th a {
	color: #fff;
	color: var(--white);
}

.comment-text table.wp-block-table thead + tbody:first-child tr:first-child td, .lte-text-page table.wp-block-table thead + tbody:first-child tr:first-child td, .comment-text table.shop_table thead + tbody:first-child tr:first-child td, .lte-text-page table.shop_table thead + tbody:first-child tr:first-child td, .comment-text table.lte-table thead + tbody:first-child tr:first-child td, .lte-text-page table.lte-table thead + tbody:first-child tr:first-child td, .comment-text table.wp-block-table thead + tbody:first-child tr:first-child th, .lte-text-page table.wp-block-table thead + tbody:first-child tr:first-child th, .comment-text table.shop_table thead + tbody:first-child tr:first-child th, .lte-text-page table.shop_table thead + tbody:first-child tr:first-child th, .comment-text table.lte-table thead + tbody:first-child tr:first-child th, .lte-text-page table.lte-table thead + tbody:first-child tr:first-child th {
	border-top: 0;
}

.comment-text table.wp-block-table tbody th, .lte-text-page table.wp-block-table tbody th, .comment-text table.shop_table tbody th, .lte-text-page table.shop_table tbody th, .comment-text table.lte-table tbody th, .lte-text-page table.lte-table tbody th, .comment-text table.wp-block-table tbody td, .lte-text-page table.wp-block-table tbody td, .comment-text table.shop_table tbody td, .lte-text-page table.shop_table tbody td, .comment-text table.lte-table tbody td, .lte-text-page table.lte-table tbody td {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-color: var(--main);
	border-color: rgba(0, 0, 0, .1);
	border-color: #f2f0ea;
	border-color: var(--gray);
}

.comment-text table.wp-block-table tbody th:first-child, .lte-text-page table.wp-block-table tbody th:first-child, .comment-text table.shop_table tbody th:first-child, .lte-text-page table.shop_table tbody th:first-child, .comment-text table.lte-table tbody th:first-child, .lte-text-page table.lte-table tbody th:first-child, .comment-text table.wp-block-table tbody td:first-child, .lte-text-page table.wp-block-table tbody td:first-child, .comment-text table.shop_table tbody td:first-child, .lte-text-page table.shop_table tbody td:first-child, .comment-text table.lte-table tbody td:first-child, .lte-text-page table.lte-table tbody td:first-child {
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-color: rgba(0, 0, 0, .1);
	border-color: #f2f0ea;
	border-color: var(--gray);
}

.comment-text table.wp-block-table tbody th, .lte-text-page table.wp-block-table tbody th, .comment-text table.shop_table tbody th, .lte-text-page table.shop_table tbody th, .comment-text table.lte-table tbody th, .lte-text-page table.lte-table tbody th {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.comment-text table.wp-block-table tbody:first-child tr:first-child td, .lte-text-page table.wp-block-table tbody:first-child tr:first-child td, .comment-text table.shop_table tbody:first-child tr:first-child td, .lte-text-page table.shop_table tbody:first-child tr:first-child td, .comment-text table.lte-table tbody:first-child tr:first-child td, .lte-text-page table.lte-table tbody:first-child tr:first-child td, .comment-text table.wp-block-table tbody:first-child tr:first-child th, .lte-text-page table.wp-block-table tbody:first-child tr:first-child th, .comment-text table.shop_table tbody:first-child tr:first-child th, .lte-text-page table.shop_table tbody:first-child tr:first-child th, .comment-text table.lte-table tbody:first-child tr:first-child th, .lte-text-page table.lte-table tbody:first-child tr:first-child th {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-color: var(--main);
	border-color: rgba(0, 0, 0, .1);
	border-color: #f2f0ea;
	border-color: var(--gray);
}

.comment-text table.wp-block-table tbody:first-child tr:first-child > th, .lte-text-page table.wp-block-table tbody:first-child tr:first-child > th, .comment-text table.shop_table tbody:first-child tr:first-child > th, .lte-text-page table.shop_table tbody:first-child tr:first-child > th, .comment-text table.lte-table tbody:first-child tr:first-child > th, .lte-text-page table.lte-table tbody:first-child tr:first-child > th {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
	border-right: none;
	border-top: none;
	border-bottom: none;
	font-size: 18px;
}

.comment-text table.wp-block-table tbody:first-child tr:first-child th:first-child, .lte-text-page table.wp-block-table tbody:first-child tr:first-child th:first-child, .comment-text table.shop_table tbody:first-child tr:first-child th:first-child, .lte-text-page table.shop_table tbody:first-child tr:first-child th:first-child, .comment-text table.lte-table tbody:first-child tr:first-child th:first-child, .lte-text-page table.lte-table tbody:first-child tr:first-child th:first-child {
	-webkit-border-top-left-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topleft: 24px;
	-moz-background-clip: padding;
	border-top-left-radius: 24px;
}

.comment-text table.wp-block-table tbody:first-child tr:first-child th:last-child, .lte-text-page table.wp-block-table tbody:first-child tr:first-child th:last-child, .comment-text table.shop_table tbody:first-child tr:first-child th:last-child, .lte-text-page table.shop_table tbody:first-child tr:first-child th:last-child, .comment-text table.lte-table tbody:first-child tr:first-child th:last-child, .lte-text-page table.lte-table tbody:first-child tr:first-child th:last-child {
	-webkit-border-top-right-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topright: 24px;
	-moz-background-clip: padding;
	border-top-right-radius: 24px;
}

.comment-text table.wp-block-table tbody tr:nth-child(even) td, .lte-text-page table.wp-block-table tbody tr:nth-child(even) td, .comment-text table.shop_table tbody tr:nth-child(even) td, .lte-text-page table.shop_table tbody tr:nth-child(even) td, .comment-text table.lte-table tbody tr:nth-child(even) td, .lte-text-page table.lte-table tbody tr:nth-child(even) td {
	background: transparent;
}

.comment-text table.wp-block-table td, .lte-text-page table.wp-block-table td, .comment-text table.shop_table td, .lte-text-page table.shop_table td, .comment-text table.lte-table td, .lte-text-page table.lte-table td {
	border: 1px solid var(--white);
}

@media (max-width: 768px) {
	.comment-text table.wp-block-table thead th, .lte-text-page table.wp-block-table thead th, .comment-text table.shop_table thead th, .lte-text-page table.shop_table thead th, .comment-text table.lte-table thead th, .lte-text-page table.lte-table thead th {
		font-size: 14px;
	}
	
	.comment-text table.wp-block-table th, .lte-text-page table.wp-block-table th, .comment-text table.shop_table th, .lte-text-page table.shop_table th, .comment-text table.lte-table th, .lte-text-page table.lte-table th, .comment-text table.wp-block-table td, .lte-text-page table.wp-block-table td, .comment-text table.shop_table td, .lte-text-page table.shop_table td, .comment-text table.lte-table td, .lte-text-page table.lte-table td {
		font-size: 12px;
		padding: 10px 12px;
	}
}

@media (max-width: 479px) {
	.comment-text table.wp-block-table th, .lte-text-page table.wp-block-table th, .comment-text table.shop_table th, .lte-text-page table.shop_table th, .comment-text table.lte-table th, .lte-text-page table.lte-table th, .comment-text table.wp-block-table td, .lte-text-page table.wp-block-table td, .comment-text table.shop_table td, .lte-text-page table.shop_table td, .comment-text table.lte-table td, .lte-text-page table.lte-table td {
		font-size: 12px;
		padding: 5px 7px;
	}
}

.lte-lh-2 {
	line-height: 2em;
}

.line-height-2 {
	line-height: 2em;
}

.text-md {
	font-size: 16px;
	line-height: 2.2em;
}

@media (max-width: 768px) {
	.text-md {
		font-size: 14px;
	}
}

.text-lg {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.text-lg {
		font-size: 18px;
	}
}

.semi-transparent {
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

p + ul {
	margin-top: -10px !important;
}

ul.ul-arrow, ul.arrow, ul.disc, ul.check, ul.check-invert {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 16px;
}

@media (min-width: 480px) {
	ul.ul-arrow.two-col, ul.arrow.two-col, ul.disc.two-col, ul.check.two-col, ul.check-invert.two-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 479px) {
	ul.ul-arrow.two-col, ul.arrow.two-col, ul.disc.two-col, ul.check.two-col, ul.check-invert.two-col {
		text-align: left !important;
		display: inline-block;
		margin: 0 auto;
	}
}

ul.ul-arrow.strong li, ul.arrow.strong li, ul.disc.strong li, ul.check.strong li, ul.check-invert.strong li {
	margin-bottom: 10px;
}

ul.ul-arrow li, ul.arrow li, ul.disc li, ul.check li, ul.check-invert li {
	margin-bottom: 14px;
	text-align: left;
	position: relative;
}

ul.ul-arrow li:before, ul.arrow li:before, ul.disc li:before, ul.check li:before, ul.check-invert li:before {
	content: "";
	display: block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-weight: 100;
	position: absolute;
	margin: 0px 0 0 -46px;
}

ul.ul-arrow.check-invert, ul.arrow.check-invert, ul.disc.check-invert, ul.check.check-invert, ul.check-invert.check-invert, ul.ul-arrow.check, ul.arrow.check, ul.disc.check, ul.check.check, ul.check-invert.check {
	padding-left: 45px;
	margin-left: 20px;
	display: inline-block;
}

ul.ul-arrow.check-invert li, ul.arrow.check-invert li, ul.disc.check-invert li, ul.check.check-invert li, ul.check-invert.check-invert li, ul.ul-arrow.check li, ul.arrow.check li, ul.disc.check li, ul.check.check li, ul.check-invert.check li {
	margin-bottom: 5px;
}

ul.ul-arrow.check-invert li:before, ul.arrow.check-invert li:before, ul.disc.check-invert li:before, ul.check.check-invert li:before, ul.check-invert.check-invert li:before, ul.ul-arrow.check li:before, ul.arrow.check li:before, ul.disc.check li:before, ul.check.check li:before, ul.check-invert.check li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	margin-left: -28px;
	margin-top: 2px;
	color: #e8bc5a;
	color: var(--main);
}

ul.ul-arrow.check-invert li, ul.arrow.check-invert li, ul.disc.check-invert li, ul.check.check-invert li, ul.check-invert.check-invert li {
	margin-bottom: 20px;
	font-weight: bold;
}

ul.ul-arrow.check-invert li:before, ul.arrow.check-invert li:before, ul.disc.check-invert li:before, ul.check.check-invert li:before, ul.check-invert.check-invert li:before {
	font-size: 10px;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #fff;
	color: var(--white);
	width: 16px;
	height: 16px;
	display: block;
	text-align: center;
	line-height: 16px;
	margin-top: 5px;
}

ul.ul-arrow li:before, ul.arrow li:before, ul.disc li:before, ul.check li:before, ul.check-invert li:before {
	color: #e8bc5a;
	color: var(--main);
}

ul.ul-arrow.ul-arrow li:before, ul.arrow.ul-arrow li:before, ul.disc.ul-arrow li:before, ul.check.ul-arrow li:before, ul.check-invert.ul-arrow li:before, ul.ul-arrow.arrow li:before, ul.arrow.arrow li:before, ul.disc.arrow li:before, ul.check.arrow li:before, ul.check-invert.arrow li:before {
	content: "";
	display: block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	margin: 1px 0 0 -16px;
}

ul.ul-arrow.disc li:before, ul.arrow.disc li:before, ul.disc.disc li:before, ul.check.disc li:before, ul.check-invert.disc li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "•";
	font-size: 20px;
	margin: 0px 0 0 -18px;
}

ul.multicol {
	padding-left: 0;
	list-style: none;
}

ul.multicol li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 18px;
}

@media (max-width: 991px) {
	ul.multicol li {
		width: 49%;
	}
}

@media (max-width: 768px) {
	ul.multicol li {
		width: 100%;
		display: block;
	}
}

ul.multicol li:before {
	content: "•";
	font-size: 16px;
	margin: 0px 10px 0 0px;
	color: #e8bc5a;
	color: var(--main);
}

.ul-yes {
	display: inline-block;
	width: 14px;
	font-weight: 100;
	font-size: 12px;
	color: #e8bc5a;
	color: var(--main);
	margin-right: 10px;
}

.ul-no {
	display: inline-block;
	width: 14px;
	text-align: center;
	font-size: 12px;
	color: #0a306c;
	color: var(--black);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin-right: 10px;
	padding-right: 4px;
}

ol {
	padding-left: 30px;
}

ol li {
	padding-left: 10px;
}

.elementor-widget-lte-header {
	overflow: visible !important;
}

.lte-heading {
	position: relative;
}

.lte-heading.lte-margin {
	margin: 64px 0 16px;
}

.lte-heading h1, .lte-heading h2, .lte-heading h3, .lte-heading h4, .lte-heading h5, .lte-heading h6 {
	z-index: 3;
	position: relative;
	margin: 0;
}

.lte-heading h1 {
	line-height: 1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

.lte-heading h2 {
	line-height: 1.1em;
}

.lte-heading h3 {
	line-height: 1.2em;
}

.lte-heading h4 {
	line-height: 1.1em;
}

.lte-heading h5 {
	line-height: 1.1em;
}

.lte-heading h6 {
	line-height: 1.4em;
}

.lte-heading a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-background-black .lte-heading .lte-header {
	color: #fff;
	color: var(--white);
}

.lte-heading .lte-heading-content {
	display: block;
}

.lte-heading.lte-style-default .lte-header span {
	font-style: italic;
}

.lte-heading.lte-style-header-subheader .lte-subheader {
	margin-bottom: 8px;
	font-family: "Asap", serif;
	font-family: var(--font-subheaders), serif;
	font-weight: 700;
	letter-spacing: var(--font-subheaders-letterspacing);
}

.lte-heading.has-watermark {
	overflow: hidden;
}

.lte-heading .lte-watermark {
	font-family: var(--font-addheaders);
	font-size: 300px;
	line-height: 1em;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
	zoom: 1;
	filter: alpha(opacity=1);
	-webkit-opacity: .015;
	-moz-opacity: .015;
	opacity: .015;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .lte-heading .lte-watermark, .lte-heading .lte-watermark .lte-body-black {
	color: #fff;
	color: var(--white);
}

.lte-heading.lte-style-price .lte-subheader, .lte-heading.lte-style-price .lte-header {
	display: inline-block;
}

.lte-heading.lte-style-price .lte-subheader {
	font-size: 48px;
}

.lte-heading.lte-style-price .lte-subheader span {
	vertical-align: super;
	font-size: 24px;
}

.lte-heading.lte-style-price .lte-header {
	font-size: 30px;
}

.lte-heading.lte-style-discount .lte-subheader, .lte-heading.lte-style-discount .lte-header {
	display: inline-block;
}

.lte-heading.lte-style-discount .lte-subheader {
	position: relative;
	margin-right: 25px;
	top: -6px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 768px) {
	.lte-heading.lte-style-discount .lte-subheader {
		font-size: 18px;
		top: -4px;
	}
}

.lte-heading.lte-style-discount .lte-subheader:after {
	display: block;
	content: "";
	border-bottom: 1px solid var(--white);
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lte-heading.lte-style-circle-dashed {
	width: 160px;
	height: 160px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	background-color: #fff;
	background-color: var(--white);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	padding: 15px;
}

.lte-heading.lte-style-circle-dashed .lte-subheader {
	margin-bottom: -10px;
}

.lte-heading.lte-style-circle-dashed:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	width: 185px;
	height: 185px;
	position: absolute;
	border: 2px dashed var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	content: "";
	-webkit-animation: loader 30s infinite linear;
	-moz-animation: loader 30s infinite linear;
	-o-animation: loader 30s infinite linear;
	animation: loader 30s infinite linear;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.lte-heading.lte-style-circle-dashed:hover:after {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@keyframes lte-dashed-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.lte-heading.hasIcon {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lte-heading.hasIcon.lte-icon-shadow-yes i {
	margin-top: -6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	padding: 17px;
	box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, .075);
}

@media (max-width: 1199px) {
	.lte-heading.hasIcon.lte-icon-shadow-yes i {
		box-shadow: 0 0 0 0;
	}
}

.lte-heading.hasIcon.lte-icon-size-lg i {
	font-size: 128px;
	margin-right: 50px;
}

@media (max-width: 1599px) {
	.lte-heading.hasIcon.lte-icon-size-lg i {
		font-size: 100px;
		margin-right: 20px;
	}
}

.lte-heading.hasIcon.lte-icon-size-sm i {
	font-size: 36px;
	margin-right: 30px;
}

@media (max-width: 1199px) {
	.lte-heading.hasIcon {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.lte-heading.hasIcon i {
		margin-right: 0 !important;
		font-size: 100px;
		width: 100%;
		text-align: center;
	}
}

.lte-heading.hasIcon.hasLink {
	color: #e8bc5a;
	color: var(--main);
}

.lte-heading.lte-size-xl .lte-header {
	font-size: 160px;
	line-height: .9em;
}

@media (max-width: 1599px) {
	.lte-heading.lte-size-xl .lte-header {
		font-size: 120px;
	}
}

@media (max-width: 991px) {
	.lte-heading.lte-size-xl .lte-header {
		font-size: 80px;
	}
}

@media (max-width: 479px) {
	.lte-heading.lte-size-xl .lte-header {
		font-size: 50px;
	}
}

.lte-heading.lte-size-lg .lte-header {
	font-size: 120px;
	line-height: 1em;
	overflow: visible;
}

@media (max-width: 1599px) {
	.lte-heading.lte-size-lg .lte-header {
		font-size: 80px;
	}
}

@media (max-width: 1199px) {
	.lte-heading.lte-size-lg .lte-header {
		font-size: 80px;
	}
}

@media (max-width: 991px) {
	.lte-heading.lte-size-lg .lte-header {
		font-size: 72px;
	}
}

@media (max-width: 768px) {
	.lte-heading.lte-size-lg .lte-header {
		font-size: 48px;
	}
}

.lte-heading.lte-size-lg.heading-subtag-h6 .lte-subheader {
	font-size: 36px;
}

@media (max-width: 768px) {
	.lte-heading.lte-size-lg.heading-subtag-h6 .lte-subheader {
		font-size: 36px;
	}
}

.lte-heading.lte-size-bg .lte-header {
	font-size: 30px;
	line-height: 1em;
}

@media (max-width: 1599px) {
	.lte-heading.lte-size-bg .lte-header {
		font-size: 80px;
	}
}

@media (max-width: 768px) {
	.lte-heading.lte-size-bg .lte-header {
		font-size: 48px;
	}
}

.lte-heading.lte-size-md .lte-header {
	font-size: 24px;
	line-height: 1em;
}

@media (max-width: 991px) {
	.lte-heading.lte-size-md .lte-header {
		font-size: 24px;
	}
}

@media (max-width: 479px) {
	.lte-heading.lte-size-md .lte-header {
		font-size: 24px;
	}
}

.lte-heading.lte-size-sm .lte-header {
	font-size: 18px;
	line-height: 1em;
}

.lte-heading.lte-size-sm .lte-subheader {
	font-size: 18px;
}

.lte-heading.lte-underline {
	border-bottom: 1px dashed var(--black);
	border-color: rgba(0, 0, 0, .3);
	padding-bottom: 16px;
}

.lte-background-black .lte-heading.lte-underline {
	border-color: rgba(255, 255, 255, .3);
}

.lte-heading.lte-underline-wavy {
	position: relative;
	padding-bottom: 20px;
}

.lte-background-black .lte-heading.lte-underline-wavy {}

.lte-heading.lte-style-year {
	display: inline-block;
	background-color: #e8bc5a;
	background-color: var(--main);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 45px;
}

.lte-heading.lte-style-year .lte-subheader {
	font-size: 24px;
}

.lte-heading.lte-style-year .lte-subheader span {
	display: block;
	color: #0a306c;
	color: var(--black);
}

.lte-heading.lte-color-main .lte-header {
	color: #e8bc5a;
	color: var(--main);
}

.lte-heading.lte-color-second .lte-header {
	color: #e8bc5a;
	color: var(--second);
}

.lte-heading.lte-color-white .lte-header {
	color: #fff;
	color: var(--white);
}

.lte-heading.lte-color-black .lte-header {
	color: #0a306c;
	color: var(--black);
}

.lte-heading.lte-color-gray .lte-header {
	color: #f2f0ea;
	color: var(--gray);
}

.lte-heading.lte-color-outline .lte-header {
	color: rgba(0, 0, 0, .35);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}

.lte-heading.lte-subcolor-outline .lte-subheader, .lte-heading.lte-subcolor-outline .lte-header span {
	color: rgba(0, 0, 0, .35);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}

.lte-heading.lte-subcolor-main .lte-subheader, .lte-heading.lte-subcolor-main .lte-header span {
	color: #e8bc5a;
	color: var(--main);
}

.lte-heading.lte-subcolor-second .lte-subheader, .lte-heading.lte-subcolor-second .lte-header span {
	color: #e8bc5a;
	color: var(--second);
}

.lte-heading.lte-subcolor-white .lte-subheader, .lte-heading.lte-subcolor-white .lte-header span {
	color: #fff;
	color: var(--white);
}

.lte-heading.lte-subcolor-black .lte-subheader, .lte-heading.lte-subcolor-black .lte-header span {
	color: #0a306c;
	color: var(--black);
}

.lte-heading.lte-subcolor-gray .lte-subheader, .lte-heading.lte-subcolor-gray .lte-header span {
	color: #f2f0ea;
	color: var(--gray);
}

.lte-outline-text {
	color: rgba(0, 0, 0, .35);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}

/*
    6.Theme Sections
*/
@media (max-width: 768px) {
	.lte-image-shadow img {
		box-shadow: 5px 5px 0px 0px #fff !important;
	}
}

.lte-hours {
	list-style: none;
	padding: 0 0;
	margin: 0 auto;
	max-width: 460px;
	display: inline-block;
}

@media (max-width: 991px) {
	.lte-hours {
		padding: 0 25px;
	}
}

@media (min-width: 1600px) {
	.lte-hours {
		width: 400px;
	}
}

@media (max-width: 1599px) {
	.lte-hours {
		width: 360px;
	}
}

.lte-hours li {
	text-align: left;
	padding-bottom: 12px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.lte-hours li > strong {
	position: relative;
	font-weight: normal;
	font-size: 18px;
}

.lte-hours li .lte-dots {
	content: "";
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
	border-color: #e8bc5a;
	border-color: var(--main);
	margin: 0px 15px 0;
	position: relative;
	top: -8px;
}

.lte-hours li strong + span + strong {
	color: #e8bc5a;
	color: var(--main);
	font-size: 20px;
}

.lte-hours li strong + span + strong.color-red {
	color: #e8bc5a;
	color: var(--main);
	font-size: 18px;
}

.lte-overflow-hidden {
	overflow: hidden !important;
}

.lte-section-rounded > div > div > div {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-slide-animation-small .slideInRight {
	animation-name: lteSlideInRight;
}

.lte-slide-animation-small .slideInLeft {
	animation-name: lteSlideInLeft;
}

@keyframes lteSlideInLeft {
	from {
		transform: translate3d(-100px, 0, 0);
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
	}
	
	to {
		transform: translate3d(0, 0, 0);
		zoom: 1;
		filter: alpha(opacity=100);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}
}

@keyframes lteSlideInRight {
	from {
		transform: translate3d(100px, 0, 0);
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
	}
	
	to {
		transform: translate3d(0, 0, 0);
		zoom: 1;
		filter: alpha(opacity=100);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}
}

.lte-contacts-icons i:before {
	margin-top: 10px;
	width: 48px;
	height: 48px;
	display: block;
	font-size: 18px;
	line-height: 42px;
}

/*
	7. Tariffs Block
*/
.lte-tariff-item {
	text-align: center;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #fff;
	color: var(--white);
	margin: 0 auto;
	z-index: 2;
	-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 45px rgba(0, 0, 0, .1);
	box-shadow: 0 0 45px rgba(0, 0, 0, .1);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 1200px) {
	.lte-tariff-item {
		max-width: 310px;
	}
}

.lte-tariff-item:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}

@media (max-width: 768px) {
	.lte-tariff-item {
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
		box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	}
}

.lte-tariff-item.lte-vip {
	border: 1px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-tariff-item.hasBackground .lte-tariff-inner:before {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=90);
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	content: "";
}

.lte-tariff-item.hasBackground .lte-tariff-inner:before + .elementor-background-video-container + .elementor-container, .lte-tariff-item.hasBackground .lte-tariff-inner:before + .elementor-widget-wrap {
	z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.lte-tariff-item .btn.btn-lg {
		min-width: initial;
	}
}

@media (max-width: 1199px) {
	.lte-tariff-item {
		margin-bottom: 30px;
	}
}

.lte-tariff-item .lte-header {
	text-align: center;
	color: #e8bc5a;
	color: var(--main);
	font-size: 10px;
	letter-spacing: 3px !important;
	margin: 0 0;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	text-transform: uppercase;
}

.lte-tariff-item .lte-header span {
	color: #e8bc5a;
	color: var(--second);
}

.lte-tariff-item .lte-price {
	font-size: 48px;
	line-height: .8em;
	margin: 0px 0 34px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	vertical-align: middle;
}

.lte-tariff-item .lte-price span {
	vertical-align: super;
	display: inline-block;
	font-size: 24px;
	position: relative;
	top: 12px;
}

@media (max-width: 1599px) {
	.lte-tariff-item .lte-price {
		font-size: 36px;
	}
}

@media (max-width: 1599px) {
	.lte-tariff-item .lte-btn {
		min-width: 180px !important;
	}
}

.lte-tariff-item p {
	text-align: left;
	margin-bottom: 10px;
	line-height: 2em;
	display: inline-block;
	font-size: 18px;
}

.lte-tariff-item ul.lte-tariff-list {
	list-style: none;
	margin: 0px auto 50px;
	padding: 0 0 0 0;
	position: relative;
	display: inline-block;
	text-align: left;
}

@media (min-width: 1600px) {
	.lte-tariff-item ul.lte-tariff-list {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.lte-tariff-item ul.lte-tariff-list li {
	padding: 5px 0;
	margin: 0 0 0 0;
	font-size: 16px;
	color: rgba(255, 255, 255, .6);
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.lte-tariff-item ul.lte-tariff-list li {
		font-size: 14px;
	}
}

.lte-tariff-item .lte-tariff-inner {
	position: relative;
	z-index: 2;
	background-color: #f2f0ea;
	background-color: var(--gray);
	padding: 60px 30px 70px;
}

/*
	8. Testimonials
*/
@media (min-width: 1200px) {
	.lte-testimonials-list.lte-swiper-slider {
		max-width: 1540px;
	}
}

@media (max-width: 1199px) {
	.lte-testimonials-list .lte-arrows {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.lte-testimonials-list .lte-arrows {
		margin-top: 0px;
	}
}

.lte-testimonials-list .swiper-slide {
	height: auto !important;
}

@media (max-width: 991px) {
	.lte-testimonials-list .swiper-slide {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.lte-testimonials-list .lte-arrow-left, .lte-testimonials-list .lte-arrow-right {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.lte-testimonials-list .lte-arrow-left:hover, .lte-testimonials-list .lte-arrow-right:hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff !important;
	color: var(--white) !important;
}

.lte-testimonials-list .lte-inner {
	text-align: center;
	position: relative;
	color: #0a306c;
	color: var(--black);
	margin: 0 auto 10px auto;
	padding: 0px 15px 0px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	z-index: 2;
	max-width: 1050px;
}

@media (max-width: 768px) {
	.lte-testimonials-list .lte-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.lte-testimonials-list .lte-inner .lte-descr {
	z-index: 2;
	position: relative;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 54px 0 15px;
	margin: 1px 0 15px;
}

.lte-background-black .lte-testimonials-list .lte-inner .lte-descr {
	background-color: #0a306c;
	background-color: var(--black);
}

.lte-testimonials-list .lte-inner .lte-descr:before {
	display: inline-block;
	font-family: lte-font;
	font-weight: 400 !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 38px;
	line-height: 1.3em;
	height: 50px;
	font-style: normal;
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #e8bc5a;
	color: var(--main);
	overflow: hidden;
	z-index: 2;
}

.lte-testimonials-list .lte-inner .lte-image {
	vertical-align: top;
	display: inline-block;
	margin-bottom: 6px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	position: relative;
	z-index: 2;
}

.lte-testimonials-list .lte-inner .lte-image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	max-width: 64px;
	height: auto;
}

.lte-testimonials-list .lte-inner .lte-header {
	font-size: 18px;
	margin: 4px auto 0px;
	position: relative;
}

@media (min-width: 768px) {
	.lte-testimonials-list .lte-inner .lte-header {
		white-space: nowrap;
	}
}

@media (max-width: 768px) {
	.lte-testimonials-list .lte-inner .lte-header {
		font-size: 18px;
	}
}

.lte-testimonials-list .lte-inner .lte-subheader {
	font-size: 10px;
	margin-top: -2px;
	margin-bottom: 5px;
	color: #e8bc5a;
	color: var(--main);
	text-transform: uppercase;
	letter-spacing: 4px;
}

.lte-testimonials-list .lte-inner p {
	display: block;
	z-index: 2;
	position: relative;
	font-size: 24px;
	font-style: italic;
	padding: 30px 30px 20px;
	margin-bottom: 0;
	line-height: 1.6em;
	color: #0a306c;
	color: var(--black);
}

@media (min-width: 1200px) {
	.lte-testimonials-list .lte-inner p {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.lte-testimonials-list .lte-inner p {
		font-size: 18px;
	}
}

.lte-testimonials-list .lte-inner .rate {
	color: #e8bc5a;
	color: var(--second);
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 2px;
}

.lte-testimonials-list .lte-inner .rate span {
	margin: 0 2px;
}

.lte-testimonials-list.lte-testimonials-inner {
	max-width: initial;
	margin-bottom: -45px;
	margin-top: 0px;
}

.lte-testimonials-list.lte-testimonials-inner > div {
	margin-bottom: 15px;
}

.lte-testimonials-list.lte-testimonials-inner .lte-inner {
	padding: 0px 30px 45px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	border: 2px solid var(--gray);
	border-color: #f2f0ea;
	border-color: var(--gray);
}

.lte-testimonials-list.lte-testimonials-inner .lte-inner:hover {
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-testimonials-list.lte-testimonials-inner .lte-inner.lte-short .lte-descr {
	margin-bottom: 25px;
}

.lte-testimonials-list.lte-testimonials-inner .lte-descr:before {
	position: relative;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	left: auto;
	top: auto;
	color: #e8bc5a;
	color: var(--main);
}

.lte-testimonials-list.lte-testimonials-inner .lte-descr p {
	font-size: 18px;
}

.lte-testimonials-list.lte-testimonials-inner .lte-descr p:after {
	margin-top: 60px;
}

@media (max-width: 768px) {
	.lte-testimonials-list.lte-testimonials-inner .inner {
		padding-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.lte-testimonials-list.lte-testimonials-inner .top {
		text-align: center;
		left: auto;
	}
	
	.lte-testimonials-list.lte-testimonials-inner .top img {
		margin: 0 auto 0px;
		float: none;
	}
	
	.lte-testimonials-list.lte-testimonials-inner .top .author {
		text-align: center;
		display: block;
	}
	
	.lte-testimonials-list.lte-testimonials-inner .text {
		margin-top: 15px;
	}
}

.lte-testimonials-list.lte-testimonials-inner .paging-navigation {
	margin: 0 auto;
}

.lte-background-black .lte-testimonials-list .lte-descr:before {
	color: #e8bc5a;
	color: var(--main);
}

.lte-background-black .lte-testimonials-list .lte-descr:after {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.lte-background-black .lte-testimonials-list .lte-descr .lte-triangle:after {
	border-color: var(--black) transparent transparent transparent;
}

.lte-background-black .lte-testimonials-list .lte-inner p {
	color: #fff;
	color: var(--white);
	zoom: 1;
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

.lte-background-black .lte-testimonials-list .lte-inner .lte-header {
	color: #fff;
	color: var(--white);
}

.lte-background-black .lte-testimonials-list .lte-inner .lte-subheader {
	color: #e8bc5a;
	color: var(--main);
}

.lte-background-black .lte-arrows a {
	color: #fff;
	color: var(--white);
}

/*
	9. Bottom widgets goes before footer
*/
#lte-widgets-footer {
	color: #fff;
	color: var(--white);
	position: relative;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #0a306c;
	background-color: var(--black);
}

#lte-widgets-footer:after {
	content: "";
	background-image: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/wave-black-hor.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 71px;
	position: absolute;
	zoom: 1;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	opacity: .15;
}

#lte-widgets-footer .container {
	padding-top: 0px;
	padding-bottom: 80px;
	position: relative;
}

#lte-widgets-footer .container:before {
	content: "";
	background-color: #e8bc5a;
	background-color: var(--main);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	height: 10px;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
}

#lte-widgets-footer.lte-fw.lte-footer-cols-1 .widget, #lte-widgets-footer.lte-fw.lte-footer-cols-1 .row > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

@media (max-width: 991px) {
	.col-sm-12 .lte-footer-widget-area {
		text-align: center;
	}
	
	.col-sm-12 .lte-footer-widget-area .widget_text {
		text-align: center;
	}
}

.lte-footer-widget-area {
	padding-top: 110px;
	width: 100%;
}

@media (max-width: 768px) {
	.lte-footer-widget-area {
		padding-top: 60px;
	}
}

.lte-footer-widget-area .lte-header-widget {
	padding: 0px 0px 20px;
	margin: 0px 0 0px 0;
	font-size: 30px;
	line-height: 1.2em;
	text-align: left;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	display: block;
	background-image: none !important;
	position: relative;
	text-transform: none;
	color: #e8bc5a;
	color: var(--main);
}

.lte-footer-widget-area .lte-header-widget.nitro-lazy {
	background-image: none !important;
}

.lte-footer-widget-area .lte-header-widget a {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-footer-widget-area .lte-header-widget a:hover {
	color: #fff;
	color: var(--white);
}

.lte-footer-widget-area .lte-header-widget .widget-icon {
	display: none;
}

@media (max-width: 991px) {
	.lte-footer-widget-area .lte-header-widget {
		text-align: center;
	}
	
	.lte-footer-widget-area .lte-header-widget:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.lte-footer-widget-area .widget {
	background-color: transparent;
}

.lte-footer-widget-area .widget + .widget .lte-header-widget {
	margin-top: 60px;
}

.lte-footer-widget-area ul {
	list-style: none;
}

.lte-footer-widget-area a:not(.btn) {
	color: #fff;
	color: var(--white);
}

.lte-footer-widget-area .lte-social ul {
	padding-left: 0;
	margin-top: 0;
	margin-left: -24px;
	margin-bottom: -20px;
}

.lte-footer-widget-area .lte-social li {
	display: inline-block;
	margin: 0 0 20px 15px;
}

.lte-footer-widget-area .lte-social a {
	color: #0a306c;
	color: var(--black);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	background-color: #e8bc5a;
	background-color: var(--main);
	position: relative;
	z-index: 10;
	font-size: 16px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
}

.lte-footer-widget-area .lte-social a:hover {
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c;
	color: var(--black);
}

.lte-footer-widget-area .lte-social-icons-top {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}

@media (max-width: 991px) {
	.lte-footer-widget-area .lte-social-icons-top {
		margin-top: 20px;
	}
}

.lte-footer-widget-area .lte-social-icons-top li {
	vertical-align: top;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 992px) {
	.lte-footer-widget-area .lte-social-icons-top li {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (max-width: 991px) {
	.lte-footer-widget-area .lte-social-icons-top li {
		width: 50%;
		margin-top: 40px;
	}
}

@media (max-width: 479px) {
	.lte-footer-widget-area .lte-social-icons-top li {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.lte-footer-widget-area .lte-social-icons-top li {
		padding: 0;
	}
}

.lte-footer-widget-area .lte-social-icons-top li a:hover .lte-ic {
	color: #fff;
	color: var(--white);
}

.lte-footer-widget-area .lte-social-icons-top li .lte-ic {
	display: block;
	font-size: 36px;
	color: #e8bc5a;
	color: var(--main);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin-bottom: 8px;
}

.lte-footer-widget-area .lte-social-icons-top li .lte-header {
	display: block;
}

.lte-footer-widget-area .lte-social-icons-top li .lte-header strong {
	font-weight: normal;
	color: #e8bc5a;
	color: var(--main);
}

.lte-footer-widget-area .lte-social-icons-top li .txt {
	font-size: 14px;
}

.lte-footer-widget-area .lte-social-icons-top li .txt strong {
	font-weight: normal;
	color: #e8bc5a;
	color: var(--main);
}

.lte-footer-widget-area .lte-social-icons-list {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
	margin-top: -20px;
}

.lte-footer-widget-area .lte-social-icons-list li {
	text-transform: none;
	margin: 24px 0 0 0px;
	padding: 0px 0 0px 0;
	position: relative;
	text-align: center;
	display: inline;
}

@media (min-width: 992px) {
	.lte-footer-widget-area .lte-social-icons-list li {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (max-width: 991px) {
	.lte-footer-widget-area .lte-social-icons-list li {
		width: 100%;
	}
}

.lte-footer-widget-area .lte-social-icons-list li:after {
	content: "";
	border-right: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

@media (max-width: 1199px) {
	.lte-footer-widget-area .lte-social-icons-list li:after {
		display: none;
	}
}

.lte-footer-widget-area .lte-social-icons-list li:last-child:after {
	display: none;
}

.lte-footer-widget-area .lte-social-icons-list .lte-header {
	display: block;
	font-size: 18px;
	color: #e8bc5a;
	color: var(--main);
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-footer-widget-area .lte-social-icons-list .lte-header:hover {
	color: #fff;
	color: var(--white);
}

.lte-footer-widget-area .lte-social-icons-list .lte-txt {
	font-size: 16px;
	line-height: 1.6em;
	display: block;
	margin-top: 8px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-footer-widget-area .lte-social-icons-list span.lte-ic {
	font-size: 22px;
	position: absolute;
	left: 0px;
	top: 8px;
	text-align: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #e8bc5a;
	color: var(--main);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 0px;
}

.lte-footer-widget-area .lte-social-icons-list strong {
	font-weight: 400;
	font-size: 16px;
	color: #e8bc5a;
	color: var(--main);
}

.lte-footer-widget-area .lte-social-icons-list a:hover {
	color: #fff;
	color: var(--white);
}

.lte-footer-widget-area .lte-social-icons-list a:hover .lte-txt {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

@media (max-width: 479px) {
	.lte-footer-widget-area .lte-social-icons-list {
		text-align: left;
	}
}

.lte-footer-widget-area .lte-social-big {
	margin-bottom: 0 !important;
}

.lte-footer-widget-area .lte-social-big li .fa {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	line-height: 48px;
	width: 48px;
	height: 48px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-footer-widget-area .lte-social-big li .fa:hover {
	background-color: #fff;
	background-color: var(--white);
}

.lte-footer-widget-area .lte-social-small {
	margin-top: 50px;
}

.lte-footer-widget-area .lte-social-small a {
	font-size: 18px;
	margin-right: 10px;
	color: #e8bc5a;
	color: var(--main);
}

.lte-footer-widget-area .lte-social-small a:hover {
	color: #fff;
	color: var(--white);
}

.lte-footer-widget-area .widget_rss .rss-date {
	color: #fff !important;
	color: var(--white) !important;
}

.lte-footer-widget-area .widget_rss cite {
	color: #fff !important;
	color: var(--white) !important;
}

.lte-footer-widget-area .widget_calendar caption {
	color: #fff;
	color: var(--white);
}

.lte-footer-widget-area .widget_calendar #today {
	color: #0a306c;
	color: var(--black);
}

.lte-footer-widget-area .widget_meta ul, .lte-footer-widget-area .widget_recent_entries ul, .lte-footer-widget-area .widget_pages ul, .lte-footer-widget-area .widget_categories ul, .lte-footer-widget-area .widget_archive ul, .lte-footer-widget-area .widget_lte_navmenu ul, .lte-footer-widget-area .widget_nav_menu ul {
	list-style: none;
	margin-left: 0px !important;
	margin-top: -10px;
	padding: 0;
	float: none;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
}

@media (max-width: 991px) {
	.lte-footer-widget-area .widget_meta ul, .lte-footer-widget-area .widget_recent_entries ul, .lte-footer-widget-area .widget_pages ul, .lte-footer-widget-area .widget_categories ul, .lte-footer-widget-area .widget_archive ul, .lte-footer-widget-area .widget_lte_navmenu ul, .lte-footer-widget-area .widget_nav_menu ul {
		margin-left: 0px;
	}
}

.lte-footer-widget-area .widget_meta ul li, .lte-footer-widget-area .widget_recent_entries ul li, .lte-footer-widget-area .widget_pages ul li, .lte-footer-widget-area .widget_categories ul li, .lte-footer-widget-area .widget_archive ul li, .lte-footer-widget-area .widget_lte_navmenu ul li, .lte-footer-widget-area .widget_nav_menu ul li {
	padding: 0;
	margin: 0px 0 0 0;
	float: none;
	margin-left: 0px;
}

.lte-footer-widget-area .widget_meta ul li:after, .lte-footer-widget-area .widget_recent_entries ul li:after, .lte-footer-widget-area .widget_pages ul li:after, .lte-footer-widget-area .widget_categories ul li:after, .lte-footer-widget-area .widget_archive ul li:after, .lte-footer-widget-area .widget_lte_navmenu ul li:after, .lte-footer-widget-area .widget_nav_menu ul li:after {
	border-color: rgba(255, 255, 255, .1) !important;
}

.lte-footer-widget-area .widget_meta ul li li, .lte-footer-widget-area .widget_recent_entries ul li li, .lte-footer-widget-area .widget_pages ul li li, .lte-footer-widget-area .widget_categories ul li li, .lte-footer-widget-area .widget_archive ul li li, .lte-footer-widget-area .widget_lte_navmenu ul li li, .lte-footer-widget-area .widget_nav_menu ul li li {
	margin-left: 15px;
}

.lte-footer-widget-area .widget_meta ul li a, .lte-footer-widget-area .widget_recent_entries ul li a, .lte-footer-widget-area .widget_pages ul li a, .lte-footer-widget-area .widget_categories ul li a, .lte-footer-widget-area .widget_archive ul li a, .lte-footer-widget-area .widget_lte_navmenu ul li a, .lte-footer-widget-area .widget_nav_menu ul li a {
	color: #fff !important;
	color: var(--white) !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.lte-footer-widget-area .widget_meta ul li a:before, .lte-footer-widget-area .widget_recent_entries ul li a:before, .lte-footer-widget-area .widget_pages ul li a:before, .lte-footer-widget-area .widget_categories ul li a:before, .lte-footer-widget-area .widget_archive ul li a:before, .lte-footer-widget-area .widget_lte_navmenu ul li a:before, .lte-footer-widget-area .widget_nav_menu ul li a:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #e8bc5a;
	color: var(--main);
	font-size: 12px;
	margin-right: 10px;
}

.lte-footer-widget-area .widget_meta ul li a:hover, .lte-footer-widget-area .widget_recent_entries ul li a:hover, .lte-footer-widget-area .widget_pages ul li a:hover, .lte-footer-widget-area .widget_categories ul li a:hover, .lte-footer-widget-area .widget_archive ul li a:hover, .lte-footer-widget-area .widget_lte_navmenu ul li a:hover, .lte-footer-widget-area .widget_nav_menu ul li a:hover {
	background-color: transparent;
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-footer-widget-area .widget_meta ul li.active a, .lte-footer-widget-area .widget_recent_entries ul li.active a, .lte-footer-widget-area .widget_pages ul li.active a, .lte-footer-widget-area .widget_categories ul li.active a, .lte-footer-widget-area .widget_archive ul li.active a, .lte-footer-widget-area .widget_lte_navmenu ul li.active a, .lte-footer-widget-area .widget_nav_menu ul li.active a {
	color: #e8bc5a !important;
	color: var(--main) !important;
	cursor: default;
}

.lte-footer-widget-area .widget_lte_navmenu {
	text-align: center;
	margin: 40px 0 0 0px;
}

.lte-footer-widget-area .widget_lte_navmenu ul li {
	margin-top: 9px;
}

@media (min-width: 768px) {
	.lte-footer-widget-area .widget_lte_navmenu ul li {
		display: inline-block;
	}
	
	.lte-footer-widget-area .widget_lte_navmenu ul li:not(:last-child) {
		margin-right: 30px;
	}
}

.lte-footer-widget-area .widget_lte_navmenu ul li a {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 16px;
}

.lte-footer-widget-area .widget_lte_navmenu ul li a:after {
	content: "" !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #e8bc5a;
	color: var(--main);
	font-size: 12px;
	margin-left: 6px;
}

.lte-footer-widget-area .widget_recent_comments li {
	margin-bottom: 20px !important;
}

.lte-footer-widget-area .zoom-instagram-widget a {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-footer-widget-area .widget_categories li, .lte-footer-widget-area .widget_archive li {
	color: #f2f0ea !important;
	color: var(--gray) !important;
}

.lte-footer-widget-area .widget_recent_comments li, .lte-footer-widget-area .widget_categories li, .lte-footer-widget-area .widget_archive li {
	margin-top: 0px !important;
	color: #fff;
	color: var(--white);
	border: 0 none !important;
}

.lte-footer-widget-area .widget_recent_comments span, .lte-footer-widget-area .widget_categories span, .lte-footer-widget-area .widget_archive span, .lte-footer-widget-area .widget_recent_comments a, .lte-footer-widget-area .widget_categories a, .lte-footer-widget-area .widget_archive a {
	display: inline-block !important;
	color: #fff !important;
	color: var(--white) !important;
}

.lte-footer-widget-area .widget_recent_comments span:hover, .lte-footer-widget-area .widget_categories span:hover, .lte-footer-widget-area .widget_archive span:hover, .lte-footer-widget-area .widget_recent_comments a:hover, .lte-footer-widget-area .widget_categories a:hover, .lte-footer-widget-area .widget_archive a:hover {
	color: #fff !important;
	color: var(--white) !important;
}

.lte-footer-widget-area .widget_recent_comments ul li {
	padding: 0;
	margin: 0;
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

.lte-footer-widget-area .widget_recent_comments li > a:before {
	display: none;
}

.lte-footer-widget-area ul ul ul ul ul ul ul ul {
	margin-left: 0 !important;
}

.lte-footer-widget-area ul ul {
	margin-left: 8px !important;
}

.lte-footer-widget-area ul ul ul li {
	padding-left: 0 !important;
}

.lte-footer-widget-area .widget_search {
	padding: 0 !important;
}

.lte-footer-widget-area .widget_search.widget {
	background: none !important;
}

.lte-footer-widget-area .widget_search .header-widget {
	display: none;
}

.lte-footer-widget-area .widget_search .search-icon {
	top: 0 !important;
}

.lte-footer-widget-area .tagcloud, .lte-footer-widget-area .tags {
	padding: 0 0 0px;
}

.lte-footer-widget-area .tagcloud a, .lte-footer-widget-area .tags a {
	border-color: #fff;
	border-color: var(--white);
}

.lte-footer-widget-area .lte-logo {
	margin-top: 0px;
	text-align: left;
	display: block;
}

@media (max-width: 991px) {
	.lte-footer-widget-area .lte-logo {
		max-width: initial;
		text-align: center;
	}
}

.text-align-center .lte-footer-widget-area .lte-logo {
	text-align: center;
}

.lte-footer-widget-area .widget_tag_cloud h5 {
	display: none;
}

.lte-footer-widget-area .widget_tag_cloudud {
	margin: 0 0 0 -8px;
}

.lte-footer-widget-area .widget {
	margin-bottom: 30px;
}

.lte-footer-widget-area .widget:last-child {
	margin-bottom: 0;
}

.lte-footer-widget-area .widget_media_image {
	margin-bottom: 25px;
}

.lte-footer-widget-area .widget_nav_menu {
	margin-bottom: 30px;
}

.lte-footer-widget-area .widget_nav_menu:before, .lte-footer-widget-area .widget_nav_menu:after {
	content: " ";
	display: table;
}

.lte-footer-widget-area .widget_nav_menu:after {
	clear: both;
}

.lte-footer-widget-area .widget_nav_menu:before, .lte-footer-widget-area .widget_nav_menu:after {
	content: " ";
	display: table;
}

.lte-footer-widget-area .widget_nav_menu:after {
	clear: both;
}

.lte-footer-widget-area .textwidget.custom-html-widget {
	color: rgba(255, 255, 255, .55);
	font-size: 16px;
}

.lte-footer-widget-area .widget_text {
	text-align: left;
}

.lte-footer-widget-area .widget_text .textwidget {
	padding-bottom: 0;
}

@media (min-width: 1200px) {
	.lte-footer-widget-area .widget_text .textwidget p {
		max-width: 700px;
	}
}

@media (max-width: 768px) {
	.lte-footer-widget-area .widget_text .textwidget {
		padding: 0;
	}
}

.lte-footer-widget-area .widget_text p {
	color: rgba(255, 255, 255, .65);
	font-size: 16px;
	line-height: 2.2em;
	line-height: 1.6em;
}

@media (max-width: 768px) {
	.lte-footer-widget-area .widget_text p {
		font-size: 14px;
	}
}

.text-align-center .lte-footer-widget-area .widget_text p {
	margin: 0 auto;
}

.lte-footer-widget-area .widget_text img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-clip: border-box;
}

.lte-footer-widget-area .widget_text p + .btn {
	margin-top: 20px;
}

.lte-footer-widget-area .widget_lte_icons ul {
	text-align: left;
}

.lte-footer-widget-area .widget_lte_icons ul li {
	display: inline-block;
}

.lte-footer-widget-area .widget_lte_icons + .widget_lte_icons {
	margin-top: -20px;
}

.lte-footer-widget-area .widget_lte_blogposts .post {
	margin-bottom: 0px;
}

.lte-footer-widget-area .widget_lte_blogposts .post .blog-info .dt, .lte-footer-widget-area .widget_lte_blogposts .post .blog-info i {
	color: #fff;
	color: var(--white);
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.lte-footer-widget-area .widget_lte_blogposts .post .lte-icon-fav {
	display: none;
}

.lte-footer-widget-area .widget_lte_blogposts .post h6 {
	margin-top: 0;
	color: #fff;
	color: var(--white);
}

.lte-footer-widget-area .zoom-instagram-widget {
	max-width: 360px;
}

.lte-footer-widget-area .zoom-instagram-widget .zoom-instagram-widget__item {
	margin-bottom: 4px;
}

.lte-footer-widget-area .zoom-instagram-widget .zoom-instagram-widget__item a {
	width: 100px !important;
	height: 100px !important;
	display: block;
}

/*
	10. Footer and copyrights
*/
.lte-footer-wrapper {
	border-color: #e8bc5a;
	border-color: var(--main);
	margin-top: 0px;
}

.lte-footer-wrapper.lte-footer-layout-copyright:before {
	display: none !important;
}

@media (min-width: 992px) {
	.lte-content-wrapper.lte-footer-parallax + .lte-footer-wrapper {
		position: fixed;
		z-index: -1;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}

.no-footer-widgets .copyright-block {
	background-color: #0a306c;
	background-color: var(--black);
}

.error404.lte-bg-404 .no-footer-widgets .copyright-block {
	background-color: transparent !important;
}

body.admin-bar .lte-footer-wrapper {
	padding-bottom: 1px;
}

body:not(.error404) .copyright-block.copyright-layout-copyright-transparent {
	margin-top: -45px !important;
}

#lte-widgets-footer + .copyright-block {
	padding-top: 103px;
}

#lte-widgets-footer + .copyright-block:before {
	content: "";
	background-color: #000;
	position: absolute;
	top: 71px;
	right: 0;
	left: 0;
	bottom: 0;
	zoom: 1;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	opacity: .15;
}

.copyright-block {
	position: relative;
	color: #fff;
	color: var(--white);
	text-align: center;
	padding: 42px 0 26px;
	overflow: hidden;
}

.copyright-block:first-child {
	background-color: #0a306c;
	background-color: var(--black);
}

.error404.lte-bg-404 .copyright-block {
	background-color: transparent !important;
}

.copyright-block.copyright-layout-copyright {
	border: 0 none;
	text-align: center;
}

.copyright-block.copyright-layout-copyright-transparent {
	background-color: transparent;
	display: block;
	width: 100%;
	padding: 0px 0;
	z-index: 10;
	border-top: 0 none;
	text-align: center;
}

.copyright-block p {
	margin-bottom: 0;
	font-size: 14px;
}

.copyright-block a {
	color: #e8bc5a;
	color: var(--main);
}

.copyright-block a:hover {
	color: #fff;
	color: var(--white);
}

.copyright-block .container {
	position: relative;
}

@media (max-width: 768px) {
	.copyright-block {
		text-align: center;
	}
	
	.copyright-block p {
		font-size: 14px;
	}
}

@media (max-width: 479px) {
	.copyright-block p {
		font-size: 12px;
	}
}

.lte-go-top {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #e8bc5a;
	color: var(--main);
	z-index: 10;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 32px;
	padding: 8px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
	pointer-events: none;
	text-transform: uppercase;
}

.lte-invert-color-main .lte-go-top {
	color: #fff;
	color: var(--white);
}

.lte-go-top.static {
	position: absolute;
	right: 0px;
	top: -29px;
}

.lte-go-top.floating {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

@media (max-width: 479px) {
	.lte-go-top.floating.scroll-bottom {
		bottom: 70px;
	}
}

@media (max-width: 768px) {
	.lte-go-top {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
	}
	
	.lte-go-top span {
		margin-left: 0 !important;
	}
	
	.lte-go-top.floating {
		right: 10px;
		bottom: 20px;
	}
}

.lte-go-top.lte-go-top-img {
	padding: 13px 0 0;
}

.lte-go-top img {
	display: inline-block;
	margin: 0 0px 2px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.lte-go-top:hover {
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c;
	color: var(--black);
}

.lte-go-top:hover .go-top-icon-v2 {
	color: #0a306c;
	color: var(--black);
}

.lte-go-top:hover img {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

.lte-invert-color-main .lte-go-top:hover .go-top-icon-v2 {
	color: #0a306c;
	color: var(--black);
}

.lte-go-top .go-top-icon-v2 {
	color: #e8bc5a;
	color: var(--main);
	font-size: 20px;
	margin: 2px auto 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	display: block;
}

.lte-invert-color-main .lte-go-top .go-top-icon-v2 {
	color: #fff;
	color: var(--white);
}

.lte-go-top .go-top-header {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-weight: 600;
	font-size: 10px;
	line-height: 1em;
	margin: 8px 0 0 0;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-go-top.show {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	pointer-events: auto;
}

.lte-before-footer {
	background-color: #f2f0ea;
	background-color: var(--gray);
	padding: 30px 0;
}

.lte-before-footer .container {
	position: relative;
}

/*
	11. Widgets
*/
@media (max-width: 1199px) {
	.lte-blog-wrap + .div-sidebar, .lte-text-page + .div-sidebar {
		margin-top: 80px;
	}
}

.lte-sidebar-header {
	margin-bottom: 15px;
}

.lte-header-widget {
	padding: 0 0 0px;
	margin: 0px 0 0px 0;
	font-size: 18px;
	line-height: 1.8em;
	color: #0a306c;
	color: var(--black);
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	display: block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.lte-background-black .lte-header-widget {
	color: #e8bc5a;
	color: var(--main);
}

.lte-header-widget .widget-icon {
	color: #e8bc5a;
	color: var(--main);
	font-size: 30px;
	position: absolute;
	top: -42px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lte-header-widget a {
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce-MyAccount-navigation, .widget-area {
	font-size: 16px;
	line-height: 2.2em;
	color: #0a306c;
	color: var(--black);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	position: relative;
}

@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation, .widget-area {
		font-size: 14px;
	}
}

.woocommerce-MyAccount-navigation p, .widget-area p {
	font-size: 16px;
	line-height: 2.2em;
}

@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation p, .widget-area p {
		font-size: 14px;
	}
}

.woocommerce-MyAccount-navigation a:not(.lte-btn), .widget-area a:not(.lte-btn) {
	color: #0a306c;
	color: var(--black);
}

.woocommerce-MyAccount-navigation a:not(.lte-btn):hover, .widget-area a:not(.lte-btn):hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-background-black .woocommerce-MyAccount-navigation, .lte-background-black .widget-area {
	color: rgba(255, 255, 255, .6);
}

.lte-background-black .woocommerce-MyAccount-navigation a:not(.lte-btn), .lte-background-black .widget-area a:not(.lte-btn) {
	color: #fff;
	color: var(--white);
}

.woocommerce-MyAccount-navigation:after, .widget-area:after {
	bottom: 10px;
	font-size: 200px;
}

.woocommerce-MyAccount-navigation aside, .widget-area aside {
	padding: 30px 30px 35px;
	margin-bottom: 50px;
	position: relative;
	/*		overflow: hidden;*/
	background-repeat: no-repeat;
	background-position: 110% 50px;
	background-color: #f2f0ea;
	background-color: var(--gray);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.woocommerce-MyAccount-navigation aside:last-child, .widget-area aside:last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation aside ul, .widget-area aside ul {
	list-style: none;
}

.woocommerce-MyAccount-navigation aside > ul, .widget-area aside > ul {
	margin: 0 0 0 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation aside > ul li, .widget-area aside > ul li {
	margin-bottom: 10px;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 16px;
	text-align: center;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.woocommerce-MyAccount-navigation aside > ul li a, .widget-area aside > ul li a {
	display: inline-block;
	vertical-align: baseline;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 1.4em;
	color: #0a306c;
	color: var(--black);
}

.woocommerce-MyAccount-navigation aside > ul li a:hover, .widget-area aside > ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce-MyAccount-navigation aside > ul li.current-cat > a, .widget-area aside > ul li.current-cat > a {
	font-weight: bold;
}

.woocommerce-MyAccount-navigation aside > ul li.current-cat > a, .widget-area aside > ul li.current-cat > a {
	cursor: default;
}

.woocommerce-MyAccount-navigation aside > ul li ul, .widget-area aside > ul li ul {
	margin: 10px 0 0 20px;
}

.woocommerce-MyAccount-navigation aside ul ul ul ul ul ul ul, .widget-area aside ul ul ul ul ul ul ul {
	margin-left: 0;
}

.woocommerce-MyAccount-navigation aside .gallery-small, .widget-area aside .gallery-small {
	padding: 0 11px;
}

.woocommerce-MyAccount-navigation aside .gallery-small a, .widget-area aside .gallery-small a {
	padding: 5px;
}

.woocommerce-MyAccount-navigation aside .gallery-small a img, .widget-area aside .gallery-small a img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.woocommerce-MyAccount-navigation aside .gallery-small a:hover, .widget-area aside .gallery-small a:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.widget_lte_blogposts .items {
	margin-top: 0px;
}

.widget_lte_blogposts .items + a {
	display: inline-block;
	margin-top: 0px;
}

.widget_lte_blogposts .post {
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
	text-align: left;
}

.widget_lte_blogposts .post:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget_lte_blogposts .post .lte-date {
	font-size: 12px;
	margin-bottom: 0;
	zoom: 1;
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	display: none;
}

.widget_lte_blogposts .post h6 {
	font-size: 18px;
	line-height: 1.5em;
	text-transform: none;
	margin: 0px 0 2px 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media (min-width: 1600px) {
	.widget_lte_blogposts .post h6 {
		max-width: 75%;
	}
}

.widget_lte_blogposts .post:hover {
	color: #e8bc5a;
	color: var(--main);
}

.widget_lte_blogposts .post:hover h6 {
	color: #e8bc5a;
	color: var(--main);
}

.widget_lte_blogposts .post .lte-photo {
	display: block;
	margin-bottom: 25px;
}

.widget_lte_blogposts .post .lte-photo img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.widget_lte_blogposts .post .lte-photo.lte-photo-left {
	display: inline-block;
	vertical-align: top;
	width: 90px;
}

.widget_lte_blogposts .post .lte-photo.lte-photo-left img {
	max-width: 80px;
}

.widget_lte_blogposts .post .lte-photo.lte-photo-left + .descr-right {
	display: inline-block;
	vertical-align: top;
	width: 73%;
	padding-left: 20px;
	text-align: left;
	margin-top: -5px;
}

.widget_lte_blogposts .post .lte-cats {
	margin-top: 0px;
	display: block;
}

.widget_lte_blogposts .post .lte-cats a {
	background-color: transparent;
	border: 0 none;
	padding: 0;
	color: #e8bc5a;
	color: var(--main);
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	letter-spacing: 3px;
}

.widget_lte_blogposts .post .lte-post-headline {
	border-top: 0;
	margin-top: 10px;
}

.widget_lte_blogposts .post .lte-post-headline .lte-comments {
	color: rgba(0, 0, 0, .5);
}

.widget_lte_blogposts .post .lte-post-headline a {
	font-size: 12px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.widget_lte_blogposts .post .lte-post-headline a:first-child {
	margin-right: 20px;
}

.widget_lte_blogposts .post .lte-post-headline a:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	color: #0a306c;
	color: var(--black);
}

.widget_lte_blogposts .btn-wrapper {
	margin: 10px auto 10px;
}

.widget ul, .page-content ul {
	padding-left: 0;
}

.widget form, .page-content form {
	padding: 0;
}

.widget select, .page-content select {
	width: 100%;
	display: block;
	padding: 6px 6px;
}

.widget .select-wrap, .page-content .select-wrap {
	background-color: #fff !important;
	background-color: var(--white) !important;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
}

.lte-background-black .widget .select-wrap, .lte-background-black .page-content .select-wrap {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, .15);
}

.lte-background-black .widget .select-wrap select, .lte-background-black .page-content .select-wrap select {
	color: #fff !important;
	color: var(--white) !important;
}

.widget.widget_product_search, .page-content.widget_product_search, .widget.widget_search, .page-content.widget_search {
	border: 0 none;
	background-color: #0a306c;
	background-color: var(--black);
	padding: 40px 30px;
}

.widget.widget_product_search .lte-sidebar-header, .page-content.widget_product_search .lte-sidebar-header, .widget.widget_search .lte-sidebar-header, .page-content.widget_search .lte-sidebar-header {
	margin-top: -15px;
	margin-bottom: 8px;
	display: none;
}

.widget.widget_product_search .header-widget, .page-content.widget_product_search .header-widget, .widget.widget_search .header-widget, .page-content.widget_search .header-widget {
	color: #e8bc5a;
	color: var(--second);
	background: none;
	border: 0;
}

.widget.widget_product_search .header-widget:after, .page-content.widget_product_search .header-widget:after, .widget.widget_search .header-widget:after, .page-content.widget_search .header-widget:after {
	display: none;
}

.widget.widget_product_search button, .page-content.widget_product_search button {
	font-size: 0px !important;
	color: #e8bc5a !important;
	color: var(--main) !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0;
	min-width: auto;
	line-height: 0;
}

.widget.widget_product_search button:before, .page-content.widget_product_search button:before {
	text-align: center;
	margin: 0 !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 64px;
	height: 64px;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	position: relative;
	display: block !important;
	top: 0;
	line-height: 64px !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 14px;
	margin-top: 0px;
}

.widget.widget_product_search button:hover:before, .page-content.widget_product_search button:hover:before {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.widget .wp-searchform, .page-content .wp-searchform {
	padding: 0 0px;
	margin: 0 0 0px;
	width: 100%;
	display: block;
	position: relative;
}

.widget .wp-searchform .btn, .page-content .wp-searchform .btn {
	min-width: initial;
	margin: 0;
}

.widget .wp-searchform input[type="text"], .page-content .wp-searchform input[type="text"] {
	width: 100%;
	display: block;
}

.widget .woocommerce-product-search, .page-content .woocommerce-product-search, .widget .search-form, .page-content .search-form {
	margin: 0;
	width: 100%;
	display: block;
	position: relative;
}

.widget .woocommerce-product-search label, .page-content .woocommerce-product-search label, .widget .search-form label, .page-content .search-form label {
	display: block;
}

.widget .woocommerce-product-search .search-icon, .page-content .woocommerce-product-search .search-icon, .widget .search-form .search-icon, .page-content .search-form .search-icon {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
}

.widget .woocommerce-product-search .search-icon:before, .page-content .woocommerce-product-search .search-icon:before, .widget .search-form .search-icon:before, .page-content .search-form .search-icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 14px;
	margin-top: 0px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.widget .woocommerce-product-search .search-icon:hover, .page-content .woocommerce-product-search .search-icon:hover, .widget .search-form .search-icon:hover, .page-content .search-form .search-icon:hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.widget .woocommerce-product-search input[type="search"], .page-content .woocommerce-product-search input[type="search"], .widget .search-form input[type="search"], .page-content .search-form input[type="search"], .widget .woocommerce-product-search input[type="text"], .page-content .woocommerce-product-search input[type="text"], .widget .search-form input[type="text"], .page-content .search-form input[type="text"] {
	width: 100%;
	display: block;
	font-size: 14px !important;
	padding-right: 80px;
	border: 0 none !important;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	background-color: #fff !important;
	background-color: var(--white) !important;
}

.lte-background-light .widget .woocommerce-product-search input[type="search"], .lte-background-light .page-content .woocommerce-product-search input[type="search"], .lte-background-light .widget .search-form input[type="search"], .lte-background-light .page-content .search-form input[type="search"], .lte-background-light .widget .woocommerce-product-search input[type="text"], .lte-background-light .page-content .woocommerce-product-search input[type="text"], .lte-background-light .widget .search-form input[type="text"], .lte-background-light .page-content .search-form input[type="text"] {}

.widget .woocommerce-product-search.search-form input[type="text"], .page-content .woocommerce-product-search.search-form input[type="text"], .widget .search-form.search-form input[type="text"], .page-content .search-form.search-form input[type="text"] {
	border: 1px solid rgba(0, 0, 0, .3) !important;
}

.widget .woocommerce-product-search a, .page-content .woocommerce-product-search a, .widget .search-form a, .page-content .search-form a, .widget .woocommerce-product-search button, .page-content .woocommerce-product-search button, .widget .search-form button, .page-content .search-form button, .widget .woocommerce-product-search input[type="submit"], .page-content .woocommerce-product-search input[type="submit"], .widget .search-form input[type="submit"], .page-content .search-form input[type="submit"], .widget .woocommerce-product-search button[type="submit"], .page-content .woocommerce-product-search button[type="submit"], .widget .search-form button[type="submit"], .page-content .search-form button[type="submit"] {
	overflow: hidden;
	background: transparent;
	color: #e8bc5a;
	color: var(--main);
	width: 64px;
	height: 64px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	right: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border: 0;
	padding: 0;
	position: absolute;
}

.widget .woocommerce-product-search a span, .page-content .woocommerce-product-search a span, .widget .search-form a span, .page-content .search-form a span, .widget .woocommerce-product-search button span, .page-content .woocommerce-product-search button span, .widget .search-form button span, .page-content .search-form button span, .widget .woocommerce-product-search input[type="submit"] span, .page-content .woocommerce-product-search input[type="submit"] span, .widget .search-form input[type="submit"] span, .page-content .search-form input[type="submit"] span, .widget .woocommerce-product-search button[type="submit"] span, .page-content .woocommerce-product-search button[type="submit"] span, .widget .search-form button[type="submit"] span, .page-content .search-form button[type="submit"] span {
	padding: 0;
	position: relative;
}

.widget .woocommerce-product-search a:after, .page-content .woocommerce-product-search a:after, .widget .search-form a:after, .page-content .search-form a:after, .widget .woocommerce-product-search button:after, .page-content .woocommerce-product-search button:after, .widget .search-form button:after, .page-content .search-form button:after, .widget .woocommerce-product-search input[type="submit"]:after, .page-content .woocommerce-product-search input[type="submit"]:after, .widget .search-form input[type="submit"]:after, .page-content .search-form input[type="submit"]:after, .widget .woocommerce-product-search button[type="submit"]:after, .page-content .woocommerce-product-search button[type="submit"]:after, .widget .search-form button[type="submit"]:after, .page-content .search-form button[type="submit"]:after {
	display: none;
}

.widget.widget_products .product_list_widget li, .page-content.widget_products .product_list_widget li {
	padding-bottom: 4px;
}

.widget.widget_products .product_list_widget > li > a, .page-content.widget_products .product_list_widget > li > a {
	padding-left: 0;
}

.widget.widget_products .product_list_widget > li > a img, .page-content.widget_products .product_list_widget > li > a img {
	margin-right: 12px;
	width: 70px !important;
}

.widget.widget_products .product_list_widget .star-rating, .page-content.widget_products .product_list_widget .star-rating {
	margin: 8px 0 0;
	padding-bottom: 19px;
}

.widget.widget_products .product_list_widget del, .page-content.widget_products .product_list_widget del {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.widget.widget_nav_menu a, .page-content.widget_nav_menu a {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-weight: 400;
}

.widget.widget_nav_menu .fa:before, .page-content.widget_nav_menu .fa:before {
	display: none;
}

.widget.widget_categories ul li, .page-content.widget_categories ul li, .widget.widget_product_categories ul li, .page-content.widget_product_categories ul li {
	font-weight: 400;
}

.widget.widget_categories ul li a, .page-content.widget_categories ul li a, .widget.widget_product_categories ul li a, .page-content.widget_product_categories ul li a {
	font-weight: 700;
}

.widget.widget_nav_menu ul, .page-content.widget_nav_menu ul, .widget.widget_recent_entries ul, .page-content.widget_recent_entries ul, .widget.widget_meta ul, .page-content.widget_meta ul, .widget.widget_pages ul, .page-content.widget_pages ul, .widget.widget_archive ul, .page-content.widget_archive ul, .widget.widget_categories ul, .page-content.widget_categories ul, .widget.widget_product_categories ul, .page-content.widget_product_categories ul {
	margin-top: 0px;
	padding-bottom: 0px;
	margin-left: 2px;
}

.widget.widget_nav_menu ul ul, .page-content.widget_nav_menu ul ul, .widget.widget_recent_entries ul ul, .page-content.widget_recent_entries ul ul, .widget.widget_meta ul ul, .page-content.widget_meta ul ul, .widget.widget_pages ul ul, .page-content.widget_pages ul ul, .widget.widget_archive ul ul, .page-content.widget_archive ul ul, .widget.widget_categories ul ul, .page-content.widget_categories ul ul, .widget.widget_product_categories ul ul, .page-content.widget_product_categories ul ul {
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget.widget_nav_menu ul li, .page-content.widget_nav_menu ul li, .widget.widget_recent_entries ul li, .page-content.widget_recent_entries ul li, .widget.widget_meta ul li, .page-content.widget_meta ul li, .widget.widget_pages ul li, .page-content.widget_pages ul li, .widget.widget_archive ul li, .page-content.widget_archive ul li, .widget.widget_categories ul li, .page-content.widget_categories ul li, .widget.widget_product_categories ul li, .page-content.widget_product_categories ul li {
	margin-bottom: 0;
	color: rgba(0, 0, 0, .5);
	text-align: left;
	font-size: 16px;
	position: relative;
}

.widget.widget_nav_menu ul li:last-child, .page-content.widget_nav_menu ul li:last-child, .widget.widget_recent_entries ul li:last-child, .page-content.widget_recent_entries ul li:last-child, .widget.widget_meta ul li:last-child, .page-content.widget_meta ul li:last-child, .widget.widget_pages ul li:last-child, .page-content.widget_pages ul li:last-child, .widget.widget_archive ul li:last-child, .page-content.widget_archive ul li:last-child, .widget.widget_categories ul li:last-child, .page-content.widget_categories ul li:last-child, .widget.widget_product_categories ul li:last-child, .page-content.widget_product_categories ul li:last-child {
	padding-bottom: 0;
}

.widget.widget_nav_menu ul li:last-child:after, .page-content.widget_nav_menu ul li:last-child:after, .widget.widget_recent_entries ul li:last-child:after, .page-content.widget_recent_entries ul li:last-child:after, .widget.widget_meta ul li:last-child:after, .page-content.widget_meta ul li:last-child:after, .widget.widget_pages ul li:last-child:after, .page-content.widget_pages ul li:last-child:after, .widget.widget_archive ul li:last-child:after, .page-content.widget_archive ul li:last-child:after, .widget.widget_categories ul li:last-child:after, .page-content.widget_categories ul li:last-child:after, .widget.widget_product_categories ul li:last-child:after, .page-content.widget_product_categories ul li:last-child:after {
	display: none;
}

.widget.widget_nav_menu ul li:before, .page-content.widget_nav_menu ul li:before, .widget.widget_recent_entries ul li:before, .page-content.widget_recent_entries ul li:before, .widget.widget_meta ul li:before, .page-content.widget_meta ul li:before, .widget.widget_pages ul li:before, .page-content.widget_pages ul li:before, .widget.widget_archive ul li:before, .page-content.widget_archive ul li:before, .widget.widget_categories ul li:before, .page-content.widget_categories ul li:before, .widget.widget_product_categories ul li:before, .page-content.widget_product_categories ul li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 12px;
	color: #e8bc5a;
	color: var(--main);
	margin-right: 12px;
	top: -1px;
	position: relative;
}

.widget.widget_nav_menu ul li a, .page-content.widget_nav_menu ul li a, .widget.widget_recent_entries ul li a, .page-content.widget_recent_entries ul li a, .widget.widget_meta ul li a, .page-content.widget_meta ul li a, .widget.widget_pages ul li a, .page-content.widget_pages ul li a, .widget.widget_archive ul li a, .page-content.widget_archive ul li a, .widget.widget_categories ul li a, .page-content.widget_categories ul li a, .widget.widget_product_categories ul li a, .page-content.widget_product_categories ul li a {
	padding-left: 0;
	padding: 0px 0 12px;
	display: inline-block;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .widget.widget_nav_menu ul li a, .lte-background-black .page-content.widget_nav_menu ul li a, .lte-background-black .widget.widget_recent_entries ul li a, .lte-background-black .page-content.widget_recent_entries ul li a, .lte-background-black .widget.widget_meta ul li a, .lte-background-black .page-content.widget_meta ul li a, .lte-background-black .widget.widget_pages ul li a, .lte-background-black .page-content.widget_pages ul li a, .lte-background-black .widget.widget_archive ul li a, .lte-background-black .page-content.widget_archive ul li a, .lte-background-black .widget.widget_categories ul li a, .lte-background-black .page-content.widget_categories ul li a, .lte-background-black .widget.widget_product_categories ul li a, .lte-background-black .page-content.widget_product_categories ul li a {
	color: #fff;
	color: var(--white);
}

.widget.widget_nav_menu ul li a:hover, .page-content.widget_nav_menu ul li a:hover, .widget.widget_recent_entries ul li a:hover, .page-content.widget_recent_entries ul li a:hover, .widget.widget_meta ul li a:hover, .page-content.widget_meta ul li a:hover, .widget.widget_pages ul li a:hover, .page-content.widget_pages ul li a:hover, .widget.widget_archive ul li a:hover, .page-content.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .page-content.widget_categories ul li a:hover, .widget.widget_product_categories ul li a:hover, .page-content.widget_product_categories ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.widget.widget_nav_menu div > ul > li > .sub-menu .sub-menu, .page-content.widget_nav_menu div > ul > li > .sub-menu .sub-menu, .widget.widget_recent_entries div > ul > li > .sub-menu .sub-menu, .page-content.widget_recent_entries div > ul > li > .sub-menu .sub-menu, .widget.widget_meta div > ul > li > .sub-menu .sub-menu, .page-content.widget_meta div > ul > li > .sub-menu .sub-menu, .widget.widget_pages div > ul > li > .sub-menu .sub-menu, .page-content.widget_pages div > ul > li > .sub-menu .sub-menu, .widget.widget_archive div > ul > li > .sub-menu .sub-menu, .page-content.widget_archive div > ul > li > .sub-menu .sub-menu, .widget.widget_categories div > ul > li > .sub-menu .sub-menu, .page-content.widget_categories div > ul > li > .sub-menu .sub-menu, .widget.widget_product_categories div > ul > li > .sub-menu .sub-menu, .page-content.widget_product_categories div > ul > li > .sub-menu .sub-menu {
	margin-left: 10px;
}

.widget.widget_rss .header-widget a, .page-content.widget_rss .header-widget a {
	color: #0a306c;
	color: var(--black);
}

.widget.widget_rss .header-widget:before, .page-content.widget_rss .header-widget:before {
	display: none;
}

.widget.widget_rss .lte-sidebar-header, .page-content.widget_rss .lte-sidebar-header {
	margin-bottom: 15px;
}

.widget.widget_rss ul, .page-content.widget_rss ul {
	margin-left: 0;
}

.widget.widget_rss li, .page-content.widget_rss li {
	text-align: left;
	padding-bottom: 15px;
}

.widget.widget_rss li:before, .page-content.widget_rss li:before {
	display: none;
}

.widget.widget_rss li:after, .page-content.widget_rss li:after {
	clear: both;
	content: "";
	display: block;
}

.widget.widget_rss li a, .page-content.widget_rss li a {
	padding-left: 0;
	padding-bottom: 0;
}

.widget.widget_rss .rssSummary, .page-content.widget_rss .rssSummary {
	font-size: 14px;
	line-height: 1.7em;
}

.widget.widget_rss li .rsswidget, .page-content.widget_rss li .rsswidget {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 20px;
}

.widget.widget_rss li .rsswidget img, .page-content.widget_rss li .rsswidget img {
	position: relative;
	top: -3px;
}

.widget.widget_rss cite, .page-content.widget_rss cite {
	font-size: 16px;
	float: right;
	font-weight: normal;
	color: #0a306c;
	color: var(--black);
}

.widget.widget_rss .rss-date, .page-content.widget_rss .rss-date {
	font-size: 13px;
	display: block;
	font-weight: normal;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	color: #0a306c;
	color: var(--black);
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.lte-background-black .widget.widget_rss .rss-date, .lte-background-black .page-content.widget_rss .rss-date {
	color: #e8bc5a;
	color: var(--main);
}

.lte-tag {
	font-size: 12px !important;
	line-height: 1.3em;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	display: inline-block;
	padding: 8px 25px 8px;
	margin-bottom: 10px;
	margin-right: 10px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c !important;
	color: var(--black) !important;
}

.lte-tag:hover {
	background-color: #fff;
	background-color: var(--white);
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.widget_product_tag_cloud, .widget_tag_cloud, .lte-tags {
	margin: 0 0;
	padding: 0 0;
}

.widget_product_tag_cloud a, .widget_tag_cloud a, .lte-tags a {
	font-size: 12px !important;
	line-height: 1.3em;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	display: inline-block;
	padding: 8px 25px 8px;
	margin-bottom: 10px;
	margin-right: 10px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c !important;
	color: var(--black) !important;
}

.widget_product_tag_cloud a:hover, .widget_tag_cloud a:hover, .lte-tags a:hover {
	background-color: #fff;
	background-color: var(--white);
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.widget_product_tag_cloud a:last-child:after, .widget_tag_cloud a:last-child:after, .lte-tags a:last-child:after {
	content: "";
}

.page-content .search-form input[type="text"] {
	padding-top: 23px !important;
	padding-bottom: 23px !important;
}

.widget_recent_comments ul {
	margin-left: 0 !important;
	margin-top: 0px !important;
}

.widget_recent_comments li {
	padding-left: 0px;
	margin-top: 10px !important;
	color: transparent;
	text-align: left !important;
	font-size: 0px !important;
	padding-bottom: 5px;
	font-family: "Mulish", sans-serif !important;
	font-family: var(--font-main), sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: var(--font-main-letterspacing) !important;
	font-style: italic;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.widget_recent_comments li:before {
	display: none !important;
}

.widget_recent_comments li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.widget_recent_comments li span {
	font-style: normal;
	font-weight: bold;
}

.widget_recent_comments li .comment-author-link {
	position: relative;
	top: 0px;
	color: #e8bc5a;
	color: var(--main);
	display: inline-block;
	margin-bottom: 6px;
	font-size: 14px;
}

.widget_recent_comments li .comment-author-link a {
	color: #e8bc5a;
	color: var(--main);
}

.widget_recent_comments li .comment-author-link a:hover {
	color: #0a306c;
	color: var(--black);
}

.widget_recent_comments li .comment-author-link:after {
	content: "|";
	margin: 0 8px;
	font-size: 14px;
	font-weight: 100;
	top: -1px;
	position: relative;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	color: #0a306c;
	color: var(--black);
}

.widget_recent_comments li a {
	padding-left: 0px !important;
	display: block;
	text-transform: none !important;
}

.widget_recent_comments li > a:not(.comment-author-link) {
	font-size: 14px;
	line-height: 1em !important;
	font-weight: normal !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: baseline;
	display: inline;
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.widget_recent_comments li > a:not(.comment-author-link):hover {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	color: #0a306c;
	color: var(--black);
}

.widget_calendar .calendar_wrap {
	max-width: 450px;
}

@media (min-width: 1600px) {
	.widget_calendar .calendar_wrap {
		padding: 0 0px 0px;
	}
}

.widget_calendar caption {
	text-align: center;
	font-size: 16px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	padding: 0 15px 10px;
	color: #0a306c;
	color: var(--black);
}

.widget_calendar table {
	width: 100%;
	position: relative;
}

.widget_calendar th, .widget_calendar td {
	text-align: center;
	padding: 8px 0;
	font-weight: normal;
	font-size: 14px;
	width: 14.3%;
}

.widget_calendar th {
	font-size: 14px;
}

.widget_calendar #prev a, .widget_calendar #next a {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 15px 0;
	display: inline-block;
}

.widget_calendar #prev {
	text-align: left;
}

.widget_calendar #next {
	text-align: right;
}

.widget_calendar a {
	color: #e8bc5a;
	color: var(--main);
	font-size: 16px;
}

.widget_calendar a:hover {
	color: #fff;
	color: var(--white);
}

.widget_calendar #today {
	position: relative;
	z-index: 2;
	color: #fff;
	color: var(--white);
}

.widget_calendar #today > a {
	color: #fff;
	color: var(--white);
}

.widget_calendar #today:before {
	z-index: -1;
	content: "";
	position: absolute;
	width: 2em;
	height: 2em;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	background-color: #e8bc5a;
	background-color: var(--main);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.widget_flickr ul {
	margin-top: -20px !important;
	margin-left: 0 !important;
}

.widget_flickr ul li {
	margin-bottom: 0 !important;
	margin-top: 20px;
}

.widget_flickr .flickr_badge_image {
	padding: 0;
	overflow: hidden;
	display: inline-block;
	width: 33%;
	text-align: center;
	height: auto;
}

.widget_flickr img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.zoom-instagram-widget a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.zoom-instagram-widget a:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.widget_lte_navmenu ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.widget_text .textwidget {
	padding: 0px 0px 0px;
	margin: 0px 0 0;
}

.widget_text .lte-widget-gray {
	text-align: center;
	background-color: #f2f0ea;
	background-color: var(--gray);
	-webkit-border-radius: 24px !important;
	-moz-border-radius: 24px !important;
	border-radius: 24px !important;
	background-clip: border-box !important;
	padding: 60px 30px 55px;
	margin-top: -37px;
}

.widget_text img {
	margin-bottom: 12px;
}

.widget_text img + p {
	margin-top: 10px;
}

.widget_text p {
	font-size: 16px;
	line-height: 2.2em;
	line-height: 1.9em;
}

@media (max-width: 768px) {
	.widget_text p {
		font-size: 14px;
	}
}

.widget_text p:not(:last-child) {
	margin: 0 0 20px 0;
}

.widget_text .lte-btn-wrap {
	margin-top: 0px;
	margin-bottom: 20px;
}

.widget_text .lte-btn-wrap .btn-transparent {
	margin-top: -10px !important;
	padding-top: 0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-clip: border-box;
}

.widget_text .widget_tag_cloud {
	display: none;
}

.lte-widget-banner {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	background-color: #e8bc5a;
	background-color: var(--main);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	position: relative;
	margin-bottom: 35px;
}

@media (min-width: 1200px) {
	.lte-widget-banner {
		min-width: 1020px;
	}
}

@media (max-width: 768px) {
	.lte-widget-banner .lte-icon, .lte-widget-banner .lte-bg {
		display: none !important;
	}
}

.lte-widget-banner .lte-bg {
	background-size: cover;
	background-position: 50%;
	width: 50%;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomright: 0;
	-moz-background-clip: padding;
	border-bottom-right-radius: 0;
}

.lte-widget-banner .lte-content {
	width: 50%;
	text-align: left;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 30px;
	padding: 40px 50px 40px 100px;
	color: #0a306c;
	color: var(--black);
	line-height: 1.3em;
}

@media (min-width: 768px) and (max-width: 991px) {
	.lte-widget-banner .lte-content {
		padding-left: 80px;
	}
}

@media (max-width: 768px) {
	.lte-widget-banner .lte-content {
		text-align: center;
		padding: 30px 40px;
		width: 100%;
	}
}

.lte-widget-banner .lte-content span {
	font-size: 16px;
	display: block;
}

.lte-invert-color-main .lte-widget-banner .lte-content {
	color: #fff;
	color: var(--white);
}

.lte-widget-banner .lte-icon {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
}

.lte-widget-banner .lte-icon span {
	font-size: 36px;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #e8bc5a;
	color: var(--main);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 70px;
	border: 15px solid var(--white);
	border-color: #fff;
	border-color: var(--white);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-widget-banner .lte-icon span:before {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lte-widget-banner:hover .lte-icon span {
	border-width: 8px;
	color: #0a306c;
	color: var(--black);
	border-color: #0a306c;
	border-color: var(--black);
}

@media (max-width: 1199px) {
	.div-sidebar.lte-show .widget_search {
		padding: 0;
	}
	
	.div-sidebar .widget-area {
		padding: 50px 15px 0;
		max-width: 330px;
		background-color: #0a306c;
		background-color: var(--black);
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		overflow: scroll;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: -webkit-transform .7s ease;
		-moz-transition: -moz-transform .7s ease;
		-o-transition: -o-transform .7s ease;
		transition: -webkit-transform .7s ease, -moz-transform .7s ease, -o-transform .7s ease, transform .7s ease;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background-clip: border-box;
		z-index: 500;
	}
	
	.admin-bar .div-sidebar .widget-area {
		padding-top: 100px;
	}
	
	.div-sidebar .widget-area > aside:last-child {
		margin-bottom: 20px;
	}
	
	.div-sidebar.lte-show .widget-area {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	.lte-sidebar-close {
		position: absolute;
		top: 5px;
		right: 5px;
		cursor: pointer;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		width: 64px;
		height: 48px;
		zoom: 1;
		filter: alpha(opacity=75);
		-webkit-opacity: .75;
		-moz-opacity: .75;
		opacity: .75;
	}
	
	.admin-bar .lte-sidebar-close {
		top: 50px;
		z-index: 15;
	}
	
	.lte-sidebar-close:hover {
		zoom: 1;
		filter: alpha(opacity=100);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}
	
	.lte-sidebar-close:after, .lte-sidebar-close:before {
		content: "";
		border-top: 2px solid var(--black);
		border-color: #fff;
		border-color: var(--white);
		width: 32px;
		height: 32px;
		display: block;
		position: absolute;
		top: 15px;
		right: 0px;
	}
	
	.lte-sidebar-close:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		right: 0;
	}
	
	.lte-sidebar-close:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 22px;
	}
	
	.lte-sidebar-filter {
		position: fixed;
		bottom: 30px;
		left: 0;
		font-size: 16px;
		width: 34px;
		height: 34px;
		line-height: 34px;
		padding: 0 4px 0 0;
		margin-top: -80px;
		display: block;
		text-align: center;
		background-color: #e8bc5a;
		background-color: var(--main);
		color: #0a306c;
		color: var(--black);
		-webkit-border-top-right-radius: 48px;
		-moz-border-radius-topright: 48px;
		border-top-right-radius: 48px;
		-webkit-border-bottom-right-radius: 48px;
		-webkit-background-clip: padding-box;
		-moz-border-radius-bottomright: 48px;
		-moz-background-clip: padding;
		border-bottom-right-radius: 48px;
		cursor: pointer;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		z-index: 5;
	}
	
	.lte-sidebar-filter:after {
		display: inline-block;
		font-family: lte-font;
		font-weight: 400 !important;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.lte-sidebar-filter:hover {
		background-color: #0a306c;
		background-color: var(--black);
		color: #fff;
		color: var(--white);
	}
	
	.lte-sidebar-overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #141d2c;
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition: opacity .3s, visibility 0s ease .3s;
		-moz-transition: opacity .3s, visibility 0s ease .3s;
		-o-transition: opacity .3s, visibility 0s ease .3s;
		transition: opacity .3s, visibility 0s ease .3s;
		z-index: 99;
		visibility: hidden;
	}
	
	.lte-show .lte-sidebar-overlay {
		zoom: 1;
		filter: alpha(opacity=80);
		-webkit-opacity: .8;
		-moz-opacity: .8;
		opacity: .8;
		visibility: visible;
		-webkit-transition: opacity .3s, visibility 0s ease;
		-moz-transition: opacity .3s, visibility 0s ease;
		-o-transition: opacity .3s, visibility 0s ease;
		transition: opacity .3s, visibility 0s ease;
	}
}

/*
	12. Contacts inner page width full-width map
*/
#page-contacts {
	margin: 90px 0 100px 0;
}

@media (max-width: 991px) {
	#page-contacts {
		margin: 10px 0 20px;
	}
}

#page-contacts .social {
	margin: 10px 0 60px;
}

#map {
	height: 750px;
	width: 100%;
}

#map.map-inner {
	height: 288px;
}

/*
	13. Blog posts and blog inner page
*/
div.blog-block {
	margin-top: -70px;
}

@media (max-width: 768px) {
	div.blog-block {
		margin-top: -70px;
	}
}

div.blog {
	padding: 0;
	margin-bottom: 0;
	overflow: visible;
}

div.blog article {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	margin-top: 70px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

@media (max-width: 768px) {
	div.blog article {
		margin-top: 70px;
	}
}

div.blog article:not(.has-post-thumbnail) {
	background-color: #f2f0ea;
	background-color: var(--gray);
	padding: 30px 30px 30px;
	color: #0a306c;
	color: var(--black);
}

div.blog article:not(.has-post-thumbnail) .lte-description {
	padding-top: 0;
	margin-top: -4px;
}

div.blog article:not(.has-post-thumbnail) .lte-header > * {
	color: #0a306c;
	color: var(--black);
}

div.blog article.has-post-thumbnail {
	margin-bottom: -8px;
}

div.blog article .lte-header > * {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0;
	line-height: 1.3em;
	text-transform: none;
	font-size: 24px;
}

.lte-background-black div.blog article .lte-header > * {
	color: #fff;
	color: var(--white);
}

div.blog article .lte-header:hover > * {
	color: #e8bc5a;
	color: var(--main);
}

div.blog article .lte-photo {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

div.blog article .lte-photo .lte-photo-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

div.blog article .lte-photo img {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomleft: 0;
	-moz-background-clip: padding;
	border-bottom-left-radius: 0;
}

@media (max-width: 768px) {
	div.blog article .lte-photo img {
		width: 100%;
		height: auto;
	}
}

div.blog article .lte-photo:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

div.blog article .lte-swiper-slider-wrapper + .lte-cats, div.blog article .lte-wrapper + .lte-cats, div.blog article .lte-photo + .lte-cats {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
	pointer-events: none;
}

div.blog article .lte-description {
	z-index: 2;
	position: relative;
	padding: 18px 0px 0px;
}

div.blog article .lte-description .lte-excerpt {
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.7em;
}

div.blog article .lte-description .lte-excerpt p {
	margin-top: 12px;
	margin-bottom: 20px;
}

div.blog article .lte-description .lte-excerpt p:last-child {
	margin-bottom: 0;
}

div.blog article .lte-description .lte-excerpt .more-link:first-child {
	margin-top: 0px;
}

div.blog article .lte-description .lte-post-headline {
	margin: 0 0 10px;
}

div.blog article .lte-description .lte-post-headline .i {
	display: none;
}

div.blog .paging-navigation .pagination {
	margin-bottom: 0;
}

div.blog .header + .more-link {
	margin-top: 22px;
}

div.blog p .more-link, div.blog p + .more-link {
	margin: -5px 0 0px 0;
	display: inline-block;
}

div.blog p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	div.blog {
		padding: 0 0 30px;
	}
	
	div.blog .item ul {
		padding-left: 0;
	}
	
	div.blog .btn-more {
		margin-top: 0px;
	}
}

.lte-excerpt {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.sticky {
	position: relative;
	border: 2px solid #e8bc5a;
	border-color: #e8bc5a !important;
	border-color: var(--main) !important;
	padding: 30px;
}

.lte-cat {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 11px 16px 11px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 12px;
	line-height: 1em;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-background-black .lte-cat:hover {
	color: #fff;
	color: var(--white);
}

.lte-cats {
	margin-bottom: 18px;
	display: block;
}

.lte-cats a {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 11px 16px 11px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 12px;
	line-height: 1em;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-background-black .lte-cats a:hover {
	color: #fff;
	color: var(--white);
}

.more-link {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 14px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #0a306c;
	color: var(--black);
}

.more-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	margin-left: 6px;
	position: relative;
	top: -1px;
	vertical-align: baseline;
	content: "";
	color: #e8bc5a;
	color: var(--main);
}

.more-link:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-description {
	display: block;
	vertical-align: baseline;
	padding: 0 0;
	margin: 0 0;
}

.lte-background-light .lte-post-headline .lte-cats a {
	background-color: transparent;
}

.lte-post-headline .lte-icon-fav, .lte-post-headline .lte-comments {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-right: 20px;
}

.lte-post-headline .lte-icon-fav:before, .lte-post-headline .lte-comments:before {
	position: relative;
	color: #e8bc5a;
	color: var(--main);
	font-size: 16px;
	font-weight: 100;
}

.lte-post-headline .lte-icon-fav:hover, .lte-post-headline .lte-comments:hover {
	color: #0a306c;
	color: var(--black);
}

.body-black .lte-post-headline .lte-icon-fav:hover, .body-black .lte-post-headline .lte-comments:hover {
	color: #fff;
	color: var(--white);
}

.lte-excerpt + .lte-post-info {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.lte-description > .lte-post-info:first-child {}

.lte-post-info {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 15px 0 4px;
	font-size: 12px;
}

.lte-post-info .lte-date > span, .lte-post-info .lte-icon-fav > span, .lte-post-info .lte-icon-comments > span {
	zoom: 1 !important;
	filter: alpha(opacity=55) !important;
	-webkit-opacity: .55 !important;
	-moz-opacity: .55 !important;
	opacity: .55 !important;
}

.lte-post-info li {
	display: inline-block;
	margin-right: 30px;
	font-size: 14px !important;
}

.lte-post-info li span {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
}

.lte-background-black .lte-post-info li span {
	color: rgba(255, 255, 255, .85);
}

.lte-post-info li a:before, .lte-post-info li:before {
	color: #e8bc5a;
	color: var(--main);
	margin-right: 6px;
	position: relative;
	top: 0px;
}

.lte-post-info li.lte-icon-fav:before {
	margin-right: 4px;
	top: -1px;
}

.lte-post-info li + li {
	margin-right: 30px;
}

.lte-user:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	content: "";
}

.lte-icon-fav {
	margin-left: -4px;
}

.lte-icon-fav:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 0px;
	font-size: 14px;
	content: "";
}

.lte-icon-fav span {
	top: -1px;
	position: relative;
}

.lte-icon-comments:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	content: "";
}

.lte-icon-comments span {
	top: -1px;
	position: relative;
}

.lte-date:before {
	font-size: 14px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	margin-right: 6px;
}

.lte-date-small {
	margin-bottom: 8px;
	display: inline-block;
	font-size: 13px;
	color: rgba(0, 0, 0, .55);
}

.lte-date-small + .lte-cats {
	display: inline-block !important;
	margin-left: 15px;
}

.lte-date-big {
	text-align: center;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #fff;
	color: var(--white);
	display: inline-block;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	padding: 14px 16px 10px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.lte-date-big .lte-date-day {
	display: block;
	font-size: 24px;
	line-height: 1em;
}

.lte-date-big .lte-date-my {
	font-size: 14px;
}

.blog-block .format-quote {
	margin-bottom: 30px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-block .format-quote:not(.has-post-thumbnail) {
	background-color: #fff;
	background-color: var(--white);
	padding: 0;
	border: 1px solid var(--main);
}

.lte-background-black .blog-block .format-quote:not(.has-post-thumbnail) {
	background-color: #0a306c;
	background-color: var(--black);
}

.blog-block .format-quote > a {
	display: block;
}

.blog-block .format-quote blockquote {
	margin: 0;
	padding: 60px 30px 50px;
	border: 0;
	text-align: center;
	background-color: transparent;
}

.blog-block .format-quote blockquote:before {
	margin-bottom: 0;
	font-size: 36px;
}

.blog-block .format-quote blockquote a {
	margin: 10px 0;
	display: block;
	font-size: 18px;
	line-height: 1.7em;
}

.lte-background-black .blog-block .format-quote blockquote a {
	color: rgba(255, 255, 255, .6);
}

.blog-block .format-link {
	background-color: transparent !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-block .format-link:not(.has-post-thumbnail) {
	padding: 0 30px;
	border: 1px solid var(--main);
}

.blog-block .format-link > a {
	display: block;
}

.blog-block .format-link > * {
	position: relative;
	z-index: 1;
}

.blog-block .format-link:after {
	background: url("https://asnaff.com/wp-content/themes/mildar/assets/images/pattern-05.png");
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	zoom: 1;
	filter: alpha(opacity=1);
	-webkit-opacity: .015;
	-moz-opacity: .015;
	opacity: .015;
	z-index: 0;
}

.lte-background-black .blog-block .format-link:after {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.blog-block .format-link .lte-wrapper {
	margin: 0;
	border: 0;
	padding: 10px 0 30px;
	text-align: center;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .blog-block .format-link .lte-wrapper {
	color: rgba(255, 255, 255, .6);
}

.blog-block .format-link .lte-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	color: #e8bc5a;
	color: var(--main);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	line-height: 40px;
	font-size: 30px;
	display: block;
	text-align: center;
	margin: 45px 0 20px;
}

.blog-block .format-link .lte-wrapper p {
	font-size: 22px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	line-height: 1.4em;
}

@media (min-width: 992px) {
	.blog-block .format-link .lte-wrapper p {
		padding: 0 0px;
	}
}

.blog-block .format-link .lte-wrapper p a {
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .blog-block .format-link .lte-wrapper p a {
	color: rgba(255, 255, 255, .6);
}

.blog-block .format-link .lte-wrapper cite {
	font-style: normal;
	text-align: center;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	margin-bottom: 35px;
	margin-top: 25px;
	display: block;
	position: relative;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .blog-block .format-link .lte-wrapper cite {
	color: rgba(255, 255, 255, .6);
}

.blog-block .format-link .lte-wrapper cite > a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #e8bc5a;
	color: var(--main);
}

.blog-block .format-link .lte-wrapper cite > a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.blog-block .format-gallery .lte-post-gallery {
	overflow: hidden;
}

.format-gallery .lte-post-gallery {
	position: relative;
}

.format-gallery .lte-post-gallery img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.format-gallery .lte-post-gallery .lte-arrow-left, .format-gallery .lte-post-gallery .lte-arrow-right {
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c;
	color: var(--black);
	border-width: 0;
	line-height: 36px;
	margin: 0 20px;
}

.format-gallery .lte-post-gallery .lte-arrow-left:before, .format-gallery .lte-post-gallery .lte-arrow-right:before {
	font-size: 14px !important;
	position: relative;
}

.format-gallery .lte-post-gallery .lte-arrow-left:after, .format-gallery .lte-post-gallery .lte-arrow-right:after {
	display: none;
}

.format-gallery .lte-post-gallery .lte-arrow-left:hover, .format-gallery .lte-post-gallery .lte-arrow-right:hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.format-gallery .lte-post-gallery .lte-arrow-left {
	margin-left: 15px;
}

.format-gallery .lte-post-gallery .lte-arrow-left:before {
	margin-left: -4px !important;
}

.format-gallery .lte-post-gallery .lte-arrow-right {
	margin-right: 15px;
}

.format-gallery .lte-post-gallery .lte-arrow-right:before {
	margin-right: -4px;
}

.format-video .lte-wrapper .lte-photo:before, .format-video .lte-wrapper .lte-photo:after {
	display: none;
}

.format-video .lte-wrapper iframe {
	max-width: 100%;
}

.format-video .lte-wrapper span.lte-icon-video {
	display: block;
	width: 64px;
	height: 64px;
	background: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/video-play.png") 56% 50% no-repeat;
	background-color: #e8bc5a;
	background-color: var(--main);
	z-index: 11;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border: 8px solid var(--white);
}

.format-video .lte-wrapper span.lte-icon-video.nitro-lazy {
	background: none !important;
}

.format-video .lte-wrapper span.lte-icon-video:hover {
	background-color: #0a306c;
	background-color: var(--black);
	border-width: 5px;
}

.format-video iframe {
	display: block;
	margin: 0 auto 12px;
}

.format-audio .lte-wrapper + .lte-description {
	margin-top: 0px !important;
}

.format-audio:not(.has-post-thumbnail) .lte-wrapper {
	padding-top: 30px;
}

.format-audio.has-post-thumbnail .lte-wrapper .lte-photo {
	margin-bottom: -1px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomright: 0;
	-moz-background-clip: padding;
	border-bottom-right-radius: 0;
}

.format-audio.has-post-thumbnail .lte-wrapper .lte-photo img {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomright: 0;
	-moz-background-clip: padding;
	border-bottom-right-radius: 0;
}

.format-audio.has-post-thumbnail .lte-wrapper .mejs-container {
	-webkit-border-bottom-left-radius: 24px !important;
	-moz-border-radius-bottomleft: 24px !important;
	border-bottom-left-radius: 24px !important;
	-webkit-border-bottom-right-radius: 24px !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius-bottomright: 24px !important;
	-moz-background-clip: padding !important;
	border-bottom-right-radius: 24px !important;
}

.format-audio.has-post-thumbnail .lte-wrapper .mejs-container .mejs-controls {
	-webkit-border-bottom-left-radius: 24px !important;
	-moz-border-radius-bottomleft: 24px !important;
	border-bottom-left-radius: 24px !important;
	-webkit-border-bottom-right-radius: 24px !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius-bottomright: 24px !important;
	-moz-background-clip: padding !important;
	border-bottom-right-radius: 24px !important;
}

div.blog .div-thumbnail {
	padding-bottom: 0px;
}

div.blog .div-thumbnail:last-child {
	padding-bottom: 0;
}

div.blog.layout-classic {
	margin-top: -70px;
}

div.blog.layout-classic article {
	margin-top: 70px;
	text-align: left;
}

div.blog.layout-classic article:not(.has-post-thumbnail) {
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
	padding: 15px 30px;
}

div.blog.layout-classic article:not(.has-post-thumbnail) .lte-cats {
	position: relative;
	top: auto;
	left: auto;
	margin-top: 20px;
	display: block;
}

div.blog.layout-classic article .lte-photo {
	max-height: 700px;
	overflow: hidden;
}

div.blog.layout-classic article .lte-excerpt {
	margin-bottom: 18px;
}

div.blog.layout-classic article .lte-excerpt p {
	font-size: 14px;
}

div.blog.layout-classic article .lte-header h3 {
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 8px;
}

@media (max-width: 479px) {
	div.blog.layout-classic article .lte-header h3 {
		font-size: 30px;
	}
}

div.blog.layout-classic .row > div:not(.div-thumbnail) + div:not(.div-thumbnail) article {
	margin-top: 15px;
}

div.blog.layout-classic .row > div.div-thumbnail + div:not(.div-thumbnail) article {
	margin-top: 45px;
}

div.blog.layout-classic .row > div:not(.div-thumbnail) + div article {
	margin-top: 15px;
}

div.blog.layout-classic .row > div:last-child article {
	margin-bottom: 0;
}

div.blog.layout-classic .format-gallery .lte-post-gallery {
	max-height: 600px;
}

div.blog.layout-classic .format-video .lte-wrapper span.lte-icon-video {
	width: 100px;
	height: 100px;
}

div.blog.layout-classic .format-video .lte-wrapper span.lte-icon-video:before {
	width: 100px;
	height: 100px;
}

div.blog.layout-classic .format-video .lte-wrapper span.lte-icon-video:after {
	content: "";
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/video-play-big.png") 50% 50% no-repeat;
	font-size: 30px;
	width: 32px;
	height: 32px;
	margin-left: 3px;
}

div.blog.layout-classic .photo:not(.vertical) {
	max-height: 600px !important;
}

div.blog.layout-classic .photo:not(.vertical) img {
	width: 100%;
}

div.blog.layout-classic .photo.vertical {
	max-height: initial;
	text-align: center;
}

div.blog.layout-classic .lte-excerpt p:not(:last-child) {
	margin-bottom: 30px;
}

div.blog.layout-classic p + .more-link {
	position: relative;
	top: -20px;
}

.lte-blog-sc {
	margin-top: 0px;
	margin-bottom: -50px !important;
}

.lte-blog-sc.blog {
	padding-bottom: 0;
}

.lte-blog-sc.blog article {
	margin-top: 0px;
	margin-bottom: 50px !important;
}

.lte-blog-sc.layout-cols-2 .lte-header > * {
	font-size: 24px;
}

.lte-blog-sc.blog article .lte-description {
	padding-bottom: 0;
}

.lte-blog-sc .lte-featured-small .lte-header > * {
	font-size: 20px;
}

@media (max-width: 1199px) {
	.lte-blog-text {
		margin-top: 10px !important;
	}
}

.lte-blog-text .lte-wrapper {
	margin-top: 25px;
	background-color: #f2f0ea;
	background-color: var(--gray);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

@media (min-width: 1600px) {
	.lte-blog-text .lte-wrapper {
		padding-top: 10px;
		padding-right: 50px;
	}
}

@media (max-width: 1199px) {
	.lte-blog-text .lte-wrapper {
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
}

.lte-blog-text .lte-wrapper article {
	margin: 0 !important;
}

.lte-blog-text .lte-wrapper article .lte-description {
	padding-bottom: 0px;
	padding-left: 30px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.lte-blog-text .lte-wrapper article:nth-child(3) {
		display: none;
	}
}

.post-views {
	display: inline-block !important;
	font-size: 12px;
}

.blog-post {
	margin: 0 0 0px;
	overflow: visible;
}

.blog-post article {
	background: transparent;
}

.blog-post pre {
	margin: 0px 0 40px;
	display: block;
}

.blog-post .image {
	position: relative;
	display: block;
	margin: 0 0 15px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	max-height: 650px;
	overflow: hidden;
}

.blog-post .image img {
	margin: 0px 0 0px 0;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.blog-post p {
	font-size: 18px;
	margin-bottom: 30px;
}

.blog-post > article > div > .blog-info-post-top {
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

@media (max-width: 768px) {
	.blog-post > article > div > .blog-info-post-top {
		text-align: center;
	}
}

.blog-post > article > div > .blog-info-post-top .blog-info-left {
	display: block;
	vertical-align: middle;
}

.blog-post > article > div > .blog-info-post-top .blog-info-right {
	margin-top: -43px;
	float: right;
	font-size: 12px;
}

.blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-info {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-info li {
	margin-right: 0;
	margin-left: 25px;
}

@media (max-width: 768px) {
	.blog-post > article > div > .blog-info-post-top .blog-info-right {
		position: relative;
		float: none;
		margin: 0 auto;
		padding-top: 0px;
		padding-bottom: 6px;
	}
	
	.blog-post > article > div > .blog-info-post-top .blog-info-right .i, .blog-post > article > div > .blog-info-post-top .blog-info-right .icon-fav, .blog-post > article > div > .blog-info-post-top .blog-info-right .icon-comments {
		display: none;
	}
	
	.blog-post > article > div > .blog-info-post-top .blog-info-right li {
		float: none;
		padding-top: 0;
	}
	
	.blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-info li:first-child {
		margin-left: 0;
	}
}

.blog-post .blog-info-post-bottom {
	margin-top: 40px;
	padding: 14px 0px 11px;
	margin-bottom: 0px;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.blog-post .blog-info-post-bottom .tags-line .tags-line-left {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.blog-post .blog-info-post-bottom .tags-line .tags-line-right {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.blog-post .blog-info-post-bottom .tags-line .tags a {
	line-height: 1.3em;
}

.blog-post .blog-info-post-bottom .tags-line .tags a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.blog-post .blog-info-post-bottom .tags-line .tags a:before {
	color: #0a306c;
	color: var(--black);
}

@media (max-width: 991px) {
	.blog-post .blog-info-post-bottom .tags-line {
		text-align: center;
	}
	
	.blog-post .blog-info-post-bottom .tags-line .tags-line-left, .blog-post .blog-info-post-bottom .tags-line .tags-line-right {
		width: 100%;
		display: block;
	}
}

.blog-post .blog-info-post-bottom .tags-line .lte-tags .tags-header {
	margin-right: 12px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: 0px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

@media (max-width: 991px) {
	.blog-post .blog-info-post-bottom .tags-line .lte-tags .tags-header {
		display: none;
	}
}

.blog-post .blog-info-post-bottom .tags-line .lte-tags .tags-short {
	display: inline-block;
	padding-left: 0px;
	vertical-align: top;
	margin-top: 0px;
}

.blog-post .blog-info-post-bottom .tags-line .lte-tags a {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #0a306c !important;
	color: var(--black) !important;
}

.blog-post .blog-info-post-bottom .tags-line .lte-tags a:hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff !important;
	color: var(--white) !important;
}

.blog-post .tags-many {
	display: block;
}

@media (min-width: 1200px) {
	.blog-post .tags-many {
		margin-right: -40%;
	}
}

.blog-post .tags-many a {
	display: inline-block;
	margin-right: 8px !important;
	margin-bottom: 6px;
}

.blog-post .cats-many {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #999;
}

.blog-post .cats-many .cats-many-header {
	margin-right: 12px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .blog-post .cats-many .cats-many-header {
	color: #fff;
	color: var(--white);
}

@media (max-width: 991px) {
	.blog-post .cats-many .cats-many-header {
		display: none;
	}
}

.blog-post .cats-many a {
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #0a306c;
	color: var(--black);
	background-color: transparent;
	font-size: 10px;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	border: 0 none;
}

.lte-background-black .blog-post .cats-many a {
	color: #e8bc5a;
	color: var(--main);
}

.blog-post .cats-many a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.blog-post .author-by {
	padding-left: 8px;
	padding-right: 14px;
}

.blog-post .tags-short {
	margin: 4px 0 0 0px;
	font-size: 14px;
	color: #0a306c;
	color: var(--black);
	display: inline-block;
}

.blog-post .tags-short strong {
	color: #0a306c;
	color: var(--black);
}

.blog-post .tags-short .fa {
	float: left;
	padding-top: 7px;
	padding-right: 10px;
}

.blog-post .tags-short a {
	margin: 0;
	margin-bottom: 8px;
}

.blog-post .mejs-container {
	margin-bottom: 8px;
}

.blog-post iframe {
	display: block;
}

.page-links {
	clear: both;
	margin: 1em 0 1em;
	font-weight: bold;
	font-size: 18px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.page-links .page-links-title {
	padding-right: 10px;
}

.page-links span:not(.page-links-title) {
	padding-right: 13px;
}

.page-links > span.current {
	color: #e8bc5a;
	color: var(--main);
	padding-right: 0;
}

.page-links a span {
	zoom: 1 !important;
	filter: alpha(opacity=100) !important;
	-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	padding-right: 16px;
}

@media (max-width: 768px) {
	.page-links {
		font-size: 18px;
		text-align: center;
	}
	
	.page-links span:not(.page-links-title), .page-links a span {
		font-size: 24px;
	}
}

.lte-related > .lte-heading .lte-header, .comments-area .comments-title, .comment-reply-title {
	font-size: 36px;
	text-align: center;
}

.lte-related {
	margin-top: 40px !important;
	padding-bottom: 0px !important;
}

.lte-related .row {
	margin-top: -60px;
}

.lte-related .lte-heading {
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 20px;
}

.lte-related article .lte-header > h3 {
	font-size: 24px;
}

.lte-author-bio {
	font-size: 14px;
	background-color: #f2f0ea;
	background-color: var(--gray);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 60px;
	margin: 60px 0 60px;
	width: 100%;
	text-align: left;
	display: table;
}

@media (max-width: 768px) {
	.lte-author-bio {
		display: block;
		width: 100%;
	}
}

.lte-author-bio p {
	margin-bottom: 0;
	font-size: 14px;
}

.lte-author-bio a + .i {
	color: #e8bc5a;
	color: var(--main);
	margin: 0 10px;
}

.lte-author-bio .author-links {
	margin-top: 24px;
}

.lte-author-bio h5 {
	margin: -6px 0 10px 0;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 24px;
	color: #0a306c;
	color: var(--black);
}

.lte-author-bio .author-name {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 6px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-weight: 600;
	color: #e8bc5a;
	color: var(--main);
}

.lte-author-bio .author-image, .lte-author-bio .author-info {
	vertical-align: top;
}

.lte-author-bio .author-image.author-info, .lte-author-bio .author-info.author-info {
	float: left;
	width: 85%;
	margin-top: -6px;
}

@media (max-width: 1599px) {
	.lte-author-bio .author-image.author-info, .lte-author-bio .author-info.author-info {
		width: 82%;
	}
}

@media (max-width: 991px) {
	.lte-author-bio .author-image.author-info, .lte-author-bio .author-info.author-info {
		text-align: center;
		float: none;
		width: 100%;
	}
}

.lte-author-bio .author-image.author-image, .lte-author-bio .author-info.author-image {
	width: 15%;
	text-align: left;
	margin: 0 auto 8px 0;
	float: left;
}

@media (max-width: 1599px) {
	.lte-author-bio .author-image.author-image, .lte-author-bio .author-info.author-image {
		width: 18%;
	}
}

@media (max-width: 991px) {
	.lte-author-bio .author-image.author-image, .lte-author-bio .author-info.author-image {
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

.lte-author-bio .author-image.author-image img, .lte-author-bio .author-info.author-image img {
	max-width: 120px;
	height: auto;
	display: inline-block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-author-bio .author-image.author-image span, .lte-author-bio .author-info.author-image span {
	display: inline-block;
	text-align: left;
	margin-left: 20px;
	padding-top: 10px;
	vertical-align: middle;
}

.lte-author-bio .author-image.author-image p, .lte-author-bio .author-info.author-image p {
	font-size: 14px;
	margin: 0 0 -4px;
}

@media (max-width: 768px) {
	.lte-author-bio .author-image.author-image, .lte-author-bio .author-info.author-image {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.lte-author-bio .author-image.author-image img, .lte-author-bio .author-info.author-image img {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.lte-author-bio .author-image, .lte-author-bio .author-info {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.lte-author-bio .author-image.author-info, .lte-author-bio .author-info.author-info {
		padding-left: 0;
	}
}

.nav-links {
	margin: 40px 0 25px 0;
}

@media (max-width: 991px) {
	.nav-links {
		display: none;
	}
}

.nav-links > span {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	color: #e8bc5a;
	color: var(--main);
}

@media (min-width: 992px) {
	.nav-links > span:before {
		margin-top: -2px !important;
	}
	
	.nav-links > span:after {
		margin-top: -2px !important;
	}
}

@media (max-width: 991px) {
	.nav-links > span:before {
		margin-top: 0px !important;
	}
	
	.nav-links > span:after {
		margin-top: 0px !important;
	}
}

.nav-links > .next:first-child {
	width: 100%;
}

.nav-links a {
	font-size: 18px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.nav-links a span {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.nav-links a span span {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.nav-links a:hover span {
	color: #e8bc5a;
	color: var(--main);
}

.nav-links a:hover span span {
	color: #0a306c;
	color: var(--black);
}

@media (max-width: 991px) {
	.nav-links a span {
		display: none;
	}
}

.nav-links span {
	max-width: 320px;
	color: #0a306c;
	color: var(--black);
	line-height: 1.3em;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	position: relative;
	background-color: #f2f0ea;
	background-color: var(--gray);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.nav-links span .nav-arrow {
	display: block;
	color: #e8bc5a;
	color: var(--main);
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 14px;
}

.nav-links span img {
	max-width: 90px;
	height: auto;
	margin-bottom: 30px;
}

.nav-links span.prev a {
	padding-left: 40px;
	display: inline-block;
}

.nav-links span.prev a img {
	float: left;
	margin-right: 18px;
}

.nav-links span.prev a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	content: "";
	font-size: 18px;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-links span.next {
	text-align: right;
	float: right;
}

.nav-links span.next a {
	padding-right: 40px;
	display: inline-block;
}

.nav-links span.next a img {
	float: right;
	margin-left: 18px;
}

.nav-links span.next a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	content: "";
	font-size: 18px;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-links .href-arrow-left {
	padding-right: 1%;
}

.nav-links .href-arrow-right {
	text-align: right;
	padding-left: 1%;
}

.tags-line + .post-navigation {
	margin-top: 25px;
}

.post-password-form {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	-webkit-border-radius: 24px !important;
	-moz-border-radius: 24px !important;
	border-radius: 24px !important;
	background-clip: border-box !important;
}

.post-password-form .lte-btn-wrap {
	margin-top: 25px;
	display: block;
}

.post-password-form .lte-btn-wrap .btn {
	font-size: 16px;
	padding: 14px 44px 14px 44px;
	line-height: 1.6em;
	min-width: 150px;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px !important;
	margin-top: 10px !important;
}

.post-password-form input[type="submit"] {
	display: inline-block;
}

.post-password-form label {
	font-size: 0;
	margin-top: -30px;
	display: inline-block;
	vertical-align: top;
}

.post-password-form input[type="submit"] {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.post-password-form p {
	max-width: 660px;
	margin: 0 auto 35px !important;
}

.post-password-form p:first-child {
	margin-bottom: 60px !important;
}

.comments-area {
	margin-top: 60px;
	margin-bottom: 0px;
}

.comments-area .comment-form-cookies-consent label {
	display: inline-block;
}

.comments-area .comment-navigation {
	margin-top: -25px;
}

.comments-area .comments-title {
	position: relative;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	display: block !important;
}

.comments-area .comment-list {
	list-style: none;
	margin-bottom: 60px;
}

.comments-area .comment-list .trackback {
	padding: 0px 0 10px;
	font-weight: bold;
}

.comments-area .comment-list .trackback a, .comments-area .comment-list .trackback span {
	font-weight: normal;
}

.comments-area .comment-list .trackback .url {
	padding-right: 10px;
	position: relative;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.comments-area .comment-list .trackback .edit-link a {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.comments-area .comment-list .trackback + .comment {
	padding-top: 50px;
}

.comments-area .comment-list li {
	padding-left: 0;
}

.comments-area .comment-list li .comment-single {
	padding: 0;
	margin-bottom: 32px;
	padding-bottom: 25px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.lte-background-black .comments-area .comment-list li .comment-single {
	border-color: rgba(255, 255, 255, .1);
}

@media (max-width: 768px) {
	.comments-area .comment-list li .comment-single {
		margin-bottom: 22px;
		padding-bottom: 20px;
	}
}

.comments-area .comment-list li > .children {
	list-style: none;
}

@media (min-width: 768px) {
	.comments-area .comment-list li > .children {
		padding-left: 90px;
	}
	
	.comments-area .comment-list li > .children > li > .children {
		padding-left: 90px;
	}
	
	.comments-area .comment-list li > .children > li > .children .children {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.comments-area .comment-list li > .children {
		padding-left: 80px;
	}
	
	.comments-area .comment-list li > .children .children {
		padding-left: 0;
	}
}

@media (max-width: 479px) {
	.comments-area .comment-list li > .children {
		padding-left: 50px;
	}
}

.comments-area .comment-list li > .children li article {
	position: relative;
}

.comments-area .comment-info {
	font-size: 15px;
	margin: 0 0 15px 0;
}

.comments-area .comment-info .comment-author {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #0a306c;
	color: var(--black);
	margin: 0 0 0 0;
	font-size: 18px;
}

.lte-background-black .comments-area .comment-info .comment-author {
	color: #e8bc5a;
	color: var(--main);
}

@media (max-width: 768px) {
	.comments-area .comment-info .comment-author {
		padding-top: 6px;
		font-size: 18px;
	}
}

.comments-area .comment-info .comment-date {
	margin-top: -8px;
	margin-right: 10px;
	padding-left: 0px;
	font-size: 12px;
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.comments-area .comment-info .comment-date .date-value {
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .comments-area .comment-info .comment-date .date-value {
	color: #fff;
	color: var(--white);
}

.comments-area .comment_not_approved {
	font-size: 12px;
	color: #e8bc5a;
	color: var(--main);
}

.comments-area .comments-ol .comment-list {
	padding-left: 0px;
}

.comments-area .comments-ol .comment-list > li.comment {
	padding-left: 0;
}

.comments-area .comments-ol .comment-respond {
	margin-bottom: 70px;
	text-align: center;
}

.comments-area .comments-ol .comment-respond h3 {
	display: inline-block;
}

.comments-area .comments-ol .comment-respond h3 span {
	display: none;
}

.comments-area .comment-text p {
	font-size: 16px;
	margin-bottom: 15px;
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

@media (max-width: 768px) {
	.comments-area .comment-text {
		margin-left: -85px;
		padding-top: 8px;
	}
	
	.comments-area .comment-text p {
		font-size: 15px;
		line-height: 1.5em;
	}
}

.comments-area .comment-reply-link {
	color: #0a306c;
	color: var(--black);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 12px;
	text-transform: uppercase;
}

.comments-area .comment-reply-link:hover {
	color: #e8bc5a;
	color: var(--main);
}

.comments-area .comment-reply-link:before {
	margin-right: 6px;
	position: relative;
	top: -1px;
	content: "+";
	color: #e8bc5a;
	color: var(--main);
	font-size: 18px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
}

.lte-background-black .comments-area .comment-reply-link {
	color: #e8bc5a;
	color: var(--main);
}

.lte-background-black .comments-area .comment-reply-link:before {
	color: #e8bc5a;
	color: var(--main);
}

@media (max-width: 768px) {
	.comments-area .comment-reply {
		margin-left: -85px;
	}
}

.comments-area .comment-author-avatar {
	position: absolute;
	top: 6px;
}

.comments-area .comment-author-avatar img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
}

.comments-area .comment-content {
	padding: 0 0 0 90px;
}

@media (max-width: 768px) {
	.comments-area .comment-content {
		padding-right: 10px;
		padding-left: 83px;
	}
}

.comment-respond {
	margin-bottom: 0px;
}

.comments-form-wrap {
	padding-top: 20px;
}

.comments-form-wrap h3 {
	color: #0a306c;
	color: var(--black);
}

.comments-form-wrap h3:not(.comment-reply-title) {
	margin: 0px 0 20px 0;
}

.comments-form-wrap h3.comment-reply-title {
	color: #0a306c;
	color: var(--black);
	margin: 0 0 20px;
}

.comment-respond form, .comments-form form {
	margin-top: 30px !important;
	padding: 0px 40px !important;
}

.lte-background-black .comment-respond form, .lte-background-black .comments-form form {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

@media (max-width: 768px) {
	.comment-respond form, .comments-form form {
		padding: 40px 20px !important;
	}
}

.comment-respond.comment-respond form, .comments-form.comment-respond form {
	margin-top: 0 !important;
	padding: 0px 0px !important;
}

@media (max-width: 768px) {
	.comment-respond.comment-respond form, .comments-form.comment-respond form {
		padding: 40px 20px !important;
	}
}

@media (max-width: 768px) {
	.comment-respond #send_comment, .comments-form #send_comment {
		padding: 16px 35px !important;
		min-width: initial !important;
	}
}

.form-submit {
	text-align: center;
}

.comments-field {
	margin-bottom: 20px;
}

h3.comment-reply-title {
	color: #0a306c !important;
	color: var(--black) !important;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
	padding-bottom: 0px;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
}

.lte-background-black h3.comment-reply-title {
	color: #fff !important;
	color: var(--white) !important;
}

h3.comment-reply-title small {
	display: none;
	font-weight: bold;
	text-transform: lowercase;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 14px;
	height: 20px;
	text-align: center;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #0a306c;
	color: var(--black);
}

@media (max-width: 768px) {
	h3.comment-reply-title {
		font-size: 36px;
	}
}

.comments-ol h3 {
	font-size: 30px;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.comments-ol h3:before, .comments-ol h3:after {
	display: none;
}

.comments-ol h3 + form {
	margin-top: 4px;
}

.comments-ol h3 small {
	border-bottom: 0;
	display: block;
}

.comments-ol h3 small a {
	float: right;
	height: 32px;
	width: 32px;
	overflow: hidden;
	position: absolute;
	right: -40px;
	bottom: 20px;
}

.comments-ol h3 small a:before {
	content: "×";
	font-size: 32px;
	padding: 8px 0;
	color: #e8bc5a;
	color: var(--main);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	width: 30px;
	height: 30px;
	line-height: 2px;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-weight: bold;
}

.comments-ol h3 small a:hover:before {
	color: #0a306c;
	color: var(--black);
}

form.comment-form {
	margin-top: 20px;
	color: #0a306c;
	color: var(--black);
	padding: 10px 0px 45px;
	text-align: left;
}

.lte-background-black form.comment-form {
	color: #fff;
	color: var(--white);
}

form.comment-form .select-wrap, form.comment-form textarea, form.comment-form input:not([type="submit"]) {
	border: 2px solid rgba(255, 255, 255, .2) !important;
	background-color: #f2f0ea;
	background-color: var(--gray);
}

form.comment-form form {
	background: var(--white) !important;
}

form.comment-form .comments_notes {
	text-align: left;
	font-size: 14px;
	margin-bottom: 22px;
	color: #e65338;
	color: var(--red);
	text-align: center;
}

form.comment-form .comments-field label {
	display: none;
}

form.comment-form input[type="text"], form.comment-form textarea {
	width: 100%;
}

form.comment-form .form-submit {
	margin-bottom: 0;
}

form.comment-form .submit {
	margin: 0 !important;
	min-width: 240px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.layout-featured {
		margin: 0 9%;
	}
}

.blog.layout-featured .lte-featured-large .lte-cats a:hover {
	color: #fff;
	color: var(--white);
}

.blog.layout-featured .lte-featured-large .lte-description {
	padding: 30px 0px;
}

.blog.layout-featured .lte-featured-large .lte-description .lte-header > * {
	font-size: 36px;
}

@media (max-width: 768px) {
	.blog.layout-featured .lte-featured-large .lte-description .lte-header > * {
		font-size: 24px;
	}
}

.blog.layout-featured .lte-featured-large .lte-description .lte-header > *:hover {
	color: #e8bc5a;
	color: var(--main);
}

.blog.layout-featured .lte-featured-large .lte-description .lte-post-info li span {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.blog.layout-featured .lte-featured-large .lte-description .lte-post-info li:hover span {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.blog.layout-featured .lte-featured-small {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

article.lte-featured-post {
	position: relative;
}

article.lte-featured-post .lte-photo {
	min-height: 521px;
	background-size: cover;
}

@media (max-width: 768px) {
	article.lte-featured-post .lte-photo {
		min-height: 360px;
	}
}

article.lte-featured-post .lte-photo .lte-photo-overlay {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

article.lte-featured-post .lte-photo .lte-photo-overlay-href {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

article.lte-featured-post .lte-post-headline {
	color: #fff;
	color: var(--white);
}

article.lte-featured-post .lte-post-headline a {
	color: #fff;
	color: var(--white);
}

article.lte-featured-post .lte-post-headline .lte-date {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

article.lte-featured-post .lte-post-headline .lte-cats:before {
	border-color: #fff;
	border-color: var(--white);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

article.lte-featured-post .lte-description-featured {
	color: #fff;
	color: var(--white);
	margin-bottom: 0;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	z-index: 3;
}

@media (max-width: 768px) {
	article.lte-featured-post .lte-description-featured {
		left: 30px;
		right: 30px;
		bottom: 30px;
	}
}

article.lte-featured-post .lte-description-featured h3 {
	color: #fff;
	color: var(--white);
	font-size: 30px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 1.3em;
	margin: 4px 0 0 0;
}

@media (max-width: 768px) {
	article.lte-featured-post .lte-description-featured h3 {
		font-size: 36px;
	}
}

@media (max-width: 479px) {
	article.lte-featured-post .lte-description-featured h3 {
		font-size: 24px;
	}
}

article.lte-featured-post .lte-description-featured h3:hover {
	zoom: 1;
	filter: alpha(opacity=90);
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
}

.lte-blog-sc.blog .lte-blog-inline {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f2f0ea;
	background-color: var(--gray);
	margin-bottom: 30px !important;
}

@media (min-width: 992px) {
	.lte-blog-sc.blog .lte-blog-inline .lte-photo {
		width: 35%;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-border-radius-bottomright: 0;
		-moz-background-clip: padding;
		border-bottom-right-radius: 0;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.lte-blog-sc.blog .lte-blog-inline .lte-photo img {
		height: 100%;
		width: auto !important;
		max-width: initial !important;
		top: 50%;
		left: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-border-radius-bottomright: 0;
		-moz-background-clip: padding;
		border-bottom-right-radius: 0;
	}
	
	.lte-blog-sc.blog .lte-blog-inline .lte-photo:hover img {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		-moz-transform: translate(-50%, -50%) scale(1.1);
		-ms-transform: translate(-50%, -50%) scale(1.1);
		-o-transform: translate(-50%, -50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
	}
	
	.lte-blog-sc.blog .lte-blog-inline .lte-description {
		width: 65%;
		padding: 30px 30px 10px !important;
	}
	
	.lte-blog-sc.blog .lte-blog-inline .lte-description .lte-header > * {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.lte-blog-sc.blog .lte-blog-inline .lte-photo {
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		width: 100%;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-border-radius-bottomleft: 0;
		-moz-background-clip: padding;
		border-bottom-left-radius: 0;
	}
	
	.lte-blog-sc.blog .lte-blog-inline .lte-photo img {
		height: 100%;
		width: 100% !important;
		max-width: initial !important;
	}
	
	.lte-blog-sc.blog .lte-blog-inline .lte-description {
		padding: 30px 30px 10px !important;
	}
	
	.lte-blog-sc.blog .lte-blog-inline .lte-description .lte-header > * {
		font-size: 24px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.lte-blog-sc.blog .lte-blog-inline .lte-icon-fav {
		display: none;
	}
}

.lte-blog-sc.blog .lte-featured-large .lte-photo {
	max-height: 470px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.lte-blog-sc.blog .lte-featured-large .lte-photo img {
		width: 100%;
		max-width: auto;
	}
}

.lte-blog-sc.blog .lte-featured-large .lte-header > * {
	font-size: 36px;
	line-height: 1.3em;
}

.lte-blog-sc.blog .lte-featured-large .lte-excerpt {
	font-size: 18px;
}

@media (max-width: 991px) {
	.lte-blog-sc.blog .lte-featured-large {
		margin-bottom: 15px;
	}
	
	.lte-blog-sc.blog .lte-featured-large .lte-header > * {
		font-size: 24px;
	}
	
	.lte-blog-sc.blog .lte-featured-large .lte-excerpt {
		font-size: 16px;
	}
	
	.lte-blog-sc.blog .lte-featured-large .lte-photo {
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-border-radius-bottomright: 0;
		-moz-background-clip: padding;
		border-bottom-right-radius: 0;
	}
	
	.lte-blog-sc.blog .lte-featured-large .lte-description {
		background-color: #f2f0ea;
		background-color: var(--gray);
		padding: 30px 30px 20px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
		background-clip: border-box;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-border-radius-topright: 0;
		-moz-background-clip: padding;
		border-top-right-radius: 0;
	}
}

.lte-sharing-header {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	float: right;
}

@media (max-width: 991px) {
	.lte-sharing-header {
		display: none;
	}
}

.lte-sharing-header .header {
	font-size: 16px;
	margin-left: 10px;
	margin-right: 2px;
}

.lte-sharing-header .fa {
	color: #e8bc5a;
	color: var(--main);
	font-size: 18px;
	margin-right: -4px;
	position: relative;
	bottom: -1px;
}

.lte-sharing-header:hover + .lte-sharing {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.tags-many-wrapper .lte-sharing-header {
	display: none;
}

.lte-sharing {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding: 12px 0;
}

@media (min-width: 992px) {
	.lte-sharing {
		position: absolute;
		right: 0;
		bottom: -40px;
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
}

.lte-sharing:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

@media (max-width: 991px) {
	.lte-sharing {
		text-align: center;
		margin: 15px auto;
		display: block;
	}
}

.lte-sharing li {
	display: inline-block;
	margin-left: 12px;
}

@media (max-width: 768px) {
	.lte-sharing li {
		margin-left: 6px;
		margin-right: 6px;
	}
}

.lte-sharing li.sharing-header {
	margin-right: 0px;
	vertical-align: top;
	padding-top: 0px;
	font-size: 16px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

@media (max-width: 991px) {
	.lte-sharing li.sharing-header {
		display: none;
	}
}

.lte-sharing li a span {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #fff;
	color: var(--white);
	font-size: 13px;
	width: 27px;
	height: 27px;
	overflow: hidden;
	line-height: 28px;
	text-align: center;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-sharing li a:hover span {
	background-color: #0a306c !important;
	background-color: var(--black) !important;
}

/*
	14. Gallery
*/
.gallery-page {
	margin-top: 0px;
}

.gallery-page > .row {
	margin-top: -50px;
}

.gallery-page .paging-navigation {
	margin-top: -10px;
}

.gallery-page .item {
	margin-top: 50px;
	text-align: center;
}

.gallery-page .item .header {
	font-size: 24px;
	line-height: 1.5em;
	margin: 8px 0 0 !important;
	padding-bottom: 12px;
}

@media (max-width: 991px) {
	.gallery-page .item {
		margin-bottom: 40px;
	}
}

.gallery-page .photo {
	transition: visibility 0s linear .2s, opacity .2s linear;
	position: relative;
	overflow: hidden;
	display: block;
}

.gallery-page .photo img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.gallery-page .photo .fa {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	font-size: 26px;
	color: #fff;
	color: var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	background: rgba(0, 0, 0, .8);
	padding: 20px;
	z-index: 10;
}

.gallery-page .photo:after {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	transition: visibility 0s linear .2s, opacity .2s linear;
}

.gallery-page .photo:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.gallery-page .photo:hover .fa {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.gallery-page .photo:hover:after {
	zoom: 1;
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

.gallery-page .descr {
	padding: 0px 0px;
}

.gallery-page .descr .header {
	margin: 18px 0 6px;
	line-height: 1.5em;
}

.gallery-page .descr .fa {
	color: #e8bc5a;
	color: var(--main);
	margin-right: 10px;
}

.gallery-page .descr a {
	color: #f2f0ea;
	color: var(--gray);
	font-size: 14px;
}

.gallery-page ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gallery-page ul li {
	font-size: 14px;
	color: #f2f0ea;
	color: var(--gray);
	margin-right: 15px;
	display: inline-block;
}

.gallery-page.gallery-col-4 > .row {
	margin-top: -20px;
}

.gallery-page.gallery-col-4 .item {
	margin-top: 20px;
}

.gallery-page.gallery-col-4 .item .header {
	font-size: 24px !important;
}

.gallery-inner {
	margin-top: -30px;
}

.gallery-inner .item {
	margin-top: 30px;
}

.lte-gallery-sc.lte-gallery-slider {
	margin-bottom: 3px;
}

.lte-gallery-sc .lte-gallery-header {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 30px;
	color: #fff;
	color: var(--white);
	background-color: rgba(0, 0, 0, .5);
	padding: 30px 50px;
	border: 1px dashed rgba(255, 255, 255, .6);
	z-index: 2;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media (max-width: 991px) {
	.lte-gallery-sc .lte-gallery-header {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.lte-gallery-sc .lte-gallery-header {
		text-align: center;
	}
}

.lte-gallery-sc .lte-gallery-header span {
	color: #e8bc5a;
	color: var(--main);
}

.lte-gallery-sc .lte-gallery-header:hover {
	background-color: rgba(0, 0, 0, .75);
}

.lte-gallery-sc .lte-photo {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.elementor-editor-active .lte-gallery-sc .lte-photo {
	pointer-events: none;
}

.lte-gallery-sc .lte-photo.swipebox img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.lte-gallery-sc .lte-photo.swipebox img:hover {}

.lte-gallery-sc .lte-photo span {
	position: relative;
	display: block;
	overflow: hidden;
}

.lte-gallery-sc .lte-photo:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.lte-gallery-sc.lte-gallery-grid {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 0px;
}

.lte-gallery-sc.lte-gallery-grid .lte-photo {}

.lte-gallery-sc.lte-gallery-grid .lte-photo span {
	margin: 15px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	overflow: hidden;
}

@media (max-width: 991px) {
	.lte-gallery-sc.lte-gallery-grid .lte-photo span {
		margin: 8px;
	}
}

@media (min-width: 768px) {
	.lte-gallery-sc.lte-gallery-grid .lte-photo {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (max-width: 768px) {
	.lte-gallery-sc.lte-gallery-grid .lte-photo {
		-webkit-box-flex: 50;
		-moz-box-flex: 50;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}
}

.lte-widget-gallery {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -16px -8px 16px;
}

.lte-widget-gallery .lte-item {
	width: 33.3%;
	padding: 16px 8px 0;
	overflow: hidden;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-widget-gallery .lte-item img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-widget-gallery .lte-item:hover img {
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

/*
    15. Forms (buttons/radio/inputs)
*/
a.lte-btn:hover {
	-webkit-transition-delay: .3s, 0s, 0s !important;
	-moz-transition-delay: .3s, 0s, 0s !important;
	-o-transition-delay: .3s, 0s, 0s !important;
	transition-delay: .3s, 0s, 0s !important;
}

/*.woocommerce div:not(.lte-item-descr) { display: none; a.lte-btn:hover { .transition-delay(0s, 0s, 0s) !important; } }*/
.button, input[type="button"], input[type="submit"], .lte-btn {
	position: relative;
	overflow: hidden;
	-webkit-background-clip: border-box !important;
	-moz-background-clip: border-box !important;
	background-clip: border-box !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: background .25s, color .25s, border .25s !important;
	-moz-transition: background .25s, color .25s, border .25s !important;
	-o-transition: background .25s, color .25s, border .25s !important;
	transition: background .25s, color .25s, border .25s !important;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 14px;
	padding: 12px 38px 12px 38px;
	min-width: 165px;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 0px solid var(--main);
	color: #0a306c;
	color: var(--black);
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-invert-color-main .button, .lte-invert-color-main input[type="button"], .lte-invert-color-main input[type="submit"], .lte-invert-color-main .lte-btn {
	color: #fff;
	color: var(--white);
}

.button span, input[type="button"] span, input[type="submit"] span, .lte-btn span {
	-webkit-transition: background .25s, color .25s, border .25s !important;
	-moz-transition: background .25s, color .25s, border .25s !important;
	-o-transition: background .25s, color .25s, border .25s !important;
	transition: background .25s, color .25s, border .25s !important;
}

.button .lte-btn-inner:before, input[type="button"] .lte-btn-inner:before, input[type="submit"] .lte-btn-inner:before, .lte-btn .lte-btn-inner:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	z-index: -1;
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	content: "";
}

.button:focus, input[type="button"]:focus, input[type="submit"]:focus, .lte-btn:focus, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .lte-btn:hover {
	color: #fff;
	color: var(--white);
	border-color: #fff;
	border-color: var(--white);
}

.button:focus .lte-btn-inner:before, input[type="button"]:focus .lte-btn-inner:before, input[type="submit"]:focus .lte-btn-inner:before, .lte-btn:focus .lte-btn-inner:before, .button:hover .lte-btn-inner:before, input[type="button"]:hover .lte-btn-inner:before, input[type="submit"]:hover .lte-btn-inner:before, .lte-btn:hover .lte-btn-inner:before {
	height: 100%;
}

.button.btn-lg, input[type="button"].btn-lg, input[type="submit"].btn-lg, .lte-btn.btn-lg {
	padding: 22px 24px 22px;
	min-width: 230px;
	font-size: 16px;
}

.button.btn-lg:before, input[type="button"].btn-lg:before, input[type="submit"].btn-lg:before, .lte-btn.btn-lg:before {
	top: 20px;
	right: 46px;
	font-size: 34px;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

@media (max-width: 768px) {
	.button.btn-lg, input[type="button"].btn-lg, input[type="submit"].btn-lg, .lte-btn.btn-lg {
		padding: 16px 30px;
		min-width: 200px;
	}
}

.button.btn-xs, input[type="button"].btn-xs, input[type="submit"].btn-xs, .lte-btn.btn-xs {
	padding: 16px 30px 16px 30px;
	line-height: 1.6em;
	min-width: 170px;
}

.button .lte-btn-inner, input[type="button"] .lte-btn-inner, input[type="submit"] .lte-btn-inner, .lte-btn .lte-btn-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.button .lte-btn-overlay, input[type="button"] .lte-btn-overlay, input[type="submit"] .lte-btn-overlay, .lte-btn .lte-btn-overlay {
	display: block;
	position: absolute;
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: width .25s ease-out;
	-moz-transition: width .25s ease-out;
	-o-transition: width .25s ease-out;
	transition: width .25s ease-out;
	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	-o-transition-delay: 0 !important;
	transition-delay: 0 !important;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: -1;
}

.button .lte-btn-overlay.lte-btn-overlay-top, input[type="button"] .lte-btn-overlay.lte-btn-overlay-top, input[type="submit"] .lte-btn-overlay.lte-btn-overlay-top, .lte-btn .lte-btn-overlay.lte-btn-overlay-top {
	display: none !important;
	top: 0;
	bottom: auto;
}

.button.btn-transparent, input[type="button"].btn-transparent, input[type="submit"].btn-transparent, .lte-btn.btn-transparent {
	border: 0 none;
	background-color: transparent;
	min-width: initial;
	color: #e8bc5a;
	color: var(--main);
}

@media (min-width: 480px) {
	.button.btn-transparent, input[type="button"].btn-transparent, input[type="submit"].btn-transparent, .lte-btn.btn-transparent {
		padding-left: 0;
	}
}

.button.btn-transparent .lte-btn-inner:before, input[type="button"].btn-transparent .lte-btn-inner:before, input[type="submit"].btn-transparent .lte-btn-inner:before, .lte-btn.btn-transparent .lte-btn-inner:before {
	background-color: transparent;
}

.button.btn-transparent:hover, input[type="button"].btn-transparent:hover, input[type="submit"].btn-transparent:hover, .lte-btn.btn-transparent:hover {
	background-color: transparent;
}

.button.btn-second, input[type="button"].btn-second, input[type="submit"].btn-second, .lte-btn.btn-second {
	border-color: #e8bc5a;
	border-color: var(--second);
	color: #0a306c;
	color: var(--black);
}

.button.btn-second:hover, input[type="button"].btn-second:hover, input[type="submit"].btn-second:hover, .lte-btn.btn-second:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-invert-color-main .button.btn-second, .lte-invert-color-main input[type="button"].btn-second, .lte-invert-color-main input[type="submit"].btn-second, .lte-invert-color-main .lte-btn.btn-second {
	color: #fff;
	color: var(--white);
}

.button.btn-black, input[type="button"].btn-black, input[type="submit"].btn-black, .lte-btn.btn-black {
	color: #fff;
	color: var(--white);
	background-color: #0a306c;
	background-color: var(--black);
}

.button.btn-black .lte-btn-inner:before, input[type="button"].btn-black .lte-btn-inner:before, input[type="submit"].btn-black .lte-btn-inner:before, .lte-btn.btn-black .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.button.btn-black:hover, input[type="button"].btn-black:hover, input[type="submit"].btn-black:hover, .lte-btn.btn-black:hover {
	color: #0a306c;
	color: var(--black);
}

.button.btn-gray, input[type="button"].btn-gray, input[type="submit"].btn-gray, .lte-btn.btn-gray {
	color: #f2f0ea;
	color: var(--gray);
	border-color: #f2f0ea;
	border-color: var(--gray);
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.button.btn-gray:hover, input[type="button"].btn-gray:hover, input[type="submit"].btn-gray:hover, .lte-btn.btn-gray:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.button.btn-white, input[type="button"].btn-white, input[type="submit"].btn-white, .lte-btn.btn-white {
	color: #fff;
	color: var(--white);
	border-color: #fff;
	border-color: var(--white);
	background-color: #fff;
	background-color: var(--white);
}

.button.btn-white:hover, input[type="button"].btn-white:hover, input[type="submit"].btn-white:hover, .lte-btn.btn-white:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.button.color-hover-main .lte-btn-inner:before, input[type="button"].color-hover-main .lte-btn-inner:before, input[type="submit"].color-hover-main .lte-btn-inner:before, .lte-btn.color-hover-main .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.button.color-hover-main:focus, input[type="button"].color-hover-main:focus, input[type="submit"].color-hover-main:focus, .lte-btn.color-hover-main:focus, .button.color-hover-main:hover, input[type="button"].color-hover-main:hover, input[type="submit"].color-hover-main:hover, .lte-btn.color-hover-main:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-invert-color-main .button.color-hover-main:focus, .lte-invert-color-main input[type="button"].color-hover-main:focus, .lte-invert-color-main input[type="submit"].color-hover-main:focus, .lte-invert-color-main .lte-btn.color-hover-main:focus, .lte-invert-color-main .button.color-hover-main:hover, .lte-invert-color-main input[type="button"].color-hover-main:hover, .lte-invert-color-main input[type="submit"].color-hover-main:hover, .lte-invert-color-main .lte-btn.color-hover-main:hover {
	color: #fff;
	color: var(--white);
}

.button.color-hover-second .lte-btn-inner:before, input[type="button"].color-hover-second .lte-btn-inner:before, input[type="submit"].color-hover-second .lte-btn-inner:before, .lte-btn.color-hover-second .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--second);
}

.button.color-hover-second:focus, input[type="button"].color-hover-second:focus, input[type="submit"].color-hover-second:focus, .lte-btn.color-hover-second:focus, .button.color-hover-second:hover, input[type="button"].color-hover-second:hover, input[type="submit"].color-hover-second:hover, .lte-btn.color-hover-second:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--second);
}

.lte-invert-color-main:hover .button.color-hover-second, .lte-invert-color-main:hover input[type="button"].color-hover-second, .lte-invert-color-main:hover input[type="submit"].color-hover-second, .lte-invert-color-main:hover .lte-btn.color-hover-second {
	color: #fff;
	color: var(--white);
}

.button.color-hover-black .lte-btn-inner:before, input[type="button"].color-hover-black .lte-btn-inner:before, input[type="submit"].color-hover-black .lte-btn-inner:before, .lte-btn.color-hover-black .lte-btn-inner:before {
	background-color: #0a306c;
	background-color: var(--black);
}

.button.color-hover-black:hover, input[type="button"].color-hover-black:hover, input[type="submit"].color-hover-black:hover, .lte-btn.color-hover-black:hover {
	color: #fff;
	color: var(--white);
	border-color: #0a306c;
	border-color: var(--black);
}

.button.color-hover-black:hover .lte-btn-after, input[type="button"].color-hover-black:hover .lte-btn-after, input[type="submit"].color-hover-black:hover .lte-btn-after, .lte-btn.color-hover-black:hover .lte-btn-after {
	border-color: #fff;
	border-color: var(--white);
}

.button.color-hover-white .lte-btn-inner:before, input[type="button"].color-hover-white .lte-btn-inner:before, input[type="submit"].color-hover-white .lte-btn-inner:before, .lte-btn.color-hover-white .lte-btn-inner:before {
	background-color: #fff;
	background-color: var(--white);
}

.button.color-hover-white:focus, input[type="button"].color-hover-white:focus, input[type="submit"].color-hover-white:focus, .lte-btn.color-hover-white:focus, .button.color-hover-white:hover, input[type="button"].color-hover-white:hover, input[type="submit"].color-hover-white:hover, .lte-btn.color-hover-white:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #fff;
	border-color: var(--white);
}

.button.color-hover-white:focus span, input[type="button"].color-hover-white:focus span, input[type="submit"].color-hover-white:focus span, .lte-btn.color-hover-white:focus span, .button.color-hover-white:hover span, input[type="button"].color-hover-white:hover span, input[type="submit"].color-hover-white:hover span, .lte-btn.color-hover-white:hover span {
	border-color: #0a306c;
	border-color: var(--black);
}

.button.color-hover-white:focus .lte-btn-after, input[type="button"].color-hover-white:focus .lte-btn-after, input[type="submit"].color-hover-white:focus .lte-btn-after, .lte-btn.color-hover-white:focus .lte-btn-after, .button.color-hover-white:hover .lte-btn-after, input[type="button"].color-hover-white:hover .lte-btn-after, input[type="submit"].color-hover-white:hover .lte-btn-after, .lte-btn.color-hover-white:hover .lte-btn-after {
	border-color: #0a306c;
	border-color: var(--black);
}

.button.color-hover-gray .lte-btn-inner:before, input[type="button"].color-hover-gray .lte-btn-inner:before, input[type="submit"].color-hover-gray .lte-btn-inner:before, .lte-btn.color-hover-gray .lte-btn-inner:before {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.button.color-hover-gray:focus, input[type="button"].color-hover-gray:focus, input[type="submit"].color-hover-gray:focus, .lte-btn.color-hover-gray:focus, .button.color-hover-gray:hover, input[type="button"].color-hover-gray:hover, input[type="submit"].color-hover-gray:hover, .lte-btn.color-hover-gray:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #f2f0ea;
	border-color: var(--gray);
}

.button .lte-icon, input[type="button"] .lte-icon, input[type="submit"] .lte-icon, .lte-btn .lte-icon {
	margin-top: -22px;
	margin-bottom: -22px;
	margin-right: 16px;
}

.button .lte-icon i, input[type="button"] .lte-icon i, input[type="submit"] .lte-icon i, .lte-btn .lte-icon i {
	font-size: 68px;
	color: #e8bc5a;
	color: var(--main);
}

@media (max-width: 768px) {
	.button .lte-icon i, input[type="button"] .lte-icon i, input[type="submit"] .lte-icon i, .lte-btn .lte-icon i {
		font-size: 48px;
	}
}

.woocommerce #respond input#submit {
	position: relative;
	overflow: hidden;
	-webkit-background-clip: border-box !important;
	-moz-background-clip: border-box !important;
	background-clip: border-box !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: background .25s, color .25s, border .25s !important;
	-moz-transition: background .25s, color .25s, border .25s !important;
	-o-transition: background .25s, color .25s, border .25s !important;
	transition: background .25s, color .25s, border .25s !important;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 14px;
	padding: 12px 38px 12px 38px;
	min-width: 165px;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 0px solid var(--main);
	color: #0a306c;
	color: var(--black);
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-invert-color-main .woocommerce #respond input#submit {
	color: #fff;
	color: var(--white);
}

.woocommerce #respond input#submit span {
	-webkit-transition: background .25s, color .25s, border .25s !important;
	-moz-transition: background .25s, color .25s, border .25s !important;
	-o-transition: background .25s, color .25s, border .25s !important;
	transition: background .25s, color .25s, border .25s !important;
}

.woocommerce #respond input#submit .lte-btn-inner:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	z-index: -1;
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	content: "";
}

.woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover {
	color: #fff;
	color: var(--white);
	border-color: #fff;
	border-color: var(--white);
}

.woocommerce #respond input#submit:focus .lte-btn-inner:before, .woocommerce #respond input#submit:hover .lte-btn-inner:before {
	height: 100%;
}

.woocommerce #respond input#submit.btn-lg {
	padding: 22px 24px 22px;
	min-width: 230px;
	font-size: 16px;
}

.woocommerce #respond input#submit.btn-lg:before {
	top: 20px;
	right: 46px;
	font-size: 34px;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

@media (max-width: 768px) {
	.woocommerce #respond input#submit.btn-lg {
		padding: 16px 30px;
		min-width: 200px;
	}
}

.woocommerce #respond input#submit.btn-xs {
	padding: 16px 30px 16px 30px;
	line-height: 1.6em;
	min-width: 170px;
}

.woocommerce #respond input#submit .lte-btn-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.woocommerce #respond input#submit .lte-btn-overlay {
	display: block;
	position: absolute;
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: width .25s ease-out;
	-moz-transition: width .25s ease-out;
	-o-transition: width .25s ease-out;
	transition: width .25s ease-out;
	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	-o-transition-delay: 0 !important;
	transition-delay: 0 !important;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: -1;
}

.woocommerce #respond input#submit .lte-btn-overlay.lte-btn-overlay-top {
	display: none !important;
	top: 0;
	bottom: auto;
}

.woocommerce #respond input#submit.btn-transparent {
	border: 0 none;
	background-color: transparent;
	min-width: initial;
	color: #e8bc5a;
	color: var(--main);
}

@media (min-width: 480px) {
	.woocommerce #respond input#submit.btn-transparent {
		padding-left: 0;
	}
}

.woocommerce #respond input#submit.btn-transparent .lte-btn-inner:before {
	background-color: transparent;
}

.woocommerce #respond input#submit.btn-transparent:hover {
	background-color: transparent;
}

.woocommerce #respond input#submit.btn-second {
	border-color: #e8bc5a;
	border-color: var(--second);
	color: #0a306c;
	color: var(--black);
}

.woocommerce #respond input#submit.btn-second:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-invert-color-main .woocommerce #respond input#submit.btn-second {
	color: #fff;
	color: var(--white);
}

.woocommerce #respond input#submit.btn-black {
	color: #fff;
	color: var(--white);
	background-color: #0a306c;
	background-color: var(--black);
}

.woocommerce #respond input#submit.btn-black .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.woocommerce #respond input#submit.btn-black:hover {
	color: #0a306c;
	color: var(--black);
}

.woocommerce #respond input#submit.btn-gray {
	color: #f2f0ea;
	color: var(--gray);
	border-color: #f2f0ea;
	border-color: var(--gray);
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.woocommerce #respond input#submit.btn-gray:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.woocommerce #respond input#submit.btn-white {
	color: #fff;
	color: var(--white);
	border-color: #fff;
	border-color: var(--white);
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce #respond input#submit.btn-white:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.woocommerce #respond input#submit.color-hover-main .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.woocommerce #respond input#submit.color-hover-main:focus, .woocommerce #respond input#submit.color-hover-main:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-invert-color-main .woocommerce #respond input#submit.color-hover-main:focus, .lte-invert-color-main .woocommerce #respond input#submit.color-hover-main:hover {
	color: #fff;
	color: var(--white);
}

.woocommerce #respond input#submit.color-hover-second .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--second);
}

.woocommerce #respond input#submit.color-hover-second:focus, .woocommerce #respond input#submit.color-hover-second:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--second);
}

.lte-invert-color-main:hover .woocommerce #respond input#submit.color-hover-second {
	color: #fff;
	color: var(--white);
}

.woocommerce #respond input#submit.color-hover-black .lte-btn-inner:before {
	background-color: #0a306c;
	background-color: var(--black);
}

.woocommerce #respond input#submit.color-hover-black:hover {
	color: #fff;
	color: var(--white);
	border-color: #0a306c;
	border-color: var(--black);
}

.woocommerce #respond input#submit.color-hover-black:hover .lte-btn-after {
	border-color: #fff;
	border-color: var(--white);
}

.woocommerce #respond input#submit.color-hover-white .lte-btn-inner:before {
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce #respond input#submit.color-hover-white:focus, .woocommerce #respond input#submit.color-hover-white:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #fff;
	border-color: var(--white);
}

.woocommerce #respond input#submit.color-hover-white:focus span, .woocommerce #respond input#submit.color-hover-white:hover span {
	border-color: #0a306c;
	border-color: var(--black);
}

.woocommerce #respond input#submit.color-hover-white:focus .lte-btn-after, .woocommerce #respond input#submit.color-hover-white:hover .lte-btn-after {
	border-color: #0a306c;
	border-color: var(--black);
}

.woocommerce #respond input#submit.color-hover-gray .lte-btn-inner:before {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.woocommerce #respond input#submit.color-hover-gray:focus, .woocommerce #respond input#submit.color-hover-gray:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #f2f0ea;
	border-color: var(--gray);
}

.woocommerce #respond input#submit .lte-icon {
	margin-top: -22px;
	margin-bottom: -22px;
	margin-right: 16px;
}

.woocommerce #respond input#submit .lte-icon i {
	font-size: 68px;
	color: #e8bc5a;
	color: var(--main);
}

@media (max-width: 768px) {
	.woocommerce #respond input#submit .lte-icon i {
		font-size: 48px;
	}
}

.woocommerce #respond input#submit, input[type="button"], input[type="submit"] {
	font-size: 16px;
	padding: 29px 38px 30px;
	min-width: 160px;
	max-width: 240px;
	-webkit-transition: all .2s ease !important;
	-moz-transition: all .2s ease !important;
	-o-transition: all .2s ease !important;
	transition: all .2s ease !important;
}

@media (max-width: 768px) {
	.woocommerce #respond input#submit, input[type="button"], input[type="submit"] {
		max-width: initial;
	}
}

.woocommerce #respond input#submit:hover, input[type="button"]:hover, input[type="submit"]:hover {
	color: #fff;
	color: var(--white);
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-transition-delay: 0s, 0s, 0s !important;
	-moz-transition-delay: 0s, 0s, 0s !important;
	-o-transition-delay: 0s, 0s, 0s !important;
	transition-delay: 0s, 0s, 0s !important;
}

.form-control:focus, input:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

select {
	color: #0a306c;
	color: var(--black);
}

input[type="search"] {
	box-sizing: border-box;
}

form, .form-row {
	font-size: 16px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

form select, .form-row select {
	max-width: 100%;
	color: #0a306c;
	color: var(--black);
	outline: 0 none;
}

.lte-background-black form select, .lte-background-black .form-row select {
	color: #fff;
	color: var(--white);
}

form textarea, .form-row textarea, form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .form-row input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
	width: 100%;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	padding: 26px 25px 26px 40px;
	color: #000;
	background-clip: padding-box;
	box-shadow: none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border: 1px solid rgba(0, 0, 0, .3);
	outline: 0 none;
}

.lte-background-black form textarea, .lte-background-black .form-row textarea, .lte-background-black form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .lte-background-black .form-row input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
	color: rgba(255, 255, 255, .7);
	border: 1px solid rgba(255, 255, 255, .2);
}

.lte-background-gray form textarea, .lte-background-gray .form-row textarea, .lte-background-gray form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .lte-background-gray .form-row input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
	background-color: #fff;
	background-color: var(--white);
}

.lte-background-light form textarea, .lte-background-light .form-row textarea, .lte-background-light form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .lte-background-light .form-row input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {}

form textarea.wpcf7-not-valid, .form-row textarea.wpcf7-not-valid, form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]).wpcf7-not-valid, .form-row input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]).wpcf7-not-valid {
	border-color: var(--red) !important;
}

form.comment-form textarea, .form-row.comment-form textarea, form.comment-form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .form-row.comment-form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
	border: 0px solid transparent;
}

form input[type="number"], .form-row input[type="number"] {
	padding: 0 !important;
	padding-left: 20px !important;
	font-size: 16px !important;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	background-clip: border-box !important;
}

form .date:not(.wpcf7-form-control-wrap), .form-row .date:not(.wpcf7-form-control-wrap) {
	margin: 0 !important;
}

.select-wrap {
	width: 100%;
	position: relative;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .1);
	outline: 0 !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: rgba(0, 0, 0, .5);
}

.lte-background-black .select-wrap {
	color: rgba(255, 255, 255, .7);
	border: 1px solid rgba(255, 255, 255, .2);
}

.select-wrap:after, .select-wrap select {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.select-wrap select {
	background: none !important;
	border: none;
	width: 99%;
	font-size: 16px;
	padding: 24px 25px 24px 35px;
	padding-right: 3em !important;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-wrap select:hover {
	cursor: pointer;
}

.select-wrap option {
	padding: .4em 1em;
}

.select-wrap:after {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	line-height: 1em;
	font-size: 12px;
	width: 1em;
	height: 1em;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translatey(-50%) rotate(90deg);
	-moz-transform: translatey(-50%) rotate(90deg);
	-ms-transform: translatey(-50%) rotate(90deg);
	-o-transform: translatey(-50%) rotate(90deg);
	transform: translatey(-50%) rotate(90deg);
	z-index: 2;
	pointer-events: none;
	cursor: pointer;
	color: #e8bc5a;
	color: var(--main);
	margin-top: -4px !important;
	margin-top: 0px !important;
}

.select-wrap select::-ms-expand {
	display: none;
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
}

.lte-background-black .select2-container--default .select2-results > .select2-results__options {
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .select2-container--default .select2-search--dropdown .select2-search__field {
	color: #0a306c;
	color: var(--black);
}

.select2-container .select2-selection--single {
	text-align: left;
	padding: 20px 25px 12px 40px;
	font-size: 16px;
	height: 69px !important;
	border: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 0 !important;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	letter-spacing: var(--font-main-letterspacing);
	font-weight: 400;
}

.lte-background-black .select2-container .select2-selection--single {
	border-color: rgba(255, 255, 255, .2);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 19px !important;
	right: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: "";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	color: #fff;
	color: var(--white);
}

.elementor-widget-lte-cf7.lte-background-black {
	border: 1px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	background-image: url("https://asnaff.com/wp-content/themes/mildar/assets/images/pattern-05.png");
}

.elementor-widget-lte-cf7.lte-background-black.nitro-lazy {
	background-image: none !important;
}

.elementor-widget-lte-cf7.lte-background-black .select-wrap, .elementor-widget-lte-cf7.lte-background-black textarea, .elementor-widget-lte-cf7.lte-background-black input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
	background-color: #090909;
}

.lte-contact-form-7 {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	text-align: center;
}

.lte-contact-form-7.lte-full-width-yes input[type="submit"] {
	max-width: initial !important;
}

.lte-contact-form-7.lte-padding-yes {
	padding: 50px 60px 35px;
}

@media (max-width: 479px) {
	.lte-contact-form-7.lte-padding-yes {
		padding: 50px 15px 30px;
	}
}

.lte-contact-form-7 h4.lte-header {
	margin-bottom: 30px;
	padding-right: 15px;
	line-height: 1em;
	color: #fff;
	color: var(--white);
	font-size: 30px;
}

.lte-contact-form-7 h4.lte-header span {
	color: #e8bc5a;
	color: var(--main);
	display: block;
}

.lte-background-main .lte-contact-form-7 h4.lte-header {
	color: #fff;
	color: var(--white);
}

.lte-background-main .lte-contact-form-7 h4.lte-header span {
	color: #0a306c;
	color: var(--black);
}

@media (max-width: 479px) {
	.lte-contact-form-7 h4.lte-header {
		font-size: 24px;
	}
}

.lte-contact-form-7 h6.lte-header {
	font-size: 18px;
	margin-bottom: 30px;
}

.lte-contact-form-7 .lte-descr {
	font-size: 16px;
	margin-bottom: 24px;
	display: block;
}

.lte-contact-form-7 .row textarea {
	margin-bottom: -10px;
}

.lte-contact-form-7 .row.submit-row {
	text-align: left;
}

@media (max-width: 1199px) {
	.lte-contact-form-7 .row.submit-row {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.lte-contact-form-7.form-center form {
		text-align: center;
	}
	
	.lte-contact-form-7.form-left form {
		text-align: left;
	}
	
	.lte-contact-form-7.form-right form {
		text-align: right;
	}
	
	.lte-contact-form-7.form-center.form-input-group form p {
		text-align: center;
	}
	
	.lte-contact-form-7.form-left.form-input-group form p {
		text-align: left;
		margin: 0;
	}
	
	.lte-contact-form-7.form-right.form-input-group form p {
		text-align: right;
		margin: 0;
	}
}

.lte-contact-form-7 p {
	margin-bottom: 20px;
}

.lte-contact-form-7 p > span {
	margin-bottom: 0;
}

.lte-contact-form-7 .wpcf7 form {
	padding: 0;
}

.lte-contact-form-7 .wpcf7 form br {
	display: none;
}

.lte-contact-form-7 .wpcf7 form fieldset {
	margin-top: 0;
	padding: 0;
}

.lte-contact-form-7 .wpcf7 form input[type="submit"] {
	width: 100%;
}

.lte-contact-form-7.form-padding-none form {
	padding: 0;
	margin-bottom: 0;
}

.lte-contact-form-7.lte-background-white {
	background-color: #fff;
	background-color: var(--white);
}

.lte-contact-form-7.lte-background-white .select-wrap, .lte-contact-form-7.lte-background-white textarea, .lte-contact-form-7.lte-background-white input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
	border: 1px solid rgba(0, 0, 0, .15) !important;
}

.lte-contact-form-7.lte-background-white input[type="submit"] {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.lte-contact-form-7.lte-background-white input[type="submit"]:hover {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
}

.lte-contact-form-7.lte-btn-second input[type="submit"] {
	background-color: #e8bc5a;
	background-color: var(--second);
	color: #fff;
	color: var(--white);
}

.lte-contact-form-7.lte-btn-second input[type="submit"]:hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.lte-contact-form-7.lte-btn-black input[type="submit"] {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-contact-form-7.lte-btn-black input[type="submit"]:hover {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #fff;
	color: var(--white);
}

.lte-background-main .lte-contact-form-7.lte-btn-black input[type="submit"]:hover {
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c;
	color: var(--black);
}

.woocommerce-product-search, .wp-searchform, form.post-password-form, form.search-form, form.wpcf7-form, form.form, form {
	text-align: center;
	padding: 45px 45px 25px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	position: relative;
}

.woocommerce-product-search .ajax-loader, .wp-searchform .ajax-loader, form.post-password-form .ajax-loader, form.search-form .ajax-loader, form.wpcf7-form .ajax-loader, form.form .ajax-loader, form .ajax-loader {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.woocommerce-product-search h3, .wp-searchform h3, form.post-password-form h3, form.search-form h3, form.wpcf7-form h3, form.form h3, form h3 {
	text-align: left;
}

.woocommerce-product-search select, .wp-searchform select, form.post-password-form select, form.search-form select, form.wpcf7-form select, form.form select, form select {
	max-width: 100%;
}

.woocommerce-product-search label, .wp-searchform label, form.post-password-form label, form.search-form label, form.wpcf7-form label, form.form label, form label {
	text-align: left;
	display: block;
	font-size: 14px;
	padding-left: 0px;
	margin-bottom: -2px;
}

.woocommerce-product-search.comment-form textarea, .wp-searchform.comment-form textarea, form.post-password-form.comment-form textarea, form.search-form.comment-form textarea, form.wpcf7-form.comment-form textarea, form.form.comment-form textarea, form.comment-form textarea, .woocommerce-product-search.comment-form input[type="search"], .wp-searchform.comment-form input[type="search"], form.post-password-form.comment-form input[type="search"], form.search-form.comment-form input[type="search"], form.wpcf7-form.comment-form input[type="search"], form.form.comment-form input[type="search"], form.comment-form input[type="search"], .woocommerce-product-search.comment-form input[type="email"], .wp-searchform.comment-form input[type="email"], form.post-password-form.comment-form input[type="email"], form.search-form.comment-form input[type="email"], form.wpcf7-form.comment-form input[type="email"], form.form.comment-form input[type="email"], form.comment-form input[type="email"], .woocommerce-product-search.comment-form input[type="text"], .wp-searchform.comment-form input[type="text"], form.post-password-form.comment-form input[type="text"], form.search-form.comment-form input[type="text"], form.wpcf7-form.comment-form input[type="text"], form.form.comment-form input[type="text"], form.comment-form input[type="text"] {
	width: 100%;
}

.woocommerce-product-search .input-group input, .wp-searchform .input-group input, form.post-password-form .input-group input, form.search-form .input-group input, form.wpcf7-form .input-group input, form.form .input-group input, form .input-group input {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomright: 0;
	-moz-background-clip: padding;
	border-bottom-right-radius: 0;
}

.woocommerce-product-search.woocommerce-product-search, .wp-searchform.woocommerce-product-search, form.post-password-form.woocommerce-product-search, form.search-form.woocommerce-product-search, form.wpcf7-form.woocommerce-product-search, form.form.woocommerce-product-search, form.woocommerce-product-search, .woocommerce-product-search.wp-searchform, .wp-searchform.wp-searchform, form.post-password-form.wp-searchform, form.search-form.wp-searchform, form.wpcf7-form.wp-searchform, form.form.wp-searchform, form.wp-searchform {
	padding: 0;
	margin: 0;
}

.woocommerce-product-search.woocommerce-product-search input[type="text"], .wp-searchform.woocommerce-product-search input[type="text"], form.post-password-form.woocommerce-product-search input[type="text"], form.search-form.woocommerce-product-search input[type="text"], form.wpcf7-form.woocommerce-product-search input[type="text"], form.form.woocommerce-product-search input[type="text"], form.woocommerce-product-search input[type="text"], .woocommerce-product-search.wp-searchform input[type="text"], .wp-searchform.wp-searchform input[type="text"], form.post-password-form.wp-searchform input[type="text"], form.search-form.wp-searchform input[type="text"], form.wpcf7-form.wp-searchform input[type="text"], form.form.wp-searchform input[type="text"], form.wp-searchform input[type="text"] {
	width: 100% !important;
	color: #0a306c;
	color: var(--black);
}

.woocommerce-product-search textarea, .wp-searchform textarea, form.post-password-form textarea, form.search-form textarea, form.wpcf7-form textarea, form.form textarea, form textarea {
	height: 140px;
}

@media (max-width: 991px) {
	.woocommerce-product-search, .wp-searchform, form.post-password-form, form.search-form, form.wpcf7-form, form.form, form {
		padding: 30px 25px;
	}
}

form .input-radio + label {
	display: inline-block;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.select-wrap select {
		padding: 13px 18px;
	}
}

@supports (-ms-ime-align:auto) {
	.select-wrap select {
		padding: 13px 18px;
	}
}

@media (min-width: 1200px) {
	.col-align-center .lte-btn-wrap.btn-wrap-inline {
		margin-left: 36px;
	}
	
	.col-align-center .lte-btn-wrap.btn-wrap-inline + .btn-wrap-inline {
		margin-left: 0;
	}
}

.lte-btn-wrap.btn-wrap-inline {
	display: inline-block;
	margin-bottom: 5px;
}

@media (min-width: 992px) {
	.lte-btn-wrap.btn-wrap-inline {
		margin-right: 18px;
		margin-left: 18px;
	}
}

@media (max-width: 991px) {
	.lte-btn-wrap.btn-wrap-inline {
		margin-left: 18px;
		margin-right: 18px;
	}
}

@media (max-width: 479px) {
	.lte-btn-wrap.btn-wrap-inline {
		margin-left: 0;
		margin-right: 0;
	}
}

.lte-btn-wrap.align-center {
	text-align: center;
}

.lte-btn-wrap.align-center.btn-wrap-inline {
	margin: 0 20px 15px 0;
}

@media (max-width: 768px) {
	.lte-btn-wrap.align-center.btn-wrap-inline {
		margin-left: 15px;
	}
}

.lte-btn-wrap + .lte-btn-wrap {
	margin-top: 20px;
}

.lte-btn + .lte-btn {
	margin-left: 10px;
}

label.css-radio {
	margin: 0 0 16px 0px !important;
	display: block;
	position: relative;
	min-height: 22px;
	line-height: 17px;
	padding: 4px 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	cursor: pointer;
}

label.css-radio:hover {
	opacity: .8;
}

label.css-radio input {
	position: absolute;
	left: -20px;
}

label.css-radio > span {
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 0 0 30px;
	display: inline-block;
}

label.css-radio > span:before {
	width: 22px;
	height: 22px;
	bottom: 0px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	background-color: #fff;
	background-color: var(--white);
	left: 2px;
	display: block;
	content: "";
	position: absolute;
	background: #f5f5f5;
}

label.css-radio input:checked + span:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	background-color: #0a306c;
	background-color: var(--black);
	width: 12px;
	height: 12px;
	display: block;
	content: "";
	top: 8px;
	left: 7px;
	position: absolute;
	z-index: 100;
}

label.css-radio.no-label {
	display: inline-block;
	width: 22px;
	margin: 0 4px 0 0;
}

.form-with-labels, .forms {
	margin: 0 -3px;
}

.form-with-labels > div, .forms > div {
	padding-left: 3px;
	padding-right: 3px;
	position: relative;
}

.form-input-group form p {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 0;
}

@media (min-width: 480px) {
	.form-input-group form p {
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-moz-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.form-input-group form p .wpcf7-form-control-wrap {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 1%;
		display: block;
		position: relative;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.form-input-group form p span + span {
		display: flex;
		margin-left: -1px;
	}
	
	.form-input-group form p .lte-btn {
		min-width: 240px;
		margin: 0 0 0 -70px !important;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-border-radius-bottomleft: 0;
		-moz-background-clip: padding;
		border-bottom-left-radius: 0;
		line-height: 1.5em;
	}
}

.form-input-group form p input {
	margin-bottom: 0 !important;
	height: 100%;
	border: 0 none !important;
}

@media (max-width: 479px) {
	.form-input-group form p input {
		margin-bottom: 16px !important;
	}
}

.form-input-group form p span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 14px;
}

div.wpcf7-response-output {
	max-width: 600px;
	margin: 0 auto;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	font-size: 14px;
	padding: 6px 8px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	background-color: #e8bc5a;
	background-color: var(--main);
	border-color: transparent;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}

.wpcf7-form-control-wrap.margin-none {
	margin-bottom: 0;
}

.wpcf7-form-control-wrap > .select-wrap {
	margin-bottom: 0;
}

.wpcf7-form-control-wrap + span.fa {
	color: rgba(0, 0, 0, .15);
	position: absolute;
	top: 23px;
	right: 35px;
	font-size: 18px;
}

.wpcf7-radio, .wpcf7-checkbox {
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
	margin-bottom: 8px;
}

.wpcf7-radio input, .wpcf7-checkbox input {
	position: absolute;
	left: -50px;
}

.wpcf7-radio label, .wpcf7-checkbox label {
	font-weight: normal;
	margin-bottom: 0;
	font-size: 14px !important;
}

.wpcf7-radio input + span, .wpcf7-checkbox input + span {
	vertical-align: bottom;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.wpcf7-radio input + span:before, .wpcf7-checkbox input + span:before {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNDYxNkQ3N0M5RjExRTdBQ0JGRjdCMkREMTNFNkRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzNDYxNkQ4N0M5RjExRTdBQ0JGRjdCMkREMTNFNkRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM0NjE2RDU3QzlGMTFFN0FDQkZGN0IyREQxM0U2REEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM0NjE2RDY3QzlGMTFFN0FDQkZGN0IyREQxM0U2REEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4I513VAAAALUlEQVR42mK8evUqA+mABYi1tLRI0nPt2jUmBrLAqLZRbSNbGwsk/5CqDSDAAN+KCCm2GjBVAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 2px;
	margin-right: 10px;
	padding: 0px 0 0 1px;
	vertical-align: middle;
	content: " ";
	display: inline-block;
}

.wpcf7-radio input:checked + span:before, .wpcf7-checkbox input:checked + span:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVFNENEODc5N0M5RTExRTdBMDg2RjZGRTNCREQyM0NGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVFNENEODdBN0M5RTExRTdBMDg2RjZGRTNCREQyM0NGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUU0Q0Q4Nzc3QzlFMTFFN0EwODZGNkZFM0JERDIzQ0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUU0Q0Q4Nzg3QzlFMTFFN0EwODZGNkZFM0JERDIzQ0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66Prs0AAAAsElEQVR42rzTuw3DIBQFUCdyRc0SsAi9h2AdempqahgEWIKaNrkREk7wJyFSciWjJ5kjeNhcQgjTeGY8nPMhE2O8Tl/llyzn7L3ve3trlFIYUQshPlrt2Vhra9EzvEgp7RpkWRZKac+01mgAY5Vb03a49lZKqbNRQGKSc+7IrKsRQqSUGKs0xpyYl00yxpps2TX9kXTyyOx8gCpxYifmEdyA22BA/vsrz/X+jLK7AAMAW8GbphLkpbkAAAAASUVORK5CYII=");
}

.wpcf7-radio.wpcf7-radio input + span:before, .wpcf7-checkbox.wpcf7-radio input + span:before {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM4MUZCM0JBN0M5RjExRTdBRjMxODdDQjJCMzdCRkFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM4MUZCM0JCN0M5RjExRTdBRjMxODdDQjJCMzdCRkFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzgxRkIzQjg3QzlGMTFFN0FGMzE4N0NCMkIzN0JGQUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzgxRkIzQjk3QzlGMTFFN0FGMzE4N0NCMkIzN0JGQUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6fyCEwAAABlUlEQVR42qSUvUvDUBTFX9oa0HbK16jiB5JuTo4uiqC4u+oo7iLOou7WTVz9BxxEXNw6dWqLg1Ld2nxMjWBsqeeUp0hMY9tcOLyb5J1f3kvevUqv1xPRqNVqMxh2oE1oATIgF3qGbqGbYrH4GvUpv2GATGI4gQ4Mw5goFApCVVWRzWZFt9sVYRiKdrstXNf9xJwSdAzo+x8YQCaGO13Xly3LEoqiiEFBT6vVEp7nVXC5AaDzAwNIRf5omuYKJIYNx3GoMtJVAD8y8v65pmkjgRicTx/Ss/7KqtXqND+sbdu5pK0lbbler3eQLnJle3jDWKD+auCjH+kuYWv5fF6kCf51xDphc/z9aUL6lwjTeY7ShPRrhHk8kGlC+n3CXniy04T0PxH2EARBKhhLDHFP2BVOcSeu4Ic9Z/Qjvc6gDN6QXDSbzbFg0lcCp/FdToe+75dZa6ME59NHP6/7MFD5BbfxsMI3/bdlPuc8zqePRR7Xz6YwnEL76Ge5hH7Gb3QJHcX2s0innZWddguaH9BpG1HflwADAL6cxSKlTuy3AAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.wpcf7-radio.wpcf7-radio input:checked + span:before, .wpcf7-checkbox.wpcf7-radio input:checked + span:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxQjg1N0U1N0M5RjExRTdBMUZBQTIwQjVDNkEwQTQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxQjg1N0U2N0M5RjExRTdBMUZBQTIwQjVDNkEwQTQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjFCODU3RTM3QzlGMTFFN0ExRkFBMjBCNUM2QTBBNDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjFCODU3RTQ3QzlGMTFFN0ExRkFBMjBCNUM2QTBBNDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7vLx1nAAACAUlEQVR42qxUPW8aQRR8Zz4kGwq+SycKjiLoUiDo0tgCbLlPG5dRCrooch0lqUxj/4b8ACyBojSpOBpXgFwQxRXimwIsBYLIzOmIbi9wMlFGmtt9eztzu+92n7ZcLsWORqPxCM1L8Bg8ACNgH2yB1+DnZDJ5Z9dpVjOY7KJ5D76JRCIev98vXq9XXC6XLBYLmc1mMplMpN/vzzHnEjyH6f1fZjCKoqmEw+HnsVhMNE2TTaCm2+3KYDC4QZiFYe+PGYy86H+LRqNpUB6KXq9H6ui+gOHPHXP8UygU2sqI4Hzq0P1orKxer+8zsYlEwm3d2nw+l3K5LLquy2g0kmAwKOl0WnK5nHg8HmXLzWbzF7pP3Xic4QuKERNdLBal1WopWyqVShRKoVAwfoyxGuiox/tX3Oahz+dTls8VWY2s4HilUlHG+NeBI5o9WX1lhVqt5pirarWqxKb+Gc3CPEdWMEdOGI/HSmzqQzQb8EBawWQ7IRAIKLGpH9LsOxNuRSqVcjTLZDJKbOpvafZ1Op0qL/P5vMTj8bVGHM9ms8oYrxjw5b+eMyOA4UW73V7+C6iDvkif1XV6OxwOdR7MbcD51FHP2DDDJWUGT/HyptPpyLoaZ68anMf51PGSr6tne2g+gK9Rz9wO9Yw5ugLfra1ntkr72Ky0J/yBGyrtD7vutwADAFsMQcfkQVQRAAAAAElFTkSuQmCC");
}

.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin-bottom: 16px;
}

.wpcf7-submit {
	margin: 0 auto !important;
}

.lte-form-date {
	display: block;
	position: relative;
}

.lte-form-date:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	position: absolute;
	right: 20px;
	margin-top: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #e8bc5a;
	color: var(--main);
}

/*
	16. Shortcodes
*/
.elementor-widget-lte-icons.lte-icons-align-center {
	text-align: center;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-icons.lte-icons-align-tablet-center {
		text-align: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.elementor-widget-lte-icons.lte-icons-align-tablet-center .lte-block-icon {
		display: block;
	}
	
	.elementor-widget-lte-icons.lte-icons-align-tablet-center .lte-block-icon > li {
		float: none;
		width: auto;
	}
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons.lte-icons-align-mobile-center {
		text-align: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.elementor-widget-lte-icons.lte-icons-align-mobile-center .lte-block-icon {
		display: block;
	}
	
	.elementor-widget-lte-icons.lte-icons-align-mobile-center .lte-block-icon > li {
		float: none;
		width: auto;
	}
}

.elementor-widget-lte-icons.lte-icons-align-left {
	text-align: left;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-icons.lte-icons-align-tablet-left {
		text-align: left;
	}
	
	.elementor-widget-lte-icons.lte-icons-align-tablet-left .lte-block-icon.lte-icon-type-right {
		text-align: left;
	}
	
	.elementor-widget-lte-icons.lte-icons-align-tablet-left .lte-block-icon.lte-icon-type-right .lte-inner {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-lte-icons.lte-icons-align-tablet-left .lte-block-icon.lte-icon-type-right .lte-inner .lte-icon-content {
		margin-right: 0;
		margin-left: 35px;
	}
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons.lte-icons-align-mobile-left {
		text-align: left;
	}
}

.elementor-widget-lte-icons.lte-icons-align-right {
	text-align: right;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-icons.lte-icons-align-tablet-right {
		text-align: right;
	}
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons.lte-icons-align-mobile-right {
		text-align: right;
	}
}

.elementor-widget-lte-icons .lte-block-icon {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons .lte-block-icon .col-xs-6 {
		width: 49% !important;
	}
}

@media (max-width: 479px) {
	.elementor-widget-lte-icons .lte-block-icon.row {
		display: block !important;
	}
}

.elementor-widget-lte-icons .lte-block-icon:after {
	content: "";
	display: block;
	clear: both;
}

.elementor-widget-lte-icons .lte-block-icon .lte-descr {
	font-size: 16px;
	line-height: 2.2em;
	line-height: 1.5em;
	margin-top: 0px;
	display: block;
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons .lte-block-icon .lte-descr {
		font-size: 14px;
	}
}

.lte-body-black .elementor-widget-lte-icons .lte-block-icon .lte-descr, .lte-background-black .elementor-widget-lte-icons .lte-block-icon .lte-descr {
	color: #fff;
	color: var(--white);
}

.elementor-widget-lte-icons .lte-block-icon small + .lte-descr {
	margin-top: -5px;
}

.elementor-widget-lte-icons .lte-block-icon .lte-header {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	margin: 0;
}

.lte-background-black .elementor-widget-lte-icons .lte-block-icon .lte-header {
	color: #fff;
	color: var(--white);
}

.elementor-widget-lte-icons .lte-block-icon span.lte-header.lte-h4 {
	font-size: 30px;
}

.elementor-widget-lte-icons .lte-block-icon span.lte-header.lte-h5 {
	font-size: 24px;
}

.elementor-widget-lte-icons .lte-block-icon span.lte-header.lte-h6 {
	font-size: 20px;
}

.elementor-widget-lte-icons .lte-block-icon span.lte-header.lte-small {
	font-size: 16px;
	line-height: 1.4em;
}

.elementor-widget-lte-icons .lte-block-icon.layout-cols5 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-lte-icons .lte-block-icon.layout-cols5 li {
	width: 20%;
}

.elementor-widget-lte-icons .lte-block-icon.layout-inline {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: start;
	justify-content: start;
	margin-left: -50px;
}

.elementor-widget-lte-icons .lte-block-icon.layout-inline li {
	margin-left: 50px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top {
	text-align: center;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top.lte-hover-animation-yes li:hover i {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top.lte-icon-shape-circle.lte-hover-animation-yes li:hover i {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transform: translateY(0px) scale(1.2);
	-moz-transform: translateY(0px) scale(1.2);
	-ms-transform: translateY(0px) scale(1.2);
	-o-transform: translateY(0px) scale(1.2);
	transform: translateY(0px) scale(1.2);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top .lte-inner {
	display: block;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top i {
	margin-bottom: 0px;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top .lte-icon-content {
	margin-top: 16px;
	display: block;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top .lte-header {
	margin: 0px 0 0 0;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top .lte-descr {
	padding: 12px 30px 0;
	font-size: 16px;
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-top .lte-descr {
		font-size: 14px;
		line-height: 1.4em;
		padding-left: 0;
		padding-right: 0;
	}
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-left .lte-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-left .lte-icon-content {
	margin: -5px 0 0 25px;
}

@media (min-width: 1200px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-left .lte-icon-content {
		max-width: 300px;
	}
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-left .lte-icon-content .lte-descr {
	margin-top: 6px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-left.lte-icon-size-small .lte-icon-content {
	margin: -7px 0 0 20px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-left.lte-icon-size-xsmall .lte-icon-content {
	margin: 0px 0 0 20px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-left.lte-icon-size-xsmall.icons-count-1 .lte-icon-content {
	margin-top: 1px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-right {}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-right .lte-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-right .lte-icon-content {
	margin: -5px 35px 0 0;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-type-right .lte-icon-content .lte-descr {
	margin-top: 6px;
}

.elementor-widget-lte-icons .lte-block-icon a:hover .lte-header {
	color: #e8bc5a;
	color: var(--main);
}

.elementor-widget-lte-icons .lte-block-icon a:hover .lte-descr {
	color: #0a306c;
	color: var(--black);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-divider-dashed li:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.lte-background-black .elementor-widget-lte-icons .lte-block-icon.lte-icon-divider-dashed li:not(:last-child), .lte-background-main .elementor-widget-lte-icons .lte-block-icon.lte-icon-divider-dashed li:not(:last-child) {
	border-color: rgba(255, 255, 255, .25);
}

@media (max-width: 991px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-divider-dashed li:nth-child(even) {
		border-right: 0;
	}
}

@media (max-width: 991px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-divider-dashed li {
		border-right: 0 !important;
	}
}

.lte-background-black .elementor-widget-lte-icons .lte-block-icon.lte-icon-divider-dashed li:not(:last-child) {
	border-color: rgba(255, 255, 255, .25);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-lg {
	margin-bottom: -70px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-lg li {
	margin-bottom: 70px;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-lg {
		margin-bottom: -50px;
	}
	
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-lg li {
		margin-bottom: 50px;
	}
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-md {
	margin-bottom: -48px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-md li {
	margin-bottom: 48px;
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-md {
		margin-bottom: -40px;
	}
	
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-md li {
		margin-bottom: 40px;
	}
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-sm {
	margin-bottom: -20px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-sm li {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-sm {
		margin-bottom: -10px;
	}
	
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-space-sm li {
		margin-bottom: 10px;
	}
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-align-left {
	text-align: left;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-align-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-align-right {
	text-align: right;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-shape-circle i {
	margin-top: -6px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-shape-circle i:before, .elementor-widget-lte-icons .lte-block-icon.lte-icon-shape-square i:before {
	padding: 4px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-shape-circle i:before, .elementor-widget-lte-icons .lte-block-icon.lte-icon-background-white i.lte-icon-text {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-padding-small i:before {
	padding: 8px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-padding-large i:before {
	padding: 12px;
	width: 80px;
	height: 80px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-size-xlarge i {
	font-size: 80px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-size-large i {
	font-size: 68px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-size-medium i {
	font-size: 52px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-size-small i {
	font-size: 38px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-size-xsmall i {
	font-size: 12px;
	width: 12px;
	line-height: 22px;
	margin-right: -10px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-size-xsmall .lte-header {
	font-weight: 400;
	font-size: 12px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-disabled i {
	border: 0 none;
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-main i, .elementor-widget-lte-icons .lte-block-icon.lte-icon-border-second i, .elementor-widget-lte-icons .lte-block-icon.lte-icon-border-black i, .elementor-widget-lte-icons .lte-block-icon.lte-icon-border-white i {
	border: 10px solid var(--white);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-main i {
	border-color: #e8bc5a;
	border-color: var(--main);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-second i {
	border-color: #e8bc5a;
	border-color: var(--second);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-black i {
	border-color: #0a306c;
	border-color: var(--black);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-white i {
	border-color: #fff;
	border-color: var(--white);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-background-main i:before {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-background-second i:before {
	background-color: #e8bc5a;
	background-color: var(--second);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-background-black i:before {
	background-color: #0a306c;
	background-color: var(--black);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-background-white i:before, .elementor-widget-lte-icons .lte-block-icon.lte-icon-background-white i.lte-icon-text {
	background-color: #fff;
	background-color: var(--white);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-main i {
	border-color: #e8bc5a;
	border-color: var(--main);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-second i {
	border-color: #e8bc5a;
	border-color: var(--second);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-black i {
	border-color: #0a306c;
	border-color: var(--black);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-border-white i {
	border-color: #fff;
	border-color: var(--white);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-color-main i {
	color: #e8bc5a;
	color: var(--main);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-color-second i {
	color: #e8bc5a;
	color: var(--second);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-color-black i {
	color: #0a306c;
	color: var(--black);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-color-white i {
	color: #fff;
	color: var(--white);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-color-gray i {
	color: #f2f0ea;
	color: var(--gray);
}

.elementor-widget-lte-icons .lte-block-icon.lte-header-color-main .lte-header {
	color: #e8bc5a;
	color: var(--main);
}

.elementor-widget-lte-icons .lte-block-icon.lte-header-color-second .lte-header {
	color: #e8bc5a;
	color: var(--second);
}

.elementor-widget-lte-icons .lte-block-icon.lte-header-color-black .lte-header {
	color: #0a306c;
	color: var(--black);
}

.elementor-widget-lte-icons .lte-block-icon.lte-header-color-white .lte-header {
	color: #fff;
	color: var(--white);
}

.elementor-widget-lte-icons .lte-block-icon.lte-icon-inner-padding-yes .lte-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-icon-inner-padding-yes .lte-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.elementor-widget-lte-icons .lte-block-icon i.lte-icon-text {
	font-style: normal;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 52px;
	text-align: center;
	padding-left: 4px;
}

.elementor-widget-lte-icons .lte-block-icon.lte-additional-gray-boxes .lte-inner {
	background-color: rgba(255, 255, 255, .05);
	padding: 60px 15px;
}

@media (max-width: 768px) {
	.elementor-widget-lte-icons .lte-block-icon.lte-additional-gray-boxes .lte-inner {
		padding: 20px;
	}
}

.lte-social-icons-list {
	list-style: none;
	margin: 14px 0 60px 0;
	padding: 0;
}

.lte-social-icons-list li {
	margin: 26px 0 0px 0 !important;
}

.lte-social-icons-list li.large {
	font-size: 30px;
}

.lte-social-icons-list li a {
	color: #0a306c;
	color: var(--black);
}

.lte-social-icons-list li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-social-icons-list li [class^="icon-"], .lte-social-icons-list li span.fa {
	color: #e8bc5a;
	color: var(--main);
	font-size: 22px;
	width: 48px;
	margin-left: -12px;
	vertical-align: baseline;
	text-align: center;
	position: absolute;
}

.lte-social-icons-list li .head {
	padding-left: 35px;
	display: inline-block;
	position: relative;
	top: -5px;
}

.lte-social-icons-list.bg-second span.fa {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-social-icons-list.icon-weight-bold li {
	font-weight: bold;
}

.lte-social-icons-list.icon-style-round {
	margin-left: 24px;
}

.lte-social-icons-list.icon-style-round span.fa {
	width: 34px;
	height: 34px;
	position: absolute;
	text-transform: center;
	line-height: 28px;
	display: inline-block;
	background-color: #e8bc5a;
	background-color: var(--main);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	margin-right: 16px;
}

.lte-social-icons-list.icon-style-round span.fa:before {
	color: #0a306c;
	color: var(--black);
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.lte-social-icons-list.icon-style-round.bg-second span.fa {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-social-icons-list.icon-style-round .head {
	padding-top: 4px;
	padding-left: 35px;
	display: inline-block;
}

.bg-color-black .lte-block-icon .header {
	color: #fff;
	color: var(--white);
}

.lte-social-small {
	margin-top: -3px;
	margin-left: 0px;
	list-style: none;
	padding: 0;
}

.lte-social-small li {
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}

.lte-social-small li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 10px 0 0px;
	font-size: 18px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #fff;
	color: var(--white);
}

.lte-social-small li a:hover {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-social-small.icon-style-square {
	margin: 0;
}

.lte-social-small.icon-style-square a {
	width: 50px;
	height: 50px;
	display: block;
	margin-right: 6px;
	position: relative;
	background-color: rgba(255, 255, 255, .3);
	padding: 10px 16px;
}

.lte-social-small.icon-style-square a:before {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lte-social-small.icon-style-square a:hover {
	background-color: rgba(255, 255, 255, .4);
}

.lte-social-small.icon-style-square a:hover:before {
	font-size: 24px;
}

.lte-social-big {
	list-style: none;
	margin: 0px 0 35px -12px !important;
	padding: 0;
}

.lte-social-big li {
	display: inline;
	margin-left: 12px !important;
	vertical-align: middle;
}

.lte-social-big li a {
	color: #fff;
	color: var(--white);
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	text-align: center;
	font-size: 24px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-social-big li:hover a {
	background-color: #0a306c;
	background-color: var(--black);
}

.lte-social-xl {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	text-align: center;
}

.lte-social-xl li {
	display: table-cell;
	vertical-align: middle;
}

.lte-social-xl li a {
	color: #fff;
	color: var(--white);
	display: inline-block;
	width: 97px;
	height: 97px;
	line-height: 97px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	text-align: center;
	font-size: 45px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media (max-width: 768px) {
	.lte-social-xl li a {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 24px;
	}
}

.lte-social-xl li a.fa-linkedin {
	background: #007bb6;
}

.lte-social-xl li a.fa-google-plus {
	background: #dc4e41;
}

.lte-social-xl li a.fa-skype {
	background: #00aff0;
}

.lte-social-xl li a.fa-facebook-f, .lte-social-xl li a.fa-facebook {
	background: #4e71a8;
}

.lte-social-xl li a.fa-twitter {
	background: #1cb7eb;
}

.lte-social-xl li a.fa-youtube-play, .lte-social-xl li a.fa-youtube {
	background: #ca3737;
}

.lte-social-xl li a.fa-instagram {
	background: #444;
}

.lte-social-xl li:hover a {
	background-color: #0a306c;
	background-color: var(--black);
}

.lte-social-color.fa-linkedin {
	background: #007bb6;
}

.lte-social-color.fa-google, .lte-social-color.fa-google-plus {
	background: #dc4e41;
}

.lte-social-color.fa-skype {
	background: #00aff0;
}

.lte-social-color.fa-facebook-f, .lte-social-color.fa-facebook {
	background: #4e71a8;
}

.lte-social-color.fa-twitter {
	background: #1cb7eb;
}

.lte-social-color.fa-youtube-play, .lte-social-color.fa-youtube {
	background: #ca3737;
}

.lte-social-color.fa-instagram {
	background: #444;
}

.lte-social {
	height: 25px;
	margin-top: -2px;
}

.lte-social .lte-header {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	margin-right: 20px;
	line-height: 1em;
}

.lte-social .lte-header:after {
	content: "";
	width: 10px;
	border-bottom: 1px solid var(--white);
	display: inline-block;
	margin: 0 0 3px 14px;
}

.lte-social ul {
	margin: 0 0 0 -25px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.lte-social ul li {
	display: inline-block;
	margin-left: 25px;
}

.lte-social ul li a {
	color: #e8bc5a;
	color: var(--main);
	position: relative;
	z-index: 10;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	display: block;
	text-align: center;
}

.lte-social ul li a span:before {
	font-size: 12px;
}

.lte-social ul li a:hover {
	color: #fff;
	color: var(--white);
}

.lte-arrow-left, .lte-arrow-right {
	transition: background .8s ease;
	margin: 0px 0 0 0;
	display: block;
	padding: 0px;
	text-align: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 18px;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	color: #0a306c;
	color: var(--black);
	border-color: #0a306c;
	border-color: var(--black);
	width: 40px;
	height: 40px;
	line-height: 39px;
}

.lte-arrow-left.lte-arrow-left:before, .lte-arrow-right.lte-arrow-left:before, .lte-arrow-left.lte-arrow-right:before, .lte-arrow-right.lte-arrow-right:before {
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 2;
}

.lte-arrow-left.lte-arrow-left:before, .lte-arrow-right.lte-arrow-left:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	left: -1px;
}

.lte-arrow-left.lte-arrow-right:before, .lte-arrow-right.lte-arrow-right:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	right: -1px;
}

.lte-arrow-left.swiper-button-disabled, .lte-arrow-right.swiper-button-disabled {
	zoom: 1;
	filter: alpha(opacity=30);
	-webkit-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
	cursor: default;
}

.lte-arrow-left:not(.swiper-button-disabled):hover, .lte-arrow-right:not(.swiper-button-disabled):hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-arrow-left:not(.swiper-button-disabled):active:after, .lte-arrow-right:not(.swiper-button-disabled):active:after {
	background-color: #e8bc5a;
	background-color: var(--main);
	display: none;
}

.lte-arrows-sides-tiny .lte-arrow-left, .lte-arrows-sides-tiny .lte-arrow-right {
	width: 40px;
	height: 40px;
	line-height: 23px;
}

.lte-arrows-sides-tiny .lte-arrow-left.lte-arrow-left:before, .lte-arrows-sides-tiny .lte-arrow-right.lte-arrow-left:before, .lte-arrows-sides-tiny .lte-arrow-left.lte-arrow-right:before, .lte-arrows-sides-tiny .lte-arrow-right.lte-arrow-right:before {
	font-size: 16px;
}

.lte-arrows-sides-tiny .lte-arrow-left.lte-arrow-left:before, .lte-arrows-sides-tiny .lte-arrow-right.lte-arrow-left:before {
	margin-right: -2px;
}

.lte-arrows-sides-tiny .lte-arrow-left.lte-arrow-right:before, .lte-arrows-sides-tiny .lte-arrow-right.lte-arrow-right:before {
	margin-left: -2px;
}

.lte-arrows-sides-outside, .lte-arrows-sides-tiny, .lte-arrows-sides {
	text-align: center;
}

.lte-arrows-sides-outside .lte-arrow-left, .lte-arrows-sides-tiny .lte-arrow-left, .lte-arrows-sides .lte-arrow-left, .lte-arrows-sides-outside .lte-arrow-right, .lte-arrows-sides-tiny .lte-arrow-right, .lte-arrows-sides .lte-arrow-right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

@media (min-width: 992px) {
	.lte-arrows-sides-outside .lte-arrow-left.lte-arrow-left, .lte-arrows-sides-tiny .lte-arrow-left.lte-arrow-left, .lte-arrows-sides .lte-arrow-left.lte-arrow-left, .lte-arrows-sides-outside .lte-arrow-right.lte-arrow-left, .lte-arrows-sides-tiny .lte-arrow-right.lte-arrow-left, .lte-arrows-sides .lte-arrow-right.lte-arrow-left {
		left: 0px;
	}
	
	.lte-arrows-sides-outside .lte-arrow-left.lte-arrow-right, .lte-arrows-sides-tiny .lte-arrow-left.lte-arrow-right, .lte-arrows-sides .lte-arrow-left.lte-arrow-right, .lte-arrows-sides-outside .lte-arrow-right.lte-arrow-right, .lte-arrows-sides-tiny .lte-arrow-right.lte-arrow-right, .lte-arrows-sides .lte-arrow-right.lte-arrow-right {
		right: 0px;
	}
}

@media (max-width: 1199px) {
	.lte-arrows-sides-outside .lte-arrow-left, .lte-arrows-sides-tiny .lte-arrow-left, .lte-arrows-sides .lte-arrow-left, .lte-arrows-sides-outside .lte-arrow-right, .lte-arrows-sides-tiny .lte-arrow-right, .lte-arrows-sides .lte-arrow-right {
		position: relative;
		display: inline-block;
		text-align: center;
		margin: 30px 20px 0px;
	}
}

.lte-arrows-sides-outside .lte-arrow-left, .lte-arrows-sides-outside .lte-arrow-right {
	margin-top: -50px;
}

@media (min-width: 1600px) {
	.lte-arrows-sides-outside .lte-arrow-left.lte-arrow-left, .lte-arrows-sides-outside .lte-arrow-right.lte-arrow-left {
		left: 80px;
	}
	
	.lte-arrows-sides-outside .lte-arrow-left.lte-arrow-right, .lte-arrows-sides-outside .lte-arrow-right.lte-arrow-right {
		right: 80px;
	}
}

@media (max-width: 1720px) {
	.lte-arrows-sides-outside .lte-arrow-left, .lte-arrows-sides-outside .lte-arrow-right {
		position: relative;
		display: inline-block;
		text-align: center;
		margin-top: 50px;
	}
	
	.lte-arrows-sides-outside .lte-arrow-left.lte-arrow-left, .lte-arrows-sides-outside .lte-arrow-right.lte-arrow-left {
		left: -15px;
	}
	
	.lte-arrows-sides-outside .lte-arrow-left.lte-arrow-right, .lte-arrows-sides-outside .lte-arrow-right.lte-arrow-right {
		right: -15px;
	}
}

.lte-arrows-sides-small {
	max-width: 1690px;
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: -92px;
	text-align: center;
}

.lte-arrows-sides-small .lte-arrow-left, .lte-arrows-sides-small .lte-arrow-right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	background-color: transparent;
}

@media (min-width: 1200px) {
	.lte-arrows-sides-small .lte-arrow-left.lte-arrow-left, .lte-arrows-sides-small .lte-arrow-right.lte-arrow-left {
		left: 30px;
	}
	
	.lte-arrows-sides-small .lte-arrow-left.lte-arrow-right, .lte-arrows-sides-small .lte-arrow-right.lte-arrow-right {
		right: 30px;
	}
}

.lte-arrows-sides-small .lte-arrow-left:hover, .lte-arrows-sides-small .lte-arrow-right:hover {
	color: #e8bc5a;
	color: var(--main);
	background-color: transparent;
}

.lte-arrows-sides-small .lte-arrow-left.lte-arrow-left, .lte-arrows-sides-small .lte-arrow-right.lte-arrow-left {
	left: 0;
}

.lte-arrows-sides-small .lte-arrow-left.lte-arrow-right, .lte-arrows-sides-small .lte-arrow-right.lte-arrow-right {
	right: 0;
}

.lte-swiper-slider-wrapper {
	position: relative;
}

.lte-arrows-bottom {
	text-align: center;
	margin-top: 40px;
}

.lte-arrows-bottom .lte-arrow-left, .lte-arrows-bottom .lte-arrow-right {
	position: relative;
	display: inline-block;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	font-size: 48px;
	margin-left: 10px;
	margin-right: 10px;
}

.lte-background-black .lte-arrows-bottom .lte-arrow-left, .lte-background-black .lte-arrows-bottom .lte-arrow-right, .lte-body-black .lte-arrows-bottom .lte-arrow-left, .lte-body-black .lte-arrows-bottom .lte-arrow-right {
	color: #fff;
	color: var(--white);
}

.body-black .lte-arrow-left, .bg-color-true-black .lte-arrow-left, .bg-color-black .lte-arrow-left, .body-black .lte-arrow-right, .bg-color-true-black .lte-arrow-right, .bg-color-black .lte-arrow-right {
	color: #fff;
	color: var(--white);
	border-color: #fff;
	border-color: var(--white);
}

.body-black .lte-arrow-left:not(.swiper-button-disabled):hover, .bg-color-true-black .lte-arrow-left:not(.swiper-button-disabled):hover, .bg-color-black .lte-arrow-left:not(.swiper-button-disabled):hover, .body-black .lte-arrow-right:not(.swiper-button-disabled):hover, .bg-color-true-black .lte-arrow-right:not(.swiper-button-disabled):hover, .bg-color-black .lte-arrow-right:not(.swiper-button-disabled):hover {
	color: #0a306c;
	color: var(--black);
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #0a306c;
	background-color: var(--black);
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.swiper-pagination-bullets .swiper-pagination-bullet:only-child {
	visibility: hidden;
}

.lte-background-black .swiper-pagination-bullets .swiper-pagination-bullet, .lte-body-black .swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #fff;
	background-color: var(--white);
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-countup {
	margin-bottom: -80px;
}

@media (max-width: 768px) {
	.lte-countup {
		margin-bottom: -30px;
	}
}

.lte-countup.layout-default .row > div:last-child .item:after {
	display: none;
}

@media (max-width: 1199px) {
	.lte-countup.layout-default .row > div:nth-child(even) .item:after {
		display: none;
	}
}

@media (max-width: 479px) {
	.lte-countup.layout-default .row > div .item:after {
		display: none;
	}
}

.lte-countup.layout-default .countUp-wrap .countUp-item {
	margin: 0 0 80px 0;
	text-align: center;
	padding: 0px 0px;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {
	.lte-countup.layout-default .countUp-wrap .countUp-item {
		margin-bottom: 30px;
	}
}

.lte-countup.layout-default .countUp-wrap .countUp-item i {
	font-size: 48px;
	padding-bottom: 16px;
	display: block;
}

.lte-countup.layout-default .countUp-wrap .countUp-item .lte-header {
	line-height: 1em;
	position: relative;
	margin-top: 0;
	margin-bottom: 12px;
	color: #0a306c;
	color: var(--black);
	font-size: 64px;
}

@media (max-width: 479px) {
	.lte-countup.layout-default .countUp-wrap .countUp-item .lte-header {
		font-size: 80px;
	}
}

.lte-countup.layout-default .countUp-wrap .countUp-item .lte-subheader {
	margin: 0px 0 0;
	font-size: 18px;
	color: #0a306c;
	color: var(--black);
}

.body-black .lte-countup.layout-default .countUp-wrap .countUp-item .lte-subheader, .bg-color-true-black .lte-countup.layout-default .countUp-wrap .countUp-item .lte-subheader, .bg-black .lte-countup.layout-default .countUp-wrap .countUp-item .lte-subheader {
	color: #fff;
	color: var(--white);
}

.lte-countup.layout-default .countUp-wrap .countUp-item .descr {
	font-size: 14px;
	line-height: 1.7em;
	margin: 14px 0px;
}

.lte-background-black .lte-countup.layout-default .countUp-wrap .countUp-item .lte-header, .lte-background-main .lte-countup.layout-default .countUp-wrap .countUp-item .lte-header {
	color: #fff;
	color: var(--white);
}

.lte-background-black .lte-countup.layout-default .countUp-wrap .countUp-item .lte-subheader, .lte-background-main .lte-countup.layout-default .countUp-wrap .countUp-item .lte-subheader {
	color: #0a306c;
	color: var(--black);
}

.lte-countup.layout-default .countUp-wrap .countUp-item:after {
	content: "";
	border-right: 1px solid var(--white);
	border-color: #fff;
	border-color: var(--white);
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
}

@media (max-width: 1199px) {
	.lte-countup.layout-default .countUp-wrap .countUp-item:after {
		display: none;
	}
}

.lte-video-popup {
	z-index: 10;
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.lte-video-popup.style-icon .image {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.lte-video-popup.style-icon .lte-play-wrap {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100px;
	height: 100px;
}

.lte-video-popup.style-icon .lte-video-header {
	display: block;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 16px;
	color: #fff;
	color: var(--white);
	padding-top: 110px;
}

.lte-video-popup.style-bg img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-video-popup.style-plain span.image {
	margin: 0 auto;
	display: inline-block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-video-popup.style-plain span.image img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

@media (min-width: 1200px) {
	.lte-video-popup.style-plain span.image img {
		max-width: 494px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.lte-video-popup.style-plain span.image img {
		max-width: 494px;
	}
}

.lte-video-popup.style-plain span.image:before {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 1;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-video-popup.style-plain:hover {
	color: #0a306c;
	color: var(--black);
}

.lte-video-popup.style-plain .lte-video-bg-2 {
	z-index: -1;
	display: block;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	left: -100px;
	top: 0;
	right: -100px;
}

@media (max-width: 768px) {
	.lte-video-popup.style-plain .lte-video-bg-2 {
		display: none;
	}
}

.lte-video-popup.style-plain .lte-video-header {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
	display: inline-block;
	padding: 30px 44px 18px 30px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #fff;
	background-color: var(--white);
	color: #e8bc5a;
	color: var(--main);
	text-align: left;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	right: 0;
}

.lte-video-popup.style-plain .lte-video-header:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	color: #e8bc5a;
	color: var(--main);
}

.lte-video-popup.style-plain .lte-video-header .descr {
	display: inline-block;
	vertical-align: middle;
}

.lte-video-popup.style-plain .lte-video-header .descr span {
	color: #0a306c;
	color: var(--black);
}

.lte-video-popup .lte-play-wrap {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin-right: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 2;
	background: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/video-play-big.png") 53% 50% no-repeat;
	background-color: #0a306c;
	background-color: var(--black);
}

.lte-video-popup .lte-play-wrap.nitro-lazy {
	background: none !important;
}

.lte-video-popup .lte-play-wrap:hover {
	background-color: #e8bc5a;
	background-color: var(--second);
}

.lte-video-popup.style-shadow span.image:hover {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.lte-video-popup.style-shadow span.image:hover:before {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.lte-video-popup.style-shadow span.image:hover:after {
	-webkit-box-shadow: 0 15px 20px #000;
	-moz-box-shadow: 0 15px 20px #000;
	box-shadow: 0 15px 20px #000;
	left: 15px;
	right: 15px;
}

.lte-video-popup.style-shadow span.image:after {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	bottom: 0;
	z-index: -1;
	display: block;
	height: 20px;
	left: 50px;
	right: 50px;
	content: "";
	-webkit-box-shadow: 0 15px 50px #000;
	-moz-box-shadow: 0 15px 50px #000;
	box-shadow: 0 15px 50px #000;
}

.lte-content-width {
	position: relative;
}

.lte-content-width.lte-block-align-center {
	margin-left: auto;
	margin-right: auto;
}

.lte-content-width.lte-col-align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lte-content-width.lte-block-align-right {
	float: right;
}

@media (max-width: 991px) {
	.lte-content-width {
		max-width: auto !important;
	}
	
	.lte-content-width.lte-col-align-left {
		margin-left: auto;
		margin-right: auto;
	}
}

.lte-content-width .lte-wrapper > .wpb_text_column {
	position: relative;
}

@media (max-width: 768px) {
	.lte-content-width .wpb_text_column {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.lte-hover-logos .row {
	margin-bottom: -40px;
}

@media (min-width: 992px) {
	.lte-hover-logos .row {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.lte-hover-logos .row > div {
	display: flex !important;
	align-items: center;
	justify-content: center;
	float: left !important;
	margin-bottom: 40px !important;
}

@media (max-width: 768px) {
	.lte-hover-logos .row > div.col-xs-6 {
		width: 49% !important;
	}
}

.lte-hover-logos .item {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 0px 0;
	display: flex;
	transition: transform .4s cubic-bezier(.175, .885, .32, 1.275);
}

.lte-hover-logos .item img {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	transition: transform .6s cubic-bezier(.175, .885, .32, 1.275);
}

.lte-hover-logos .item .lte-img-hover {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, -100%, 0);
	-moz-transform: translate3d(-50%, -100%, 0);
	-ms-transform: translate3d(-50%, -100%, 0);
	-o-transform: translate3d(-50%, -100%, 0);
	transform: translate3d(-50%, -100%, 0);
}

.lte-hover-logos.lte-hover-effect-opacity .item {
	zoom: 1;
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.lte-hover-logos.lte-hover-effect-opacity .item:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.lte-hover-logos.lte-hover-effect-scale .item:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.elementor-editor-active .lte-hover-logos .item:hover {
	pointer-events: none;
}

.elementor-widget-lte-partners.lte-2x-yes .lte-hover-logos .item img {
	max-height: 140px;
}

header.lte-parallax-yes, section.lte-parallax-yes, div.lte-parallax-yes > .elementor-column-wrap {
	background-attachment: fixed !important;
	transition: background 0s !important;
	background-size: 100%;
}

@media (max-width: 768px) {
	header.lte-parallax-yes, section.lte-parallax-yes, div.lte-parallax-yes > .elementor-column-wrap {
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: 100% 50% !important;
	}
}

.lte-slider-preview .elementor-section-wrap:first-child {
	background-size: cover;
	background-repeat: no-repeat;
}

.lte-slider-preview .elementor-section-wrap:first-child:before {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	background-color: #0a306c;
	background-color: var(--black);
	filter: alpha(opacity=90);
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	background-color: #141d2c;
	zoom: 1;
	filter: alpha(opacity=30);
	-webkit-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
	content: "";
}

.lte-slider-preview .elementor-section-wrap:first-child:before + .elementor-background-video-container + .elementor-container, .lte-slider-preview .elementor-section-wrap:first-child:before + .elementor-widget-wrap {
	z-index: 2;
}

.lte-tabs-cats {
	list-style: none;
	margin: 0 0 40px -30px;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 10;
}

@media (min-width: 992px) {
	.lte-tabs-cats.lte-tabs-align-right {
		text-align: right;
	}
}

.lte-tabs-cats.lte-tabs-align-left {
	text-align: left;
}

@media (max-width: 768px) {
	.lte-tabs-cats {
		margin-left: 0;
		margin-bottom: 20px;
	}
}

.lte-tabs-cats li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
}

@media (max-width: 768px) {
	.lte-tabs-cats li {
		margin-left: 14px;
		margin-right: 14px;
	}
}

.lte-tabs-cats li span {
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border: 2px solid var(--main);
	border-color: transparent;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	padding: 3px 26px 3px;
	overflow: hidden;
	display: block;
	font-size: 16px;
}

.lte-background-white .lte-tabs-cats li span {
	color: #0a306c;
	color: var(--black);
}

.lte-tabs-cats li span:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-tabs-cats li span.active {
	color: #e8bc5a;
	color: var(--main);
	border-color: var(--main);
}

.lte-tabs-cats li span.active:after {
	display: none;
}

@media (max-width: 768px) {
	.lte-tabs-cats li span {
		border-width: 0;
		border-radius: 0;
		padding: 6px 0 4px;
		margin-bottom: 6px;
		display: block;
	}
	
	.lte-tabs-cats li span.active {
		border-bottom: 1px dashed var(--main);
	}
}

.lte-tabs-cats.lte-tabs-active-second li span:hover, .lte-tabs-cats.lte-tabs-active-second li span.active {
	color: #e8bc5a;
	color: var(--second);
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .elementor-row > div, body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper section {
	overflow: visible !important;
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .elementor-invisible {
	visibility: visible !important;
}

@media (min-width: 1200px) {
	body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .lte-arrow-left {
		margin-left: 50px;
	}
	
	body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .lte-arrow-right {
		margin-right: 50px;
	}
}

@media (max-width: 1599px) {
	body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .lte-arrow-right, body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .lte-arrow-left {
		bottom: 50px;
	}
}

@media (max-width: 1199px) {
	body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .lte-arrow-right, body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .lte-arrow-left {
		bottom: 40px;
	}
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .elementor-row > .elementor-inner-column:first-child {
	-webkit-transform: translateX(-300%);
	-moz-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	-o-transform: translateX(-300%);
	transform: translateX(-300%);
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .elementor-row > .elementor-inner-column:last-child {
	-webkit-transform: translateX(300%);
	-moz-transform: translateX(300%);
	-ms-transform: translateX(300%);
	-o-transform: translateX(300%);
	transform: translateX(300%);
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .elementor-row .lte-heading-style-price {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .swiper-slide-active .elementor-row > .elementor-inner-column:first-child {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .swiper-slide-active .elementor-row > .elementor-inner-column:last-child {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

body:not(.elementor-editor-active):not(.elementor-editor-preview) .lte-slider-swiper .swiper-slide-active .elementor-row .lte-heading-style-price {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.lte-video-popup.lte-style-plain span {
	display: inline-block;
}

.lte-video-popup.lte-style-plain span:after {
	display: inline-block;
	font-family: lte-font;
	font-weight: 400 !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	color: #e8bc5a;
	color: var(--main);
	font-size: 100px;
	height: 100px;
	line-height: 100px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-background-gray .lte-video-popup.lte-style-plain span:after {
	color: #0a306c;
	color: var(--black);
}

.lte-video-popup.lte-style-plain span:hover:after {
	color: #fff;
	color: var(--white);
}

.lte-video-popup.lte-style-icon {
	vertical-align: middle;
	text-align: left;
}

.lte-video-popup.lte-style-icon:hover span:after {
	color: #fff;
	color: var(--white);
}

.lte-video-popup.lte-style-icon span {
	display: inline-block;
	line-height: 40px;
}

.lte-video-popup.lte-style-icon span:after {
	display: inline-block;
	font-family: lte-font;
	font-weight: 400 !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	color: #e8bc5a;
	color: var(--main);
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-video-popup.lte-style-icon h6 {
	display: inline-block;
	font-size: 18px;
	margin: -4px 0 0 16px;
	position: relative;
	top: -6px;
}

.lte-background-black .lte-video-popup.lte-style-icon h6, .lte-body-black .lte-video-popup.lte-style-icon h6 {
	color: #fff;
	color: var(--white);
}

.lte-video-popup.lte-style-solid {
	position: relative;
	width: 100px;
	height: 100px;
}

.lte-video-popup.lte-style-solid span {
	display: block;
	width: 80px;
	height: 80px;
	background: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/video-play-big.png") 50% 50% no-repeat;
	background-position: 55% 50%;
	background-color: rgba(255, 255, 255, .5);
	z-index: 11;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-video-popup.lte-style-solid span.nitro-lazy {
	background: none !important;
}

.lte-video-popup.lte-style-solid span:hover {
	background-color: #0a306c;
	background-color: var(--black);
}

.elementor-editor-active .lte-video-popup {
	pointer-events: none;
}

.lte-menu-sc.lte-layout-two-cols .lte-item {
	width: 50%;
}

.lte-menu-sc.lte-layout-one-col {
	max-width: 840px;
	margin: 0 auto;
	padding-left: 40px;
}

@media (max-width: 768px) {
	.lte-menu-sc.lte-layout-one-col .lte-items {
		padding-right: 30px;
	}
}

@media (max-width: 768px) {
	.lte-menu-sc.lte-layout-one-col {
		padding-left: 0;
	}
}

.lte-menu-sc.lte-layout-one-col .lte-item {
	width: 100%;
}

.lte-menu-sc .lte-filter-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lte-menu-sc .lte-filter-item .lte-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	padding-right: 70px;
}

@media (max-width: 1199px) {
	.lte-menu-sc .lte-filter-item .lte-item {
		padding-right: 40px;
	}
}

@media (max-width: 768px) {
	.lte-menu-sc .lte-filter-item .lte-item {
		width: 100%;
		padding-right: 0;
	}
}

.lte-menu-sc .lte-filter-item .lte-item .lte-image {
	padding-right: 30px;
}

.lte-menu-sc .lte-filter-item .lte-item .lte-image img {
	max-width: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
}

@media (max-width: 479px) {
	.lte-menu-sc .lte-filter-item .lte-item .lte-image {
		padding-right: 15px;
	}
	
	.lte-menu-sc .lte-filter-item .lte-item .lte-image img {
		max-width: 64px;
	}
}

.lte-menu-sc .lte-filter-item .lte-item .lte-description {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-title {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-title .lte-header {
	margin: 0;
	font-size: 30px;
}

@media (max-width: 991px) {
	.lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-title .lte-header {
		font-size: 20px;
	}
}

.lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-title .lte-dots {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
	border-color: #e8bc5a;
	border-color: var(--main);
	margin: 0px 15px 0;
	position: relative;
	top: -8px;
}

.lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-title .lte-price {
	color: #e8bc5a;
	color: var(--main);
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-size: 16px;
	margin-top: 12px;
}

@media (max-width: 768px) {
	.lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-title .lte-price {
		margin-top: 4px;
	}
}

.lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-descr {
	margin-top: 8px;
	display: block;
	width: 100%;
}

.lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-descr p {
	font-size: 14px;
}

.lte-background-black .lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-descr {
	color: rgba(255, 255, 255, .6);
}

.lte-background-white .lte-menu-sc .lte-filter-item .lte-item .lte-description .lte-descr {
	color: #0a306c;
	color: var(--black);
}

.lte-menu-sc.lte-scroll-yes .lte-items {
	max-height: 600px;
}

@media (max-width: 768px) {
	.lte-menu-sc.lte-scroll-yes .lte-items {
		max-height: 540px;
	}
}

.lte-effect-smoke {
	position: relative;
	pointer-events: none;
}

.lte-effect-smoke img {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	bottom: 0%;
	left: 50%;
	margin: 0 0 300px;
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	-webkit-animation: lte-smoke-1 12s infinite;
	-moz-animation: lte-smoke-1 12s infinite;
	-o-animation: lte-smoke-1 12s infinite;
	animation: lte-smoke-1 12s infinite;
}

.lte-effect-smoke .lte-effect-item-2 {
	animation-delay: 2s;
}

.lte-effect-smoke .lte-effect-item-3 {
	animation-delay: 4s;
}

.lte-effect-smoke .lte-effect-item-4 {
	animation-delay: 6s;
}

.lte-effect-smoke .lte-effect-item-5 {
	animation-delay: 8s;
}

.lte-effect-smoke .lte-effect-item-6 {
	animation-delay: 10s;
}

.lte-effect-smoke .lte-effect-item-2 img {
	animation-delay: 2s;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.lte-effect-smoke .lte-effect-item-4 img {
	animation-delay: 6s;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.lte-effect-smoke .lte-effect-item-6 img {
	animation-delay: 10s;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

@keyframes lte-smoke-1 {
	0% {
		opacity: 0;
		transform: translate(-50%, 650px);
	}
	
	50% {
		opacity: .5;
	}
	
	100% {
		opacity: 0;
		transform: translateY(-50%, 0px);
	}
}

.elementor-widget-lte-effects {
	overflow: visible !important;
}

.lte-effect-square-large, .lte-effect-square {
	display: block;
	overflow: visible !important;
}

.lte-effect-square-large .elementor-widget-empty-icon, .lte-effect-square .elementor-widget-empty-icon {
	display: none !important;
}

.lte-effect-square-large > span, .lte-effect-square > span {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	height: 1px;
	z-index: 4;
}

.lte-effect-square-large > span > span, .lte-effect-square > span > span {
	width: 270px;
	height: 270px;
	display: block;
	border: 1px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	margin-top: -25px;
}

@media (max-width: 991px) {
	.lte-effect-square-large > span > span, .lte-effect-square > span > span {
		width: 140px;
		height: 140px;
		margin-top: -25px;
	}
}

@media (max-width: 768px) {
	.lte-effect-square-large > span > span, .lte-effect-square > span > span {
		margin-top: -20px;
	}
}

@media (max-width: 479px) {
	.lte-effect-square-large > span > span, .lte-effect-square > span > span {
		margin-top: -35px;
	}
}

.lte-effect-square-large.lte-animation-yes > span > span, .lte-effect-square.lte-animation-yes > span > span {
	-webkit-animation: lte-square 16s linear infinite;
	-moz-animation: lte-square 16s linear infinite;
	-o-animation: lte-square 16s linear infinite;
	animation: lte-square 16s linear infinite;
}

.lte-effect-square-large.lte-animation- > span > span, .lte-effect-square.lte-animation- > span > span, .lte-effect-square-large.lte-animation-no > span > span, .lte-effect-square.lte-animation-no > span > span {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lte-effect-square-large.lte-animation- > span > span:hover, .lte-effect-square.lte-animation- > span > span:hover, .lte-effect-square-large.lte-animation-no > span > span:hover, .lte-effect-square.lte-animation-no > span > span:hover {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.lte-effect-square-large.lte-effect-square-large > span > span, .lte-effect-square.lte-effect-square-large > span > span {
	width: 450px;
	height: 450px;
	margin-top: -55px;
}

@media (max-width: 1599px) {
	.lte-effect-square-large.lte-effect-square-large > span > span, .lte-effect-square.lte-effect-square-large > span > span {
		width: 350px;
		height: 350px;
	}
}

@media (max-width: 991px) {
	.lte-effect-square-large.lte-effect-square-large > span > span, .lte-effect-square.lte-effect-square-large > span > span {
		width: 300px;
		height: 300px;
		margin-top: -50px;
	}
}

@media (max-width: 768px) {
	.lte-effect-square-large.lte-effect-square-large > span > span, .lte-effect-square.lte-effect-square-large > span > span {
		width: 300px;
		height: 300px;
		margin-top: -10px;
	}
}

@keyframes lte-square {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.elementor-widget-lte-slider-full {
	background-color: #0a306c;
	background-color: var(--black);
	position: relative;
	min-height: 100vh;
}

.elementor-widget-lte-slider-full .lte-swiper-slider {
	margin-left: 280px;
}

@media (max-width: 991px) {
	.elementor-widget-lte-slider-full .lte-swiper-slider {
		margin-left: 0;
	}
}

.elementor-widget-lte-slider-full .lte-slider-fc-menu {
	background-color: #0a306c;
	background-color: var(--black);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: 280px;
	padding: 0 0 0 15px;
	padding-top: 200px;
}

@media (max-width: 991px) {
	.elementor-widget-lte-slider-full .lte-slider-fc-menu {
		width: auto;
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		padding: 120px 0 10px 0;
	}
}

.elementor-widget-lte-slider-full .lte-slider-fc-menu ul {
	margin: 0;
}

.elementor-widget-lte-slider-full .lte-slider-fc-menu ul li {
	margin: 0;
}

.elementor-widget-lte-slider-full .lte-slider-fc-menu ul li span {
	color: #fff;
	color: var(--white);
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 24px;
	display: block;
	padding: 16px 0;
	cursor: pointer;
}

.elementor-widget-lte-slider-full .lte-slider-fc-menu ul li span:hover {
	color: #e8bc5a;
	color: var(--main);
}

.elementor-widget-lte-slider-full .lte-slider-fc-menu ul li span.active {
	color: #e8bc5a;
	color: var(--main);
	pointer-events: none;
}

@media (max-width: 991px) {
	.elementor-widget-lte-slider-full .lte-slider-fc-menu ul {
		text-align: center;
		padding: 0;
	}
	
	.elementor-widget-lte-slider-full .lte-slider-fc-menu ul li {
		display: inline-block;
	}
	
	.elementor-widget-lte-slider-full .lte-slider-fc-menu ul li span {
		font-size: 16px;
		padding: 8px 16px;
	}
}

@media (min-width: 1200px) {
	.elementor-widget-lte-slider-full .lte-item {
		-webkit-transition: opacity 0s !important;
		-moz-transition: opacity 0s !important;
		-o-transition: opacity 0s !important;
		transition: opacity 0s !important;
		zoom: 1 !important;
		filter: alpha(opacity=100) !important;
		-webkit-opacity: 1 !important;
		-moz-opacity: 1 !important;
		opacity: 1 !important;
	}
	
	.elementor-widget-lte-slider-full .lte-item .lte-content {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform 1s ease;
		-moz-transition: -moz-transform 1s ease;
		-o-transition: -o-transform 1s ease;
		transition: -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease, transform 1s ease;
	}
	
	.elementor-widget-lte-slider-full .lte-item .lte-image {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 1s ease;
		-moz-transition: -moz-transform 1s ease;
		-o-transition: -o-transform 1s ease;
		transition: -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease, transform 1s ease;
	}
	
	.elementor-widget-lte-slider-full .lte-item.swiper-slide-active .lte-content {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: -webkit-transform 1s ease;
		-moz-transition: -moz-transform 1s ease;
		-o-transition: -o-transform 1s ease;
		transition: -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease, transform 1s ease;
	}
	
	.elementor-widget-lte-slider-full .lte-item.swiper-slide-active .lte-image {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: -webkit-transform 1s ease;
		-moz-transition: -moz-transform 1s ease;
		-o-transition: -o-transform 1s ease;
		transition: -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease, transform 1s ease;
	}
}

.elementor-widget-lte-slider-full .row > div {
	min-height: 100vh;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.elementor-widget-lte-slider-full .row > div {
		min-height: 700px;
	}
}

.elementor-widget-lte-slider-full .row > div.lte-content {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #fff;
	color: var(--white);
	min-height: 1000px;
	padding: 200px 50px 100px 50px;
}

@media (min-width: 1900px) {
	.elementor-widget-lte-slider-full .row > div.lte-content {
		padding: 200px 100px 100px 100px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.elementor-widget-lte-slider-full .row > div.lte-content {
		width: 50%;
	}
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .row > div.lte-content {
		position: absolute;
		z-index: 5;
		background: rgba(0, 0, 0, .3);
		top: 100px;
		right: 30px;
		left: 30px;
		bottom: 150px;
		min-height: auto;
		text-align: center;
		padding-top: 80px;
	}
}

@media (max-width: 991px) {
	.elementor-widget-lte-slider-full .row > div.lte-content {
		padding: 60px 30px 200px 30px;
		top: 30px;
		right: 30px;
		left: 30px;
		bottom: 30px;
	}
}

.elementor-widget-lte-slider-full .row > div.lte-content h2 {
	font-size: 60px;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .row > div.lte-content h2 {
		color: #e8bc5a;
		color: var(--main);
	}
}

.elementor-widget-lte-slider-full .row > div.lte-content h2 span {
	color: #fff;
	color: var(--white);
	display: block;
}

@media (min-width: 1900px) {
	.elementor-widget-lte-slider-full .row > div.lte-content h2 {
		font-size: 72px;
	}
}

@media (max-width: 1300px) {
	.elementor-widget-lte-slider-full .row > div.lte-content h2 {
		font-size: 54px;
	}
}

@media (max-width: 991px) {
	.elementor-widget-lte-slider-full .row > div.lte-content h2 {
		font-size: 36px;
	}
}

.elementor-widget-lte-slider-full .row > div.lte-content .lte-price {
	display: block;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #e65338;
	color: var(--red);
	font-size: 24px;
	margin-bottom: 16px;
}

@media (min-width: 1200px) {
	.elementor-widget-lte-slider-full .row > div.lte-content .lte-price {
		display: none;
	}
}

.elementor-widget-lte-slider-full .row > div.lte-content .lte-btn {
	margin-top: 80px;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .row > div.lte-content .lte-btn {
		margin: 30px 0 40px;
	}
}

.elementor-widget-lte-slider-full .row > div.lte-image {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	border-bottom: 80px solid #fff;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.elementor-widget-lte-slider-full .row > div.lte-image {
		width: 50%;
	}
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .row > div.lte-image {
		width: 100%;
		border-bottom: 0;
	}
}

.elementor-widget-lte-slider-full .row > div.lte-image:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	background-color: #0a306c;
	background-color: var(--black);
	filter: alpha(opacity=90);
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.elementor-widget-lte-slider-full .row > div.lte-image:before + .elementor-background-video-container + .elementor-container, .elementor-widget-lte-slider-full .row > div.lte-image:before + .elementor-widget-wrap {
	z-index: 2;
}

.elementor-widget-lte-slider-full .row > div.lte-image .lte-price.lte-price-desktop {
	position: absolute;
	top: 250px;
	right: 100px;
	background: url("https://asnaff.com/wp-content/themes/mildar/assets/images/price-label-red.png") no-repeat 50% 50%;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #fff;
	color: var(--white);
	font-size: 36px;
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 140px;
}

.elementor-widget-lte-slider-full .row > div.lte-image .lte-price.lte-price-desktop.nitro-lazy {
	background: none !important;
}

.elementor-widget-lte-slider-full .row > div.lte-image .lte-price.lte-price-desktop span {
	font-size: 18px;
	vertical-align: super;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .row > div.lte-image .lte-price.lte-price-desktop {
		display: none;
	}
}

.elementor-widget-lte-slider-full .lte-arrows {
	width: 58.33333333%;
	position: relative;
	float: right;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.elementor-widget-lte-slider-full .lte-arrows {
		width: 50% !important;
	}
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .lte-arrows {
		width: 100% !important;
		position: absolute;
		float: none;
		bottom: 0px;
	}
}

.elementor-widget-lte-slider-full .lte-arrows a {
	color: #fff;
	color: var(--white);
	padding-bottom: 290px;
}

.elementor-widget-lte-slider-full .lte-arrows a.lte-arrow-left {
	left: 50%;
	margin-left: -110px;
}

.elementor-widget-lte-slider-full .lte-arrows a.lte-arrow-right {
	right: 50%;
	margin-right: -110px;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .lte-arrows a {
		left: auto;
		right: auto;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.elementor-widget-lte-slider-full .lte-arrows a.lte-arrow-left {
		left: 0;
		margin-right: 15px;
	}
	
	.elementor-widget-lte-slider-full .lte-arrows a.lte-arrow-right {
		right: 0;
		margin-left: 15px;
	}
}

.elementor-widget-lte-slider-full .lte-copy {
	position: absolute;
	left: 0;
	bottom: -80px;
	right: 0;
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
	text-align: center;
	padding: 35px;
	z-index: 4;
}

.elementor-widget-lte-slider-full .lte-copy p {
	font-size: 16px;
}

.elementor-widget-lte-slider-full .lte-copy a {
	color: #e8bc5a;
	color: var(--main);
}

.elementor-widget-lte-slider-full .lte-copy a:hover {
	color: #fff;
	color: var(--white);
}

.elementor-widget-lte-slider-full .lte-copy.lte-copy-desktop {
	display: none;
}

@media (min-width: 1200px) {
	.elementor-widget-lte-slider-full .lte-copy.lte-copy-desktop {
		display: block;
	}
}

.elementor-widget-lte-slider-full .lte-copy.lte-copy-mobile {
	display: none;
	position: relative;
	bottom: 0;
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .lte-copy.lte-copy-mobile {
		display: block;
	}
}

.elementor-widget-lte-slider-full .swiper-pagination-custom {
	position: absolute;
	bottom: 100px !important;
	z-index: 15;
	width: 41.66666667% !important;
	left: 0;
	padding-left: 80px;
}

@media (max-width: 1899px) {
	.elementor-widget-lte-slider-full .swiper-pagination-custom {
		padding-left: 30px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.elementor-widget-lte-slider-full .swiper-pagination-custom {
		width: 50% !important;
	}
}

@media (max-width: 1199px) {
	.elementor-widget-lte-slider-full .swiper-pagination-custom {
		display: none;
	}
}

.elementor-widget-lte-slider-full .swiper-pagination-custom .swiper-pagination-bullet {
	background: transparent;
	width: 100px;
	height: auto;
	margin: 0 8px;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.elementor-widget-lte-slider-full .swiper-pagination-custom .swiper-pagination-bullet:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.elementor-widget-lte-slider-full .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	position: absolute;
	border: 4px solid #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}

.elementor-widget-lte-slider-full .swiper-pagination-custom .lte-title {
	display: none;
}

.lte-mouse-move .elementor-column-wrap {
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out;
}

@media (min-width: 1900px) {
	.lte-mouse-move .elementor-column-wrap {
		background-size: 100% !important;
	}
}

@media (max-width: 1599px) {
	.lte-mouse-move .elementor-column-wrap {
		background-size: cover !important;
	}
}

.swiper-container-coverflow .swiper-slide .lte-item {
	-webkit-transition: all .5s ease !important;
	-moz-transition: all .5s ease !important;
	-o-transition: all .5s ease !important;
	transition: all .5s ease !important;
	-webkit-transition-delay: 0s !important;
	-moz-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	-ms-transform: scale(.3);
	-o-transform: scale(.3);
	transform: scale(.3);
}

.swiper-container-coverflow .swiper-slide.swiper-slide-prev .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-next .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-prev .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-next .lte-item {
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	-o-transform: scale(.85);
	transform: scale(.85);
	margin-top: -20px;
}

.swiper-container-coverflow .swiper-slide.swiper-slide-nth-next-2 .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-nth-prev-2 .lte-item {
	-webkit-transform: scale(.65);
	-moz-transform: scale(.65);
	-ms-transform: scale(.65);
	-o-transform: scale(.65);
	transform: scale(.65);
	margin-top: -35px;
}

.swiper-container-coverflow .swiper-slide.swiper-slide-active .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-active .lte-item {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.swiper-container-coverflow .swiper-slide.swiper-slide-nth-next-2 .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-nth-prev-2 .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-prev .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-next .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-active .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-prev .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-next .lte-item, .swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-active .lte-item {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/*
	17. Pagination
*/
.paging-navigation-border {
	margin-top: 5px;
	border-top: 0px solid rgba(0, 0, 0, .08);
}

.paging-navigation {
	margin-top: 5px;
	border-top: 0px solid rgba(0, 0, 0, .08);
}

.paging-navigation, .page-numbers {
	text-align: center;
	margin-top: 0px;
	margin-bottom: -16px;
}

.paging-navigation hr, .page-numbers hr {
	margin-bottom: 20px;
}

.paging-navigation .pagination, .page-numbers .pagination {
	position: relative;
	padding-top: 0px;
	padding-bottom: 80px;
	margin-top: 35px;
	margin-bottom: 0px;
	font-size: 1px;
	font-size: 0;
}

@media (min-width: 1200px) {
	.paging-navigation .pagination, .page-numbers .pagination {
		margin-top: 85px;
	}
}

.paging-navigation .pagination .page-numbers, .page-numbers .pagination .page-numbers {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	line-height: 70px;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #0a306c;
	color: var(--black);
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 8px 16px;
	position: relative;
	z-index: 5;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.paging-navigation .pagination .page-numbers.current, .page-numbers .pagination .page-numbers.current {
	cursor: default;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	border: 1px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	z-index: 0;
	pointer-events: none;
}

.lte-background-black .paging-navigation .pagination .page-numbers.current, .lte-background-black .page-numbers .pagination .page-numbers.current {
	color: #fff;
	color: var(--white);
}

.paging-navigation .pagination .page-numbers:not(.dots):not(.current):not(.disabled):hover, .page-numbers .pagination .page-numbers:not(.dots):not(.current):not(.disabled):hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.paging-navigation .pagination .prev, .page-numbers .pagination .prev, .paging-navigation .pagination .next, .page-numbers .pagination .next {
	line-height: 70px;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .paging-navigation .pagination .prev, .lte-background-black .page-numbers .pagination .prev, .lte-background-black .paging-navigation .pagination .next, .lte-background-black .page-numbers .pagination .next {
	color: #fff;
	color: var(--white);
}

.lte-background-black .paging-navigation .pagination .prev:hover, .lte-background-black .page-numbers .pagination .prev:hover, .lte-background-black .paging-navigation .pagination .next:hover, .lte-background-black .page-numbers .pagination .next:hover {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

@media (max-width: 768px) {
	.paging-navigation .pagination .prev, .page-numbers .pagination .prev, .paging-navigation .pagination .next, .page-numbers .pagination .next {
		display: none;
	}
}

.paging-navigation .pagination .prev.prev:before, .page-numbers .pagination .prev.prev:before, .paging-navigation .pagination .next.prev:before, .page-numbers .pagination .next.prev:before, .paging-navigation .pagination .prev.next:before, .page-numbers .pagination .prev.next:before, .paging-navigation .pagination .next.next:before, .page-numbers .pagination .next.next:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 16px;
	line-height: 70px;
	position: relative;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	top: 0px;
	display: inline-block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.paging-navigation .pagination .prev.prev:before, .page-numbers .pagination .prev.prev:before, .paging-navigation .pagination .next.prev:before, .page-numbers .pagination .next.prev:before {
	left: 0px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.paging-navigation .pagination .prev.disabled, .page-numbers .pagination .prev.disabled, .paging-navigation .pagination .next.disabled, .page-numbers .pagination .next.disabled {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	cursor: default;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #fff;
	color: var(--white);
}

.paging-navigation .pagination .prev:not(.dots):not(.current):not(.disabled):hover, .page-numbers .pagination .prev:not(.dots):not(.current):not(.disabled):hover, .paging-navigation .pagination .next:not(.dots):not(.current):not(.disabled):hover, .page-numbers .pagination .next:not(.dots):not(.current):not(.disabled):hover {
	background-color: #0a306c;
	background-color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--main);
	color: #fff;
	color: var(--white);
}

.page-numbers-function {
	font-size: 0;
}

.page-numbers-function .page-numbers {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	line-height: 70px;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #0a306c;
	color: var(--black);
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 8px 16px;
	position: relative;
	z-index: 5;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.page-numbers-function .page-numbers.current {
	cursor: default;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	border: 1px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	z-index: 0;
	pointer-events: none;
}

.lte-background-black .page-numbers-function .page-numbers.current {
	color: #fff;
	color: var(--white);
}

.page-numbers-function .page-numbers:not(.dots):not(.current):not(.disabled):hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.page-numbers-function .prev, .page-numbers-function .next {
	line-height: 70px;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .page-numbers-function .prev, .lte-background-black .page-numbers-function .next {
	color: #fff;
	color: var(--white);
}

.lte-background-black .page-numbers-function .prev:hover, .lte-background-black .page-numbers-function .next:hover {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

@media (max-width: 768px) {
	.page-numbers-function .prev, .page-numbers-function .next {
		display: none;
	}
}

.page-numbers-function .prev.prev:before, .page-numbers-function .next.prev:before, .page-numbers-function .prev.next:before, .page-numbers-function .next.next:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 16px;
	line-height: 70px;
	position: relative;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	top: 0px;
	display: inline-block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.page-numbers-function .prev.prev:before, .page-numbers-function .next.prev:before {
	left: 0px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.page-numbers-function .prev.disabled, .page-numbers-function .next.disabled {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	cursor: default;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #fff;
	color: var(--white);
}

.page-numbers-function .prev:not(.dots):not(.current):not(.disabled):hover, .page-numbers-function .next:not(.dots):not(.current):not(.disabled):hover {
	background-color: #0a306c;
	background-color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--main);
	color: #fff;
	color: var(--white);
}

.lte-background-black .page-numbers .current {
	color: #fff !important;
	color: var(--white) !important;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 5px;
	border-top: 0px solid rgba(0, 0, 0, .08);
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0 none;
	margin-top: 35px;
	margin-bottom: 40px;
	white-space: normal;
	font-size: 0;
}

@media (min-width: 1200px) {
	.woocommerce nav.woocommerce-pagination ul {
		margin-top: 65px;
	}
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0 none;
	padding: 0;
	vertical-align: middle;
	overflow: visible;
	float: none;
	display: inline-block;
}

.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
	padding: 0;
	vertical-align: middle;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	line-height: 70px;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #0a306c;
	color: var(--black);
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 8px 16px;
	position: relative;
	z-index: 5;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
	cursor: default;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	border: 1px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	z-index: 0;
	pointer-events: none;
}

.lte-background-black .woocommerce nav.woocommerce-pagination ul .page-numbers.current {
	color: #fff;
	color: var(--white);
}

.woocommerce nav.woocommerce-pagination ul .page-numbers:not(.dots):not(.current):not(.disabled):hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.woocommerce nav.woocommerce-pagination ul .prev, .woocommerce nav.woocommerce-pagination ul .next {
	line-height: 70px;
	color: #0a306c;
	color: var(--black);
}

.lte-background-black .woocommerce nav.woocommerce-pagination ul .prev, .lte-background-black .woocommerce nav.woocommerce-pagination ul .next {
	color: #fff;
	color: var(--white);
}

.lte-background-black .woocommerce nav.woocommerce-pagination ul .prev:hover, .lte-background-black .woocommerce nav.woocommerce-pagination ul .next:hover {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

@media (max-width: 768px) {
	.woocommerce nav.woocommerce-pagination ul .prev, .woocommerce nav.woocommerce-pagination ul .next {
		display: none;
	}
}

.woocommerce nav.woocommerce-pagination ul .prev.prev:before, .woocommerce nav.woocommerce-pagination ul .next.prev:before, .woocommerce nav.woocommerce-pagination ul .prev.next:before, .woocommerce nav.woocommerce-pagination ul .next.next:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 16px;
	line-height: 70px;
	position: relative;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	top: 0px;
	display: inline-block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.woocommerce nav.woocommerce-pagination ul .prev.prev:before, .woocommerce nav.woocommerce-pagination ul .next.prev:before {
	left: 0px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.woocommerce nav.woocommerce-pagination ul .prev.disabled, .woocommerce nav.woocommerce-pagination ul .next.disabled {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	cursor: default;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #fff;
	color: var(--white);
}

.woocommerce nav.woocommerce-pagination ul .prev:not(.dots):not(.current):not(.disabled):hover, .woocommerce nav.woocommerce-pagination ul .next:not(.dots):not(.current):not(.disabled):hover {
	background-color: #0a306c;
	background-color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--main);
	color: #fff;
	color: var(--white);
}

.woocommerce nav.woocommerce-pagination ul .prev, .woocommerce nav.woocommerce-pagination ul .next {
	font-size: 0px;
	overflow: hidden;
	line-height: 70px;
}

/*
	18. Common classes (hover/transition effect/etc)
*/
body {
	color: #0a306c;
	color: var(--black);
	background-color: #fff;
	background-color: var(--white);
}

.lte-background-main {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-background-second {
	background-color: #e8bc5a;
	background-color: var(--second);
}

.lte-background-gray {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.lte-background-white {
	background-color: #fff;
	background-color: var(--white);
}

.lte-background-white .lte-content-wrapper {
	background-color: #fff;
	background-color: var(--white);
}

.lte-background-black {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.lte-background-black .lte-content-wrapper {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.lte-content-wrapper {
	z-index: 3;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	min-height: calc(100vh - 86px);
}

body.admin-bar .lte-content-wrapper {
	min-height: calc(100vh - 86px - 33px);
}

.error404.lte-bg-404 .lte-content-wrapper {
	background-color: transparent !important;
}

@media (max-width: 991px) {
	.lte-content-wrapper {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 479px) {
	.lte-content-wrapper {
		overflow: hidden;
	}
}

body.lte-body-black .lte-content-wrapper {
	color: #fff;
	color: var(--white);
	color: rgba(255, 255, 255, .7);
	background-color: #0a306c;
	background-color: var(--black);
}

.page-template-full-width .lte-text-page > .row {
	margin: 0 !important;
}

.page-template-full-width .lte-text-page > .row > div {
	padding: 0;
	width: 100%;
}

.screen-reader-text {
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	clip: rect(1px, 1px, 1px, 1px);
}

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

.full-width {
	max-width: 100%;
	height: auto;
}

a[href^=tel] {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
}

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

.row:before {
	display: none;
}

.row.row-center {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.row.row-center-x {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.center-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.row.centered {
	justify-content: center;
}

.row.centered > div {}

.container-short {
	max-width: 1170px;
}

@media (max-width: 1599px) {
	.container {
		max-width: initial;
	}
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

@media (max-width: 1599px) {
	.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container, .container {
		width: 1400px;
	}
}

@media (max-width: 1440px) {
	.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container, .container {
		width: 1280px;
	}
}

@media (max-width: 1320px) {
	.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container, .container {
		width: 1180px;
	}
}

@media (max-width: 1199px) {
	.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container, .container {
		width: 86%;
	}
}

@media (max-width: 768px) {
	.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container, .container {
		width: auto;
	}
}

button:focus {
	outline: none;
}

.lte-background-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
}

.lte-background-overlay + .elementor-background-video-container + .elementor-container, .lte-background-overlay + .elementor-widget-wrap {
	z-index: 2;
}

@media (min-width: 1200px) {
	.lte-overlay-mobile-only-yes > .elementor-background-overlay, .lte-overlay-mobile-only-yes > .lte-background-overlay {
		display: none;
	}
}

.lte-overlay-black {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=90);
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
}

.lte-overlay-semi-black {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.lte-overlay-semi-dark {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
}

.lte-overlay-dark {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

.lte-overlay-light-black {
	background-color: #141d2c;
	zoom: 1;
	filter: alpha(opacity=30);
	-webkit-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
}

.lte-overlay-main {
	background-color: #e8bc5a;
	background-color: var(--main);
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.lte-overlay-white {
	background-color: #fff;
	background-color: var(--white);
	zoom: 1;
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
}

.lte-overlay-gradient-hor {
	background-image: -webkit-linear-gradient(180deg, transparent 30%, #151515 70%);
	background-image: -moz-linear-gradient(180deg, transparent 30%, #151515 70%);
	background-image: -ms-linear-gradient(180deg, transparent 30%, #151515 70%);
	background-image: -o-linear-gradient(180deg, transparent 30%, #151515 70%);
	background-image: linear-gradient(-90deg, transparent 30%, #151515 70%);
}

.lte-overlay-wave-white {
	background-image: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/wave-white-hor.png");
	background-size: cover;
	position: absolute;
	bottom: -4px;
	height: 100px;
	top: auto;
	z-index: 2;
	pointer-events: none;
}

.lte-overlay-wave-white.nitro-lazy {
	background-image: none !important;
}

.lte-overlay-lines {
	z-index: 1;
}

.lte-overlay-lines:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("https://asnaff.com/wp-content/themes/mildar/assets/images/overlay-lines.png");
	background-repeat: repeat-x;
	background-position: center center;
	zoom: 1;
	filter: alpha(opacity=25);
	-webkit-opacity: .25;
	-moz-opacity: .25;
	opacity: .25;
}

.lte-overlay-lines:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.elementor-editor-active .lte-background-overlay {
	display: none;
}

.elementor-editor-active .elementor-background-overlay {
	z-index: 0 !important;
}

.elementor-editor-active .lte-overlay-wrapper-black > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-black > .elementor-column-wrap > .elementor-background-overlay {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=90);
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
}

.elementor-editor-active .lte-overlay-wrapper-semi-black > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-semi-black > .elementor-column-wrap > .elementor-background-overlay {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.elementor-editor-active .lte-overlay-wrapper-semi-dark > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-semi-dark > .elementor-column-wrap > .elementor-background-overlay {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
}

.elementor-editor-active .lte-overlay-wrapper-dark > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-dark > .elementor-column-wrap > .elementor-background-overlay {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

.elementor-editor-active .lte-overlay-wrapper-light-black > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-light-black > .elementor-column-wrap > .elementor-background-overlay {
	background-color: #141d2c;
	zoom: 1;
	filter: alpha(opacity=30);
	-webkit-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
}

.elementor-editor-active .lte-overlay-wrapper-main > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-main > .elementor-column-wrap > .elementor-background-overlay {
	background-color: #e8bc5a;
	background-color: var(--main);
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.elementor-editor-active .lte-overlay-wrapper-white > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-white > .elementor-column-wrap > .elementor-background-overlay {
	background-color: #fff;
	background-color: var(--white);
	zoom: 1;
	filter: alpha(opacity=70);
	-webkit-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
}

.elementor-editor-active .lte-overlay-wrapper-lines > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-lines > .elementor-column-wrap > .elementor-background-overlay {
	z-index: 1;
}

.elementor-editor-active .lte-overlay-wrapper-lines > .elementor-background-overlay:after, .elementor-editor-active .lte-overlay-wrapper-lines > .elementor-column-wrap > .elementor-background-overlay:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("https://asnaff.com/wp-content/themes/mildar/assets/images/overlay-lines.png");
	background-repeat: repeat-x;
	background-position: center center;
	zoom: 1;
	filter: alpha(opacity=25);
	-webkit-opacity: .25;
	-moz-opacity: .25;
	opacity: .25;
}

.elementor-editor-active .lte-overlay-wrapper-lines > .elementor-background-overlay:before, .elementor-editor-active .lte-overlay-wrapper-lines > .elementor-column-wrap > .elementor-background-overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.elementor-editor-active .lte-overlay-wrapper-wave-white > .elementor-background-overlay, .elementor-editor-active .lte-overlay-wrapper-wave-white > .elementor-column-wrap > .elementor-background-overlay {
	background-image: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/wave-white-hor.png");
	background-size: cover;
	position: absolute;
	bottom: -4px;
	height: 100px;
	top: auto;
	z-index: 2;
	pointer-events: none;
}

.elementor-editor-active .lte-overlay-wrapper-wave-white > .elementor-background-overlay.nitro-lazy, .elementor-editor-active .lte-overlay-wrapper-wave-white > .elementor-column-wrap > .elementor-background-overlay.nitro-lazy {
	background-image: none !important;
}

/*
	19. WooCommerce
*/
.woocommerce-sidebar .widget_product_tag_cloud .tagcloud {
	margin-top: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #e8bc5a;
	background-color: var(--second);
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box {
	padding-top: 0;
	padding-left: 44px !important;
	margin-top: 5px;
}

.woocommerce form.checkout {
	padding: 0;
}

.woocommerce form.checkout label {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
}

.woocommerce:not(.swiper-container) ul.products, .woocommerce-page:not(.swiper-container) ul.products {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.woocommerce ul.products[class*="columns-"], .woocommerce-page ul.products[class*="columns-"] {
	margin: 0 -15px -30px;
	padding: 0px 0;
}

@media (max-width: 991px) {
	.woocommerce ul.products[class*="columns-"], .woocommerce-page ul.products[class*="columns-"] {
		margin-bottom: -50px;
	}
}

.woocommerce ul.products[class*="columns-"]:before, .woocommerce-page ul.products[class*="columns-"]:before, .woocommerce ul.products[class*="columns-"]:after, .woocommerce-page ul.products[class*="columns-"]:after {
	display: none;
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (max-width: 991px) {
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		margin-bottom: 50px;
	}
}

.woocommerce ul.products[class*="columns-"] li.product > .lte-item, .woocommerce-page ul.products[class*="columns-"] li.product > .lte-item {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	position: relative;
	border: 2px solid var(--gray);
	border-color: #f2f0ea;
	border-color: var(--gray);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 30px 35px;
}

.woocommerce ul.products[class*="columns-"] li.product:hover > .lte-item, .woocommerce-page ul.products[class*="columns-"] li.product:hover > .lte-item {
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-body-black .woocommerce ul.products[class*="columns-"] li.product .lte-btn .lte-btn-inner:before, .lte-body-black .woocommerce-page ul.products[class*="columns-"] li.product .lte-btn .lte-btn-inner:before, .lte-background-black .woocommerce ul.products[class*="columns-"] li.product .lte-btn .lte-btn-inner:before, .lte-background-black .woocommerce-page ul.products[class*="columns-"] li.product .lte-btn .lte-btn-inner:before {
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product a + .price, .woocommerce-page ul.products[class*="columns-"] li.product a + .price {
	margin-top: 6px;
}

.woocommerce ul.products[class*="columns-"] li.product .woocommerce-Price-amount, .woocommerce-page ul.products[class*="columns-"] li.product .woocommerce-Price-amount {
	font-size: 16px;
	color: #e8bc5a;
	color: var(--main);
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title, .woocommerce-page ul.products[class*="columns-"] li.product .woocommerce-loop-product__title {
	font-size: 18px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	padding: 0 0 0 0;
	margin-top: 10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #0a306c;
	color: var(--black);
}

.woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title:hover, .woocommerce-page ul.products[class*="columns-"] li.product .woocommerce-loop-product__title:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-body-black .woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title, .lte-body-black .woocommerce-page ul.products[class*="columns-"] li.product .woocommerce-loop-product__title, .lte-background-black .woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title, .lte-background-black .woocommerce-page ul.products[class*="columns-"] li.product .woocommerce-loop-product__title {
	color: #fff;
	color: var(--white);
}

.lte-body-black .woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title:hover, .lte-body-black .woocommerce-page ul.products[class*="columns-"] li.product .woocommerce-loop-product__title:hover, .lte-background-black .woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title:hover, .lte-background-black .woocommerce-page ul.products[class*="columns-"] li.product .woocommerce-loop-product__title:hover {
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce ul.products[class*="columns-"] li.product .lte-excerpt, .woocommerce-page ul.products[class*="columns-"] li.product .lte-excerpt {
	margin: 14px 0 16px;
	padding: 0 0 0px;
	font-size: 16px;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 0 0 0px;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image a, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image a {
	overflow: hidden;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-btn, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .lte-btn {
	display: none;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image img, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .6s cubic-bezier(.175, .885, .32, 1);
	-moz-transition: all .6s cubic-bezier(.175, .885, .32, 1);
	-o-transition: all .6s cubic-bezier(.175, .885, .32, 1);
	transition: all .6s cubic-bezier(.175, .885, .32, 1);
	margin: 0 auto 0 !important;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	position: relative;
	z-index: 2;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-alt-hover-img, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .lte-alt-hover-img {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	padding: 0 0px 15px;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	-webkit-transform: scale3d(0, 1, 0);
	-moz-transform: scale3d(0, 1, 0);
	-ms-transform: scale3d(0, 1, 0);
	-o-transform: scale3d(0, 1, 0);
	transform: scale3d(0, 1, 0);
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image:hover .lte-alt-hover-img, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image:hover .lte-alt-hover-img {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

@media (min-width: 992px) {
	.woocommerce ul.products[class*="columns-"] li.product .lte-image:hover, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image:hover {}
	
	.woocommerce ul.products[class*="columns-"] li.product .lte-image:hover img, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image:hover img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: all .5s cubic-bezier(.175, .885, .32, 3.75);
		-moz-transition: all .5s cubic-bezier(.175, .885, .32, 3.75);
		-o-transition: all .5s cubic-bezier(.175, .885, .32, 3.75);
		transition: all .5s cubic-bezier(.175, .885, .32, 3.75);
	}
	
	.woocommerce ul.products[class*="columns-"] li.product .lte-image:hover:after, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image:hover:after {
		zoom: 1;
		filter: alpha(opacity=75);
		-webkit-opacity: .75;
		-moz-opacity: .75;
		opacity: .75;
	}
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-btn-wrap, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .lte-btn-wrap {
	display: none;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-btn-wrap + .lte-btn-wrap, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .lte-btn-wrap + .lte-btn-wrap {
	margin-bottom: 70px;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-btn-wrap + .lte-btn-wrap .lte-btn, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .lte-btn-wrap + .lte-btn-wrap .lte-btn {
	-webkit-transition-delay: .1s !important;
	-moz-transition-delay: .1s !important;
	-o-transition-delay: .1s !important;
	transition-delay: .1s !important;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-wc-photo-alt, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .lte-wc-photo-alt {
	position: absolute;
	top: 0;
	left: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 0px 30px 20px;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr, .woocommerce-page ul.products[class*="columns-"] li.product .lte-item-descr {
	text-align: left;
}

@media (max-width: 991px) {
	.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn-wrap, .woocommerce-page ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn-wrap {
		margin-bottom: 25px;
		display: block;
	}
}

.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn-more, .woocommerce-page ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn-more {
	display: none;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn, .woocommerce-page ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn {
	min-width: initial;
	position: absolute;
	right: 30px;
	bottom: 40px;
	width: 44px;
	height: 44px;
	margin: 0;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn .lte-btn-inner, .woocommerce-page ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn .lte-btn-inner {
	font-size: 0px;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn .lte-btn-inner .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn .lte-btn-inner .lte-btn-after:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	color: #fff;
	color: var(--white);
	font-size: 14px;
	line-height: 38px;
}

.woocommerce ul.products[class*="columns-"] li.product:hover .lte-btn-wrap, .woocommerce-page ul.products[class*="columns-"] li.product:hover .lte-btn-wrap {
	margin-top: 0px;
}

.woocommerce ul.products[class*="columns-"] li.product.lte-product-hover-gallery .lte-image:hover > a, .woocommerce-page ul.products[class*="columns-"] li.product.lte-product-hover-gallery .lte-image:hover > a {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.woocommerce ul.products[class*="columns-"] li.product.lte-product-hover-gallery .lte-image:hover .lte-wc-photo-alt, .woocommerce-page ul.products[class*="columns-"] li.product.lte-product-hover-gallery .lte-image:hover .lte-wc-photo-alt {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.woocommerce ul.products[class*="columns-"] li.product .product_type_grouped, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_grouped, .woocommerce ul.products[class*="columns-"] li.product .add_to_cart_button, .woocommerce-page ul.products[class*="columns-"] li.product .add_to_cart_button, .woocommerce ul.products[class*="columns-"] li.product .product_type_variable, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_variable, .woocommerce ul.products[class*="columns-"] li.product .product_type_external, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_external {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 14px;
}

.woocommerce ul.products[class*="columns-"] li.product .product_type_grouped.loading .lte-btn-after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_grouped.loading .lte-btn-after, .woocommerce ul.products[class*="columns-"] li.product .add_to_cart_button.loading .lte-btn-after, .woocommerce-page ul.products[class*="columns-"] li.product .add_to_cart_button.loading .lte-btn-after, .woocommerce ul.products[class*="columns-"] li.product .product_type_variable.loading .lte-btn-after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_variable.loading .lte-btn-after, .woocommerce ul.products[class*="columns-"] li.product .product_type_external.loading .lte-btn-after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_external.loading .lte-btn-after {
	-webkit-animation: lteSpin 1s linear infinite;
	-moz-animation: lteSpin 1s linear infinite;
	-o-animation: lteSpin 1s linear infinite;
	animation: lteSpin 1s linear infinite;
	display: block;
	position: relative;
	left: 0;
	transform-origin: 0 0;
}

.woocommerce ul.products[class*="columns-"] li.product .product_type_grouped.loading .lte-btn-after:before, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_grouped.loading .lte-btn-after:before, .woocommerce ul.products[class*="columns-"] li.product .add_to_cart_button.loading .lte-btn-after:before, .woocommerce-page ul.products[class*="columns-"] li.product .add_to_cart_button.loading .lte-btn-after:before, .woocommerce ul.products[class*="columns-"] li.product .product_type_variable.loading .lte-btn-after:before, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_variable.loading .lte-btn-after:before, .woocommerce ul.products[class*="columns-"] li.product .product_type_external.loading .lte-btn-after:before, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_external.loading .lte-btn-after:before {
	display: none;
}

.woocommerce ul.products[class*="columns-"] li.product .product_type_grouped.loading .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_grouped.loading .lte-btn-after:after, .woocommerce ul.products[class*="columns-"] li.product .add_to_cart_button.loading .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .add_to_cart_button.loading .lte-btn-after:after, .woocommerce ul.products[class*="columns-"] li.product .product_type_variable.loading .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_variable.loading .lte-btn-after:after, .woocommerce ul.products[class*="columns-"] li.product .product_type_external.loading .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_external.loading .lte-btn-after:after {
	content: "" !important;
	font-weight: 900 !important;
	-webkit-font-smoothing: antialiased;
	border: 2px solid var(--black);
	border-top-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform-origin: 0 100% !important;
	font-size: 12px;
	position: absolute;
}

.woocommerce ul.products[class*="columns-"] li.product .product_type_grouped.loading:hover .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_grouped.loading:hover .lte-btn-after:after, .woocommerce ul.products[class*="columns-"] li.product .add_to_cart_button.loading:hover .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .add_to_cart_button.loading:hover .lte-btn-after:after, .woocommerce ul.products[class*="columns-"] li.product .product_type_variable.loading:hover .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_variable.loading:hover .lte-btn-after:after, .woocommerce ul.products[class*="columns-"] li.product .product_type_external.loading:hover .lte-btn-after:after, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_external.loading:hover .lte-btn-after:after {
	border-color: #fff;
	border-color: var(--white);
	border-top-color: transparent;
}

.woocommerce ul.products[class*="columns-"] li.product .product_type_grouped.added, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_grouped.added, .woocommerce ul.products[class*="columns-"] li.product .add_to_cart_button.added, .woocommerce-page ul.products[class*="columns-"] li.product .add_to_cart_button.added, .woocommerce ul.products[class*="columns-"] li.product .product_type_variable.added, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_variable.added, .woocommerce ul.products[class*="columns-"] li.product .product_type_external.added, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_external.added {
	display: none;
}

.woocommerce ul.products[class*="columns-"] li.product .btn:not(.add_to_cart_button):not(.product_type_grouped), .woocommerce-page ul.products[class*="columns-"] li.product .btn:not(.add_to_cart_button):not(.product_type_grouped) {
	margin-top: 15px;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart {
	position: relative;
	overflow: hidden;
	-webkit-background-clip: border-box !important;
	-moz-background-clip: border-box !important;
	background-clip: border-box !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: background .25s, color .25s, border .25s !important;
	-moz-transition: background .25s, color .25s, border .25s !important;
	-o-transition: background .25s, color .25s, border .25s !important;
	transition: background .25s, color .25s, border .25s !important;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 14px;
	padding: 12px 38px 12px 38px;
	min-width: 165px;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 0px solid var(--main);
	color: #0a306c;
	color: var(--black);
	background-color: #e8bc5a;
	background-color: var(--main);
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
	margin: 0;
	margin-top: 14px;
	margin-bottom: 0px;
	padding: 0;
	min-width: initial;
	position: absolute;
	right: 30px;
	bottom: 50px;
	width: 44px;
	height: 44px;
	font-size: 0;
}

.lte-invert-color-main .woocommerce ul.products[class*="columns-"] li.product .added_to_cart, .lte-invert-color-main .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart {
	color: #fff;
	color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart span, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart span {
	-webkit-transition: background .25s, color .25s, border .25s !important;
	-moz-transition: background .25s, color .25s, border .25s !important;
	-o-transition: background .25s, color .25s, border .25s !important;
	transition: background .25s, color .25s, border .25s !important;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart .lte-btn-inner:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	z-index: -1;
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	content: "";
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart:focus, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart:focus, .woocommerce ul.products[class*="columns-"] li.product .added_to_cart:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart:hover {
	color: #fff;
	color: var(--white);
	border-color: #fff;
	border-color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart:focus .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart:focus .lte-btn-inner:before, .woocommerce ul.products[class*="columns-"] li.product .added_to_cart:hover .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart:hover .lte-btn-inner:before {
	height: 100%;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-lg, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-lg {
	padding: 22px 24px 22px;
	min-width: 230px;
	font-size: 16px;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-lg:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-lg:before {
	top: 20px;
	right: 46px;
	font-size: 34px;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

@media (max-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-lg, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-lg {
		padding: 16px 30px;
		min-width: 200px;
	}
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-xs, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-xs {
	padding: 16px 30px 16px 30px;
	line-height: 1.6em;
	min-width: 170px;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart .lte-btn-inner, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart .lte-btn-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart .lte-btn-overlay, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart .lte-btn-overlay {
	display: block;
	position: absolute;
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: width .25s ease-out;
	-moz-transition: width .25s ease-out;
	-o-transition: width .25s ease-out;
	transition: width .25s ease-out;
	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	-o-transition-delay: 0 !important;
	transition-delay: 0 !important;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: -1;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart .lte-btn-overlay.lte-btn-overlay-top, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart .lte-btn-overlay.lte-btn-overlay-top {
	display: none !important;
	top: 0;
	bottom: auto;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-transparent, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-transparent {
	border: 0 none;
	background-color: transparent;
	min-width: initial;
	color: #e8bc5a;
	color: var(--main);
}

@media (min-width: 480px) {
	.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-transparent, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-transparent {
		padding-left: 0;
	}
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-transparent .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-transparent .lte-btn-inner:before {
	background-color: transparent;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-transparent:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-transparent:hover {
	background-color: transparent;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-second, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-second {
	border-color: #e8bc5a;
	border-color: var(--second);
	color: #0a306c;
	color: var(--black);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-second:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-second:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-invert-color-main .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-second, .lte-invert-color-main .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-second {
	color: #fff;
	color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-black, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-black {
	color: #fff;
	color: var(--white);
	background-color: #0a306c;
	background-color: var(--black);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-black .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-black .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-black:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-black:hover {
	color: #0a306c;
	color: var(--black);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-gray, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-gray {
	color: #f2f0ea;
	color: var(--gray);
	border-color: #f2f0ea;
	border-color: var(--gray);
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-gray:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-gray:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-white, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-white {
	color: #fff;
	color: var(--white);
	border-color: #fff;
	border-color: var(--white);
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.btn-white:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.btn-white:hover {
	color: #e8bc5a;
	color: var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main:focus, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main:focus, .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-invert-color-main .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main:focus, .lte-invert-color-main .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main:focus, .lte-invert-color-main .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main:hover, .lte-invert-color-main .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-main:hover {
	color: #fff;
	color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-second .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-second .lte-btn-inner:before {
	background-color: #e8bc5a;
	background-color: var(--second);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-second:focus, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-second:focus, .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-second:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-second:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #e8bc5a;
	border-color: var(--second);
}

.lte-invert-color-main:hover .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-second, .lte-invert-color-main:hover .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-second {
	color: #fff;
	color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-black .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-black .lte-btn-inner:before {
	background-color: #0a306c;
	background-color: var(--black);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-black:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-black:hover {
	color: #fff;
	color: var(--white);
	border-color: #0a306c;
	border-color: var(--black);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-black:hover .lte-btn-after, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-black:hover .lte-btn-after {
	border-color: #fff;
	border-color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white .lte-btn-inner:before {
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:focus, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:focus, .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #fff;
	border-color: var(--white);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:focus span, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:focus span, .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:hover span, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:hover span {
	border-color: #0a306c;
	border-color: var(--black);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:focus .lte-btn-after, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:focus .lte-btn-after, .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:hover .lte-btn-after, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-white:hover .lte-btn-after {
	border-color: #0a306c;
	border-color: var(--black);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-gray .lte-btn-inner:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-gray .lte-btn-inner:before {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-gray:focus, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-gray:focus, .woocommerce ul.products[class*="columns-"] li.product .added_to_cart.color-hover-gray:hover, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart.color-hover-gray:hover {
	color: #0a306c;
	color: var(--black);
	border-color: #f2f0ea;
	border-color: var(--gray);
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart .lte-icon, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart .lte-icon {
	margin-top: -22px;
	margin-bottom: -22px;
	margin-right: 16px;
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart .lte-icon i, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart .lte-icon i {
	font-size: 68px;
	color: #e8bc5a;
	color: var(--main);
}

@media (max-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product .added_to_cart .lte-icon i, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart .lte-icon i {
		font-size: 48px;
	}
}

.woocommerce ul.products[class*="columns-"] li.product .added_to_cart:before, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	color: #fff;
	color: var(--white);
	line-height: 46px;
}

.woocommerce ul.products[class*="columns-"] li.product .star-rating, .woocommerce-page ul.products[class*="columns-"] li.product .star-rating {
	text-align: center;
	margin: 0 auto 10px;
	height: 15px !important;
	overflow: hidden !important;
}

.woocommerce.lte-padding-no ul.products[class*="columns-"] li.product .lte-item .lte-image, .woocommerce-page.lte-padding-no ul.products[class*="columns-"] li.product .lte-item .lte-image {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce.lte-padding-no ul.products[class*="columns-"] li.product .lte-item .lte-image .lte-alt-hover-img, .woocommerce-page.lte-padding-no ul.products[class*="columns-"] li.product .lte-item .lte-image .lte-alt-hover-img {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .onsale, .woocommerce-page.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .onsale, .woocommerce.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .lte-wc-new, .woocommerce-page.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .lte-wc-new {
	display: none;
}

.woocommerce.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .lte-image, .woocommerce-page.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .lte-image {
	padding-bottom: 40px;
}

.woocommerce.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .lte-image img, .woocommerce-page.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .lte-image img {
	width: 100% !important;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.woocommerce.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .lte-image:hover img, .woocommerce-page.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item .lte-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

@media (min-width: 992px) {
	.woocommerce.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item-descr, .woocommerce-page.lte-product-style-large ul.products[class*="columns-"] li.product .lte-item-descr {
		-webkit-transform: translateY(-80px);
		-moz-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-o-transform: translateY(-80px);
		transform: translateY(-80px);
	}
}

@media (min-width: 992px) {
	.woocommerce.lte-product-style-large ul.products[class*="columns-"] li.product:hover .lte-item-descr, .woocommerce-page.lte-product-style-large ul.products[class*="columns-"] li.product:hover .lte-item-descr {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.woocommerce.lte-product-style-large ul.products[class*="columns-"] li.product .woocommerce-loop-product__title, .woocommerce-page.lte-product-style-large ul.products[class*="columns-"] li.product .woocommerce-loop-product__title {
	font-size: 36px;
}

.woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .onsale, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .onsale, .woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-wc-new, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-wc-new {
	display: none;
}

@media (min-width: 992px) {
	.woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-image, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-image {
		margin-bottom: 25px;
	}
}

.woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-image > a, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-image > a {
	display: block;
	overflow: hidden;
}

.woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-image img, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-image img {
	max-width: 300px;
	width: 100% !important;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-image:hover img, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item .lte-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

@media (min-width: 992px) {
	.woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item-descr, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product .lte-item-descr {
		-webkit-transform: translateY(-80px);
		-moz-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-o-transform: translateY(-80px);
		transform: translateY(-80px);
	}
}

@media (min-width: 992px) {
	.woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product:hover .lte-item-descr, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product:hover .lte-item-descr {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.woocommerce.lte-product-style-circle ul.products[class*="columns-"] li.product .woocommerce-loop-product__title, .woocommerce-page.lte-product-style-circle ul.products[class*="columns-"] li.product .woocommerce-loop-product__title {
	font-size: 36px;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

@media (max-width: 991px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item {
		display: block;
		text-align: center;
	}
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image {
	width: 50%;
	text-align: left;
}

@media (min-width: 1200px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image {
		padding-right: 80px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image {
		padding-top: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image {
		padding-top: 40px;
	}
}

@media (max-width: 991px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image {
		width: 100%;
	}
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image:hover img, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image:hover:after, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image:hover:after, .woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image:hover .lte-btn, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image:hover .lte-btn {
	display: none !important;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image .onsale, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image .onsale, .woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image .lte-wc-new, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-image .lte-wc-new {
	display: none;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr {
	width: 50%;
	padding-top: 76px;
}

@media (max-width: 991px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr {
		width: 100%;
		padding-top: 30px;
	}
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .star-rating, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .star-rating {
	margin: 0 0 10px -10px;
	width: 105px !important;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .star-rating span:before, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .star-rating span:before, .woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .star-rating:before, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .star-rating:before {
	font-size: 15px;
}

@media (max-width: 991px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .star-rating, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .star-rating {
		margin: 0 auto 10px;
	}
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .woocommerce-loop-product__title, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .woocommerce-loop-product__title {
	font-size: 30px;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .price, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .price {
	margin-top: 10px;
	margin-bottom: 40px;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .price .woocommerce-Price-amount, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .price .woocommerce-Price-amount {
	font-size: 24px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .price, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .price {
		margin-bottom: 20px;
	}
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt {
	padding: 0;
	margin: 15px 0 0;
	font-size: 18px;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt li, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt li, .woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt p, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt p {
	color: rgba(0, 0, 0, .75);
}

@media (min-width: 1600px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt {
		max-width: 85%;
	}
}

@media (max-width: 1599px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt p, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-excerpt p {
		font-size: 16px;
	}
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-btn-wrap, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-btn-wrap {
	display: inline-block;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr a.lte-btn-more, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr a.lte-btn-more {
	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	-o-transition-delay: 0 !important;
	transition-delay: 0 !important;
	background-color: #0a306c;
	background-color: var(--black);
	padding-top: 18px !important;
	padding-bottom: 17px !important;
	position: relative;
	margin-left: 30px;
}

@media (max-width: 768px) {
	.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr a.lte-btn-more, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr a.lte-btn-more {
		display: none;
	}
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .added_to_cart, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .added_to_cart, .woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-btn, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-btn {
	display: inline-block;
	padding: 22px 30px 22px;
	margin: 0;
	font-size: 14px;
	min-width: 260px;
	text-align: center;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .added_to_cart.added, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .added_to_cart.added, .woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-btn.added, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr .lte-btn.added {
	display: none;
}

.woocommerce.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr ul, .woocommerce-page.lte-product-style-descr-right ul.products[class*="columns-"] li.product .lte-item .lte-item-descr ul {
	font-size: 16px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 33.33%;
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
}

@media (min-width: 1600px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 16.66%;
	}
	
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 20%;
	}
	
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 25%;
	}
	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 33.33%;
	}
	
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 50%;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 20%;
	}
	
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 20%;
	}
	
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 33.33%;
	}
	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 33.33%;
	}
	
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 50%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 50%;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 100%;
	}
	
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 100%;
	}
	
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 50%;
	}
	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%;
	}
	
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 100%;
	}
	
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 100%;
	}
	
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 100%;
	}
	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%;
	}
	
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 100%;
	}
}

@media (min-width: 1600px) {
	.woocommerce.lte-wc-wrapper.lte-cols-xl-6 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xl-6 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xl-6 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xl-6 .products.columns-128 li.product {
		width: 16.66%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xl-5 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xl-5 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xl-5 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xl-5 .products.columns-128 li.product {
		width: 20%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xl-4 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xl-4 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xl-4 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xl-4 .products.columns-128 li.product {
		width: 25%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xl-3 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xl-3 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xl-3 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xl-3 .products.columns-128 li.product {
		width: 33.3%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xl-2 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xl-2 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xl-2 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xl-2 .products.columns-128 li.product {
		width: 50%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xl-1 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xl-1 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xl-1 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xl-1 .products.columns-128 li.product {
		width: 100%;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.woocommerce.lte-wc-wrapper.lte-cols-lg-6 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-lg-6 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-lg-6 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-lg-6 .products.columns-128 li.product {
		width: 16.66%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-lg-5 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-lg-5 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-lg-5 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-lg-5 .products.columns-128 li.product {
		width: 20%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-lg-4 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-lg-4 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-lg-4 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-lg-4 .products.columns-128 li.product {
		width: 25%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-lg-3 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-lg-3 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-lg-3 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-lg-3 .products.columns-128 li.product {
		width: 33.3%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-lg-2 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-lg-2 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-lg-2 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-lg-2 .products.columns-128 li.product {
		width: 50%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-lg-1 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-lg-1 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-lg-1 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-lg-1 .products.columns-128 li.product {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.woocommerce.lte-wc-wrapper.lte-cols-md-6 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-md-6 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-md-6 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-md-6 .products.columns-128 li.product {
		width: 16.66%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-md-5 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-md-5 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-md-5 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-md-5 .products.columns-128 li.product {
		width: 20%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-md-4 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-md-4 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-md-4 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-md-4 .products.columns-128 li.product {
		width: 25%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-md-3 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-md-3 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-md-3 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-md-3 .products.columns-128 li.product {
		width: 33.3%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-md-2 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-md-2 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-md-2 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-md-2 .products.columns-128 li.product {
		width: 50%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-md-1 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-md-1 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-md-1 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-md-1 .products.columns-128 li.product {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.woocommerce.lte-wc-wrapper.lte-cols-sm-6 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-sm-6 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-sm-6 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-sm-6 .products.columns-128 li.product {
		width: 16.66%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-sm-5 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-sm-5 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-sm-5 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-sm-5 .products.columns-128 li.product {
		width: 20%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-sm-4 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-sm-4 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-sm-4 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-sm-4 .products.columns-128 li.product {
		width: 25%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-sm-3 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-sm-3 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-sm-3 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-sm-3 .products.columns-128 li.product {
		width: 33.3%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-sm-2 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-sm-2 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-sm-2 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-sm-2 .products.columns-128 li.product {
		width: 50%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-sm-1 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-sm-1 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-sm-1 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-sm-1 .products.columns-128 li.product {
		width: 100%;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.woocommerce.lte-wc-wrapper.lte-cols-ms-6 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-ms-6 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-ms-6 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-ms-6 .products.columns-128 li.product {
		width: 16.66%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-ms-5 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-ms-5 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-ms-5 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-ms-5 .products.columns-128 li.product {
		width: 20%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-ms-4 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-ms-4 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-ms-4 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-ms-4 .products.columns-128 li.product {
		width: 25%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-ms-3 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-ms-3 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-ms-3 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-ms-3 .products.columns-128 li.product {
		width: 33.3%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-ms-2 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-ms-2 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-ms-2 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-ms-2 .products.columns-128 li.product {
		width: 50%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-ms-1 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-ms-1 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-ms-1 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-ms-1 .products.columns-128 li.product {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.woocommerce.lte-wc-wrapper.lte-cols-xs-6 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xs-6 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xs-6 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xs-6 .products.columns-128 li.product {
		width: 16.66%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xs-5 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xs-5 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xs-5 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xs-5 .products.columns-128 li.product {
		width: 20%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xs-4 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xs-4 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xs-4 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xs-4 .products.columns-128 li.product {
		width: 25%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xs-3 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xs-3 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xs-3 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xs-3 .products.columns-128 li.product {
		width: 33.3%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xs-2 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xs-2 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xs-2 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xs-2 .products.columns-128 li.product {
		width: 50%;
	}
	
	.woocommerce.lte-wc-wrapper.lte-cols-xs-1 .products.columns-128 li.product, .woocommerce-page.lte-wc-wrapper.lte-cols-xs-1 .products.columns-128 li.product, .woocommerce .lte-wc-wrapper.lte-cols-xs-1 .products.columns-128 li.product, .woocommerce-page .lte-wc-wrapper.lte-cols-xs-1 .products.columns-128 li.product {
		width: 100%;
	}
}

lesshat-selector {
	-lh-property: 0;
}

@-webkit-keyframes lteSpin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes lteSpin {
	0% {
		-moz-transform: rotate(0deg);
	}
	
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes lteSpin {
	0% {
		-o-transform: rotate(0deg);
	}
	
	100% {
		-o-transform: rotate(360deg);
	}
}

@keyframes lteSpin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

[not-existing] {
	zoom: 1;
}

.woocommerce span.lte-wc-new, .woocommerce span.onsale {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 12px;
	text-transform: lowercase;
	margin: 0 !important;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	color: #fff;
	color: var(--white);
	text-align: center;
	overflow: hidden;
	min-height: initial;
	border: 0;
	min-width: initial;
	pointer-events: none;
}

.woocommerce span.onsale {
	background-color: var(--red);
}

.woocommerce span.lte-wc-new {
	background-color: var(--green);
}

.woocommerce ul.products li.product .lte-wc-new, .woocommerce ul.products li.product .onsale {
	position: absolute;
	z-index: 5;
	top: 25px;
	right: 25px;
}

.woocommerce.lte-padding-no ul.products li.product .lte-wc-new, .woocommerce.lte-padding-no ul.products li.product .onsale {
	right: 25px !important;
}

.woocommerce div.product > span.onsale {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-left: 34px !important;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-clip: border-box;
	display: inline-block;
	position: relative;
	line-height: 1em;
	padding: 5px 16px 7px;
	width: auto;
	height: auto;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

@media (max-width: 768px) {
	.woocommerce div.product > span.onsale {
		display: none;
	}
}

.woocommerce .woocommerce-loop-category__title:hover {
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce .woocommerce-loop-category__title .count {
	background: transparent;
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
	color: #e8bc5a;
	color: var(--main);
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .woocommerce ul.products li.product .price ins {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.woocommerce div.product p.price ins .woocommerce-Price-amount, .woocommerce div.product span.price ins .woocommerce-Price-amount, .woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
	color: #e65338;
	color: var(--red);
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del {
	margin-right: 12px;
	position: relative;
}

.woocommerce div.product p.price del:after, .woocommerce div.product span.price del:after, .woocommerce ul.products li.product .price del:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid #999;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.woocommerce div.product p.price del .woocommerce-Price-amount, .woocommerce div.product span.price del .woocommerce-Price-amount, .woocommerce ul.products li.product .price del .woocommerce-Price-amount {
	color: #aaa;
}

.lte-background-black .woocommerce div.product p.price del, .lte-background-black .woocommerce div.product span.price del, .lte-background-black .woocommerce ul.products li.product .price del, .lte-body-black .woocommerce div.product p.price del, .lte-body-black .woocommerce div.product span.price del, .lte-body-black .woocommerce ul.products li.product .price del {
	color: #fff;
	color: var(--white);
}

.lte-background-black .woocommerce div.product p.price del .woocommerce-Price-amount, .lte-background-black .woocommerce div.product span.price del .woocommerce-Price-amount, .lte-background-black .woocommerce ul.products li.product .price del .woocommerce-Price-amount, .lte-body-black .woocommerce div.product p.price del .woocommerce-Price-amount, .lte-body-black .woocommerce div.product span.price del .woocommerce-Price-amount, .lte-body-black .woocommerce ul.products li.product .price del .woocommerce-Price-amount {
	color: #fff;
	color: var(--white);
}

.woocommerce div.product p.price {
	font-size: 24px;
}

.lte-background-black .woocommerce div.product p.price del, .lte-background-black .woocommerce div.product span.price del, .lte-background-black .woocommerce ul.products li.product .price del {
	color: #fff;
	color: var(--white);
	zoom: 1;
	filter: alpha(opacity=40);
	-webkit-opacity: .4;
	-moz-opacity: .4;
	opacity: .4;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	margin-top: 25px;
	margin-bottom: 20px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	margin-top: 0;
	padding-top: 15px;
}

.woocommerce.widget_price_filter {
	padding-bottom: 150px;
}

.woocommerce.widget_price_filter .price_slider_wrapper {
	margin-top: 50px;
}

.woocommerce.widget_price_filter .ui-slider-horizontal {
	height: 6px;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	top: -7px;
	background-color: #fff;
	background-color: var(--white);
	border: 3px solid var(--gray);
	border-color: #e8bc5a;
	border-color: var(--main);
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.woocommerce.widget_price_filter .price_slider_wrapper {
	position: relative;
	padding-bottom: 0px;
	margin-right: 8px;
}

.woocommerce.widget_price_filter .price_slider_amount {
	text-align: center;
	margin-top: -20px;
	margin-bottom: -70px;
}

.lte-background-black .woocommerce.widget_price_filter .price_slider_amount {
	color: #fff;
	color: var(--white);
}

.woocommerce.widget_price_filter .price_slider_amount .lte-btn-wrap:after {
	display: none;
}

.woocommerce.widget_price_filter .price_slider_amount .price_label {
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	font-size: 16px;
	margin-bottom: 15px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	margin-top: -55px;
}

.woocommerce.widget_price_filter .price_slider_amount .lte-btn {
	float: none;
	text-align: center;
	position: relative;
	bottom: -55px;
}

.select_container::after {
	content: "";
	font-family: "fontello";
	display: block;
	line-height: 1em;
	width: 1em;
	height: 1em;
	text-align: center;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -.5em;
	z-index: 2;
	pointer-events: none;
	cursor: pointer;
}

.lte-wc-order {
	background-color: #f2f0ea;
	background-color: var(--gray);
	display: block;
	height: 64px;
	width: 100%;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	margin-bottom: 30px;
}

.lte-wc-order.lte-background-black {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

@media (min-width: 768px) and (max-width: 991px) {
	.lte-wc-order {
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.lte-wc-order {
		height: auto;
		margin-bottom: 30px;
	}
}

.lte-wc-order .orderby {
	padding-top: 14px;
}

@supports (-webkit-overflow-scrolling: touch) {
	.lte-wc-order {
		margin-bottom: 60px;
	}
}

.woocommerce .woocommerce-result-count {
	font-size: 14px;
	padding: 20px 0 15px;
	margin-bottom: 0;
	padding-left: 30px;
	z-index: 2;
}

@media (max-width: 768px) {
	.woocommerce .woocommerce-result-count {
		padding-top: 24px;
	}
}

.lte-background-black.woocommerce .woocommerce-ordering select, .lte-background-black .woocommerce-page .woocommerce-ordering select {
	color: #fff;
	color: var(--white);
}

.lte-background-black.woocommerce .woocommerce-ordering:after, .lte-background-black .woocommerce-page .woocommerce-ordering:after {
	color: #fff;
	color: var(--white);
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	background: none;
	padding: 0 15px 0 0;
	margin: 0px 0px 0px;
}

.woocommerce .woocommerce-ordering .select-wrap, .woocommerce-page .woocommerce-ordering .select-wrap {
	background: transparent;
	margin-top: 4px;
	margin-bottom: 0;
	border: 0 none;
}

.woocommerce .woocommerce-ordering .select-wrap select, .woocommerce-page .woocommerce-ordering .select-wrap select {
	font-size: 14px;
}

.woocommerce .woocommerce-ordering .select-wrap:after, .woocommerce-page .woocommerce-ordering .select-wrap:after {
	margin-top: -4px !important;
}

@media (max-width: 768px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		padding-left: 30px;
		display: block;
		float: none;
		clear: both;
	}
	
	.woocommerce .woocommerce-ordering .select-wrap, .woocommerce-page .woocommerce-ordering .select-wrap {
		margin-left: -5px;
	}
	
	.woocommerce .woocommerce-ordering .select-wrap select, .woocommerce-page .woocommerce-ordering .select-wrap select {
		padding-left: 0;
	}
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce-page .widget_shopping_cart .cart_list li {
	padding: 0 0 20px 0;
	overflow: hidden;
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
	clear: none;
}

.woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:before {
	display: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	box-shadow: none;
	margin: 0 .6em 1em 0;
	width: 54px;
	height: auto;
	float: left;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 54px;
	height: auto;
}

.woocommerce.widget_shopping_cart .quantity, .woocommerce .widget_shopping_cart .quantity, .woocommerce-page.widget_shopping_cart .quantity, .woocommerce-page .widget_shopping_cart .quantity {
	display: inline-block;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove, .woocommerce a.remove {
	color: #e65338 !important;
	color: var(--red) !important;
	background-color: #fff;
	background-color: var(--white);
	font-size: 24px;
	line-height: 15px;
	width: 16px !important;
	height: 16px !important;
	display: block;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-family: "Asap", serif !important;
	font-family: var(--font-headers), serif !important;
	font-weight: 700 !important;
	letter-spacing: var(--font-headers-letterspacing) !important;
}

.lte-background-black .woocommerce .widget_shopping_cart .cart_list li a.remove, .lte-background-black .woocommerce.widget_shopping_cart .cart_list li a.remove, .lte-background-black .woocommerce a.remove {
	background-color: #0a306c;
	background-color: var(--black);
}

@media (min-width: 768px) {
	.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove, .woocommerce a.remove {
		top: -8px;
		left: 0px;
	}
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover, .woocommerce a.remove:hover {
	color: #e8bc5a !important;
	color: var(--main) !important;
	background-color: transparent;
}

@media (max-width: 768px) {
	.woocommerce a.remove {
		display: inline;
	}
}

.woocommerce .product_meta {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #0a306c;
	color: var(--black);
}

.woocommerce .product_meta > span {
	display: block;
}

.woocommerce .product_meta > span span {
	color: #0a306c;
	color: var(--black);
	font-weight: normal;
}

.woocommerce .product_meta > span a {
	font-weight: 500;
	color: #0a306c;
	color: var(--black);
}

.woocommerce .product_meta > span a:hover {
	color: #0a306c;
	color: var(--black);
}

.woocommerce .product_meta span {
	margin-bottom: 4px;
}

.woocommerce.lte-background-black .product_meta {
	color: #fff;
	color: var(--white);
}

.woocommerce.lte-background-black .product_meta > span .lte-coma {
	color: rgba(255, 255, 255, .6) !important;
}

.woocommerce.lte-background-black .product_meta > span span {
	color: rgba(255, 255, 255, .6) !important;
}

.woocommerce.lte-background-black .product_meta > span a {
	color: rgba(255, 255, 255, .6);
}

.woocommerce.lte-background-black .product_meta > span a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce form.cart {
	text-align: left;
}

.woocommerce form.cart .btn {
	margin: 0;
}

.woocommerce .woocommerce-variation {
	margin-bottom: 30px;
}

.woocommerce .variations .select-wrap {
	margin-bottom: 0;
	margin-right: 10px;
	display: inline-block;
}

@media (min-width: 992px) {
	.woocommerce .variations .select-wrap {
		max-width: 50%;
	}
}

.woocommerce .variations td {
	text-align: left;
	padding: 0;
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: -1px;
	margin-left: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #0a306c;
	color: var(--black);
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs {
	font-size: 0;
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li {
	margin-right: 3px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a {
	padding-bottom: 3px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active {
	background-color: transparent;
}

.woocommerce.lte-background-black div.product .woocommerce-tabs .tabs.wc-tabs li, .woocommerce.lte-background-black div.product .woocommerce-tabs .tabs.wc-tabs li a {
	color: #fff;
	color: var(--white);
}

.woocommerce.lte-background-black div.product .woocommerce-tabs .tabs.wc-tabs li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.wc-tabs-wrapper p {
	line-height: 1.9em;
	font-size: 16px;
}

.wc-tabs-wrapper .lte-background-black {
	color: rgba(255, 255, 255, .6);
}

.woocommerce div.product .woocommerce-tabs .panel {
	-webkit-border-top-left-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topleft: 0;
	-moz-background-clip: padding;
	border-top-left-radius: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-bottom: 20px;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-size: 24px;
	display: none;
}

@media (max-width: 768px) {
	.woocommerce div.product .woocommerce-tabs .panel {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px 0 0 0;
	margin-bottom: 0;
	text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-clip: border-box;
	-webkit-border-top-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topright: 24px;
	-moz-background-clip: padding;
	border-top-right-radius: 24px;
	background-color: transparent;
	color: #0a306c;
	color: var(--black);
	padding: 4px 0px;
	font-size: 16px;
	margin: 0 30px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #0a306c;
	color: var(--black);
	border-bottom: 2px solid #e8bc5a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 30px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}

.woocommerce div.quantity input[type="number"], .woocommerce div.product form.cart div.quantity input[type="number"], .woocommerce-page div.product form.cart div.quantity input[type="number"] {
	width: 100%;
	height: 100%;
	padding: 0 1.8em;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	-webkit-border-radius: 16px !important;
	-moz-border-radius: 16px !important;
	border-radius: 16px !important;
	background-clip: border-box !important;
}

.woocommerce div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
	margin: 0 1.1em 0 0;
	width: 95px;
	height: 52px;
	position: relative;
}

.woocommerce div.quantity span, .woocommerce div.product form.cart div.quantity span, .woocommerce-page div.product form.cart div.quantity span {
	display: block;
	position: absolute;
	z-index: 1;
	right: 1px;
	width: 30px;
	height: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 1.2em;
	cursor: pointer;
}

div.quantity span, div.product form.cart div.quantity span, .woocommerce-page div.product form.cart div.quantity span {
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c;
	color: var(--black);
}

.lte-background-black div.quantity span, .lte-background-black div.product form.cart div.quantity span, .lte-background-black .woocommerce-page div.product form.cart div.quantity span {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.woocommerce div.quantity span.more, .woocommerce div.product form.cart div.quantity span.more, .woocommerce-page div.product form.cart div.quantity span.more {
	top: 6px;
	-webkit-border-top-right-radius: 14px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topright: 14px;
	-moz-background-clip: padding;
	border-top-right-radius: 14px;
}

.woocommerce div.quantity span.less, .woocommerce div.product form.cart div.quantity span.less, .woocommerce-page div.product form.cart div.quantity span.less {
	bottom: 1px;
	-webkit-border-bottom-right-radius: 16px !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius-bottomright: 16px !important;
	-moz-background-clip: padding !important;
	border-bottom-right-radius: 16px !important;
}

.woocommerce div.quantity span.more:before, .woocommerce div.product form.cart div.quantity span.more:before, .woocommerce-page div.product form.cart div.quantity span.more:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	right: 0px;
	top: 3px;
	position: relative;
	font-size: 16px;
}

.woocommerce div.quantity span.less:before, .woocommerce div.product form.cart div.quantity span.less:before, .woocommerce-page div.product form.cart div.quantity span.less:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 16px;
	margin-right: 0px;
}

.woocommerce div.quantity input[type="number"], .woocommerce div.product form.cart div.quantity input[type="number"], .woocommerce-page div.product form.cart div.quantity input[type="number"] {
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	width: 100%;
	height: 100%;
	padding: 0 0 0 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.lte-background-black div.quantity input[type="number"], .lte-background-black div.product form.cart div.quantity input[type="number"], .lte-background-black .woocommerce-page div.product form.cart div.quantity input[type="number"] {
	border-color: rgba(255, 255, 255, .5) !important;
}

.woocommerce div.product form.cart, .woocommerce .cart {
	background: transparent;
	padding: 15px 0 0 0;
	margin: 0;
}

.woocommerce div.product form.cart .button {
	padding: 0px 30px;
	line-height: 44px;
	height: 44px;
}

.lte-background-black .woocommerce-product-details__short-description {
	color: rgba(255, 255, 255, .6);
}

.woocommerce-product-details__short-description p {
	margin: 15px 0 25px;
	font-size: 16px;
}

.woocommerce .product .quantity {
	margin-bottom: 15px !important;
}

.woocommerce div.product .summary.entry-summary {
	margin-bottom: 3em;
}

.woocommerce div.product .summary.entry-summary .woocommerce-product-rating {
	margin-top: -6px;
	margin-bottom: 10px;
	margin-left: -10px;
	color: #e8bc5a;
	color: var(--second);
}

.woocommerce div.product .summary.entry-summary .woocommerce-product-rating .star-rating {
	margin-top: 9px;
}

.woocommerce div.product .summary.entry-summary .price {
	margin-top: 10px;
	margin-bottom: 0px;
}

.woocommerce div.product .summary.entry-summary .product_meta {
	margin-top: 30px;
	font-size: 16px;
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce .product_type_external {
	white-space: normal;
}

.woocommerce .star-rating {
	width: 95px !important;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

.woocommerce .star-rating:before {
	font-size: 13px;
	letter-spacing: 6px;
	content: "SSSSS";
	color: #f2f0ea !important;
	color: var(--gray) !important;
}

.woocommerce .star-rating span {
	color: #e2b239 !important;
	color: var(--yellow) !important;
}

.woocommerce .star-rating span:before {
	font-size: 13px;
	letter-spacing: 6px;
}

.lte-background-black .woocommerce .star-rating:before, .lte-body-black .woocommerce .star-rating:before {
	color: rgba(255, 255, 255, .2) !important;
}

.woocommerce .product_title {
	text-transform: none;
}

.woocommerce h1.product_title {
	font-size: 36px;
}

.woocommerce .comment-reply-title {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 24px;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.woocommerce .comment-reply-title span {
	display: none;
}

.woocommerce .comment-reply-title:after {
	text-align: left;
	margin-bottom: 20px;
}

.woocommerce-noreviews {
	text-align: center;
}

.woocommerce .woocommerce-cart-form {
	background: transparent;
	padding: 0;
}

.woocommerce-cart table.cart th.product-name {
	text-align: left;
}

.panel {
	box-shadow: none;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 30px;
	padding: 20px;
}

.woocommerce-terms-and-conditions-wrapper.lte-background-black {
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.woocommerce-terms-and-conditions-wrapper p {
	line-height: 1.5em;
	display: inline-block;
	font-size: 16px;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce #place_order {
	display: block;
	margin: 30px auto 0;
}

.woocommerce .place-order {
	text-align: left;
}

.woocommerce .place-order button {
	float: none !important;
	color: #fff !important;
	color: var(--white) !important;
	-webkit-border-radius: 48px !important;
	-moz-border-radius: 48px !important;
	border-radius: 48px !important;
	background-clip: border-box !important;
	background-color: #0a306c !important;
	background-color: var(--black) !important;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	min-width: 260px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.woocommerce .place-order button:before {
	display: none;
}

.woocommerce .place-order button:hover {
	background-color: #e8bc5a !important;
	background-color: var(--main) !important;
	color: #0a306c !important;
	color: var(--black) !important;
}

.woocommerce table.shop_table {
	border-color: transparent;
}

table.shop_table {
	border: none;
	border-collapse: collapse;
}

table.shop_table .cart_item .lte-background-black {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

table.shop_table .cart_item:first-child {
	border-width: 0;
}

table.shop_table tr input.qty {
	background-color: #fff;
	background-color: var(--white);
	border-color: rgba(0, 0, 0, .2) !important;
}

table.shop_table td {
	background: none;
	padding: 30px 15px;
}

@media (max-width: 768px) {
	table.shop_table td {
		padding: 10px 15px;
		border: 0 none;
		font-size: 16px;
	}
	
	table.shop_table td:before {
		padding-right: 15px;
	}
}

table.shop_table td.product-total {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-size: 16px !important;
}

table.shop_table tbody tr:last-child td {
	background-color: transparent !important;
}

table.shop_table td.actions {
	padding: 20px 0px 0px 0 !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 0 !important;
}

table.shop_table td.actions .coupon .input-text {
	padding: 12px 24px 12px !important;
	font-size: 12px;
	margin-right: 0;
	border: 0;
	width: 200px;
	position: relative;
	border: 1px solid var(--gray) !important;
	border-right: 0 none;
}

@media (max-width: 768px) {
	table.shop_table td.actions .coupon .input-text {
		width: 100% !important;
	}
}

table.shop_table td.actions .coupon .lte-btn {
	margin-top: 0;
	margin-left: -40px;
	font-size: 14px;
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
	padding: 6px 25px 7px !important;
}

@media (max-width: 768px) {
	table.shop_table td.actions .coupon .lte-btn {
		width: 100% !important;
		margin-top: 8px;
	}
}

@media (max-width: 768px) {
	table.shop_table td.actions .lte-btn {
		width: 100% !important;
		margin-top: 8px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

table.shop_table .order-total td, table.shop_table .order-total th {
	background: transparent !important;
}

@media (min-width: 768px) {
	table.shop_table td {
		vertical-align: middle;
		padding: 20px 24px !important;
	}
	
	table.shop_table th, table.shop_table td {
		border-top: 0;
		border-left: 0;
	}
	
	table.shop_table th {
		padding: 20px 28px;
		font-size: 18px;
		font-weight: normal;
	}
	
	table.shop_table th.product-remove {
		border-right: 0 none;
	}
	
	table.shop_table th.product-thumbnail {
		border-left: 0 none;
		width: 100px;
	}
	
	table.shop_table th.product-quantity, table.shop_table th.product-subtotal, table.shop_table th.product-price {
		text-align: center;
	}
	
	table.shop_table .woocommerce-cart-form__cart-item:nth-child(even) td {
		background-color: transparent !important;
	}
	
	table.shop_table .woocommerce-cart-form__cart-item td {
		padding: 30px 25px;
	}
	
	table.shop_table .woocommerce-cart-form__cart-item .product-quantity div.quantity {
		margin: 0 auto;
	}
	
	table.shop_table .woocommerce-cart-form__cart-item .product-quantity, table.shop_table .woocommerce-cart-form__cart-item .product-subtotal, table.shop_table .woocommerce-cart-form__cart-item .product-price, table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail, table.shop_table .woocommerce-cart-form__cart-item .product-remove {
		text-align: center;
	}
	
	table.shop_table .woocommerce-cart-form__cart-item .product-remove {
		width: 3em;
		padding-left: 30px;
		padding-right: 0;
		border-right: none;
	}
	
	table.shop_table .woocommerce-cart-form__cart-item .product-remove a {
		width: auto;
		top: auto;
		left: auto;
	}
	
	table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
		border-left: none;
		padding-left: 0 !important;
	}
	
	table.shop_table .woocommerce-cart-form__cart-item .product-name a {
		font-size: 18px;
		font-family: "Asap", serif;
		font-family: var(--font-headers), serif;
		font-weight: 700;
		letter-spacing: var(--font-headers-letterspacing);
		color: #0a306c;
		color: var(--black);
	}
	
	.lte-background-black table.shop_table .woocommerce-cart-form__cart-item .product-name a {
		color: #fff;
		color: var(--white);
	}
	
	table.shop_table .woocommerce-cart-form__cart-item .product-price {
		color: #0a306c;
		color: var(--black);
		font-family: "Mulish", sans-serif;
		font-family: var(--font-main), sans-serif;
		font-weight: 400;
		letter-spacing: var(--font-main-letterspacing);
	}
	
	table.shop_table .woocommerce-cart-form__cart-item .product-subtotal {
		font-family: "Mulish", sans-serif;
		font-family: var(--font-main), sans-serif;
		font-weight: 400;
		letter-spacing: var(--font-main-letterspacing);
	}
}

table.shop_table .cart_totals, table.shop_table .woocommerce-page .cart-collaterals .cart_totals {
	width: auto;
}

@media (max-width: 768px) {
	table.shop_table {
		overflow-y: scroll;
		border-top: none !important;
	}
	
	table.shop_table.shop_table.woocommerce-checkout-review-order-table {
		max-width: 100%;
	}
	
	table.shop_table th, table.shop_table td {
		border: 0 none !important;
	}
	
	table.shop_table tr {
		padding-bottom: 15px !important;
	}
	
	table.shop_table td {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	table.shop_table .product-quantity {
		height: 70px;
	}
	
	table.shop_table .product-quantity .quantity {
		float: right;
		position: relative;
		top: -6px;
		margin-right: 0;
	}
	
	table.shop_table .product-remove {
		padding-top: 15px !important;
		padding-bottom: 0 !important;
		margin-bottom: -10px;
	}
}

table.shop_table tbody th, table.shop_table tfoot td, table.shop_table tfoot th {
	padding: 20px 32px;
	font-weight: 400;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table thead {
	display: none;
}

.cart-collaterals table {
	text-align: right;
}

.cart-collaterals table td, .cart-collaterals table th {
	border: 0 !important;
}

@media (max-width: 768px) {
	.cart-collaterals table tr td {
		background: transparent !important;
	}
}

.cart-collaterals .cart-subtotal th {
	background-color: transparent !important;
	color: #0a306c !important;
	color: var(--black) !important;
	font-size: 20px !important;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-weight: 700 !important;
}

.lte-background-black .cart-collaterals .cart-subtotal th {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.cart-collaterals .cart_totals {
	width: auto !important;
}

.cart-collaterals .cart_totals h2 {
	display: none;
}

.cart-collaterals .cart_totals tr th {
	background: transparent;
	vertical-align: middle;
	text-align: right;
	border: none;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #e8bc5a;
	color: var(--main);
	font-weight: 700 !important;
}

.cart-collaterals .cart_totals table {
	border-collapse: collapse !important;
}

.cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td {
	background-color: transparent !important;
	border: 1px solid rgba(0, 0, 0, .1) !important;
}

.cart-collaterals .cart_totals th {
	font-size: 20px !important;
}

.cart-collaterals .cart_totals td {
	font-size: 18px !important;
}

.cart-collaterals .cart_totals td a {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	text-transform: uppercase;
}

.cart-collaterals .cart_totals td .btn {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	margin-right: 3px;
}

.cart-collaterals .cart_totals td .amount {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
}

.woocommerce-notice {
	margin: 20px auto 40px;
	text-align: center;
	background-color: #f2f0ea;
	background-color: var(--gray);
}

.woocommerce-notice.woocommerce-notice--success {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 60px;
	font-size: 16px;
}

.woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"] {
	border-color: rgba(0, 0, 0, .7);
	background: transparent !important;
	box-shadow: inset 0 0px 0 50px transparent !important;
	text-transform: uppercase;
	color: #e8bc5a;
	color: var(--main);
	padding: 6px 0em !important;
	display: inline-block;
	margin-top: 0;
	margin-right: 0px;
	min-width: initial;
}

.woocommerce button[name="update_cart"]:before, .woocommerce input[name="update_cart"]:before {
	display: none;
}

.woocommerce button[name="update_cart"] span, .woocommerce input[name="update_cart"] span {
	display: none;
}

.woocommerce button[name="update_cart"]:after, .woocommerce input[name="update_cart"]:after {
	display: none;
}

.woocommerce button[name="update_cart"]:hover, .woocommerce input[name="update_cart"]:hover {
	background: transparent !important;
}

.woocommerce.lte-background-black button[name="update_cart"], .woocommerce.lte-background-black input[name="update_cart"] {
	color: #fff !important;
	color: var(--white) !important;
}

.woocommerce.lte-background-black button[name="update_cart"]:hover, .woocommerce.lte-background-black input[name="update_cart"]:hover {
	color: #fff;
	color: var(--white);
}

.woocommerce form .form-row textarea {
	height: 12em;
}

.woocommerce table.shop_table tfoot td {
	font-weight: normal;
	font-size: 14px !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
	padding-top: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	padding-right: 24px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
	padding: 16px 24px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody {
	border-top: 1px solid var(--black);
}

.lte-background-black .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody {
	border-color: rgba(255, 255, 255, .1);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
	padding-bottom: 24px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
	padding: 24px 24px;
	font-size: 18px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th .product-name {
	font-size: 24px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot {
	border-top: 3px solid var(--black);
}

.lte-background-black .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot {
	border-color: rgba(255, 255, 255, .1);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
	text-align: right;
	border: none;
	padding-bottom: 0;
	padding-top: 0px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	text-transform: none;
	font-size: 18px;
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	padding-top: 16px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .amount {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-size: 16px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
	padding-top: 16px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
	padding-bottom: 16px;
}

.woocommerce-table--customer-details th, .woocommerce-table--order-details th {
	border: 0 none !important;
}

.woocommerce-table--customer-details td, .woocommerce-table--order-details td {
	border: 1px solid var(--gray) !important;
}

.woocommerce-table--customer-details th {
	text-align: right;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
	background-color: var(--white);
	padding-top: 15px;
}

.lte-background-black .woocommerce-checkout #payment div.payment_box {
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #fff;
	color: var(--white);
}

.lte-background-black .woocommerce-checkout #payment div.payment_box:before {
	display: none;
}

.woocommerce .about_paypal {
	padding-left: 15px;
}

.woocommerce-MyAccount-navigation {
	background-color: #f2f0ea;
	background-color: var(--gray);
	padding: 56px 38px;
	margin-top: 0px;
	margin-bottom: 60px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	color: #0a306c;
	color: var(--black);
	margin-bottom: 13px;
	vertical-align: middle;
}

.woocommerce-MyAccount-navigation ul li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: " ";
	font-size: 16px;
	margin-right: 10px;
	vertical-align: middle;
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce-MyAccount-navigation ul li a {
	color: #0a306c;
	color: var(--black);
	vertical-align: middle;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce-MyAccount-navigation ul li.current-cat a {
	color: #0a306c;
	color: var(--black);
	cursor: default;
}

.woocommerce table.my_account_orders .button {
	margin-bottom: 0;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding: 20px 28px;
}

fieldset {
	margin-top: 30px;
	border: none;
}

.woocommerce.lte-background-black .comment-text .meta {
	color: #fff !important;
	color: var(--white) !important;
}

.woocommerce #reviews #reply-title {
	font-size: 24px;
	padding-bottom: 0px;
	position: relative;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	padding: 0;
	border: 0 none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
	color: #0a306c;
	color: var(--black);
	font-size: 14px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	font-size: 16px;
	line-height: 2.2em;
	line-height: 1.6em;
}

@media (max-width: 768px) {
	.woocommerce #reviews #comments ol.commentlist li .comment-text p {
		font-size: 14px;
	}
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
	border-bottom: 1px dashed rgba(0, 0, 0, .25);
	padding-bottom: 10px;
	padding-top: 10px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	padding: 0;
	border: 0 none !important;
	margin-top: 14px;
}

.woocommerce #reviews #comments + #review_form_wrapper {
	margin-top: 40px;
}

.woocommerce #reviews .comment-form-rating .stars {
	margin-left: 0;
	line-height: 1em;
}

.woocommerce #reviews .comment-form-rating .stars span {
	font-size: 0;
}

.woocommerce #reviews .comment-form-rating .stars span a {
	font-size: 18px;
	width: 22px;
	display: inline-block;
}

.woocommerce #reviews #commentform .comment-notes {
	text-align: center;
	color: #e65338;
	color: var(--red);
}

.woocommerce #reviews #commentform label {
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 10px !important;
}

.woocommerce .shop_attributes {
	border-collapse: collapse !important;
}

.woocommerce .shop_attributes tbody:first-child tr:first-child > th {
	border: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce .shop_attributes td, .woocommerce .shop_attributes th, .woocommerce .shop_attributes th:first-child {
	border: 1px solid rgba(0, 0, 0, .1) !important;
	padding: 16px 14px !important;
	min-height: 42px;
}

.woocommerce .shop_attributes th {
	background-color: transparent !important;
	color: #0a306c !important;
	color: var(--black) !important;
	font-size: 14px !important;
	text-transform: uppercase;
	text-align: right;
}

.woocommerce .shop_attributes th:after {
	content: ": ";
}

.woocommerce .shop_attributes td {
	font-weight: normal !important;
	font-style: normal !important;
}

.woocommerce .shop_attributes td p {
	padding: 0 !important;
}

.woocommerce.lte-background-black .shop_attributes tbody:first-child tr:first-child > th, .woocommerce.lte-background-black .shop_attributes td, .woocommerce.lte-background-black .shop_attributes th, .woocommerce.lte-background-black .shop_attributes th:first-child {
	border-color: rgba(255, 255, 255, .1) !important;
}

.woocommerce.lte-background-black .shop_attributes th {
	color: #fff !important;
	color: var(--white) !important;
}

.woocommerce.lte-background-black .shop_attributes td {
	font-weight: normal !important;
	font-style: normal !important;
}

.woocommerce.lte-background-black .shop_attributes td p {
	padding: 0 !important;
}

.woocommerce #reviews #comment {
	height: 200px;
}

.woocommerce .return-to-shop {
	margin-top: 30px;
}

.woocommerce .term-description {
	margin-bottom: 30px !important;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none;
}

.checkout-button {
	min-width: 100px !important;
	margin-bottom: 0 !important;
}

.checkout-button:before {
	display: none;
}

@media (max-width: 768px) {
	.woocommerce-page table.cart td.actions .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-xs {
		display: block;
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 16px;
}

@media (max-width: 768px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
		display: block;
	}
	
	.woocommerce-shipping-fields, .woocommerce-additional-fields {
		padding-top: 25px;
	}
	
	.woocommerce-checkout #payment li img, .wc_payment_method > label:first-of-type img {
		max-height: 24px;
		max-width: 200px;
		float: right;
	}
	
	.woocommerce img, .woocommerce-page img {
		height: auto;
		max-width: 100%;
	}
	
	/*
	.woocommerce-checkout #payment ul.payment_methods li input {

		position: absolute;
		margin: 9px 0 0 0px;
	}
*/
	.woocommerce-checkout-review-order-table th {
		font-size: 20px !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		background-clip: border-box !important;
	}
	
	.woocommerce-checkout-review-order-table td {
		font-size: 14px !important;
	}
	
	.woocommerce ul.order_details {
		margin: 0;
	}
	
	.woocommerce ul.order_details li {
		display: block;
		float: none;
		margin-bottom: 25px;
	}
}

.woocommerce form .form-row {
	margin-bottom: 20px;
}

.woocommerce form .form-row label {
	margin-bottom: 2px;
}

.woocommerce form .form-row .input-checkbox {
	position: relative;
}

.woocommerce.widget_shopping_cart .quantity .amount, .woocommerce .widget_shopping_cart .quantity .amount {
	color: #0a306c;
	color: var(--black);
}

.pswp__caption__center {
	display: none !important;
}

.woocommerce-product-gallery__image {
	text-align: center;
}

.woocommerce-product-gallery__image a {
	display: block;
	text-align: center;
}

.woocommerce-product-gallery__image a img {
	margin: 0 auto;
}

.woocommerce #content div.product div.images .wp-post-image, .woocommerce div.product div.images .wp-post-image, .woocommerce-page #content div.product div.images .wp-post-image, .woocommerce-page div.product div.images .wp-post-image {
	max-height: 500px;
	width: auto;
}

@media (min-width: 1600px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 39%;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 42%;
	}
}

@media (min-width: 1600px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 58%;
		margin-left: 3%;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 55%;
		margin-left: 3%;
	}
}

.woocommerce .actions .button:hover {
	color: var(--white) !important;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.woocommerce ul.products.grid hr {
	display: none;
}

.woocommerce ul.products.list li.product hr {
	border: 0 none !important;
	margin: 0;
}

ul.products.list li.product .gridlist-buttonwrap {
	margin-bottom: 0 !important;
}

.woocommerce .gridlist-toggle {
	padding-top: 0 !important;
	margin: -50px 0 30px 0 !important;
}

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

.upsells.products, .related.products {
	clear: both;
	overflow: visible;
}

.upsells.products > h2, .related.products > h2 {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 40px;
	font-size: 36px;
}

@media (min-width: 1600px) {
	.upsells.products .products li.product, .related.products .products li.product {
		width: 33.3% !important;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.upsells.products .products li.product, .related.products .products li.product {
		width: 33.3% !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.upsells.products .products li:nth-child(3), .related.products .products li:nth-child(3) {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.upsells.products .products li:nth-child(3), .related.products .products li:nth-child(3) {
		display: none;
	}
}

.woocommerce #review_form #respond p {
	margin-bottom: 25px !important;
}

.woocommerce-review-link {
	font-size: 12px;
	color: #888;
	position: relative;
	top: -3px;
	left: -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 0 0 -2.5%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-top: 2.5%;
	margin-left: 2.5%;
	width: 22.5%;
}

.woocommerce div.product div.images img {
	width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	margin-bottom: 50px;
}

.woocommerce .cart_totals table.shop_table {
	width: auto !important;
}

.woocommerce .cart_totals table.shop_table td {
	text-align: right !important;
}

.woocommerce .wc-proceed-to-checkout {
	text-align: center;
}

.woocommerce .wc-proceed-to-checkout .button.alt {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.woocommerce .wc-proceed-to-checkout .button.alt:hover {
	background-color: #0a306c;
	background-color: var(--black);
}

.wcppec-checkout-buttons__separator {
	margin-top: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.wcppec-checkout-buttons {
	text-rendering: center;
	text-transform: uppercase;
	font-weight: bold;
}

.wcppec-checkout-buttons a {
	color: #0a306c !important;
	color: var(--black) !important;
}

.woocommerce .product .wcppec-checkout-buttons {
	text-align: left;
}

.woocommerce table.variations select {
	padding: 10px 25px !important;
}

.woocommerce table.variations th, .woocommerce table.variations td {
	border: 0 !important;
}

.woocommerce table.variations td {
	padding: 0 !important;
}

.woocommerce table.variations td.value {
	padding: 4px 0 25px 0 !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.woocommerce.widget_shopping_cart ul li {
	padding-bottom: 0 !important;
	margin-bottom: 10px;
}

.woocommerce.widget_shopping_cart .total {
	border-color: transparent;
}

.woocommerce.widget_shopping_cart .mini_cart_item {
	font-size: 14px;
}

.woocommerce.widget_shopping_cart .mini_cart_item a {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 18px;
	padding-left: 0;
	padding-bottom: 0px;
}

.lte-background-black .woocommerce.widget_shopping_cart .mini_cart_item a {
	color: #fff !important;
	color: var(--white) !important;
}

.woocommerce.widget_shopping_cart .mini_cart_item a img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	margin-top: 0px;
	margin-left: 0px;
	max-height: 60px;
	max-width: 60px;
	width: auto;
}

.woocommerce.widget_shopping_cart .mini_cart_item .remove_from_cart_button {
	margin-top: 5px !important;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin: -10px auto 0;
	text-align: center;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn-wrap {
	margin-bottom: -6px;
	display: block;
	padding-bottom: 2px;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	margin: 0 !important;
	min-width: 180px;
	background: transparent;
	font-size: 14px !important;
	line-height: 1em;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background-clip: border-box;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 0 !important;
	display: inline-block !important;
	-webkit-transition: all .2s ease !important;
	-moz-transition: all .2s ease !important;
	-o-transition: all .2s ease !important;
	transition: all .2s ease !important;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn:hover, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c;
	color: var(--black);
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn:not(.checkout), .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
	display: inline-block !important;
	margin-top: 20px !important;
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
	border-color: #fff;
	border-color: var(--white);
}

.lte-background-black .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn:not(.checkout), .lte-background-black .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
	color: #0a306c;
	color: var(--black);
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn:not(.checkout) .lte-btn-overlay, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) .lte-btn-overlay {
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn:not(.checkout):not(.button):hover, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout):not(.button):hover {
	color: #0a306c;
	color: var(--black);
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn:not(.checkout).button:hover, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout).button:hover {
	color: #0a306c;
	color: var(--black);
	background-color: #fff;
	background-color: var(--white);
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons > .button {
	margin-left: 10px !important;
	margin-right: 10px !important;
	margin-top: 15px !important;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total {
	text-align: center;
	font-size: 16px !important;
	margin-top: 0px !important;
	padding-top: 14px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.lte-background-black .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total {
	border-color: rgba(255, 255, 255, .1);
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total > span {
	color: #e8bc5a;
	color: var(--main);
}

.woocommerce-cart table.cart input {
	line-height: 1.6em !important;
}

.woocommerce-shipping-calculator {
	padding: 0;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
	border-bottom: 1px dashed #e8bc5a;
	border-color: #e8bc5a;
	border-color: var(--main);
}

.woocommerce-shipping-calculator .shipping-calculator-form {
	margin-top: 15px;
}

.woocommerce-shipping-calculator p {
	margin: 0;
}

.woocommerce-form__input-checkbox {
	position: relative !important;
	margin-left: 0 !important;
}

.woocommerce-form__input-checkbox + span {
	margin-left: 6px;
}

.woocommerce .cross-sells h2 {
	margin: 25px 0 20px;
	font-size: 24px;
}

@media (max-width: 991px) {
	.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
		width: 100%;
		float: none;
	}
}

.cart_totals .woocommerce-shipping-totals.shipping td {
	font-size: 12px !important;
	/*		min-width: 340px;*/
	text-align: right !important;
	padding-left: 10px !important;
}

.cart_totals .woocommerce-shipping-totals.shipping td form {
	text-align: right !important;
}

.cart_totals .woocommerce-shipping-totals.shipping td form .select2-selection, .cart_totals .woocommerce-shipping-totals.shipping td form input[type="text"] {
	background-color: #fff !important;
	background-color: var(--white) !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td {
	text-align: left !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td.product-total span {
	font-size: 14px !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
}

.wc_payment_method input.input-radio[name="payment_method"] {
	display: none;
}

.wc_payment_method input.input-radio[name="payment_method"]:checked + label::before {
	background-color: #0a306c;
	background-color: var(--black);
}

#ship-to-different-address {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
}

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

.wc_payment_method input.input-radio[name="payment_method"] + label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #000;
	background: #fff;
	margin-left: 4px;
	margin-right: .5rem;
	border-radius: 100%;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

@media (min-width: 768px) {
	.woocommerce-checkout h3 {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	.woocommerce-checkout form .col2-set {
		width: 50%;
		float: left;
		padding-right: 1.5vw;
	}
	
	.woocommerce-checkout form .col2-set .col-1, .woocommerce-checkout form .col2-set .col-2 {
		float: none;
		width: 100%;
	}
	
	.woocommerce-checkout form #order_review_heading, .woocommerce-checkout form #order_review {
		width: 50%;
		padding-left: 1.5vw;
		float: right;
		clear: right;
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.woocommerce-checkout form .col2-set .col-1, .woocommerce-checkout form .col2-set .col-2 {
		width: 100%;
		clear: both;
	}
}

.woocommerce-checkout form .woocommerce-additional-fields {
	margin-top: 25px;
}

.woocommerce-checkout-review-order-table {
	border-collapse: collapse !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
	padding-top: 5px !important;
}

.woocommerce-checkout-review-order-table tfoot td {
	border: 1px solid rgba(0, 0, 0, .1) !important;
	border: 1px solid rgba(255, 255, 255, .1) !important;
}

@media (max-width: 991px) {
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
		float: none;
	}
	
	.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
		margin: 0 auto;
		width: 100% !important;
	}
	
	.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator, .woocommerce-page .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
		text-align: right;
	}
}

@media (max-width: 768px) {
	.cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td {
		border: 0 none !important;
	}
	
	.woocommerce table.shop_table td.actions {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
		width: 100%;
	}
}

.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
}

.woocommerce-widget-layered-nav-dropdown li {
	margin: 0 !important;
}

.woocommerce-widget-layered-nav-dropdown .select-wrap:after {
	display: none;
}

.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple {
	border: none !important;
	background: transparent !important;
}

.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple .select2-search__field {
	background-color: #fff !important;
	background-color: var(--white) !important;
}

.woocommerce-grouped-product-list {
	margin-bottom: 30px;
	width: auto !important;
}

.woocommerce-grouped-product-list td {
	border: none !important;
	background: transparent !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 10px !important;
}

.woocommerce-grouped-product-list td label {
	margin-bottom: 0;
}

.woocommerce-grouped-product-list td a {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 16px;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__quantity {
	padding-left: 0 !important;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label label {
	padding-top: 9px;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label label a {
	font-family: "Mulish", sans-serif !important;
	font-family: var(--font-main), sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: var(--font-main-letterspacing) !important;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price {
	padding-top: 19px !important;
	padding-left: 10px !important;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price span {
	font-size: 16px;
}

.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price del {
	zoom: 1;
	filter: alpha(opacity=20);
	-webkit-opacity: .2;
	-moz-opacity: .2;
	opacity: .2;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.woocommerce.lte-products-slider {
		max-width: 1540px;
	}
}

@media (max-width: 768px) {
	.woocommerce.lte-products-slider {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.woocommerce.lte-products-slider ul.products {
	margin-left: 0;
	margin-right: 0;
	flex-wrap: nowrap;
}

.woocommerce.lte-products-slider.woocommerce ul.products li.product {
	float: none;
	padding-left: 0;
	padding-right: 0;
	height: auto;
}

.woocommerce.lte-products-slider.woocommerce ul.products li.product:before {
	left: 0;
	right: 0;
}

.bg-color-black .lte-products-sc {
	color: #fff;
	color: var(--white);
}

.bg-color-black .lte-products-sc article {
	color: #0a306c;
	color: var(--black);
}

.woocommerce.lte-products-bg-transparent li.product:before, ul.products.lte-products-bg-transparent li.product:before {
	border-color: #fff !important;
	border-color: var(--white) !important;
	zoom: 1;
	filter: alpha(opacity=10);
	-webkit-opacity: .1;
	-moz-opacity: .1;
	opacity: .1;
}

.woocommerce.lte-products-bg-transparent li.product > .lte-item, ul.products.lte-products-bg-transparent li.product > .lte-item {
	background-color: transparent !important;
	display: none;
}

.woocommerce.lte-products-bg-transparent li.product > .lte-item .woocommerce-loop-product__title, ul.products.lte-products-bg-transparent li.product > .lte-item .woocommerce-loop-product__title {
	color: #fff;
	color: var(--white);
}

.woocommerce.lte-products-bg-transparent li.product > .lte-item .woocommerce-loop-product__title:hover, ul.products.lte-products-bg-transparent li.product > .lte-item .woocommerce-loop-product__title:hover {
	color: #e8bc5a;
	color: var(--second);
}

.lte-background-light.woocommerce li.product .price del .woocommerce-Price-amount, .lte-background-light ul.products li.product .price del .woocommerce-Price-amount {
	color: #0a306c;
	color: var(--black);
}

.lte-background-light.woocommerce li.product > .lte-item .woocommerce-loop-product__title, .lte-background-light ul.products li.product > .lte-item .woocommerce-loop-product__title {
	color: #0a306c;
	color: var(--black);
}

.body-black ul.products.lte-products-bg-transparent li.product > .lte-item h2 {
	color: #e8bc5a;
	color: var(--main);
}

.body-black ul.products.lte-products-bg-transparent li.product > .lte-item h2:hover {
	color: #fff;
	color: var(--white);
}

.body-black ul.products.lte-products-bg-transparent li.product > .lte-item .price {
	display: block !important;
	color: #fff;
	color: var(--white);
}

.body-black ul.products.lte-products-bg-transparent li.product > .lte-item .price ins, .body-black ul.products.lte-products-bg-transparent li.product > .lte-item .price del {
	color: #fff;
	color: var(--white);
}

.body-black .woocommerce.lte-products-slider .arrows a {
	color: #fff;
	color: var(--white);
}

.body-black .woocommerce.lte-products-slider .arrows a:hover {
	background-color: transparent;
}

.lte-products-slider.swiper-container-horizontal {
	padding-bottom: 40px;
}

.lte-products-slider.swiper-container-horizontal .swiper-pagination-bullets {
	bottom: 0px;
}

.elementor-widget-lte-products .lte-tabs-cats {
	margin: 0 0 30px 0;
}

.lte-products-cats-sc {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: -30px;
}

@media (max-width: 768px) {
	.lte-products-cats-sc {
		text-align: center;
	}
}

.lte-products-cats-sc.lte-layout-circles {
	margin-bottom: -50px;
}

.lte-products-cats-sc.lte-layout-circles .lte-item {
	margin-bottom: 50px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px;
	position: relative;
	box-shadow: 0px 0px 0 rgba(0, 0, 0, .15);
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
}

.lte-products-cats-sc.lte-layout-circles .lte-item:hover {
	color: #0a306c;
	color: var(--black);
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-header {
	margin: 14px 0 12px 0;
	font-size: 24px;
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	color: var(--white);
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-header:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-icon-wrapper {
	background-color: #e8bc5a;
	background-color: var(--main);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	color: #0a306c;
	color: var(--black);
	font-size: 60px;
	width: 100px;
	height: 100px;
	text-align: center;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-icon-wrapper > span:before {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 479px) {
	.lte-products-cats-sc.lte-layout-circles .lte-item .lte-icon-wrapper {
		width: 80px;
		height: 80px;
		font-size: 40px;
	}
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-excerpt {
	width: 100%;
	line-height: 1.5em;
}

@media (min-width: 1200px) {
	.lte-products-cats-sc.lte-layout-circles .lte-item .lte-excerpt {
		padding: 0 15px;
	}
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-image-wrapper {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 300px;
	height: 300px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.lte-products-cats-sc.lte-layout-circles .lte-item .lte-image-wrapper {
		width: 240px;
		height: 240px;
	}
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-image-wrapper img {
	max-width: 300px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.lte-products-cats-sc.lte-layout-circles .lte-item .lte-image-wrapper img {
		max-width: 240px;
	}
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-image-wrapper .lte-image {
	margin: 0 auto;
	width: 260px;
	height: 260px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	background-position: 50%;
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-image-wrapper:hover img {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-image-wrapper:hover .lte-count-label {
	-webkit-transform: scale(.8) translateY(-50%);
	-moz-transform: scale(.8) translateY(-50%);
	-ms-transform: scale(.8) translateY(-50%);
	-o-transform: scale(.8) translateY(-50%);
	transform: scale(.8) translateY(-50%);
}

.lte-products-cats-sc.lte-layout-circles .lte-item .lte-count-label {
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #fff;
	color: var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	font-size: 36px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	transform-origin: 50% 0;
	pointer-events: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.lte-products-cats-sc.lte-layout-circles .lte-item .lte-count-label {
		width: 64px;
		height: 64px;
		line-height: 64px;
		font-size: 24px;
		left: -24px;
	}
}

@media (max-width: 768px) {
	.lte-products-cats-sc.lte-layout-circles .lte-item .lte-count-label {
		width: 64px;
		height: 64px;
		line-height: 64px;
		font-size: 24px;
		left: -24px;
	}
}

.lte-products-cats-sc.lte-layout-grid {
	margin-bottom: -30px;
}

.lte-products-cats-sc.lte-layout-grid .lte-item {
	margin: 0px 0px 30px 0px;
	padding: 0 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	transition: none !important;
}

.lte-products-cats-sc.lte-layout-grid .lte-item .lte-icon-wrapper {
	font-size: 54px;
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-products-cats-sc.lte-layout-grid .lte-item .lte-icon-wrapper span {
	display: block;
	color: #e8bc5a;
	color: var(--main);
}

.lte-products-cats-sc.lte-layout-grid .lte-item .lte-header {
	font-size: 24px;
	margin: 24px 0 12px 0;
}

.lte-products-cats-sc.lte-layout-grid .lte-item .lte-header:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-products-cats-sc.lte-layout-grid .lte-item .lte-excerpt {
	font-size: 16px;
	line-height: 1.5em;
	display: block;
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.lte-products-cats-sc.lte-layout-grid .lte-item img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-products-cats-sc.lte-layout-grid .lte-item:hover .lte-image-wrapper img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

.lte-products-cats-sc .lte-item {
	display: block;
	position: relative;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	margin-bottom: 30px;
	text-align: left;
}

@media (max-width: 768px) {
	.lte-products-cats-sc .lte-item {
		display: inline-block;
	}
}

.lte-products-cats-sc .lte-item img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lte-products-cats-sc .lte-item .lte-image-wrapper {
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-products-cats-sc .lte-item:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.lte-products-cats-sc .lte-item .lte-header {
	position: absolute;
	bottom: 40px;
	left: 40px;
	margin: 0;
	font-size: 24px;
	color: #0a306c;
	color: var(--black);
}

.lte-products-cats-sc .lte-item .lte-header span {
	display: block;
}

.lte-products-cats-sc .lte-item.lte-bg-dark .lte-header {
	color: #fff;
	color: var(--white);
}

.lte-products-cats-sc .lte-item .lte-arrow-right {
	cursor: pointer;
	display: block;
	z-index: 1;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
	line-height: 42px;
	font-size: 14px;
	right: 40px;
	bottom: 60px;
}

.lte-products-cats-sc .lte-item .lte-arrow-right:before {
	right: -1px;
}

@media (max-width: 1199px) {
	.lte-products-cats-sc .lte-item .lte-arrow-right {
		display: none;
	}
}

.lte-products-cats-sc .lte-item .lte-arrow-right:hover {
	color: #fff;
	color: var(--white);
	background-color: #0a306c;
	background-color: var(--black);
}

.lte-products-cats-sc.swiper-container {
	max-width: 1600px;
}

.lte-products-cats-sc .swiper-pagination {
	margin-top: 40px;
	position: relative;
}

.lte-products-cats-sc .lte-arrows-sides-outside {
	margin-top: -100px;
}

.lte-wc-attr-list {
	margin-bottom: 18px;
}

.lte-wc-attr-list .item {
	font-size: 16px;
	padding: 2px 0;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #e8bc5a;
	color: var(--main);
}

.lte-wc-attr-list .item span {
	color: #0a306c;
	color: var(--black);
}

.woocommerce .single_add_to_cart_button {
	min-width: 200px;
	padding-top: 11px;
	padding-bottom: 10px;
	position: relative;
	top: 0px;
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

.woocommerce .single_add_to_cart_button:hover {
	color: #fff;
	color: var(--white);
	background-color: #e8bc5a;
	background-color: var(--main);
}

@media (max-width: 768px) {
	.cart.woocommerce-cart-form__contents {
		margin-top: -60px !important;
	}
	
	.cart.woocommerce-cart-form__contents td {
		border-left: 1px solid rgba(0, 0, 0, .1) !important;
		border-color: transparent !important;
	}
	
	.cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item {
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	
	.cart.woocommerce-cart-form__contents .product-remove {
		height: 48px;
		text-align: right;
	}
	
	.cart.woocommerce-cart-form__contents .product-remove .remove {
		font-size: 48px;
		height: 30px !important;
		width: 30px !important;
		overflow: hidden;
		display: block;
		float: right;
	}
	
	.cart.woocommerce-cart-form__contents .product-name a {
		font-family: "Asap", serif;
		font-family: var(--font-headers), serif;
		font-weight: 700;
		letter-spacing: var(--font-headers-letterspacing);
		font-size: 24px;
		color: #0a306c;
		color: var(--black);
	}
	
	.lte-background-black .cart.woocommerce-cart-form__contents .product-name a {
		color: #fff;
		color: var(--white);
	}
	
	.cart.woocommerce-cart-form__contents .product-subtotal span, .cart.woocommerce-cart-form__contents .product-price span {
		font-family: "Mulish", sans-serif;
		font-family: var(--font-main), sans-serif;
		font-weight: 400;
		letter-spacing: var(--font-main-letterspacing);
		font-size: 16px;
		color: #e8bc5a;
		color: var(--main);
	}
	
	.cart.woocommerce-cart-form__contents .product-subtotal.product-subtotal span, .cart.woocommerce-cart-form__contents .product-price.product-subtotal span {
		color: #0a306c;
		color: var(--black);
	}
	
	.lte-background-black .cart.woocommerce-cart-form__contents .product-subtotal.product-subtotal span, .lte-background-black .cart.woocommerce-cart-form__contents .product-price.product-subtotal span {
		color: #fff;
		color: var(--white);
	}
}

@media (max-width: 768px) and (max-width: 768px) {
	.cart.woocommerce-cart-form__contents .product-name a {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.woocommerce.single .lte-wc-wrapper .row {
		display: block !important;
	}
	
	.woocommerce.single .lte-wc-wrapper .row > div {
		display: block !important;
		float: none !important;
	}
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	width: 24px;
	height: 24px;
}

.woocommerce.woocommerce-widget-layered-nav ul li:last-child {
	float: none;
	display: block;
}

.woocommerce.woocommerce-widget-layered-nav ul li:last-child input {
	width: 100% !important;
}

.woocommerce.woocommerce-widget-layered-nav ul li.select2-selection__choice {
	margin-bottom: 15px !important;
	margin-right: 15px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #0a306c;
	color: var(--black);
	font-size: 16px;
	line-height: 2.2em;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding-top: 18px;
	padding-left: 30px;
}

@media (max-width: 768px) {
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		font-size: 14px;
	}
}

.woocommerce-error.woocommerce-info, .woocommerce-info.woocommerce-info, .woocommerce-message.woocommerce-info {
	border-color: #e8bc5a;
	border-color: var(--main);
}

.woocommerce-error.woocommerce-message, .woocommerce-info.woocommerce-message, .woocommerce-message.woocommerce-message {
	border-color: var(--main);
}

.woocommerce-error.woocommerce-error, .woocommerce-info.woocommerce-error, .woocommerce-message.woocommerce-error {
	border-color: var(--red);
}

.woocommerce-error .lte-btn-wrap, .woocommerce-info .lte-btn-wrap, .woocommerce-message .lte-btn-wrap {
	margin-right: 20px;
	margin-bottom: 0px;
	vertical-align: top;
}

.woocommerce-error .btn, .woocommerce-info .btn, .woocommerce-message .btn {
	margin-top: -4px;
	float: right;
	padding-right: 30px;
}

.woocommerce-error .btn:before, .woocommerce-info .btn:before, .woocommerce-message .btn:before {
	display: none;
}

.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	display: none;
}

@media (max-width: 479px) {
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		text-align: center;
		padding: 25px 15px;
	}
	
	.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
		display: none;
	}
	
	.woocommerce-error .btn, .woocommerce-info .btn, .woocommerce-message .btn {
		display: block;
		max-width: 200px;
		margin: 0 auto 25px;
		float: none;
	}
}

.woocommerce-message {
	border-bottom-color: #e8bc5a;
	border-bottom-color: var(--main);
}

.woocommerce-message:before {
	color: #e8bc5a;
	color: var(--main);
}

.lte-background-black .woocommerce-message {
	background-color: #f2f0ea;
	background-color: var(--gray);
	color: #fff;
	color: var(--white);
}

.elementor-widget-lte-products .lte-filter-container {
	min-height: 517px !important;
}

.woocommerce-form-coupon {
	max-width: 700px;
	margin: 0 auto 50px !important;
}

.woocommerce-form-coupon p {
	text-align: center;
	display: block !important;
	width: 100% !important;
	float: none !important;
}

.woocommerce-form-coupon button {
	font-size: 16px;
	height: 74px;
	line-height: 50px;
	min-width: 300px;
}

.woocommerce-form-coupon button:hover {
	background-color: #0a306c;
	background-color: var(--black);
}

/*
	20. Team
*/
.team-full {
	margin: 0 auto;
}

@media (min-width: 1600px) {
	.team-full {
		max-width: 1200px;
	}
}

.team-full .lte-team-name {
	margin: -10px 0 0 0 !important;
}

.team-full .lte-team-cat {
	margin-top: 4px;
	margin-bottom: 24px;
	color: #e8bc5a;
	color: var(--main);
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	letter-spacing: 3px;
}

.team-full .lte-team-full img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	width: auto;
}

.team-full .lte-content-width .heading {
	margin-top: 0;
}

.lte-item-list {
	margin-bottom: -30px;
}

.lte-team-item {
	text-align: center;
	margin: 0 auto 30px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.lte-team-item {
		max-width: 250px;
	}
}

.lte-team-item .lte-descr {
	margin: 0px 30px 0;
	padding-bottom: 15px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-team-item .lte-header {
	color: #0a306c;
	color: var(--black);
	margin: 0 0;
	padding: 8px 0 0 0;
	font-size: 24px;
	line-height: 1.2em;
	display: block;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-background-black .lte-team-item .lte-header {
	color: #fff;
	color: var(--white);
}

.lte-team-item .lte-header:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-team-item .lte-subheader {
	color: #e8bc5a;
	color: var(--main);
	font-size: 10px;
	display: block;
	margin: 4px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.lte-team-item p {
	font-weight: normal;
	font-size: 14px;
	padding: 0 40px;
}

.lte-team-item .cut {
	margin-top: 16px;
}

.lte-team-item .lte-image {
	text-align: center;
	position: relative;
	margin: 0 auto;
	display: inline-block;
	margin-bottom: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	overflow: hidden;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	z-index: 2;
}

.lte-team-item .lte-image img {
	margin: 0 auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.lte-team-item .lte-image:hover {
	border-color: rgba(0, 0, 0, .5);
}

.lte-team-item .lte-image:hover img {
	-webkit-transform: scale(1.05) rotate(3deg);
	-moz-transform: scale(1.05) rotate(3deg);
	-ms-transform: scale(1.05) rotate(3deg);
	-o-transform: scale(1.05) rotate(3deg);
	transform: scale(1.05) rotate(3deg);
}

.lte-team-item ul {
	list-style: none;
	text-align: center;
	margin: 0px 0 0 -6px !important;
	padding: 0;
	display: none;
}

.lte-team-item ul li {
	display: inline-block;
	margin: 0 0 0 9px;
}

.lte-team-item ul li a {
	color: #0a306c;
	color: var(--black);
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	position: relative;
	z-index: 10;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.lte-team-item ul li a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-team-slider .arrows {
	margin-top: 70px;
	margin-bottom: 24px;
	position: relative;
	text-align: center;
}

.lte-team-slider .arrows a {
	position: relative;
	margin: 0 5px;
}

.lte-team-slider .arrows a:hover {
	background-color: #0a306c;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
}

/*
	21. Page Loader
*/
#lte-preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-color: var(--white);
	z-index: 1999;
	transition: all .3s ease;
}

.lte-background-black #lte-preloader {
	background-color: #0a306c;
	background-color: var(--black);
}

.pace-done > #lte-preloader {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	z-index: -100;
}

.pace-activity, .pace-progress {
	display: none !important;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 3000;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.paceloader-image .lte-pulse-loader, .paceloader-image .pace-activity, .paceloader-image .pace-progress {
	display: none;
}

.paceloader-image .pace {
	border: 0 none;
	width: 200px;
	height: 200px;
}

.paceloader-image .pace-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 200px;
	margin: auto;
	display: block;
	z-index: 100;
	position: fixed;
	overflow: hidden;
}

.paceloader-image .lte-theme-loader {
	display: none;
}

.pace.pace-inactive {
	display: none;
}

.paceloader-spinner .lte-theme-loader {
	display: block;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.paceloader-spinner .lte-theme-loader .lte-loader-1 {
	-webkit-animation: loader 1250ms infinite linear;
	-moz-animation: loader 1250ms infinite linear;
	-o-animation: loader 1250ms infinite linear;
	animation: loader 1250ms infinite linear;
	border: 5px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	border-right-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 42px;
	height: 42px;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.paceloader-enabled .lte-theme-loader {
	display: block;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 35px;
	width: 45px;
	border: 3px solid var(--white);
	border-color: #fff;
	border-color: var(--white);
	box-shadow: 0 0 0 3px var(--main);
	margin: auto;
	position: relative;
	border-radius: 0 0 110px 110px;
	background-image: linear-gradient(0deg, var(--black) 0, var(--black) 110px, transparent 110px, transparent 230px);
	background-size: 230px 230px;
	background-position: 0 0;
	-webkit-animation: lte-fill 2s infinite;
	-moz-animation: lte-fill 2s infinite;
	-o-animation: lte-fill 2s infinite;
	animation: lte-fill 2s infinite;
}

.paceloader-enabled .lte-theme-loader:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	border: 3px solid var(--main);
	border-color: #e8bc5a;
	border-color: var(--main);
	border-radius: 0 40px 40px 0;
	top: 0px;
	right: -15px;
}

@keyframes lte-fill {
	100% {
		background-position: 0 -115px;
	}
}

/*
	22. Events
*/
.events-sc {
	padding: 0px 40px;
	margin: 50px 30px 60px 0;
}

.events-sc.lte-scroll {
	max-height: 570px;
	overflow-y: scroll;
}

.events-sc .item {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 30px 0px;
}

.events-sc .item:first-child {
	padding-top: 0;
}

.events-sc .item:last-child {
	padding-bottom: 0;
}

.events-sc .item:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.events-sc .item .row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.events-sc .item .div-info {
		text-align: center;
		margin-bottom: 15px;
	}
}

.events-sc .item .lte-header-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-left: 38px;
	padding-top: 4px;
	color: #fff;
	color: var(--white);
}

@media (max-width: 479px) {
	.events-sc .item .lte-header-wrapper {
		margin-left: 0;
	}
}

.events-sc .item .lte-header-wrapper h5 {
	font-size: 18px;
	margin-bottom: 7px;
}

.events-sc .item .lte-header-wrapper h5 a {
	color: #fff;
	color: var(--white);
}

.events-sc .item .lte-header-wrapper h5 a:hover {
	color: #e8bc5a;
	color: var(--main);
}

.events-sc .item .lte-header-wrapper h6 {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
	color: var(--white);
}

.events-sc .item .lte-header-wrapper h6 .fa {
	color: #e8bc5a;
	color: var(--main);
	margin-right: 8px;
}

.events-sc .item div.date {
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.events-sc .item div.date .date-day, .events-sc .item div.date .date-my {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
}

.events-sc .item div.date .date-day {
	font-size: 36px;
	margin-bottom: 8px;
	display: block;
	color: #e8bc5a;
	color: var(--main);
}

.events-sc .item div.date .date-my {
	font-size: 18px;
}

@media (max-width: 479px) {
	.events-sc .item div.date {
		display: block;
		margin-bottom: 15px;
	}
}

.events-sc .item .div-more {
	text-align: right;
}

@media (max-width: 991px) {
	.events-sc .item .div-more {
		text-align: center;
	}
}

.events-sc .item .div-more .lte-price {
	float: left;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #e8bc5a;
	color: var(--main);
	font-size: 18px;
	margin-top: 18px;
}

@media (max-width: 1599px) {
	.events-sc .item .div-more .lte-price {
		margin-top: 9px;
	}
}

@media (max-width: 991px) {
	.events-sc .item .div-more .lte-price {
		float: none;
		display: block;
		text-align: center;
	}
}

.events-sc .item .div-more .btn {
	margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.events-sc .item .div-more .btn {
		font-size: 14px;
		padding: 8px 20px;
		min-width: initial;
	}
}

@media (max-width: 1599px) {
	.events-sc .item .div-more .btn {
		font-size: 16px;
		padding: 14px 36px;
		min-width: initial;
	}
}

@media (max-width: 991px) {
	.events-sc .item .div-more .btn {
		margin-top: 30px;
	}
}

.events-posts-sc .item {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.events-posts-sc .item:hover .hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.events-posts-sc .date {
	background: var(--second);
	text-align: center;
	position: absolute !important;
	left: 25px;
	top: 25px;
	padding: 5px 8px;
}

.events-posts-sc .date span {
	display: block;
}

.events-posts-sc .date .date-day {
	font-size: 24px;
	line-height: 1em;
}

.events-posts-sc .date .date-my {
	font-size: 14px;
	line-height: 1em;
}

.events-posts-sc .headers {
	z-index: 3;
	text-transform: uppercase;
	position: absolute !important;
	text-align: left;
	margin: 0;
	bottom: 20px;
	left: 25px;
}

.events-posts-sc .headers h5, .events-posts-sc .headers h6 {
	margin: 0;
}

.events-posts-sc .hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	display: block;
	text-align: center;
	position: absolute !important;
	z-index: 10 !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.events-posts-sc .hover .btn-hover-wrap {
	margin: 0 6px;
}

.events-posts-sc .item-simple {
	display: block;
}

.events-posts-sc .item-simple:after {
	background: transparent !important;
}

.events-posts-sc .item-simple .date, .events-posts-sc .item-simple .headers {
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.events-posts-sc .item-simple .date {
	width: 50px;
	display: inline-block;
}

.events-posts-sc .item-simple h5 {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.events-posts-sc .item-simple .headers {
	margin: 4px 0 0 70px;
	display: inline-block;
	position: relative !important;
}

.events-slider {
	padding-bottom: 70px;
}

.events-slider .swiper-pagination-bullets {
	bottom: 0;
}

.events-slider .swiper-pagination-bullet {
	border: 3px solid var(--second);
	background: transparent !important;
	width: 20px;
	height: 20px;
}

.events-slider .swiper-pagination-bullet:after {
	display: none;
}

.events-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 3px solid var(--main);
	background-color: var(--main) !important;
}

.events-slider-simple {
	padding-bottom: 80px;
}

@media (max-width: 1199px) {
	.events-slider-simple {
		padding-bottom: 30px;
	}
}

.events-slider-simple .swiper-pagination {
	margin-bottom: 0;
}

#tribe-bar-form {
	background-color: var(--gray);
}

.tribe-bar-views-inner {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.tribe-events-pg-template {
	padding-top: 110px;
	padding-bottom: 110px;
}

.tribe-events-pg-template h2 {
	margin: 0;
}

.tribe-events-pg-template .tribe-events-cost {
	color: var(--second);
	font-size: 24px;
}

.tribe-events-pg-template a {
	color: var(--second);
}

.tribe-events-pg-template .tribe-events-event-image {
	display: none;
}

.tribe-events-pg-template dl {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	width: 300px;
	overflow: visible;
}

@media (min-width: 992px) {
	.tribe-events-pg-template dl {
		width: 460px;
	}
}

.tribe-events-pg-template dl dt {
	flex: 0 0 35%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tribe-events-pg-template dl dd {
	flex: 0 0 50%;
	margin-top: -3px !important;
	margin-left: auto;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tribe-events-pg-template dl .tribe-organizer {
	display: block;
	flex: 100%;
	margin-bottom: 20px !important;
	font-size: 16px;
	color: var(--second);
	font-weight: bold;
}

.tribe-events-pg-template .tribe-events-meta-group-organizer dl dt {
	flex: 0 0 30%;
}

.single-tribe_events .tribe-events-event-meta h3 {
	font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
		width: 48%;
	}
}

.tribe-events-meta-group-venue .tribe-venue-location, .tribe-events-meta-group-venue .tribe-venue {
	flex: 100% !important;
}

@media (min-width: 992px) {
	.tribe-events-meta-group-venue {
		width: 38% !important;
	}
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 48px;
	display: none;
}

.tribe-events-schedule h2 {
	font-size: 48px;
	margin-top: -40px;
	line-height: 1.2em;
}

.single-tribe_events .tribe-events-schedule {
	background-color: transparent;
	border: none;
	padding: 0;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
	font-size: 24px;
}

.tribe-events-calendar td .tribe-events-viewmore a {
	white-space: pre-wrap;
}

.tribe-events-sub-nav li a, #tribe-bar-collapse-toggle, .tribe-events-list .tribe-events-venue-details, .tribe-events-loop .tribe-events-event-meta, .tribe-events-list-separator-month span {
	background-color: transparent;
	border: none;
}

.tribe-events-list .tribe-event-schedule-details, .tribe-events-list .tribe-events-venue-details {
	padding: 0;
}

.tribe-events-list-separator-month {
	margin-bottom: 10px;
}

.tribe-events-list .type-tribe_events:first-of-type {
	margin-top: 20px;
}

.tribe-events-read-more.btn.btn-xs {
	margin-top: 0 !important;
	color: #0a306c !important;
}

.tribe-events-list-event-description .btn-hover-wrap {
	margin-top: 20px;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
	background-color: var(--gray);
}

#tribe-events-footer::after, #tribe-events-footer::before, #tribe-events-header::after, #tribe-events-header::before {
	background-color: transparent;
}

#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
	background-color: var(--second);
}

#tribe-events-content .tribe-updated {
	font-weight: bold;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	border-bottom: 1px solid var(--gray);
}

.tribe-events-viewmore {
	border-top: 0;
}

.tribe-events-calendar {
	border: 0px !important;
}

.tribe-events-calendar a {
	color: #0a306c;
}

.tribe-events-calendar thead {}

.tribe-events-calendar thead th {
	background-color: var(--second);
	color: var(--white);
	border-color: transparent;
	text-transform: none;
	font-size: 16px;
	border-width: 0;
}

.tribe-events-calendar thead tr:first-child th:first-child {
	-webkit-border-top-left-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topleft: 24px;
	-moz-background-clip: padding;
	border-top-left-radius: 24px;
	border-left: 0px;
}

.tribe-events-calendar thead tr:first-child th:last-child {
	-webkit-border-top-right-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topright: 24px;
	-moz-background-clip: padding;
	border-top-right-radius: 24px;
	border-right: 0px;
}

.tribe-events-back {
	margin-bottom: 0;
}

#tribe-events-footer a {
	color: var(--second);
}

#tribe-events-footer a:hover {
	color: var(--main);
}

.tribe-events-calendar div[id*="tribe-events-daynum-"] a:hover {
	color: var(--white);
}

#tribe-bar-form {
	padding: 20px;
}

#tribe-bar-form input[type="text"] {
	font-style: normal;
}

.tribe-events-list-separator-month::after {
	display: none;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	font-style: normal;
}

.tribe-event-schedule-details {
	font-weight: bold;
}

.tribe-events-event-cost span {
	border: 0;
	padding: 4px 0;
}

.tribe-events-list .type-tribe_events {
	background-color: var(--gray);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 25px 25px 5px;
	margin-bottom: 38px;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
	margin-left: 0;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
	background-color: transparent;
	color: var(--second);
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 100%;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: var(--second);
	transition: background .8s ease;
}

#tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:hover:hover, #tribe_events_filters_wrapper input[type="submit"]:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover:hover, .tribe-events-button.tribe-inactive:hover, .tribe-events-button:hover:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover {
	background-color: var(--second);
}

.tribe-events-read-more {
	margin-top: 20px;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
	background-color: rgba(10, 48, 108, .2);
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	background-color: rgba(10, 48, 108, .5);
}

#tribe-events-content .tribe-events-calendar td:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
	background-color: #f2f0ea;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	color: var(--gray);
	background-color: var(--main);
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	background-color: var(--second);
}

.tribe-events-notices {
	background-color: var(--gray);
	color: #0a306c;
	border: 0;
}

.single-tribe_events .tribe-events-event-meta {
	background-color: var(--gray);
	border: 0;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	padding: 20px 0 10px 0;
	margin-bottom: 8px;
}

.single-tribe_events .tribe-events-event-meta h3 {
	margin-bottom: 25px;
}

.tribe-bar-views-inner {
	background: transparent;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: transparent;
	color: var(--white);
}

.tribe-events-content:before, .tribe-events-content:after {
	content: " ";
	display: table;
}

.tribe-events-content:after {
	clear: both;
}

.tribe-events-content:before, .tribe-events-content:after {
	content: " ";
	display: table;
}

.tribe-events-content:after {
	clear: both;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
	border: 0px;
	padding-top: 0;
	margin: 0;
}

.tribe-event-description {
	margin: 10px 0;
}

.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
	margin-bottom: 20px;
}

.tribe-events-back {
	display: none;
}

#tribe-bar-form input[type="text"] {
	border-color: var(--main);
}

#tribe-events-content .tribe-events-calendar td {
	border-color: rgba(255, 255, 255, .1);
}

#tribe-events .tribe-events-button, .tribe-events-button {
	color: #0a306c;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	padding: 0;
	margin: 0;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events h3 {
	font-weight: 600 !important;
	font-size: 14px;
}

.events-list article {
	margin-bottom: 140px;
}

@media (max-width: 768px) {
	.events-list article {
		margin-bottom: 50px;
	}
}

.events-list h2 {
	margin: 0 0 30px;
}

.events-list .date {
	display: inline-block;
	background-color: #f2f0ea;
	background-color: var(--gray);
	margin-bottom: 30px;
	padding: 18px 25px;
}

.events-list .date .date-day, .events-list .date .date-my {
	display: inline-block;
	vertical-align: top;
}

.events-list .date .date-day {
	font-size: 48px;
	color: #e8bc5a;
	color: var(--main);
}

.events-list .date .date-my {
	color: #0a306c;
	color: var(--black);
	margin-top: -3px;
	font-size: 16px;
	line-height: 18px;
	margin-left: 14px;
}

/*
	23. Subscribe block
*/
.mc4wp-form {
	position: relative;
	background: transparent;
	padding: 0 0;
	margin: 0 0 0 auto;
	max-width: 630px;
}

@media (max-width: 1199px) {
	.mc4wp-form {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.mc4wp-form {
		margin-top: 0;
	}
}

.mc4wp-form .lte-btn-wrap {
	margin-left: 1px;
}

.mc4wp-form label {
	padding: 12px 0 0 25px;
}

.mc4wp-form label input[type="checkbox"] {
	position: relative;
	top: 1px;
	margin-right: 4px;
}

.mc4wp-form label a {
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.mc4wp-form .input-group input[type="email"] {
	border: 0 transparent !important;
	padding: 24px 30px !important;
	font-size: 16px;
	color: #000;
}

.mc4wp-form .input-group button {
	font-size: 16px;
	padding: 22px 45px 18px !important;
	min-width: 220px;
}

@media (min-width: 992px) {
	.mc4wp-form .input-group {
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-moz-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		position: relative;
	}
	
	.mc4wp-form .input-group input[type="email"] {
		width: 1% !important;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		position: relative;
		margin-bottom: 0;
		margin-right: 0px !important;
	}
	
	.mc4wp-form .input-group button {
		margin-left: -60px;
	}
	
	.mc4wp-form .input-group .input-group-append {
		display: flex;
		margin-left: -1px;
	}
	
	.mc4wp-form .input-group .input-group-append span {
		display: flex;
	}
}

@media (max-width: 991px) {
	.mc4wp-form .input-group {
		display: block;
	}
	
	.mc4wp-form .input-group button {
		margin-top: 16px;
		min-width: 200px;
		width: 100%;
		padding: 24px 40px !important;
	}
}

.mc4wp-form button, .mc4wp-form input {
	margin-top: 0;
	margin-bottom: 0 !important;
}

.mc4wp-form button:before, .mc4wp-form input:before {
	display: none;
}

@media (max-width: 479px) {
	.mc4wp-form {
		padding: 0;
	}
	
	.mc4wp-form .input-group {
		width: 100%;
	}
	
	.mc4wp-form .input-group-btn {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
}

/*
	24. Services
*/
.lte-services-sc {
	position: relative;
}

.lte-services-sc.lte-layout-photos {
	margin-bottom: -30px;
}

.lte-services-sc.lte-layout-photos .row {
	margin: 0;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.lte-services-sc.lte-layout-photos .lte-item {
	border: 15px solid transparent;
	margin-bottom: 30px;
	padding: 0;
}

@media (max-width: 1199px) {
	.lte-services-sc.lte-layout-photos .lte-item {
		border-width: 7px;
	}
}

@media (max-width: 991px) {
	.lte-services-sc.lte-layout-photos .lte-item {
		border-width: 0px;
	}
}

.lte-services-sc.lte-layout-photos .lte-item .lte-image {
	overflow: hidden;
	position: relative;
	display: block;
}

.lte-services-sc.lte-layout-photos .lte-item .lte-image img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
}

.lte-services-sc.lte-layout-photos .lte-item .lte-image .lte-photo-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-image: -webkit-linear-gradient(270deg, transparent 50%, #000 100%);
	background-image: -moz-linear-gradient(270deg, transparent 50%, #000 100%);
	background-image: -ms-linear-gradient(270deg, transparent 50%, #000 100%);
	background-image: -o-linear-gradient(270deg, transparent 50%, #000 100%);
	background-image: linear-gradient(-180deg, transparent 50%, #000 100%);
}

.lte-services-sc.lte-layout-photos .lte-item:hover .lte-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.lte-services-sc.lte-layout-photos .lte-item:hover .lte-image .lte-photo-overlay {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.lte-services-sc.lte-layout-photos .lte-item .lte-description {
	text-align: center;
	color: #fff;
	color: var(--white);
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 30px 30px 30px 30px;
}

.lte-services-sc.lte-layout-photos .lte-item .lte-description p, .lte-services-sc.lte-layout-photos .lte-item .lte-description .header {
	margin: 0;
}

.lte-services-sc.lte-layout-photos .lte-item .lte-description .lte-header {
	margin: 0 0 -6px 0;
	font-size: 48px;
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	color: #fff;
	color: var(--white);
}

.lte-services-sc.lte-layout-photos .lte-item .lte-description .lte-header:hover {
	color: #e8bc5a;
	color: var(--main);
}

.lte-services-sc.lte-layout-photos .lte-item .lte-description .lte-subheader {
	font-size: 16px;
	color: #e8bc5a;
	color: var(--main);
	margin-bottom: 2px;
}

.lte-services-sc.lte-layout-photos .lte-item .lte-description .lte-btn {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 6px;
}

.lte-services-sc.lte-layout-photos .lte-item .lte-description p {
	font-size: 14px;
	zoom: 1;
	filter: alpha(opacity=75);
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}

.lte-services-sc.lte-layout-grid .row > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lte-services-sc.lte-layout-grid .lte-item {
	background-size: 100%;
	background-position: center center;
	text-align: center;
	padding: 30px;
	min-height: 500px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 1199px) {
	.lte-services-sc.lte-layout-grid .lte-item {
		width: 100%;
		margin-bottom: 45px;
	}
}

@media (max-width: 1599px) {
	.lte-services-sc.lte-layout-grid .lte-item {
		background-size: cover;
	}
}

@media (min-width: 1600px) {
	.lte-services-sc.lte-layout-grid .lte-item:hover {
		background-size: 120%;
	}
}

.lte-services-sc.lte-layout-grid .lte-item:after {
	background-color: #0a306c;
	background-color: var(--black);
	zoom: 1;
	filter: alpha(opacity=40);
	-webkit-opacity: .4;
	-moz-opacity: .4;
	opacity: .4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	content: "";
	z-index: 0;
	pointer-events: none;
}

.lte-services-sc.lte-layout-grid .lte-item > * {
	position: relative;
	z-index: 3;
	display: block;
}

.lte-services-sc.lte-layout-grid .lte-item .lte-item-inner {
	display: block;
	padding: 30px 30px 45px;
}

.lte-services-sc.lte-layout-grid .lte-item .lte-header {
	color: #fff;
	color: var(--white);
	font-size: 36px;
	padding-bottom: 16px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-services-sc.lte-layout-grid .lte-item span.lte-border-top {
	border: 1px solid rgba(255, 255, 255, .2);
	border-color: #e8bc5a;
	border-color: var(--main);
}

.lte-services-sc.lte-layout-grid .lte-item span.lte-border-top, .lte-services-sc.lte-layout-grid .lte-item span.lte-border-bottom {
	content: "";
	pointer-events: none;
	padding: 0px;
	z-index: 3;
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.lte-services-sc.lte-layout-grid .lte-item span.lte-border-bottom:after, .lte-services-sc.lte-layout-grid .lte-item span.lte-border-bottom:before {
	right: 0px;
	bottom: 0px;
	top: 0px;
	left: 0px;
}

.lte-services-sc.lte-layout-grid .lte-item:hover span.lte-border-bottom, .lte-services-sc.lte-layout-grid .lte-item:hover span.lte-border-top {
	-webkit-transform: scale(1.05) !important;
	-moz-transform: scale(1.05) !important;
	-ms-transform: scale(1.05) !important;
	-o-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
}

.lte-services-grid-item .lte-photo {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 350px;
	-webkit-border-top-right-radius: 24px;
	-moz-border-radius-topright: 24px;
	border-top-right-radius: 24px;
	-webkit-border-top-left-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topleft: 24px;
	-moz-background-clip: padding;
	border-top-left-radius: 24px;
}

.lte-services-grid-item .lte-photo .lte-cat {
	position: absolute;
	top: 30px;
	left: 30px;
	pointer-events: none;
}

.lte-services-grid-item .lte-photo .lte-cat:hover {
	background-color: #fff;
	background-color: var(--white);
	color: #0a306c;
	color: var(--black);
}

.lte-services-grid-item .lte-photo img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomright: 0;
	-moz-background-clip: padding;
	border-bottom-right-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-services-grid-item .lte-photo img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.lte-services-grid-item .lte-description {
	padding: 25px 30px 30px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-bottom-left-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomright: 24px;
	-moz-background-clip: padding;
	border-bottom-right-radius: 24px;
	text-align: left;
	position: relative;
}

@media (max-width: 768px) {
	.lte-services-grid-item .lte-description {
		padding: 25px 20px 20px;
	}
}

.lte-services-grid-item .lte-description .lte-header {
	margin-bottom: 0px;
	display: block;
}

.lte-services-grid-item .lte-description .lte-header > * {
	margin: 0;
}

.lte-services-grid-item .lte-description .lte-header:hover > * {
	color: #e8bc5a;
	color: var(--main);
}

.lte-services-grid-item .lte-description .lte-icons {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 2px;
}

.lte-services-grid-item .lte-description .lte-icons .lte-icon {
	color: #e8bc5a;
	color: var(--main);
	font-size: 16px;
	margin-right: 14px;
}

.lte-services-grid-item .lte-description .lte-icons .lte-text {
	font-size: 16px;
}

.lte-services-grid-item .lte-arrow {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 36px;
	height: 36px;
	color: #0a306c;
	color: var(--black);
}

.lte-services-grid-item .lte-arrow:before {
	content: "";
	width: 36px;
	height: 36px;
	background-color: #e8bc5a;
	background-color: var(--main);
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-services-grid-item .lte-arrow:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	z-index: 2;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	line-height: 38px;
	right: 11px;
	font-size: 14px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lte-services-grid-item .lte-arrow:hover {
	color: #0a306c;
	color: var(--black);
}

.lte-services-grid-item .lte-arrow:hover:before {
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
}

.lte-services-grid-item .lte-arrow:hover:after {
	-webkit-transform: translate(12px, -1px);
	-moz-transform: translate(12px, -1px);
	-ms-transform: translate(12px, -1px);
	-o-transform: translate(12px, -1px);
	transform: translate(12px, -1px);
	font-size: 20px;
}

.lte-grid-large .lte-services-grid-item .lte-photo {
	min-height: 355px;
	max-height: initial;
	display: block;
	overflow: hidden;
	position: relative;
}

.lte-grid-large .lte-services-grid-item .lte-photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.lte-grid-large .lte-services-grid-item .lte-header > * {
	font-size: 48px;
}

.lte-grid-large .lte-services-grid-item .lte-icons .lte-text {
	font-size: 18px;
}

@media (max-width: 1199px) {
	.lte-grid-large .lte-services-grid-item .lte-photo img {
		position: relative;
	}
	
	.lte-grid-large .lte-services-grid-item .lte-header > * {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.lte-grid-large .lte-services-grid-item .lte-header > * {
		font-size: 30px;
	}
}

.lte-services-archive {
	margin-top: -30px;
}

.lte-services-archive article {
	margin-top: 30px;
}

.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows {
	width: 64px;
	height: 64px;
	line-height: 62px;
	font-size: 30px;
	background: transparent;
	color: #0a306c;
	color: var(--black);
	border-color: #0a306c;
	border-color: var(--black);
}

.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows.lte-arrow-left:before, .lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows.lte-arrow-right:before {
	display: inline-block;
	font-family: lte-font;
	font-weight: 400 !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media (min-width: 1600px) {
	.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows .lte-arrow-left {
		left: 30px;
	}
	
	.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows .lte-arrow-right {
		right: 30px;
	}
}

@media (max-width: 1599px) {
	.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows .lte-arrow-left {
		left: 10px;
	}
	
	.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows .lte-arrow-right {
		right: 10px;
	}
}

.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows a {
	border-color: transparent;
	background-color: transparent;
}

.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows a:hover {
	color: #e8bc5a;
	color: var(--main);
	background-color: transparent;
}

@media (max-width: 1199px) {
	.lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows.lte-arrows-sides-outside .lte-arrow-left, .lte-swiper-slider-wrapper .lte-services-sc + .lte-arrows.lte-arrows-sides-outside .lte-arrow-right {
		margin-top: 40px;
	}
}

/*
	25. 404 page
*/
body.error404 .heading.color-main .header {
	color: #fff !important;
	color: var(--white) !important;
}

body.error404 img {
	max-width: 300px;
	zoom: 1;
	filter: alpha(opacity=85);
	-webkit-opacity: .85;
	-moz-opacity: .85;
	opacity: .85;
}

body.error404 h4 {
	font-size: 48px !important;
	margin: 0 0 24px;
}

body.error404 h3, body.error404 h4 {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

body.error404.lte-background-black h3, body.error404.lte-background-black h4 {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

body.error404.lte-background-black p {
	zoom: 1;
	filter: alpha(opacity=60);
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

body.error404 .lte-content-wrapper {
	min-height: 90vh;
}

.page-404 {
	text-align: center;
}

body.error404 .page-404-default {
	padding: 150px 0 160px;
}

body.error404 .page-404-default img {
	margin-bottom: 30px;
}

body.error404 .page-404-default .center-404 {
	max-width: 400px;
	margin: 0 auto 36px;
}

/*
	26. Elementor styles
*/
.elementor-container.elementor-column-gap-no .elementor-element {
	overflow: hidden;
}

.elementor-editor-active .lte-header-wrapper {
	pointer-events: none;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0px 15px !important;
}

.lte-background-black .elementor-widget-text-editor {
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.elementor-accordion .elementor-accordion-item {
	margin-bottom: 15px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
	background-color: #f2f0ea;
	background-color: var(--gray);
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 20px;
	padding: 20px 25px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title:hover {
	background-color: #e8bc5a;
	background-color: var(--main);
	color: #0a306c;
	color: var(--black);
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title:hover a {
	color: #0a306c;
	color: var(--black);
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title i {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-size: 14px;
	position: relative;
	top: 0px;
	right: 2px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title i:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active i {
	font-family: "Mulish", sans-serif;
	font-family: var(--font-main), sans-serif;
	font-weight: 400;
	letter-spacing: var(--font-main-letterspacing);
	font-size: 14px;
	position: relative;
	top: 0px;
	right: 3px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active i:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lte-background-black .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
	zoom: 1;
	filter: alpha(opacity=65);
	-webkit-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
}

.elementor-widget-progress .elementor-title {
	font-family: "Asap", serif;
	font-family: var(--font-headers), serif;
	font-weight: 700;
	letter-spacing: var(--font-headers-letterspacing);
	font-size: 20px;
	margin-bottom: 4px;
}

.elementor-widget-progress .elementor-progress-wrapper {
	background-color: #f2f0ea;
	background-color: var(--gray);
	margin-top: 4px;
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
	background-color: #e8bc5a;
	background-color: var(--main);
	height: 5px;
	line-height: 5px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
}

.elementor-widget-progress .elementor-progress-percentage {
	position: absolute;
	right: -4px;
	top: -15px;
	font-size: 12px;
}

/*
	26. Revolution Slider
*/
.hebe.tparrows .tp-title-wrap {
	display: none !important;
}

.hebe.tparrows {
	background: transparent !important;
}

@media (max-width: 768px) {
	.hebe.tparrows {
		zoom: 1 !important;
		filter: alpha(opacity=50) !important;
		-webkit-opacity: .5 !important;
		-moz-opacity: .5 !important;
		opacity: .5 !important;
	}
}

.hebe.tparrows:before {
	color: #fff !important;
	display: inline-block !important;
	font-family: lte-font !important;
	font-weight: 400 !important;
	font-size: inherit !important;
	text-rendering: auto !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: "" !important;
	font-size: 22px !important;
	line-height: 80px !important;
	-webkit-transition: all .2s ease !important;
	-moz-transition: all .2s ease !important;
	-o-transition: all .2s ease !important;
	transition: all .2s ease !important;
}

.hebe.tparrows:hover:before {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.tp-leftarrow.hebe.tparrows:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	.hebe.tparrows {
		min-width: 40px !important;
		min-height: 40px !important;
	}
	
	.hebe.tparrows:before {
		min-width: 40px !important;
		min-height: 40px !important;
		line-height: 44px !important;
		font-size: 18px !important;
	}
	
	.tp-leftarrow.hebe.tparrows {
		top: 50% !important;
		left: 0 !important;
		right: auto !important;
		-webkit-transform: translate(0, 0) !important;
		-moz-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		-o-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		margin-top: -40px;
	}
	
	.tp-rightarrow.hebe.tparrows {
		top: 50% !important;
		left: auto !important;
		right: 0 !important;
		-webkit-transform: translate(0, 0) !important;
		-moz-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		-o-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		margin-top: -40px;
	}
}

.ltx-overlay-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ltx-overlay-lines-rev {
	display: block;
	background: url("https://asnaff.com/wp-content/themes/mildar/assets/images/__overlay-lines.png") repeat-y 50% 0;
	z-index: 1000;
	pointer-events: none;
}

.ltx-overlay-lines-rev.nitro-lazy {
	background: none !important;
}

span.tp-bullet-title {
	display: none !important;
}

/*
	28. Multipage
*/
.lte-image-preview {
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 30px rgba(10, 48, 108, .2);
	-moz-box-shadow: 0 0 30px rgba(10, 48, 108, .2);
	box-shadow: 0 0 30px rgba(10, 48, 108, .2);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: border-box;
	display: block;
	max-height: 700px;
	height: 700px;
	overflow: hidden;
	background-size: 100%;
	background-position: 50% 0;
	transition: background 10s linear, box-shadow .2s linear;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	position: relative;
}

.lte-image-preview.lte-preview-short {
	max-height: 350px !important;
}

.lte-image-preview img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	-o-transition: all 3s linear;
	transition: all 3s linear;
	transform: translateY(0);
}

.lte-image-preview:hover {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.lte-image-preview:hover img {}

.lte-multi-demo {
	margin-right: 64px;
	padding-right: 110px;
}

.lte-multi-demo:after {
	content: "";
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAcCAYAAACdz7SqAAACRklEQVRIibWWu2sUURSHv12WIJgQCzFgtNZSG8FGsLCxDBYpUmnARggB3+jfIHYWokRBLcQgPlEIPuIbERJRNEUkEiQuiUlcYx7qZzGzuo4zu7PZ3R9Mc/ec+93zm7tnTkYF2AgcANqBu8AN4BMwQwOUUZuBPqCjZH0OeATcAp4C74CpekLbgefA2oSYr8Bj4AXwEBgBRmuFtgCXgJ0p4qdDYPEQN4F81VQVtdvq9V19q55Xd6nr1Gy4X9knE16kzcAAsKrqUweaB74QXMIHwH3gI7AQF1yExl2mWjQGvATuhAcYB2b//FpS9v5lWJxGM2q/2hu+gn+gW9TxBoGLOquuzJZY8gYYrpO9SdoGtJVCC8AgYAOhz4DPucjiE2ASWF1H0CLwAbgGnAIKUegr4H2doAVgCDgHXCe4wQBEoVMEFmwFMsuETQNXCPr2VWApGpCNLgC3CRr+cpULgZfjgABxbapJfV3jX2NC7YzZGzW20sWw2lq0BjgNdKWtFHWH+rPGalVn1d3R/ZOgbepQHaCq01FwnL0AEwSNupzywI8UVrcCJ4Hu4kISFOAeCZ+mUBeBwynBzcAJYC+QaC/qenUkwbK8ul3NqMfUXymt/qZ2lYOuUM8kJPf7d0rIqkfUpZTg4UqjRWdMUkHtiIk9pC6kgI5Vgm5QRyNJg2prQvxBdb4McFHtqQRtUvsiiUcr5PSqczHAJfW4mqs4uRlMFAPqpHrBcOQo82TUnrCq/4CWaQ5xzWKT2pIyPqvuUYcNXs++IlDlNxDwkbAPzBWEAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	width: 80px !important;
	height: 80px !important;
	display: block;
	background-color: #0a306c;
	background-color: var(--black);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	position: absolute;
	right: 0;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 4px;
}

@media (max-width: 768px) {
	.lte-multi-demo {
		padding-right: 0;
		margin-right: 0;
		text-align: center !important;
	}
	
	.lte-multi-demo:after {
		position: relative;
		right: auto;
		margin: -20px auto 0;
	}
}

.lte-multi-video {
	margin-left: 64px;
}

.lte-multi-video .lte-heading-content {
	padding-left: 110px;
}

.lte-multi-video .lte-subheader {
	font-size: 30px !important;
	padding-top: 12px;
}

.lte-multi-video .lte-header {
	font-size: 16px;
	padding-bottom: 21px;
}

.lte-multi-video .lte-header span {
	color: #e8bc5a !important;
	color: var(--main) !important;
}

.lte-multi-video:before {
	content: "";
	background: url("https://cdn-ilekfik.nitrocdn.com/XbBQahXBqxrLqfLVXDMPuCRLbUrMrQyZ/assets/images/optimized/rev-ee45c93/asnaff.com/wp-content/themes/mildar/assets/images/video-play-big.png") 50% 50% no-repeat;
	width: 80px !important;
	height: 80px !important;
	display: block;
	background-color: #e8bc5a;
	background-color: var(--main);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	position: absolute;
	left: 0;
	bottom: auto !important;
	right: auto !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	margin-top: -2px !important;
}

@media (max-width: 768px) {
	.lte-multi-video {
		margin-left: 0;
		text-align: center !important;
	}
	
	.lte-multi-video:before {
		position: relative;
		right: auto;
		margin: -50px auto 50px !important;
	}
	
	.lte-multi-video .lte-heading-content {
		padding-left: 0;
	}
}

.lte-multi-colors {
	text-align: center;
}

.lte-multi-colors .lte-multi-color {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: border-box;
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 35px;
}

@media (max-width: 768px) {
	.lte-multi-colors .lte-multi-color {
		width: 48px;
		height: 48px;
		margin-right: 20px;
	}
}

.lte-multi-colors .lte-multi-color:last-child {
	margin-right: 0;
}

.lte-multi-colors .lte-multi-color.color-main {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-multi-colors .lte-multi-color.color-second {
	background-color: #e8bc5a;
	background-color: var(--main);
}

.lte-multi-colors .lte-multi-color.color-black {
	background-color: #0a306c;
	background-color: var(--black);
}

.lte-multi-colors .lte-multi-color.color-gray {
	background-color: #f2f0ea;
	background-color: var(--gray);
}
