.elementor-kit-5{
    --e-global-color-primary:#028f47 !important;
    --e-global-color-secondary:#a31c20 !important;
    --e-global-color-text:#7A7A7A !important;
    --e-global-color-accent:#61CE70 !important;
    --e-global-typography-primary-font-family:"Roboto" !important;
    --e-global-typography-primary-font-weight:400 !important;
    --e-global-typography-secondary-font-family:"Roboto Slab" !important;
    --e-global-typography-secondary-font-weight:400 !important;
    --e-global-typography-text-font-family:"Roboto" !important;
    --e-global-typography-text-font-weight:400 !important;
    --e-global-typography-accent-font-family:"Roboto" !important;
    --e-global-typography-accent-font-weight:500 !important;
}

/* Custom CSS */
body {
	min-height: 100vh;
}
body.admin-bar {
	min-height: calc(100vh - 32px);
}
body {
	position: relative;
}
.elementor .h1 {
	font-size: var(--heading--font-size-h1);
}
.elementor .h2 {
	font-size: var(--heading--font-size-h2);	
}
.elementor .h3 {
	font-size: var(--heading--font-size-h3);	
}
.elementor .h4 {
	font-size: var(--heading--font-size-h4);	
}
.elementor .h5 {
	font-size: var(--heading--font-size-h5);	
}
.elementor .h6 {
	font-size: var(--heading--font-size-h6);
}

/* Header */
.ekit-template-content-header {
	background: #fff;
	padding: 15px;
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-ms-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	/* position: relative; */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 5000;
}
.admin-bar .ekit-template-content-header {
	top: 32px;
}
.header-logo {
	width: 170px !important;
}
.header-logo a {
	display: block;
	line-height: 1;
}
.header-logo #outputsvg {
	width: 100% !important;
	height: auto !important;
}
.header-logo g path {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.header-logo #pmiaLZQ7k {
	fill: var( --e-global-color-secondary );
}
.header-logo #l1WvwHWv9k9cb30l7cs0nJa g path {
	fill: var( --e-global-color-primary );
}
.header-logo a:hover #pmiaLZQ7k,
.header-logo a:focus #pmiaLZQ7k {
	fill: var( --e-global-color-secondary );
}
.header-logo a:hover #l1WvwHWv9k9cb30l7cs0nJa g path,
.header-logo a:focus #l1WvwHWv9k9cb30l7cs0nJa g path {
	fill: #9199a4;
}
.header-logo a:hover #l1WvwHWv9k9cb30l7cs0nJa g path#pcc9rJs2w,
.header-logo a:focus #l1WvwHWv9k9cb30l7cs0nJa g path#pcc9rJs2w,
.header-logo a:hover #l1WvwHWv9k9cb30l7cs0nJa g path#pecP87KGi,
.header-logo a:focus #l1WvwHWv9k9cb30l7cs0nJa g path#pecP87KGi,
.header-logo a:hover #l1WvwHWv9k9cb30l7cs0nJa g path#pl69e2AG4,
.header-logo a:focus #l1WvwHWv9k9cb30l7cs0nJa g path#pl69e2AG4,
.header-logo a:hover #l1WvwHWv9k9cb30l7cs0nJa g path#piExn38bC,
.header-logo a:focus #l1WvwHWv9k9cb30l7cs0nJa g path#piExn38bC {
	fill: var( --e-global-color-primary );
}
.header-nav {
	width: calc(100% - 170px) !important;
	padding-left: 15px;
}
.elementor-column-gap-default > .elementor-column.header-logo > .elementor-element-populated {
	padding: 0 5px;
}
.header-nav #ekit-megamenu-primary-menu {
	height: auto !important;
	max-width: 100% !important;
	padding: 0 !important;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header-nav #ekit-megamenu-primary-menu #menu-primary-menu {
	flex: 0 1 auto !important;
	-webkit-flex: 0 1 auto !important;
	-ms-flex: 0 1 auto !important;
	-moz-flex: 0 1 auto !important;
	width: auto !important;
	margin-left: auto;
	min-width: 1px !important;
}
.header-nav #menu-primary-menu > li > a {
	color: var( --e-global-color-primary );
	padding: 15px;
	font: 700 16px/1.2 'Open Sans', sans-serif;
	text-transform: uppercase;
	position: relative;
}
.header-nav #menu-primary-menu > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	background: var( --e-global-color-secondary );
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.header-nav #menu-primary-menu > li.menu-item-has-children > a:after {
	display: none !important;
}
.header-nav #menu-primary-menu > li.current-menu-ancestor > a,
.header-nav #menu-primary-menu > li:hover > a,
.header-nav #menu-primary-menu > li.active > a,
.header-nav #menu-primary-menu > li > a:hover,
.header-nav #menu-primary-menu > li > a:focus {
	color: var( --e-global-color-secondary );
}
.header-nav #menu-primary-menu > li.current-menu-ancestor > a:after,
.header-nav #menu-primary-menu > li:hover > a:after,
.header-nav #menu-primary-menu > li.active > a:after,
.header-nav #menu-primary-menu > li > a:hover:after {
	left: 10px;
	width: calc(100% - 20px);
	display: block;
}
.header-nav #menu-primary-menu:hover > li > a {
	color: var( --e-global-color-primary );
}
.header-nav #menu-primary-menu:hover > li > a:after {
	color: var( --e-global-color-primary );
	width: 0;
	left: 50%;
}
.header-nav #menu-primary-menu:hover > li:hover > a,
.header-nav #menu-primary-menu:hover > li > a:hover,
.header-nav #menu-primary-menu:hover > li.active > a:hover,
.header-nav #menu-primary-menu:hover > li.current-menu-ancestor > a:hover {
	color: var( --e-global-color-secondary );
}
.header-nav #menu-primary-menu:hover > li:hover > a:after,
.header-nav #menu-primary-menu:hover > li > a:hover:after,
.header-nav #menu-primary-menu:hover > li.active > a:hover:after,
.header-nav #menu-primary-menu:hover > li.current-menu-ancestor > a:hover:after {
	left: 10px;
	width: calc(100% - 20px);
	color: var( --e-global-color-secondary );
}
.elementor .elementskit-navbar-nav > li.current-menu-ancestor > a .elementskit-submenu-indicator {
	color: inherit !important;
}

.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel {
	min-width: 1px !important;
	width: 185px !important;
	padding: 0 !important;
	margin-top: -14px !important;
	left: 9px !important;
	background: #fff !important;
	color: var(--e-global-color-primary) !important;
	border: solid 1px #dbdbdb !important;
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
}
.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li:not(:last-child) {
	border-bottom: solid 1px #eaeaea;
}
.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
	font-weight: 500;
	line-height: 1.2;
    color: var(--e-global-color-primary) !important;
	padding: 8px 15px !important;
	height: 100%;
}
.ekit-template-content-header .elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.current-menu-item > a {
	color: var(--e-global-color-secondary) !important;
}
.ekit-template-content-header .elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel:hover > li.current-menu-item > a {
	color: #333 !important;
}
.ekit-template-content-header .elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li > a:hover,
.ekit-template-content-header .elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel:hover > li.current-menu-item > a:hover {
	color: var(--e-global-color-secondary) !important;
	background-color: rgba(255, 255, 255 .7);
}
.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li:first-child > a {
	border-radius: 6px 6px 0 0 !important;
	-moz-border-radius: 6px 6px 0 0 !important;
	-webkit-border-radius: 6px 6px 0 0 !important;
	-ms-border-radius: 6px 6px 0 0 !important;
}
.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li:last-child > a {
	border-radius: 0 0 6px 6px !important;
	-moz-border-radius: 0 0 6px 6px !important;
	-webkit-border-radius: 0 0 6px 6px !important;
	-ms-border-radius: 0 0 6px 6px !important;
}

/* MegaMenu */
@media (min-width: 768px) {
	.ekit-template-content-header {
		padding: 0 15px;
	}
	.elementor .header-nav,
	.elementor .header-nav .elementor-widget-wrap,
	.elementor .header-nav .elementor-widget-wrap > .elementor-widget,
	.elementor .header-nav #ekit-megamenu-primary-menu,
	.elementor .header-nav #menu-primary-menu > li.menu-item-has-children {
		position: static !important;
	}
	.elementor .header-nav .header-center > .elementor-container {
		position: relative !important;
		z-index: 500;
	}
	.header-nav #menu-primary-menu > li > a {
		padding: 30px 15px;
	}
	.elementor .header-nav #menu-primary-menu > li.menu-item-has-children > ul {
		border-top: none !important;
		width: 100% !important;
		left: 0 !important;
		top: 100% !important;
		margin: -1px 0 0 !important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		justify-content: space-between !important;
		box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
		border-radius: 0 0 6px 6px !important;
		-moz-border-radius: 0 0 6px 6px !important;
		-webkit-border-radius: 0 0 6px 6px !important;
		-ms-border-radius: 0 0 6px 6px !important;
		overflow: hidden;
		z-index: 100;
	}
	.elementor .header-nav #menu-primary-menu > li.menu-item-has-children > ul > li {
		width: 20% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
		padding: 10px 10px 4px !important;
		min-height: 100px;
		text-align: left !important;
		color: #333 !important;
		font-size: 16px !important;
		font-weight: 500 !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-culori > a {
		background: url('/wp-content/uploads/2021/11/mm-culori.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-rulouri > a {
		background: url('/wp-content/uploads/2021/11/mm-rulouri.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-usi > a {
		background: url('/wp-content/uploads/2021/11/mm-usi.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-ferestre > a {
		background: url('/wp-content/uploads/2021/11/mm-ferestre.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-or > a {
		background: url('/wp-content/uploads/2021/11/mm-or.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-veka > a {
		background: url('/wp-content/uploads/2021/11/mm-veka.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-rehau > a {
		background: url('/wp-content/uploads/2021/11/mm-rehau.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-salamander > a {
		background: url('/wp-content/uploads/2021/11/mm-salamander.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-cortizo > a {
		background: url('/wp-content/uploads/2021/11/mm-cortizo.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li.mm-plase-de-tantari > a {
		background: url('/wp-content/uploads/2021/11/mm-plasa-de-tantari.jpg') scroll 10px 10px no-repeat;
		background-size: calc(100% - 20px) auto;
		padding-top: 68% !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li > a:hover {
		background-color: #eaeaea;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel {
		border-left: none !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li {
		border-left: solid 1px #eaeaea;
	}
	.header-nav #menu-primary-menu > li > a:after {
		bottom: 23px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
		font-size: calc(10px + .5vw) !important;
		line-height: 1.1;
	}
}

/* Full Slide */
.full-slide .swiper-slide-inner {
	position: relative;
}
.full-slide .swiper-slide-inner img {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}
.full-slide .swiper-slide-inner figcaption {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.full-slide .swiper-slide-inner figcaption span {
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	width: 570px;
	max-width: calc(100% - 30px);
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font: 700 40px/1.2 'Open Sans', sans-serif;
	text-align: left !important;
	padding: 15px;
	background: rgba(0, 0, 0, .3);
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	z-index: 10;
}
.full-slide .elementor-pagination-position-outside .swiper-container {
	padding-bottom: 0;
}
.full-slide .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}
.full-slide .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #eee;
	opacity: 1;
}
.full-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #333;
}
.full-slide .elementor-swiper-button i {
	font-size: 42px;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
}

/* Services */
.elementor .csm-services {
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
}
.elementor .csm-services .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.elementor .csm-services .elementor-widget-wrap > .elementor-element,
.elementor .csm-services .elementor-element .elementor-widget-container {
	height: 100%;
}
.elementor .csm-services .service-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	background: #fff;
	padding: 20px;
	margin: 0 15px 30px;
	border: solid 1px #efefef;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	box-shadow: 0px 0 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0 15px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0 15px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0 15px 0px rgba(0,0,0,0.1);
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.elementor .csm-services > .service-box {
	width: 340px;
	max-width: 100%;
}
.elementor .csm-services .service-box:hover {
	border: solid 1px #efefef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}
.elementor .csm-services .service-box span {
	display: block;
	text-align: center;
}
.elementor .csm-services .service-box > span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.elementor .csm-services .service-box .box-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: var(--heading--font-size-h3);
	line-height: 1.2;
	color: var(--e-global-color-primary);
	margin-bottom: 10px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.elementor .csm-services .service-box:hover .box-title {
	color: var( --e-global-color-secondary );
}
.elementor .csm-services .service-box .box-icon {
	width: 90px;
	height: 90px;
	background: var(--e-global-color-primary);
	margin: 0 auto 15px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	position: relative;
}
.elementor .csm-services .service-box:hover .box-icon {
	background: var( --e-global-color-secondary );
}
.elementor .csm-services .box-icon img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.elementor .csm-services .service-box .box-description {
	font-size: var(--global--font-size-xs);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
	line-height: 1.25;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 15px;
}
.elementor .csm-services .service-box .box-description p {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
	margin-bottom: 0;
}
.elementor .csm-services .service-box .box-description p + p {
    margin-top: 15px;
}
.elementor .csm-services .service-box .box-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	max-width: 100%;
	margin: auto auto 0;
	background: var(--e-global-color-primary);
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: var(--global--font-size-xs);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: 1;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.elementor .csm-services .service-box:hover .box-btn {
	background: var( --e-global-color-secondary );
}

/* Furnizori */
.csm-furnizori.elementor-widget-heading .elementor-heading-title {
	color: var(--e-global-color-text);
}
.csm-furnizori .elementor-swiper-button-prev,
.csm-furnizori .elementor-swiper-button-next {
	font-size: 32px;
	color: var( --e-global-color-primary );
}
.csm-furnizori .swiper-slide {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin: auto;
}
.csm-furnizori .swiper-slide > .swiper-slide-inner {
	width: 150px;
	max-width: 100%;
	margin: auto !important;
}
.csm-furnizori .swiper-slide > .swiper-slide-inner img {
	width: 100%;
	height: auto;
}

/* Banner top */
.banner-top .ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
	padding: 15px 10px;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}
.banner-top .ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title {
	color: var( --e-global-color-primary );
	font-size: var(--heading--font-size-h2);
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 400;
	letter-spacing: var(--heading--letter-spacing-h2);
	line-height: 1;
}
.banner-top .ekit-wid-con .elementskit-info-image-box:hover .elementskit-box-content .elementskit-info-box-title {
	color: var( --e-global-color-primary );
}
.banner-top .elementskit-box-style-content {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 400;
	color: var(--e-global-color-text);
	margin-top: 20px;
	font-size: var(--heading--font-size-h5);
	letter-spacing: var(--heading--letter-spacing-h4);
	line-height: 1.25;
}
.banner-top .elementskit-box-style-content b,
.banner-top .elementskit-box-style-content strong {
	color: var( --e-global-color-primary );
}
.banner-top .elementor-widget-heading {
	margin-bottom: 0 !important;
}
.banner-top .elementor-widget-heading.mb-15 {
    margin-bottom: 15px !important;
}
.banner-top .elementor-widget-heading .elementor-heading-title {
	color: var( --e-global-color-primary );
	font-size: var(--heading--font-size-h2);
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 400;
	letter-spacing: var(--heading--letter-spacing-h2);
	line-height: 1;
	margin-top: 30px;
}
.banner-top .elementor-widget-text-editor > .elementor-widget-container p {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 400;
	color: var(--e-global-color-text);
	margin-top: 25px;
	font-size: 14px;
	letter-spacing: var(--heading--letter-spacing-h4);
	line-height: 1.25;
}
.banner-top .elementor-widget-text-editor > .elementor-widget-container p b,
.banner-top .elementor-widget-text-editor > .elementor-widget-container p strong {
	color: var( --e-global-color-primary );
}

.content-small .elementor-widget-text-editor > .elementor-widget-container p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: var(--e-global-color-text);
	margin-top: 20px;
	font-size: var(--heading--font-size-h5);
	letter-spacing: var(--heading--letter-spacing-h4);
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: justify;
}
.content-small .elementor-widget-text-editor > .elementor-widget-container p b,
.content-small .elementor-widget-text-editor > .elementor-widget-container p strong {
	color: var( --e-global-color-primary );
}

/* Footer */
.ekit-template-content-header + .ekit-template-content-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.elementor .csm-footer {
	background: #111613;
	padding-top: 1em;
	padding-bottom: 0;
	color: #fff;
}
.elementor .csm-footer * {
	color: #fff;
	line-height: 1.5;
}
.footer-logo {
	text-align: left;
}
.footer-logo img {
	width: 170px !important;
	height: auto !important;
	max-width: 100% !important;
}
.footer-about {
	font-size: 14px;
	color: #fefefe;
}
.footer-copyright .elementor-widget-container p {
	font-size: 13px;
	color: #9f9f9f;
}
.footer-copyright .elementor-widget-container p a {
	color: inherit;
	text-decoration: none;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.footer-copyright .elementor-widget-container p a:hover,
.footer-copyright .elementor-widget-container p a:focus {
	color: #91d9b3;
	text-decoration: none;
}
.footer-copyright .elementor-widget-container p b {
	color: inherit;
}
.csm-footer .elementor-widget-heading {
	margin-bottom: 0 !important;
}
.csm-footer .elementor-widget-heading h5.elementor-heading-title,
.csm-footer .footer-nav h5 {
	font-size: var(--heading--font-size-h3);
	color: #fff;
	margin-bottom: 15px;
}
.csm-footer .footer-nav .menu {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1;
}
.csm-footer .footer-nav .menu > li {
	width: 50%;
}
.csm-footer .footer-nav .menu > li a {
	display: inline-block;
	padding: 7px 0;
	color: #fff;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.csm-footer .footer-nav .menu > li a:hover,
.csm-footer .footer-nav .menu > li a:focus {
	color: #91d9b3;
	text-decoration: none;
}
.csm-footer .footer-icon {
	font-size: 17px;
	line-height: 32px;
	margin-bottom: 20px;
	position: relative;
}
.csm-footer .footer-icon:before,
.csm-footer .footer-icon:after {
	content: '';
	display: table;
}
.csm-footer .footer-icon:after {
	clear: both;
}
.csm-footer .footer-icon a {
	display: inline-block;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.csm-footer .footer-icon a:hover,
.csm-footer .footer-icon a:focus {
	color: #91d9b3;
	text-decoration: none;
}
.csm-footer .footer-icon .icon {
	display: block;
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	text-align: center;
	line-height: 32px;
	background: var( --e-global-color-primary );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.csm-footer .footer-icon .icon img {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 22px;
	height: 22px;
	line-height: 1;
}
.csm-footer .footer-icon a:hover .icon,
.csm-footer .footer-icon a:focus .icon {
	background: none;
}

/* Miscelaneous */
.elementor .theme-color {
	color: var(--e-global-color-primary);
}
.elementor-widget-heading .elementor-heading-title,
.elementor .elementor-widget-icon-box .elementor-icon-box-title {
	color: var( --e-global-color-primary );
	font-weight: 400;
}
.csm-page-title .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.csm-page-subtitle .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0 10px
}
.csm-page-title .elementor-widget-heading .elementor-heading-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: var( --e-global-color-primary );
}
.csm-page-subtitle .elementor-widget-heading .elementor-heading-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: var(--e-global-color-text);
	margin-top: 20px;
}
.elementor .elementor-widget-icon-box .elementor-icon-box-title {
	font-size: var(--heading--font-size-h4);
	margin-bottom: 15px;
}
.elementor .elementor-widget-icon-box .elementor-icon-box-description {
	font-size: var(--global--font-size-xs);
	line-height: 1.25;
	text-align: justify;
}
.elementor .elementor-widget-text-editor .elementor-widget-container > * {
	margin-bottom: 15px;
	line-height: 1.25;
}
.elementor .question-bg .elementor-widget-text-editor .elementor-widget-container > * {
	margin-bottom: 0;
}
.elementor .question-bg .elementor-widget-text-editor .elementor-widget-container p {
	font-size: var(--heading--font-size-h2);
}

.elementor-column-gap-default > .elementor-column.pl-0 > .elementor-element-populated {
	padding-left: 0;
}
.elementor-column-gap-default > .elementor-column.pr-0 > .elementor-element-populated {
	padding-right: 0;
}

.elementor .gray-bg {
	background: #f4f4f4;
}
.elementor .bg-gray {
	background: #f5f5f5;
}
.elementor .theme-bg {
	background: var(--e-global-color-primary);
	color: #fff;
}
.elementor .theme-bg.question-bg {
	background: var(--e-global-color-primary) url('/wp-content/themes/twentytwentyone/assets/images/question-bg.png') scroll 50% 88%;
	color: #fff;
}
.elementor .theme-bg .elementor-widget-text-editor,
.elementor .theme-bg .elementor-widget-text-editor * {
	color: #fff;
}
.elementor .theme-bg .elementor-widget-text-editor a {
	color: #fff;
	text-decoration: none;
	margin-left: 7px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.elementor .theme-bg .elementor-widget-text-editor a:hover {
	color: #beffe0;
	text-decoration: none;
}
.elementor .text-justify {
	text-align: justify;
}
.elementor .line-height-1p1,
.elementor .line-height-1p1 * {
	line-height: 1.1 !important;
}
.elementor .line-height-1p25,
.elementor .line-height-1p25 * {
	line-height: 1.25 !important;
}
.elementor .font-80,
.elementor .font-80.elementor-widget-heading .elementor-heading-title {
	font-size: 80%;
}
.elementor .font-110,
.elementor .font-110.elementor-widget-heading .elementor-heading-title {
	font-size: 110%;
}
.elementor .font-120,
.elementor .font-120.elementor-widget-heading .elementor-heading-title {
	font-size: 120%;
}
.elementor .font-125,
.elementor .font-125.elementor-widget-heading .elementor-heading-title {
	font-size: 125%;
}
.elementor .font-130,
.elementor .font-130.elementor-widget-heading .elementor-heading-title {
	font-size: 130%;
}
.elementor .font-150,
.elementor .font-150.elementor-widget-heading .elementor-heading-title {
	font-size: 150%;
}
.elementor .font-200,
.elementor .font-200.elementor-widget-heading .elementor-heading-title {
	font-size: 200%;
}

.elementor .section-1300.elementor-section.elementor-section-boxed > .elementor-container,
.elementor .section-1300 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px;
}
.elementor .section-1500.elementor-section.elementor-section-boxed > .elementor-container,
.elementor .section-1500 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1500px;
}

.elementor .top-slide {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	position: relative;
}
.elementor .top-slide .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.elementor .top-slide .slick-list .slick-track {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor .top-slide .slick-list .slick-track > .slick-slide {
	height: auto;
}
.elementor .top-slide .slick-list .slick-track > .slick-slide > .top-slide-style {
	height: 100%;
}
.elementor .top-slide > li {
    display: none; /* Hidden items before create the slide */
    margin: 0;
    padding: 0;
}
.elementor .top-slide > li:first-child {
    display: block;
}
.elementor .top-slide .box-center {
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	height: 100%;
}
.elementor .top-slide .box-center img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.elementor .top-slide .box-center .caption {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	padding: 6vw 15px;
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor .top-slide .box-center .caption .text-caption {
	display: block;
	width: 570px;
	max-width: 100%;
	color: #fff;
	font: 700 40px/1.2 'Open Sans', sans-serif;
	text-align: left !important;
	padding: 15px;
	background: rgba(0, 0, 0, .3);
	z-index: 10;
	align-self: center;
	-moz-align-self: center;
	-webkit-align-self: center;
	-ms-align-self: center;
}
.elementor .top-slide .slick-dots {
	position: absolute;
	bottom: 10px;
	text-align: center;
	line-height: .1;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
}
.elementor .top-slide .slick-dots li {
	width: 16px;
	height: 16px;
	margin: 0 6px;
}
.elementor .top-slide .slick-dots li button {
	background: #eee;
	width: 16px;
	height: 16px;
	opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.elementor .top-slide .slick-dots li.slick-active button {
	background: #333;
}
/* Arrows */
.elementor .top-slide .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    opacity: 1;
    visibility: visible;
    width: 42px;
    height: 42px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    color: #a6a6a6;
    text-align: center;
    z-index: 4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.elementor .top-slide:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.elementor .top-slide .slick-next,
.elementor .top-slide .slick-prev {
	opacity: 1;
	background: transparent !important;
}
.elementor .top-slide .slick-next {
    right: 10px;
}
.elementor .top-slide .slick-prev {
	left: 10px;
}
.elementor .top-slide .slick-prev:before,
.elementor .top-slide .slick-next:before {
	font-size: 42px;
	line-height: 42px;
	text-shadow: 1px 1px 1px #000;
	font-family: 'eicons';
	color: #fff;
}
.elementor .top-slide .slick-next:before {
	content: '\e87d';
}
.elementor .top-slide .slick-prev:before {
	content: '\e87e';
}

.elementor .elementor-widget-ABCImageGallery {
	width: calc(100% + 10px) !important;
	margin: 0 -5px !important;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
}
.elementor .elementor-widget-ABCImageGallery .csm-image-gallery {
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.elementor .elementor-widget-ABCImageGallery .csm-image-gallery .img-gallery-box {
	display: block;
	width: 216px !important;
	margin: 5px !important;
	border: solid 1px #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
	-ms-box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
}
.elementor .elementor-widget-ABCImageGallery .csm-image-gallery .img-gallery-box .box-style {
	display: block;
	padding: 7px !important;
}
.elementor .elementor-widget-ABCImageGallery .csm-image-gallery .img-gallery-box .box-style .box-image {
	display: block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
}
.elementor .elementor-widget-ABCImageGallery .csm-image-gallery .img-gallery-box .box-style .box-image img {
	width: 100%;
	height: auto;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.elementor .elementor-widget-ABCImageGallery .csm-image-gallery .img-gallery-box:hover .box-style .box-image img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
}
.elementor .elementor-widget-ABCImageGallery .csm-image-gallery .img-gallery-box .box-style .box-description {
	display: block;
	color: #333 !important;
	font-size: 13px !important;
	line-height: 1.1 !important;
	margin: 7px 0 0 !important;
	text-align: center;
}

.elementor .detalii-col-left {
	width: 220px !important;
	margin-left: -220px !important;
}
.elementor .detalii-col-right {
	width: 100% !important;
}

.elementor .nav-vertical {
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
}
.elementor .nav-vertical h5 {
	color: var(--e-global-color-secondary);
	font-size: var(--heading--font-size-h5);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 10px;
}
.elementor .nav-vertical nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #dfdfdf;
}
.elementor .nav-vertical nav ul li {
	font-size: var(--heading--font-size-h6);
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: 400;
	line-height: 1;
}
.elementor .nav-vertical nav ul li a {
	display: block;
	font-size: var(--heading--font-size-h6);
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: var(--e-global-color-primary);
	padding: 7px 15px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.elementor .nav-vertical nav ul > li > a {
	border: solid 1px #dfdfdf;
	border-top: none;
}
.elementor .nav-vertical nav ul > li:hover > a,
.elementor .nav-vertical nav ul > li.current_page_item > a {
	border-left: solid 7px var(--e-global-color-primary);
	padding-right: 9px;
}
.elementor .nav-vertical nav ul > li.current_page_item > a {
	background: #d6eee2;
}

.elementor .furnizori-slider .elementor-widget-heading h4.elementor-heading-title {
	font-size: var(--heading--font-size-h3);
	text-align: center;
}

.elementor .furnizori-slider .elementor-widget-heading h5.elementor-heading-title {
	text-align: center;
}

.d-none {
	display: none !important;
}
.d-flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-d-c {
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pt-1 {
	padding-top: 1em !important;
}
.pb-1 {
	padding-bottom: 1em !important;
}
.pt-2 {
	padding-top: 2em !important;
}
.pb-2 {
	padding-bottom: 2em !important;
}
.pt-3 {
	padding-top: 3em !important;
}
.pb-3 {
	padding-bottom: 3em !important;
}
.pt-4 {
	padding-top: 4em !important;
}
.pb-4 {
	padding-bottom: 4em !important;
}
.pt-5 {
	padding-top: 5em !important;
}
.pb-5 {
	padding-bottom: 5em !important;
}
.pt-5px {
	padding-top: 5px !important;
}
.pb-5px {
	padding-bottom: 5px !important;
}

.m-0,
.m-0 * {
	margin: 0 !important;
}
.mb-5px {
	margin-bottom: 5px !important;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.img-left {
	margin: 0 20px 15px 0;
}
.img-right {
	margin: 0 0 15px 20px;
}
.img-left,
.img-right {
	width: 300px;
	height: 300px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border: solid 5px #e5f0ea;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
}
.img-left img,
.img-right img {
	max-width: 100%;
	max-height: 100%;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.img-left:hover img,
.img-right:hover img {
	-webkit-transform: rotate(-5deg) scale(1.25);
	-ms-transform: rotate(-5deg) scale(1.25);
	-moz-transform: rotate(-5deg) scale(1.25);
	transform: rotate(-5deg) scale(1.25);
}

.clear-all {
	clear: both;
}

.d-show-400px {
	display: none;
}

.elementor .list-inline {
	margin: 0;
	padding: 0 0 0 17px;
}
.elementor .list-inline:before,
.elementor .list-inline:after {
	content: '';
	display: table;
}
.elementor .list-inline:after {
	clear: both;
}
.elementor .list-inline > li {
	float: left;
}

.elementor .csm-img-border img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	padding: 7px;
	box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-ms-box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-o-box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.elementor .csm-img-border:hover img {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
	-o-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
	transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
}

.show-767 {
	display: none !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.vertical-middle > .elementor-container {
    align-content: center;
    align-items: center;
}

.text-center {
    text-align: center !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

@media (max-width: 1600px) {
	.elementor .detalii-col-left {
		display: none !important;
	}
}
@media (max-width: 1200px) {
	:root {
		--heading--font-size-h1: calc(20px + 1.67vw);
		--heading--font-size-h2: calc(16px + 1.33vw);
		--heading--font-size-h3: calc(12px + 1vw);
		--heading--font-size-h4: calc(10px + .83vw);
		--heading--font-size-h5: calc(10px + .5vw);
		--heading--font-size-h6: calc(10px + .3vw);
	}
	.ekit-template-content-header {
		position: relative;
	}
	.ekit-template-content-header > .elementor,
	.ekit-template-content-header > .elementor > .elementor-section-wrap,
	.ekit-template-content-header > .elementor > .elementor-section-wrap > .elementor-section,
	.ekit-template-content-header > .elementor > .elementor-section-wrap > .elementor-section .elementor-container {
		position: static;
	}
	.elementor .top-slide .box-center .caption .text-caption {
		font-size: calc(20px + 1.67vw);
		line-height: 1.1;
	}
	.elementor .top-slide .slick-arrow {
		display: none !important;
	}
}
@media (max-width: 1140px) {
	.elementor .elementor-widget-ABCImageGallery .csm-image-gallery {
		width: 904px;
		max-width: 100%;
		margin: 0 auto;
	}
	.elementor .center-1140 {
		text-align: center;
	}
}
@media (max-width: 1024px) {
	.elementor .csm-footer .col-one {
		width: 40%;
	}
	.elementor .csm-footer .col-three {
		width: 100% !important;
		order: 3;
		-ms-order: 3;
		-moz-order: 3;
		-webkit-order: 3;
	}
	.elementor .csm-footer .col-two {
		width: 60% !important;
		padding-left: 10%;
		order: 2;
		-ms-order: 2;
		-moz-order: 2;
		-webkit-order: 2;
	}
}
@media (max-width: 915px) {
	.elementor .elementor-widget-ABCImageGallery .csm-image-gallery {
		width: 678px;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.elementor .two-col-desc.bg-gray .elementor-inner-section > .elementor-container > .elementor-col-50:first-child {
		order: 2;
		-ms-order: 2;
		-webkit-order: 2;
		-moz-order: 2;
	}
	.elementor .two-col-desc.bg-gray .elementor-inner-section > .elementor-container > .elementor-col-50:last-child {
		order: 1;
		-ms-order: 1;
		-webkit-order: 1;
		-moz-order: 1;
	}
	.elementor .w-65 {
      width: 65%;
    }
    .elementor .w-35 {
      width: 35%;
    }
}
@media (max-width: 767px) {
	:root {
		--global--font-size-base: 1rem;
		--heading--font-size-h1: 28px;
		--heading--font-size-h2: 26px;
		--heading--font-size-h3: 24px;
		--heading--font-size-h4: 22px;
		--heading--font-size-h5: 20px;
		--heading--font-size-h6: 18px;
	}
	.ekit-template-content-header {
		position: relative;
	}
	.banner-top .elementor-widget-heading .elementor-heading-title {
		margin-top: 3vw;
	}
	.content-small .elementor-widget-text-editor > .elementor-widget-container p {
		font-size: 14px;
	}
	.ekit-template-content-header .header-center .elementskit-menu-hamburger,
	.ekit-template-content-header .header-center .elementskit-nav-identity-panel {
		display: block;
		padding: 0 !important;
	}
	.ekit-template-content-header .header-center .elementskit-menu-hamburger {
		padding-top: 6px !important;
		width: 45px !important;
		height: 45px;
		background: transparent !important;
		border: none;
	}
	.ekit-template-content-header .header-center .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		background-color: var(--e-global-color-primary) !important;
		height: 4px;
		width: calc(100% - 12px);
		left: 6px;
		position: relative;
		margin-bottom: 5px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
	}
	.ekit-template-content-header .header-center .elementskit-menu-close {
		color: var(--e-global-color-primary) !important;
		padding: 0 !important;
		width: 45px !important;
		height: 45px;
		line-height: 45px;
		font-size: 24px;
		font-weight: bold;
		background: transparent !important;
		border: none;
		margin: 0 15px 0 0 !important;
	}
	.ekit-template-content-header .header-center .ekit_menu_responsive_mobile .elementskit-submenu-indicator {
		border: none !important;
	}
	.header-nav #menu-primary-menu > li > a {
		text-transform: none;
		padding: 10px 15px;
		border-top: solid 1px #eaeaea;
		font: 700 16px/1.2 'Open Sans', sans-serif;
	}
	.header-nav #menu-primary-menu > li > a:after {
		display: none !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel {
		position: relative !important;
		min-width: 1px !important;
		width: 100% !important;
		padding: 0 !important;
		margin-top: 0 !important;
		left: auto !important;
		top: auto !important;
		background: transparent !important;
		color: var(--e-global-color-primary) !important;
		border: none !important;
		border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-ms-box-shadow: none !important;
		transform: none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		pointer-events: inherit !important;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li:not(:last-child) {
		border-bottom: none;
	}
	.elementor .elementor-element .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
		padding: 10px 15px 10px 30px !important;
		font: 500 14px/1.2 'Open Sans', sans-serif;
		border-top: solid 1px #eaeaea;
	}
	.ekit-template-content-header .header-center .elementskit-menu-offcanvas-elements {
		position: fixed;
	}
	.ekit-template-content-header .header-center .elementskit-site-title {
		display: none;
	}
	.elementskit-navbar-nav-default.elementskit-menu-container {
		background: #f7f7f7 !important;
		line-height: 1.2 !important;
	}
	.elementor .header-nav #ekit-megamenu-primary-menu {
		width: 300px;
		max-width: 100%;
	}
	.header-nav #ekit-megamenu-primary-menu #menu-primary-menu {
		flex: 1 1 auto !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		-moz-flex: 1 1 auto !important;
		width: 100% !important;
		height: calc(100vh - 45px);
		overflow: auto;
	}
	.elementor .csm-footer .footer-logo {
		width: 170px;
	}
	.elementor .csm-footer .footer-about {
		width: calc(100% - 170px);
		padding-left: 20px;
	}
	.elementor .csm-footer .col-one {
		width: 100%;
	}
	.elementor .csm-footer .col-three {
		width: 40% !important;
	}
	.elementor .csm-footer .col-two {
		width: 60% !important;
		padding-left: 0;
	}
	.csm-page-subtitle .elementor-widget-heading .elementor-heading-title {
		font-size: 16px;
	}
	.csm-footer .elementor-widget-heading h5.elementor-heading-title,
	.csm-footer .footer-nav h5 {
		font-size: var(--heading--font-size-h5);
	}
	.elementor .furnizori-slider .elementor-widget-heading h4.elementor-heading-title {
		font-size: var(--heading--font-size-h4);
	}
	.elementor .furnizori-slider .elementor-widget-heading h5.elementor-heading-title {
		font-size: 14px;
	}
	.elementor .csm-footer .col-three {
		width: 100% !important;
	}
	.elementor .csm-footer .col-two {
		width: 100% !important;
	}
	.pt-1 {
		padding-top: 2vw !important;
	}
	.pb-1 {
		padding-bottom: 2vw !important;
	}
	.pt-2 {
		padding-top: 4vw !important;
	}
	.pb-2 {
		padding-bottom: 4vw !important;
	}
	.pt-3 {
		padding-top: 6vw !important;
	}
	.pb-3 {
		padding-bottom: 6vw !important;
	}
	.pt-4 {
		padding-top: 8vw !important;
	}
	.pb-4 {
		padding-bottom: 8vw !important;
	}
	.pt-5 {
		padding-top: 10vw !important;
	}
	.pb-5 {
		padding-bottom: 10vw !important;
	}
	.elementor .elementor-widget-text-editor .elementor-widget-container > *:last-child {
		margin-bottom: 0;
	}
	.elementor .elementor-inner-section > .elementor-container .elementor-widget-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.elementor .elementor-section-full_width.pt-2.pb-2 .elementor-inner-section > .elementor-container .elementor-widget-wrap {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.elementor .two-col-desc .elementor-inner-section > .elementor-container .img-col img {
		width: 250px !important;
		height: auto !important;
	}
	.hide-767 {
		display: none !important;
	}
	.show-767 {
		display: block !important;
	}
}
@media (max-width: 690px) {
	.elementor .elementor-widget-ABCImageGallery .csm-image-gallery {
		width: 452px;
		max-width: 100%;
	}
}
@media (max-width: 640px) {
	.elementor .csm-footer .footer-logo {
		width: 26%;
	}
	.elementor .csm-footer .footer-about {
		width: 74%;
		padding-left: 15px;
	}
	.elementor .question-bg .elementor-widget-text-editor .elementor-widget-container p {
		font-size: var(--heading--font-size-h3);
	}
	.elementor .csm-services .service-box {
		margin: 0 0 15px;
	}
	.img-left,
	.img-right {
		max-width: 100%;
	}
	.elementor .float-right.img-right,
	.elementor .float-left.img-left {
		float: none;
		margin: 0 auto 15px;
		text-align: center;
	}
}
@media (max-width: 600px) {
	.d-show-600px {
		display: block;
	}
	.d-none-600px {
		display: none;
	}
	.mobile-hide {
		display: none;
	}
}
@media (max-width: 480px) {
	.elementor .csm-footer .footer-logo {
		width: 100%;
	}
	.elementor .csm-footer .footer-about {
		width: 100%;
		padding-left: 0;
	}
	.csm-footer .footer-nav .menu > li {
		width: 100%;
	}
	.elementor .elementor-widget-text-editor .elementor-widget-container > ul,
	.elementor .elementor-widget-text-editor .elementor-widget-container > ol {
		padding-left: 17px;
	}
	.elementor .question-bg .elementor-widget-text-editor .elementor-widget-container p {
		font-size: var(--heading--font-size-h4);
	}
	.elementor .question-bg .elementor-widget-text-editor .elementor-widget-container p b {
		display: block;
	}
}
@media (max-width: 465px) {
	.elementor .elementor-widget-ABCImageGallery .csm-image-gallery .img-gallery-box {
		width: calc(50% - 10px) !important;
	}
}
@media (max-width: 400px) {
	.d-show-400px {
		display: block;
	}
	.d-none-400px {
		display: none;
	}
}
@media (max-width: 380px) {
	.elementor .elementor-widget-ABCImageGallery .csm-image-gallery {
		width: 100%;
		max-width: 100%;
	}
	.elementor .elementor-widget-ABCImageGallery .csm-image-gallery .img-gallery-box {
		width: 100% !important;
	}
}
