@charset "utf-8";
@import url('bootstrap-reboot.min.css');
@import url('bootstrap-grid.min.css');
@import url('fancybox.css');

/* <loader */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #c59e75;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #ede2d5, 0 0 5px #ede2d5;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #c59e75;
	border-left-color: #c59e75;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* loader> */

/* <colors */
/*
brown
rgba(197,158,117,1)
rgb(197,158,117)
#c59e75

blue-green
rgba(0,103,87,1)
rgb(0,103,87)
#006757

green
rgba(0,103,63,1)
rgb(0,103,63)
#00673f
*/
/* colors> */

body {
	margin: 0;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	line-height: 20px;
}
@media  (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}

/* force bigger width like bootstrap 5 */
body .container {
	max-width: 1320px;
}

/* <mini reset */
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

a,
a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline: expression(hideFocus='true');
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
/* mini reset> */

/** {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}*/

#wrapper {
	margin: 0 auto;
	max-width: 1920px;
}

.visible {
	overflow: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
}
.hidden {
	overflow: hidden;
	height: 0;
}

@media (min-width: 768px) {
	.visible,
	.hidden {
		overflow: inherit;
		height: inherit;
	}
}

/* <header */
header {
	position: fixed;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 999;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	height: 180px;
	border-top: 2px solid #c59e75;
}
header h1 {
	margin: -2px 0 0 0;
	display: block;
	background-color: #fff;
	width: 170px;
	height: 180px;
	-moz-border-bottom-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
			border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
			border-bottom-left-radius: 2px;
}
header h1 a {
	display: block;
	background: #fff url("../images/welde-romania-logo.png") 31px 20px no-repeat;
	background-size: 130px 138px;
	width: 170px;
	height: 180px;
	-moz-border-bottom-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
			border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
			border-bottom-left-radius: 2px;
}
header.shrink {
	background: rgb(0,103,63);
    background: linear-gradient(-90deg, rgba(0,103,87,1) 0%, rgba(0,103,63,1) 100%);
	max-width: 1920px;
	height: 90px;
	-moz-box-shadow: 0px 5px 5px 0px rgba(27,56,45,0.4);
		-webkit-box-shadow: 0px 5px 5px 0px rgba(27,56,45,0.4);
			box-shadow: 0px 5px 5px 0px rgba(27,56,45,0.4);
}
header.shrink h1 {
	margin-left: -20px;
	background: none;
	width: 140px;
	height: 90px;
}
header.shrink h1 a {
	background: none;
	background: url("../images/welde-romania-logo-2.png") 22px 5px no-repeat;
	background-size: 110px 70px;
	width: 140px;
	height: 90px;
}
/* <nav */
header nav {
	margin: 80px 0 0 0;
	width: auto;
	height: 20px;
}
header nav ul * {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}
header nav ul {
	margin: 0;
	height: 20px;
	text-align: right;
}
header nav ul li {
	position: relative;
	display: inline-block;
	height: 20px;
	margin-left: 40px;
	line-height: 20px;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li a {
	position: relative;
	z-index: 99;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11.5px;
	color: #c59e75;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	white-space: nowrap;
}
header nav ul li a.selected,
header nav ul li a:hover {
	color: #fff;
}
header nav ul li a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 98%;
	height: 1px;
	border-bottom: 1px solid #c59e75;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
header nav ul li a:hover::after {
	transform: scaleX(1);
}
header nav ul li > ul {
	position: absolute;
	right: auto;
	top: 22px;
	left: -20px;
	z-index: 99;
	margin: 0;
	padding: 15px 20px;
	display: none;
	background: rgb(0,103,63);
    background: linear-gradient(-45deg, rgba(0,103,87,1) 0%, rgba(0,103,63,1) 100%);
	width: auto;
	height: auto;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	transition: opacity 0.25s ease-out;
	opacity: 0;
}
header nav ul li:hover > ul {
	display: block;
	opacity: 1
}
header nav ul li > ul li ul {
	top: 0;
	left: 5px;
	margin: 5px 0;
	position: inherit;
	display: block;
	padding: 0 0 0 15px;
	border-left: 1px solid #014836;
	-moz-border-radius: 0;
		-webkit-border-radius: 0;
			border-radius: 0;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
			box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	transition-property: none;
	opacity: 1;
}
header nav ul li:hover a {
	color: #fff;
}
header nav ul li ul > li {
	margin-left: 0;
	display: block;
	height: auto;
	padding: 5px 0;
	line-height: 18px;
	text-align: left;
}
header nav ul li ul > li ul li {
	padding: 3px 0;
}
/*header nav ul li ul > li.special {
	margin-top: 10px;
	border-top: 1px solid #014836;
	padding-top: 15px;
}*/
header nav ul li ul > li a {
	font-size: 13px;
	color: #c59e75;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}
header nav ul li ul > li ul li a {
	color: #c59e75;
	font-weight: 400;
}
header nav ul li:hover ul > li a {
	color: #c59e75;
}
header nav ul li ul > li a:hover {
	color: #fff;
}
header nav ul li ul > li a::after {
	display: none;
	content: none;
	border-bottom: none;
}

header.shrink nav {
	margin-top: 35px;
	height: auto;
}

@media (max-width: 1199.98px) {
	header nav ul li {
		margin-left: 15px;
	}
}
@media  (max-width: 991.98px) {
	header nav ul li {
		margin-left: 6px;
	}
	header nav ul li a {
		font-size: 11.3px;
		letter-spacing: 1px;
	}
}
@media (max-width: 767.98px) {
	* {
		-moz-transition: none;
			-webkit-transition: none;
				transition: none;
	}
	header h1 {
		margin: -2px 0 0 0;
		display: block;
		background-color: #fff;
		width: 150px;
		height: 150px;
	}
	header h1 a {
		display: block;
		background: #fff url("../images/welde-romania-logo.png") 25px 10px no-repeat;
		background-size: 120px 128px;
		width: 150px;
		height: 150px;
	}
	header nav {
		height: 0;
	}
	header nav ul {
		display: none;
	}
}
@media (max-width: 575.98px) {
}

/* <hamburger */
.hamburger {
	right: 30px;
	bottom: auto;
	left: auto;
	z-index: 999;
	margin: 0;
	overflow: visible;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: transparent;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	text-transform: none;
	cursor: pointer;
	opacity: 1;
}
.state-1 {
	position: fixed;
	top: 30px;
	z-index: 100;
}
header.shrink .state-1 {
	top: 25px;
}
.state-2 {
	position: fixed;
	top: 30px;
}
header.shrink .state-2 {
	top: 20px;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
}

.hamburger-inner {
	top: 50%;
	margin-top: -2px;
	display: block;
}
.hamburger-inner, .hamburger-inner::before,
.hamburger-inner::after {
	position: absolute;
	background-color: #c69f75;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -11px;
}
.hamburger-inner::after {
	bottom: -11px;
}

/* spin */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
	.hamburger {
		display: none;
	}
}
/* hamburger> */

/* <menu */
#menu {
	display: none;
	position: fixed;
	top: 0;
	z-index: 99;
	overflow: auto;
	background: rgb(0,103,63);
    background: linear-gradient(-45deg, rgba(0,103,87,1) 0%, rgba(0,103,63,1) 100%);
	width: 100%;
	height: 100%;
}
#menu div {
	margin: 0 auto;
	max-width: 90%;
	color: #e9e9e9;
	text-align: left;
}
#menu div .menu {
	margin: 0;
	padding: 90px 0 0 30px;
}
#menu div .menu li {
	margin: 0;
	display: block;
	width: auto;
	padding: 7px 0;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
}
#menu div .menu li a {
	display: block;
	transition-property: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
			-webkit-transition: all .2s linear 0s;
				-o-transition: all .2s linear 0s;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #cfe5e7;
	font-weight: 500;
}
#menu div .menu li a:hover,
#menu div .menu li a:focus,
#menu div .menu li a.selected {
	color: #fff;
}

#menu div .menu li > ul {
	margin: 0;
	padding-left: 15px;
}
#menu div .menu li > ul li {
	padding-bottom: 0;
}
#menu div .menu li > ul li > ul li a {
	font-size: 14px;
}
#menu div .menu li > ul li {
	padding: 2px 0;
}
#menu div .menu li > ul {
	margin: 5px 10px;
	border-left: 2px solid #014836
}
#menu div .menu li > ul a {
	font-size: 18px;
	color: #c69f75;
	font-weight: 600;
}

#menu div hr {
	margin: 20px 30px 0 30px;
	background: none;
	height: 1px;
	border: none;
	border-top: 2px solid #c8e1e1;
	font-size: 0;
	line-height: 0;
	opacity: 0.5;
}

@media (max-width: 1199.98px) {
}
@media  (max-width: 991.98px) {
	.overlay div .menu {
		opacity: 0;
		visibility: hidden;
	}
	.overlay div .menu > li {
		width: 100%;
	}
}
@media (min-width: 768px) {
	#menu {
		visibility: hidden;
	}
}
@media (max-width: 767.98px) {
	#menu div .menu li {
		padding-bottom: 20px;
	}
	#menu div .menu li a {
		font-size: 25px;
		color: #c69f75;
		font-weight: 700;
		text-transform: none;
	}
}
@media (max-width: 575.98px) {
}
/* menu> */
/* nav> */
/* header> */

/* <banner */
#banner * {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}
#banner.banner-1 {
	overflow: hidden;
	height: 740px;
	background: url("../images/welde-romania-banner-1.jpg") 50% 0 no-repeat;
	background-size: cover;
	width: 100%;
	text-align: center;
}
#banner.banner-2 {
	height: 340px;
	background: url("../images/welde-romania-banner-2.jpg") 50% 0 no-repeat;
	background-size: cover;
	width: 100%;
	text-align: center;
}
#banner.banner-1 .box {
	position: relative;
	z-index: 98;
	margin: 280px auto 0;
	width: 690px;
	height: 460px;
	border-right: 4px solid #c59e75;
	border-bottom: 4px solid #c59e75;
	border-left: 4px solid #c59e75;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	padding: 80px 50px 0;
}
#banner.banner-1 .box img {
	position: absolute;
	top: -45px;
	right: 50%;
	bottom: auto;
	left: 50%;
	margin-left: -35px;
	z-index: 9;
	display: block;
	width: 70px;
	height: auto;
}
#banner.banner-1 .box h1 {
	margin-bottom: 50px;
	display: inline-block;
	height: 30px;
	font-family: 'Noto Serif', serif;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10px;
	line-height: 40px;
}
#banner.banner-1 .box p {
	color: #c59e75;
	font-weight: 700;
	line-height: 25px;
}
#banner.banner-1 .box p.btn {
	margin-top: 45px;
}
#banner.banner-1 .box p.btn a {
	display: inline-block;
	height: 50px;
	border: 3px solid #c59e75;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	padding: 0 30px;
	color: #fff;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
}
#banner.banner-1 .box p.btn a:hover,
#banner.banner-1 .box p.btn a:focus {
	background-color: #c59e75;
}
#banner.banner-1 .box .hr {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 9;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 4px;
}
#banner.banner-1 .box .hr span {
	width: auto;
	height: 4px;
}
#banner.banner-1 .box .hr span.side {
	flex-grow: 2;
	background-color: #c59e75;
}
#banner.banner-1 .box .hr span.middle {
	background: none;
	width: 130px;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
	#banner.banner-1 {
		margin-bottom: 30px;
	}
	#banner.banner-2 {
		height: 230px;
	}
}
@media (max-width: 767.98px) {
	#banner.banner-1 {
		margin-bottom: 0;
	}
	#banner.banner-1 .box {
		margin: 190px 20px 0;
		height: auto;
	}
	#banner.banner-1 .box h1 {
		margin-bottom: 30px;
		font-size: 30px;
		letter-spacing: 5px;
	}
	#banner.banner-1 .box p {
		line-height: 23px;
		font-weight: 600;
	}
	#banner.banner-1 .box p.btn {
		margin-top: 25px;
		margin-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	#banner.banner-1 .box {
		padding-right: 20px;
		padding-left: 20px;
	}
	#banner.banner-1 .box h1 {
		font-size: 25px;
		letter-spacing: 4px;
	}
}
@media (max-width: 375.98px) {
	#banner.banner-1 .box h1 {
		font-size: 20px;
		letter-spacing: 3px;
	}
	#banner.banner-1 .box p.btn a {
		padding: 0 20px;
		font-size: 13px;
	}
}
/* banner> */

/* <path */
#path {
	height: 50px;
	padding: 10px 0;
}
#path.special-1 {
	background-color: #faf7f2
}
#path ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	height: 30px;
	text-align: right;
}
#path ul li {
	display: inline-block;
	height: 30px;
	font-size: 13px;
	color: #00673f;
	line-height: 30px;
	font-weight: 600;
}
#path ul li::before {
	content: "/";
	padding: 0 10px;
	color: #c59e75;
}
#path ul li:first-child::before {
	content: "";
	padding: 0;
}
#path ul li a {
	position: relative;
	color: #c59e75;
}
#path ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	content: "";
	width: 98%;
	height: 1px;
	border-bottom: 1px solid #c59e75;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
#path ul li a:hover::after {
	transform: scaleX(1);
}
#path ul li a:hover {
	color: #00673f;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
	#path {
		padding-bottom: 10px;
	}
	#path,
	#path ul,
	#path ul li {
		height: auto;
		line-height: 20px;
	}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
/* path> */

/* <section-1 */
#section-1 * {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}
#section-1 {
	padding: 30px 0 30px;
}
#section-1.products {
	padding-top: 0;
	padding-bottom: 50px;
}
#section-1 .box {
	position: relative;
	z-index: 99;
}
#section-1 .box .title-wrapper {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 10px;
	left: 0;
	z-index: 100;
	display: inline-block;
	width: 100%;
	height: 80px;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	color: #fff;
}
#section-1 .box .title-wrapper .title {	
	margin: 0 5px 0 25px;
	background: rgb(0,103,63);
    background: linear-gradient(-90deg, rgba(0,103,87,1) 0%, rgba(0,103,63,1) 100%);
	height: 80px;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	opacity: 0.9;
}
#section-1 .box a:hover .title-wrapper .title,
#section-1 .box a:focus .title-wrapper .title {	
	opacity: 1;
}
#section-1 .box .title-wrapper .title div {
	margin-right: 20px;
	background: url("../images/leaf-1.png") 100% 19px no-repeat;
	height: 80px;
}
#section-1 .box img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
#section-1 .box div h3 {
	display: block;
	padding: 20px 20px 0;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
}
#section-1 .box h3 span {
	display: block;
	font-family: 'Opan Sans', Arial, sans-serif;
	font-size: 14px;
	color: #c8a37c;
	font-style: italic;
	font-weight: 400;
}
#section-1.products p {
	padding-top: 40px;
	text-align: justify;
}

#section-1 .header h1 {
	margin-bottom: 20px;
	display: block;
	background: url('../images/leaf-4.png') 55px 0 no-repeat;
	width: auto;
	height: 103px;
	font-family: 'Noto Serif', serif;
	font-size: 38px;
	color: #00673f;
	font-weight: 700;
	line-height: 100px;
}
#section-1 .header h1 span {
	margin-top: -65px;
	display: block;
	font-family: 'Open Sans';
	font-size: 10px;
	color: #c59e75;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#section-1 h6 {
	margin-left: 30px;
	font-size: 20px;
	color: #c59e75;
}

#section-1 .ul-5 {
	margin: 20px 0 0 10px;
	list-style-type: none;
	padding: 0;
}
#section-1 .ul-5 li {
	background: url("../images/bullet-1.svg") 0 5px no-repeat;
	background-size: 10px 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #495450;
	font-weight: 400;
	line-height: 18px;
}
#section-1 .ul-5.ul-5-1 li {
	margin-top: 15px;
	/*background-position: 0 13px;*/
	font-size: 13px;
	line-height: 20px;
}
#section-1 .ul-5.ul-5-1 a {
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
	color: #00673f;
	font-weight: 700;
}
#section-1 .ul-5.ul-5-1 a:hover {
	color: #c59e75;
}

.link-2 {
	display: inline-block;
	margin: 0;
	border-bottom: 2px solid #ede2d5;
	padding-bottom: 1px;
	color: #00673f;
	font-weight: 700;
	text-align: center;
}
.link-2:hover,
.link-2:focus {
	border-bottom-color: #c59e75;
	color: #c59e75;
}

#section-1 p.btn a {
	display: inline-block;
	width: auto;
	height: 50px;
	border: 2px solid #c59e75;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	padding: 0 30px;
	font-size: 14px;
	color: #00673f;
	font-weight: 600;
	line-height: 46px;
}
#section-1 p.btn a:hover,
#section-1 p.btn a:focus {
	background-color: #00673f;
	border-color: #00673f;
	color: #fff;
}

#section-1 p.img {
	margin-top: -40px;
}
#section-1 .img-1 {
	max-width: 100%;
}

@media (max-width: 1199.98px) {
	#section-1 .box h3 span {
		font-size: 13px;
		line-height: 16px;
	}
	#section-1 p.btn {
		margin-bottom: 50px;
	}
	#section-1 h6 {
		margin-left: 0;
	}
	#section-1 .ul-5.ul-5-1 {
		margin-left: 0;
	}
}
@media (max-width: 991.98px) {
	#section-1 {
		padding-top: 0;
		padding-bottom: 0;
	}
	#section-1.products {
		padding-top: 0;
		padding-bottom: 40px;
	}
	#section-1.products p {
		padding-top: 0;
		padding-bottom: 20px;
		text-align: left;
	}
	#section-1.products p + p {
		padding-bottom: 0;
	}
	#section-1 .box {
		margin-bottom: 30px;
	}
	#section-1 .box h3 span {
		font-size: 14px;
		line-height: 22px;
	}
	#section-1 p.btn {
		margin-top: 20px;
	}
	#section-1 p.img {
		margin-top: 0;
	}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	#section-1 .box {
		margin-bottom: 20px;
	}
	#section-1 .header h1 {
		margin-bottom: 20px;
		background: none;
		height: auto;
		line-height: 45px;
	}
	#section-1 .header h1 span {
		margin-top: -5px;
	}
}
/* section-1>*/

/* <section-2 */
#section-2 * {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}
#section-2 {
	margin-bottom: 50px;
	position: relative;
	z-index: 98;
	height: 650px;
}
#section-2 .bg img {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 99;
}
#section-2 .box {
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 98;
	background: rgb(0,103,63);
    background: linear-gradient(-90deg, rgba(0,103,87,1) 0%, rgba(0,103,63,1) 100%);
	height: 650px;
	padding: 40px 0 40px 400px;
}
#section-2 .box div {
	background: url("../images/leaf-3.png") 100% 0 no-repeat;
	height: 490px;
	padding: 0;
}
#section-2 .box img {
	margin: 40px 0 30px 50px;
	display: block;
	width: 101px;
	height: 150px;
}
#section-2 .box h2 {
	margin-bottom: 30px;
	display: inline-block;
	font-family: 'Noto Serif', serif;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
}
#section-2 .box h2 span {
	display: block;
}
#section-2 .box p {
	padding-right: 20px;
	font-size: 14px;
	color: #c59e75;
	font-weight: 700;
}
#section-2 .box p.btn {
	margin-top: 40px;
}
#section-2 .box p.btn a {
	display: inline-block;
	height: 50px;
	border: 2px solid #c59e75;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	padding: 0 30px;
	color: #fff;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
}
#section-2 .box p.btn a:hover,
#section-2 .box p.btn a:focus {
	background-color: #c59e75;
}

@media (max-width: 1499.98px) {
	#section-2 .box {
		padding-left: 300px;
	}
}
@media (max-width: 1199.98px) {
	#section-2 .box {
		padding: 40px 0 40px 230px;
	}
}
@media (max-width: 991.98px) {
	#section-2 {
		margin-bottom: -30px;
		height: auto;
	}
	#section-2 .bg img {
		position: inherit;
		top: -50px;
		margin-bottom: 0;
		max-width: 100%;
		height: auto;
		text-align: center;
	}
	#section-2 .box {
		position: inherit;
		height: auto;
		padding: 40px 0 0;
	}
	#section-2 .box div {
		padding: 0 50px;
	}
	#section-2 .box img {
		margin-top: 0;
	}
	#section-2 .box h2 {
		font-size: 35px;
		line-height: 40px;
	}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	#section-2 .box div {
		padding: 0 30px;
	}
}
/* section-2>*/

/* <section-3 */
#section-3 * {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}
#section-3 {
	background-color: #faf7f2;
	padding: 30px 0 30px;
}
#section-3 .text {
	padding: 0 50px 0 100px;
}
#section-3 h2 {
	display: block;
	padding-top: 80px;
	padding-bottom: 15px;
	font-family: 'Noto Serif', serif;
	font-size: 38px;
	color: #00673f;
	font-weight: 700;
	line-height: 40px;
}
#section-3 h3 {
	display: block;
	padding-bottom: 35px;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	color: #c59e75;
	font-weight: 400;
	line-height: 20px;
}
#section-3 p {
	padding-bottom: 30px;
}
#section-3 p.btn {
	margin-top: 10px;
}
#section-3 p.btn a {
	display: inline-block;
	width: auto;
	height: 50px;
	border: 2px solid #00673f;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	padding: 0 30px;
	font-size: 14px;
	color: #00673f;
	font-weight: 600;
	line-height: 46px;
}
#section-3 p.btn a:hover,
#section-3 p.btn a:focus {
	background-color: #00673f;
	color: #fff;
}
#section-3 .img {
	position: relative;
}
#section-3 .img img {
	max-width: 100%;
	width: auto;
}

@media (max-width: 1199.98px) {
	#section-3 .img {
		text-align: center;
	}
	#section-3 h2 {
		padding-top: 40px;
	}
}
@media (max-width: 991.98px) {
	#section-3 {
		padding-top: 0;
		padding-bottom: 0;
	}
	#section-3 .text {
		padding: 0 50px;
	}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
/* section-3>*/

/* <section-4 */
#section-4 {
	display: flex;
	flex-direction: column;
	background: #fff url('../images/welde-romania-banner-5.jpg') 50% 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 440px;
	justify-content: center;
}
#section-4 h4 {
	display: inline-block;
	display: none;
	visibility: hidden;
	background: url('../images/fsc-logo.svg') 20px 18px no-repeat;
	background-size: 50px 60px;
	width: auto;
	height: auto;
	border: 3px solid #fff;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	padding: 30px 30px 25px 90px;
	font-size: 20px;
	font-size: 0px;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	text-indent: -9999px;
}
#section-4 h4 span {
	font-size: 14px;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	#section-4 h4 {
		width: 100%;
	}
}
/* section-4>*/

/* <section-5 */
#section-5 * {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}
#section-5.special-1 {
	background-color: #faf7f2;
}
#section-5 .header h1 {
	margin-bottom: 30px;
	display: block;
	background: url('../images/leaf-4.png') 55px 0 no-repeat;
	width: auto;
	height: 103px;
	padding-top: 30px;
	font-family: 'Noto Serif', serif;
	font-size: 38px;
	color: #00673f;
	line-height: 30px;
}
#section-5 .header.special h1 {
	margin-top: 40px;
}
#section-5 .header h1 strong.lichidare-stoc {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-weight: 700;
}
#section-5 .header h1 strong.lichidare-stoc::after {
	position: absolute;
	top: 7px;
	right: -110px;
	z-index: 3;
	display: block;
	content: "Lichidare stoc";
	background-color: red;
	padding: 3px 7px;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	/*transform: rotate(10deg);*/
}
#section-5 .header h1 strong.nou {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-weight: 700;
}
#section-5 .header h1 strong.nou::after {
	position: absolute;
	top: 7px;
	right: -55px;
	z-index: 3;
	display: block;
	content: "Nou";
	background-color: greenyellow;
	padding: 3px 7px;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	/*transform: rotate(10deg);*/
}
#section-5 .header h1 a {
	margin-top: 10px;
	display: block;
	padding: 0;
	line-height: 20px;
}
#section-5 .header h1 a span {
	display: block;
	font-family: 'Open Sans';
	font-size: 10px;
	color: #c59e75;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#section-5 .header h1 a span em {
	font-size: 14px;
}
#section-5 .header h1 a:hover span {
	color: #00673f;
}
#section-5 .header h1 a.empty:hover span {
	color: #c59e75;
}
#section-5 .content p {
	padding-bottom: 20px;
}
#section-5 .content p.bold {
	font-weight: 600;
}
#section-5 .ul-1 {
	margin: 10px 0 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}
#section-5 .ul-1 li {
	margin: 0 0 30px 0;
	width: 50%;
	padding: 0;
}
#section-5 .ul-1 h5 {
	display: inline-block;
	width: auto;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	color: #00673f;
	font-weight: 700;
	line-height: 20px;
}
#section-5 .ul-1 hr {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: 0;
	display: block;
	background: none;
	width: 60px;
	height: 0;
	border: none;
	border-top: 3px solid #ede2d5;
}
#section-5 .ul-1 a {
	font-size: 14px;
	color: #c59e75;
	font-weight: 600;
}
#section-5 .ul-1 a:hover,
#section-5 .ul-1 a:focus {
	color: #00673f;
}

#section-5 .ul-2 {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}
#section-5 .ul-2 li {
	margin: 0 0 30px 0;
	width: 50%;
	padding: 0;
}
#section-5 .ul-2 li.facturare {
	margin-bottom: 10px;
	width: 100%;
	border-top: 2px solid #ede2d5;
	padding-top: 30px;	
	font-size: 20px;
	color: #c59e75;
	font-weight: 700;
	line-height: 20px;
}
#section-5 .ul-2 h5 {
	margin-top: 23px;
	display: inline-block;
	width: auto;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	color: #c59e75;
	font-weight: 700;
	line-height: 20px;
}
#section-5 .ul-2 h5 span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
}
#section-5 .ul-2 hr {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: 0;
	display: block;
	background: none;
	width: 60px;
	height: 0;
	border: none;
	border-top: 3px solid #ede2d5;
}
#section-5 .ul-2 a {
	position: relative;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
#section-5 .ul-2 a::after {
	position: absolute;
	bottom: -1px;
	display: block;
	content: "";
	width: 98%;
	height: 1px;
	border-bottom: 2px solid #c59e75;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
#section-5 .ul-2 a:hover::after {
	transform: scaleX(1);
}
#section-5 .ul-2 a:hover,
#section-5 .ul-2 a:focus {
	color: #00673f;
}

#section-5 .products a {
	display: inline-block;
	margin: 0 0 30px 0;
	color: #00673f;
	font-weight: 700;
	text-align: center;
}
#section-5 .products a:hover,
#section-5 .products a:focus {
	color: #c59e75;
}
#section-5 .products a.link-1 {
	margin-bottom: 0;
	font-weight: 600;
	text-align: left;
}
#section-5 .products h4 {
	padding-top: 10px;
}
#section-5 .products img {
	/*max-width: 100%;*/
	width: 100%;
}
#section-5 .products a.lichidare-stoc {
	position: relative;
	z-index: 2;
	display: block;
	font-weight: 700;
}
#section-5 .products a.lichidare-stoc::after {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	display: block;
	content: "Lichidare stoc";
	background-color: red;
	padding: 3px 7px;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	/*transform: rotate(10deg);*/
}
#section-5 .products a.nou {
	position: relative;
	z-index: 2;
	display: block;
	font-weight: 700;
}
#section-5 .products a.nou::after {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	display: block;
	content: "Nou";
	background-color: greenyellow;
	padding: 3px 7px;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	/*transform: rotate(10deg);*/
}

#section-5 .separator {
	position: relative;
	z-index: -1;
	margin: 50px auto;
	display: block;
	background-color: #eee2d6;
	width: 100%;
	height: 1px;
	border: none;
}
#section-5 .separator::after {
	position: absolute;
	top: -40px;
	left: calc(50% - 35px);
	z-index: 1;
	display: block;
	content: "";
	background: #fff url('../images/leaf-1.png') 50% 50% no-repeat;
	width: 70px;
	height: 70px;
}

#section-5 .content .gallery {
	position: relative;
	z-index: 9;
	margin-bottom: 40px;
}
#section-5 .content .gallery h5 {
	display: inline-block;
	width: auto;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	color: #00673f;
	font-weight: 700;
	line-height: 25px;
}
#section-5 .content .gallery hr {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: 0;
	display: block;
	background: none;
	width: 60px;
	height: 0;
	border: none;
	border-top: 3px solid #ede2d5;
}
#section-5 .content .gallery.special hr {
	margin-bottom: 15px;
}
#section-5 .content .gallery p {
	font-size: 14px;
	color: #c59e75;
	font-weight: 600;
}
#section-5 .content .gallery.special ol {
	margin: 20px 0 0 10px;
	list-style-type: none;
	padding: 0;
}
#section-5 .content .gallery.special ol li {
	padding-bottom: 10px;
	color: #c59e75;
	font-weight: 600;
}
#section-5 .content .gallery a.button {
	position: absolute;
	top: auto;
	right: 5px;
	bottom: 10px;
	left: auto;
	z-index: 9;
	display: inline-block;
	background-color: #00673f;
	height: 40px;
	padding: 0 20px;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	font-size: 13px;
	color: #fff;
	line-height: 39px;
	font-style: italic;
}
#section-5 .content .gallery a.button:hover {
	background-color: #c59e75;
}
#section-5 .content .gallery a.link {
	color: #c59e75;
	border-bottom: 1px solid #c59e75;
	cursor: pointer;
}
#section-5 .content .gallery a.link:hover {
	border-bottom-color: #00673f;
	color: #00673f;
}
#section-5 .content .gallery img {
	max-width: 100%;
}
#section-5 .content .gallery a.hidden {
	display: none;
	visibility: hidden;
}

#section-5 .contact.section-1 {
	padding: 20px 0 40px;
}
#section-5 .contact.section-1 h3 {
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Noto Serif', serif;
	font-size: 30px;
	color: #00673f;
	font-weight: 700;
	line-height: 30px;
}
#section-5 .contact.section-1 h3::after {
	display: none;
	visibility: hidden;
}
#section-5 .contact.section-1 h3 span {
	font-size: 20px;
}
#section-5 .contact.section-1 hr {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: 0;
	display: block;
	background: none;
	width: 60px;
	height: 0;
	border: none;
	border-top: 3px solid #ede2d5;
}
#section-5 .contact.section-1 a {
	font-size: 14px;
	color: #c59e75;
	font-weight: 600;
}
#section-5 .contact.section-1 a:hover,
#section-5 .contact.section-1 a:focus {
	color: #00673f;
}

#section-5 .contact.section-2 {
	border-bottom: 1px solid #c59e75;
}
#section-5 .contact.section-2 .box {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
#section-5 .contact.section-2 h6 {
	padding-bottom: 10px;
	font-size: 18px;
	color: #00673f;
	font-weight: 700;
	line-height: 20px;
}
#section-5 .contact.section-2 h6 span {
	font-size: 13px;
	color: #c59e75;
	font-weight: 400;
}
#section-5 .contact.section-2 p {
	font-size: 13px;
}
#section-5 .contact.section-2 p.text {
	flex: 1;
}
#section-5 .contact.section-2 p.contact a {
	margin-top: 10px;
	display: inline-block;
	background: url("../images/phone.svg") 0 0 no-repeat;
	background-size: 30px 30px;
	height: 30px;
	padding-left: 35px;
	font-size: 13px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
}
#section-5 .contact.section-2 p.contact a + a {
	margin-left: 5px;
	background: url("../images/map.svg") 0 0 no-repeat;
	letter-spacing: 0;
}
#section-5 .contact.section-2 p.contact a:hover,
#section-5 .contact.section-2 p.contact a:focus {
	color: #00673f;
}
#section-5 .contact.section-2 p.qr a {
	margin-top: 15px;
	display: inline-block;
	padding: 10px;
	border: 3px solid #ede2d5;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
}
#section-5 .contact.section-2 p.qr a img {
	display: block;
	width: 120px;
	height: 120px;
}

#section-5 .contact.section-3 .section-3-1 {
	padding-top: 70px;
}
#section-5 .contact.section-3 .section-3-1 h5 {
	font-family: 'Noto Serif', serif;
	font-size: 17px;
	color: #00673f;
	font-weight: 700;
	line-height: 20px;
}
#section-5 .contact.section-3 .section-3-1 hr {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: 0;
	display: block;
	background: none;
	width: 60px;
	height: 0;
	border: none;
	border-top: 3px solid #ede2d5;
}
#section-5 .contact.section-3 .section-3-1 p.title {
	padding-bottom: 20px;
	color: #c59e75;
	font-style: italic;
}
#section-5 .contact.section-3 .section-3-1 a {
	position: relative;
	color: #000;
	font-weight: 600;
}
#section-5 .contact.section-3 .section-3-1 a::after {
	position: absolute;
	bottom: -1px;
	display: block;
	content: "";
	width: 98%;
	height: 1px;
	border-bottom: 2px solid #c59e75;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
#section-5 .contact.section-3 .section-3-1 a:hover::after {
	transform: scaleX(1);
}
#section-5 .contact.section-3 .section-3-1 a:hover,
#section-5 .contact.section-3 .section-3-1 a:focus {
	color: #00673f;
}

#section-5 .contact-form {
	margin: 40px 0;
}
#section-5 .jobs {
	margin: 60px 0 20px;
	display: none;
}
#section-5 .jobs h4 {
	margin-bottom: 20px;
	font-size: 40px;
	color: #00673f;
	line-height: 45px;
}
#section-5 .jobs h4 span {
	display: block;
	color: #c59e75;
}
#section-5 .jobs .contact-form {
	margin-top: 0;
}
#section-5 .contact-form .controls {
	padding: 0 0 20px;
}
#section-5 .contact-form input.text {
	background-color: #f9f5f1;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 2px;
	padding: 0 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	color: #000;
	font-style: italic;
	font-weight: 400;
	line-height: 36px;
}
#section-5 .contact-form input::placeholder {
	font-size: 14px;
	color: #b26718;
	font-style: normal;
	font-weight: 600;
}
#section-5 .contact-form input.text:hover,
#section-5 .contact-form input.text:focus {
	background-color: #eee5db;
}
#section-5 .contact-form textarea {
	background-color: #f9f5f1;
	width: 100%;
	height: 130px;
	border: none;
	border-radius: 2px;
	padding: 10px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	color: #000;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
}
#section-5 .contact-form textarea::placeholder {
	font-size: 14px;
	color: #b26718;
	font-style: normal;
	font-weight: 600;
}
#section-5 .contact-form textarea:hover,
#section-5 .contact-form textarea:focus {
	background-color: #eee5db;
}
#section-5 .contact-form input[type="file"] {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
}
#section-5 .contact-form input[type="file"] + label {
	margin-bottom: 20px;
    display: inline-block;
	height: 40px;
	border: 2px solid #eee5db;
	-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
			border-radius: 20px;
	padding: 0 20px;
	font-size: 13px;
	color: #d3a892;
    font-weight: 700;
	line-height: 36px;
	cursor: pointer;
}

#section-5 .contact-form input[type="file"]:focus + label,
#section-5 .contact-form input[type="file"] + label:hover {
    background-color: #eee5db;
}
#section-5 .contact-form button.btn {
	float: right;
	margin: 0;
	background-color: #00673f;
	width: auto;
	height: 50px;
	border: none;
	-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
			border-radius: 30px;
	padding: 0 25px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}
#section-5 .contact-form button.btn:hover {
	background-color: #c59e75;
}

#section-5 .contact-form .alert.alert-success {
	padding-bottom: 15px;
}
#section-5 .contact-form .alert.alert-success button.close {
	margin-right: 10px;
	background-color: #00673f;
	width: 30px;
	height: 30px;
	border: none;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
			border-radius: 15px;
	color: #fff;
	line-height: 20px;
}

/* alert form */
#section-5 .contact-form .help-block ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#section-5 .contact-form .help-block ul li {
	padding: 0 0 0 15px;
	font-size: 11px;
	color: red;
}

#section-5 .maps {
	background-color: #faf6f2;
	padding: 60px 0 0;
}
#section-5 .maps h6 {
	margin-top: 21px;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	color: #00673f;
	font-weight: 700;
	line-height: 25px;
}
#section-5 .maps h6 span {
	display: block;
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	color: #c59e75;
}
#section-5 .maps h6 em {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

#section-5 .maps .map div img {
	display: block;
	max-width: 100%;
	height: auto;
}
#section-5 .maps .hr {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #c59e75;
}
#section-5 .maps .hr:first-child {
	padding-top: 0;
	border-top: none;
}

#section-5 .gallery-product {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}
#section-5 .gallery-product a {
	position: absolute;
	top: auto;
	right: -10px;
	bottom: 10px;
	left: auto;
	z-index: 9;
	margin-bottom: 0;
	display: inline-block;
	background-color: #00673f;
	height: 40px;
	padding: 0 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	line-height: 39px;
	font-style: italic;
}
#section-5 .gallery-product a:hover {
	background-color: #c59e75;
	color: #fff;
}
#section-5 .gallery-product a.hidden {
	display: none;
	visibility: hidden;
}

#section-5 h3 {
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: 'Lora';
	font-size: 25px;
	color: #00673f;
	font-weight: 700;
}
#section-5 h3::after {
	margin-top: 10px;
	display: block;
	content: "";
	background-color: #c59e75;
	width: 100px;
	height: 4px;
}
#section-5 h4 {
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #00673f;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
}
#section-5 h4::after {
	margin: 15px auto 0;
	display: block;
	content: "";
	background-color: #c59e75;
	width: 100px;
	height: 2px;
}
#section-5 div.main {
	margin: 10px 0 20px;
	background-color: #faf6f2;
	padding: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 25px;
	text-align: justify;
}
#section-5 div.main h2 {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 25px;
	color: #00673f;
}
#section-5 h6 {
	padding-bottom: 20px;
	font-size: 18px;
	color: #c59e75;
	font-weight: 600;
}
#section-5 h6 span {
	display: block;
	padding-bottom: 10px;
	font-size: 20px;
	color: #00673f;
	font-weight: 700;
}
#section-5 .ul-3 {
	margin: 0 0 20px 10px;
	list-style-type: none;
	padding: 0;
}
#section-5 .ul-3 li {
	background: url("../images/bullet-1.svg") 0 5px no-repeat;
	background-size: 10px 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #495450;
	font-weight: 400;
	line-height: 18px;
}
#section-5 .ul-3 li strong {
	font-weight: 600;
}
#section-5 .ul-3 li ul {
	margin: 5px 0 10px 0;
	list-style-type: none;
	padding: 0;
}
#section-5 .ul-3 li ul li {
	margin-left: 15px;
	display: block;
	background: none;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0;
	border-bottom: 1px solid #e5d9cd;
	font-size: 13px;
}
#section-5 .ul-3 li ul li:last-child {
	border-bottom: none;
}
#section-5 .ul-3 li h6 {
	padding-bottom: 10px;
	font-size: 18px;
}

#section-5 .table-1 {
	margin: 20px 0;
	width: 100%;
	padding-bottom: 20px;
	border-top: 1px solid #e5d9cd;
	border-bottom: 1px solid #e5d9cd;
}
#section-5 .table-1.split {
	float: left;
	width: 48%;
}
#section-5 .table-1.split.last {
	float: right;
}
#section-5 .table-1 td {
	border-top: 1px solid #faf6f2;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
}
#section-5 .table-1.style-1 td:first-child {
	text-align: left;
}
#section-5 .table-1.style-1 td:last-child {
	text-align: right;
}
#section-5 .table-1.border td {
	border-right: 1px solid #e5d9cd;
	border-left: 1px solid #e5d9cd;
}
#section-5 .table-1 tr:nth-child(2n) td {
	background-color: #faf6f2;
}
#section-5 .table-1 thead td {
	background-color: #faf6f2;
	border-top-color: #e5d9cd;
	font-weight: 600;
}

#section-5 .ul-4 {
	margin: 0 0 0 10px;
	list-style-type: none;
	background-color: #faf6f2;
	padding: 30px;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
}
#section-5 .ul-4 li {
	background: url("../images/bullet-1.svg") 0 6px no-repeat;
	background-size: 10px 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#section-5 .ul-4 li:last-child {
	padding-bottom: 0;
}
#section-5 .products .ul-4 a {
	margin-bottom: 0;
	color: #c59e75;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
}
#section-5 .products .ul-4 .selected {
	background-image: url("../images/bullet-2.svg");
}
#section-5 .products .ul-4 .selected a {
	color: #00674a;
}
#section-5 .products .ul-4 a:hover {
	color: #00674a;
}

#section-5 div.gdpr {
	padding-bottom: 20px;
}

#section-5 .ul-6 {
	margin: 0 0 30px 0;
	list-style-type: none;
	background-color: #faf6f2;
	padding: 30px;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
}
#section-5 .ul-6 li {
	background: url("../images/bullet-1.svg") 0 6px no-repeat;
	background-size: 10px 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#section-5 .ul-6 li:last-child {
	padding-bottom: 0;
}

#section-5 .products .prices {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #00673f;
	padding: 30px;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
}
#section-5 .products .prices h5 {
	padding-bottom: 25px;
	font-size: 20px;
	color: #fff;
}
#section-5 .products .prices ul {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}
#section-5 .products .prices ul li {
	margin: 0;
	width: 50%;
	padding: 0 0 10px 0;
}
#section-5 .products .prices a {
	margin-bottom: 0;
	border: 1px solid #c59e75;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-align: left;
}
#section-5 .products .prices a:hover {
	border-color: #fff;
}

#section-5 .products .download {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #faf6f2;
	padding: 30px;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
}
#section-5 .products .download h5 {
	padding-bottom: 25px;
	font-size: 20px;
	color: #c59e75;
}
#section-5 .products .download ul {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}
#section-5 .products .download ul li {
	margin: 0 10px 0 0;
	/*width: 50%;*/
	padding: 0 0 10px 0;
}
#section-5 .products .download ul li.special {
	width: 100%;
}
#section-5 .products .download a {
	margin-bottom: 0;
	border: 1px solid #c59e75;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
}
#section-5 .products .download .special a {
	margin-bottom: 0;
	background-color: #00673f;
	border-color: #00673f;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-align: left;
}
#section-5 .products .download .special a:hover {
	background-color: #c59e75;
	border-color: #c59e75;
}
/*#section-5 .products .download .special:nth-child(2n)::after*/
#section-5 .products .download .special::after {
	display: block;
	content: "Oferta poate fi actualizată oricând, în funcție de evoluția prețurilor la furnizori, astfel că este necesară o confirmare telefonică a prețurilor afisate.";
	margin-bottom: 15px;
	border-bottom: 1px solid #c59e75;
	padding: 10px 0;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
}
#section-5 .products .download .special.no-info::after {
	display: none;
	visibility: hidden;
}
#section-5 .products .download li.note {
	margin-bottom: 20px;
	border-bottom: 1px solid #c59e75;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
}

@media (max-width: 1199.98px) {
	#section-5 .contact.section-3 .section-3-1 a {
		font-size: 13px;
	}
	#section-5 .ul-2 a {
		font-size: 13px;
	}
	#section-5 .products .download ul li:nth-child(2n+1) {
		padding-right: 30px;
	}
}
@media (max-width: 991.98px) {
	#section-5 .table-wrapper {
		margin-bottom: 20px;
		overflow-x: auto;
	}
	#section-5 .header h1 {
		font-size: 30px;
	}
	#section-5 .contact.section-2 {
		padding-bottom: 0;
	}
	#section-5 .contact.section-2 .box {
		margin-bottom: 50px;
	}
	#section-5 .contact.section-2 h6 {
		padding-bottom: 10px;
	}
	#section-5 .contact.section-2 p.contact {
		margin-top: 10px;
	}
	#section-5 .contact.section-3 .section-3-1 {
		padding-top: 30px;
	}
	#section-5 .contact.section-3 .section-3-1 a {
		font-size: 14px;
	}
	#section-5 .contact.section-3 .section-3-1 p.title {
		padding-bottom: 10px;
	}
	#section-5 .ul-2 li {
		margin: 10px 0 10px 0;
	}
	#section-5 .ul-2 a {
		font-size: 14px;
	}
	#section-5 .maps .map div img {
		margin-left: -15px;
	}
	#section-5 .ul-4 {
		margin: 30px 0 20px 0;
	}
	#section-5 .products .download {
		margin-bottom: 10px;
	}
	#section-5 .header h1 strong::after {
		top: 4px;
	}
}
@media (max-width: 767.98px) {
	#section-5 .header h1 {
		margin-bottom: 20px;
		background-image: none;
		height: auto;
	}
	#section-5 .header h1 span {
		margin-top: -5px;
	}
	#section-5 .products .download ul li { 
		width: 100%;
	}	
	#section-5 .products .download ul li:nth-child(2n+1) {
		padding-right: 0;
	}
}
@media (max-width: 575.98px) {
	#section-5 .maps .hr {
		padding-bottom: 20px;
	}
	#section-5 .ul-1 li {
		width: 100%;
	}
	#section-5 .ul-2 li {
		width: 100%;
	}
	#section-5 .maps .map div img {
		margin-left: -5px;
		max-width: 300px;
	}
	#section-5 .table-1 thead td {
		font-size: 13px;
	}
}
/* section-5> */

/* <section-6 */
#section-6 {
	display: flex;
	flex-direction: column;
	background: #fff url('../images/welde-romania-banner-6.jpg') 50% 0 no-repeat;
	height: 440px;
	justify-content: center;
}
#section-6 h4 {
	display: inline-block;
	font-family: 'Lora', sans-serif;
	font-size: 45px;
	color: #fff;
	line-height: 55px;
}
#section-6 h4 span {
	display: block;
	font-size: 60px;
	color: #c59e75;
}
#section-6 h4 em {
	margin-top: 0px;
	margin-left: 1px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	#section-6 {
		background-position: 50% 0;
	}
}
@media (max-width: 575.98px) {
	#section-4 h4 {
		width: 100%;
	}
}
/* section-4>*/

/* <footer */
footer * {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}
footer {
	background: rgb(0,103,63);
    background: linear-gradient(-90deg, rgba(0,103,87,1) 0%, rgba(0,103,63,1) 100%);
	border-top: 1px solid #c59e75;
	padding: 40px 0 50px;
}
footer .img {
	margin-bottom: 40px;
	text-align: center;
}
footer .img img {
	margin-left: 22px;
}
footer .boxes {
	padding-bottom: 0;
	text-align: center;
}
footer .boxes + .boxes {
	padding-bottom: 40px;
}
footer .boxes h6 {
	display: inline-block;
	height: 20px;
	padding-bottom: 30px;
	font-size: 18px;
	color: #c59e75;
	font-weight: 700;
}
footer .boxes h6 span {
	font-size: 13px;
	font-weight: 400;
}
footer .boxes .box {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	padding: 0 20px;
}
footer .boxes p {
	padding-bottom: 20px;
	font-size: 13px;
	color: #fff;
}
footer .boxes p.mail {
	padding-top: 5px;
}
footer .boxes p.address {
	flex-grow: 2;
}
footer .boxes p + p {
	padding-bottom: 0;
}
footer .boxes p.mail {
	padding-bottom: 0;
}
footer .boxes p.tel a,
footer .boxes p.mail a {
	display: inline-block;
	height: 30px;
	padding-left: 35px;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}
footer .boxes p.tel a {
	letter-spacing: 2px;
}
footer .boxes p.tel a {
	background: url("../images/phone.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
footer .boxes p.mail a {
	background: url("../images/mail.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
footer .boxes p.tel a:hover,
footer .boxes p.tel a:focus,
footer .boxes p.mail a:hover,
footer .boxes p.mail a:focus {
	color: #c59e75;
}

footer hr {
	margin: 0 auto;
	background: none;
	width: 50px;
	height: 0;
	border: none;
	border-top: 2px solid #c59e75;
	font-size: 0;
	line-height: 0;
}

footer nav {
	margin: 0 auto;
}
footer nav ul {
	margin: 40px 0;
	list-style-type: none;
	height: 20px;
	padding: 0;
	text-align: center;
}
footer nav ul li {
	display: inline-block;
}
footer nav ul li::before {
	content: "/";
	padding: 0 15px 0 12px;
	font-size: 9px;
	color: #241d15;
	font-weight: 700;
}
footer nav ul li:first-child::before {
	content: "";
	padding: 0;
}
footer ul li a {
	position: relative;
	font-size: 11px;
	color: #c59e75;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
footer ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	content: "";
	width: 98%;
	height: 1px;
	border-bottom: 1px solid #c59e75;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
footer ul li a:hover::after {
	transform: scaleX(1);
}
footer ul li a:hover,
footer ul li a:focus {
	color: #fff;
}
footer ul li a.selected {
	color: #fff;
}

footer .copyright {
	padding-top: 40px;
	font-size: 9px;
	color: #c59e75;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
	footer .boxes {
		padding-bottom: 10px;
	}
	footer .boxes .box {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	footer .boxes p {
		padding-bottom: 10px;
	}
	footer nav ul li a {
		letter-spacing: 2px;
	}
	footer nav ul li::before {
		padding: 0 10px 0 7px;
	}
}
@media (max-width: 767.98px) {
	footer nav ul {
		height: auto;
	}
	footer nav ul li {
		/*display: block;
		width: 100%;*/
		padding: 0 10px 10px;
	}
	footer nav ul li::before {
		content: "";
		padding: 0;
	}
}
@media (max-width: 575.98px) {
}
/* footer> */

/* <author */
#author {
	padding: 25px 0;
	text-align: center;
}
#author a {
	position: relative;
	color: #c59e75;
	font-weight: 600;
}
#author a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 98%;
	height: 1px;
	border-bottom: 1px solid #c59e75;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
#author a:hover::after {
	transform: scaleX(1);
}
#author a:hover,
#author a:focus {
	color: #00673f;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
/* author> */

/* <cookie */
body .cc-color-override-662664878.cc-window {
	background: rgb(0,103,63);
    background: linear-gradient(-90deg, rgba(0,103,87,1) 0%, rgba(0,103,63,1) 100%);
	border-radius: 2px;
}
.cc-floating .cc-message {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
.cc-color-override-662664878 .cc-link {
	border-bottom: 1px solid #ad8c4a;
	color: #fff;
}
.cc-color-override-662664878 .cc-link:hover {
	border-bottom-color: #fff;
	color: #fff;
}
.cc-floating .cc-compliance > .cc-btn {
	border-radius: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cc-floating .cc-compliance > .cc-btn:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
@media (max-width: 414.98px) {
	.cc-color-override-662664878.cc-window {
		border-radius: 0;
	}
}
/* cookie> */

/* <error 404 */
.error-404 {
	background-color: #faf7f2;
	text-align: center;
}
.error-404 img {
	max-width: 100%;
}
/* error 404> */

/* <fancy-box */
.fancybox-slide--iframe .fancybox-content {
    margin: -70px 0 0;
	max-width: 850px;
    width: 95%;
	height: 50vh;
}
/* fancy-box> */
