@charset "utf-8";
@import url('bootstrap-reboot.min.css');
@import url('bootstrap-grid.min.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: #1c75bc;
	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 #1c75bc, 0 0 5px #1c75bc;
	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;*/
	display: none;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #1c75bc;
	border-left-color: #1c75bc;
	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> */

body {
	margin: 0;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	line-height: 20px;
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}

/* <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,
blockquote {
	margin: 0;
	padding: 0;
}
/* mini reset> */

* {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	/*max-width: 1670px;*/
	max-width: 1930px;
}

.visible {
	overflow: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
}
.hidden {
	overflow: hidden;
	height: 0;
}

/* <header */
header {
	position: fixed;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 99;
	width: 100%;
	/*max-width: 1670px;*/
	max-width: 1930px;
	height: 100px;
}
header h1 {
	position: relative;
	z-index: 5;
	margin-top: 30px;
	width: 226px;
	height: auto;
}
header h1 a {
	display: block;
	background: url("../images/procon-logo.svg") 0 0 no-repeat;
	width: 226px;
	height: 70px;
	text-indent: -9999px;
}
header.shrink {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 101;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	height: 60px;
	-moz-box-shadow: 0px 4px 3px 0px rgba(120,120,120,0.1);
		-webkit-box-shadow: 0px 4px 3px 0px rgba(120,120,120,0.1);
			box-shadow: 0px 4px 3px 0px rgba(120,120,120,0.1);
}
header.shrink h1 {
	float: left;
	margin: 5px 0 0;
	width: 50px;
	height: 50px;
}
header.shrink h1 a {
	background: url("../images/procon-logo-2.svg") 0 0 no-repeat;
	width: 50px;
	height: 50px;
}
header.shrink h1 span {
	display: none;
}
/* <nav */
nav {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
	width: auto;
	height: 100px;
	z-index: 990;
}
nav ul {
	margin: 55px 0 0 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0;
	list-style-type: none;
}
nav ul li {
	position: relative;
	z-index: 991;
	padding: 0;
	line-height: 20px;
}
nav ul li::before {
	/*display: inline-block;*/
	display: none;
	content: "·";
	width: 10px;
	padding: 0 17px 0 15px;
	font-size: 15px;
	color: #fcb040;
	font-weight: 700;
}
nav ul li:first-child::before {
	/*content: "";
	width: 0;
	padding-left: 0;*/
}
nav ul li.separator::before {
	display: inline-block;
	content: "·";
	width: 10px;
	height: 20px;
	padding: 0 18px 0 14px;
	font-size: 15px;
	color: #fcb040;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0;
}
nav ul li a {
	position: relative;
	z-index: 99;
	display: inline-block;
	font-size: 12px;
	color: #d2d8ec;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
nav ul li a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 97%;
	height: 1px;
	border-bottom: 2px solid #fcb040;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
nav ul li a:hover,
nav ul li a.selected {
	color: #fff;
}
nav ul li a:hover::after {
	transform: scaleX(1);
}
nav ul#menu-1 li ul.submenu {
	position: absolute;
	top: 45px;
	right: auto;
	bottom: auto;
	left: 50%;
    transform: translate(-50%, 0);
	z-index: 999;
	display: block;
	visibility: hidden;
	margin: 0;
	background-color: #fff;
	width: auto;
	height: auto;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			border-radius: 5px;
	-moz-box-shadow: 0 0 20px 0px rgba(64,125,192,0.1);
		-webkit-box-shadow: 0 0 20px 0px rgba(64,125,192,0.1);
			box-shadow: 0 0 20px 0px rgba(64,125,192,0.1);
	padding: 15px 20px;
	text-align: center;
	opacity: 0;
	-moz-transition: visibility 0s, opacity 0.15s ease-in-out;
		-webkit-transition: visibility 0s, opacity 0.15s ease-in-out;
			transition: visibility 0s, opacity 0.15s ease-in-out;

}
nav ul#menu-1 li ul.submenu::before {
	margin: -28px auto 0;
	display: block;
	content: "";
	background: url('../images/submenu-arrow.png') 50% 50% no-repeat;
	width: 42px;
	height: 13px;
}
nav ul#menu-1 li:hover > ul.submenu {
	visibility: visible;
	opacity: 1;
}
nav ul#menu-1 li ul.submenu li {
	padding: 5px 0;
	white-space: nowrap;
}
nav ul#menu-1 li ul.submenu.last li {
	text-align: center;
}
nav ul#menu-1 li ul.submenu li::before,
nav ul#menu-1 li ul.submenu li::after {
	display: none;
	visibility: hidden;
}
nav ul#menu-1 li ul.submenu li.separator {
	margin: 15px auto 0;
	display: block;
	background-color: #fcb040;
	width: 80px;
	height: 4px;
	padding: 0;
}
nav ul#menu-1 li ul.submenu li a {
	margin-top: 15px;
	font-size: 20px;
	color: #1c75bc;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: none;
}
nav ul#menu-1 li ul.submenu.last li a {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}
nav ul#menu-1 li ul.submenu li a span {
	display: block;
	font-size: 14px;
	color: #fcb040;
	font-weight: 600;
}
nav ul#menu-1 li ul.submenu li a:hover {
	color: #000;
}
nav ul#menu-1 li ul.submenu li a::before,
nav ul#menu-1 li ul.submenu li a::after {
	display: none;
}
header.shrink nav {
	/*overflow: hidden;*/
	height: 60px;
}
header.shrink nav ul {
	margin-top: 20px;
}
header.shrink nav ul li a {
	color: #555;
}
header.shrink nav ul li a:hover,
header.shrink nav ul li a.selected {
	color: #1c75bc;
}

@media (min-width: 1350px) {
	#header.container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
	#header.container {
		max-width: 100%;
	}
}
@media (max-width: 1199.98px) {
	header h1 {
	}
	header h1,
	header h1 a {
	}
}
@media (max-width: 991.98px) {
	#header.container {
		width: 100%;
		max-width: 100%;
	}
	header h1 {
		margin-left: 5px;
	}
	header h1 a {
	}
	nav ul#menu-1 {
		display: none;
	}
}
@media (max-width: 767.98px) {
	header .container {
		max-width: 100%;
	}
}
@media (max-width: 575.98px) {
}

/* <hamburger */
.hamburger {
	right: 30px;
	bottom: auto;
	left: auto;
	z-index: 999;
	margin: 0;
	overflow: visible;
	display: inline-block;
	width: 30px;
	height: 30px;
	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;
}
.state-1 {
	/*position: fixed;
	top: 30px;
	right: 15px;
	z-index: 9999;*/
	margin-top: 50px;
	margin-right: 5px;
}
header.shrink .state-1 {
	/*top: 15px;*/
	margin-top: 16px;
}
nav .state-2 {
	/*position: fixed;
	top: 30px;
	right: 15px;
	z-index: 999;*/
	margin-top: 16px;
	margin-right: 5px;
}
header.shrink .state-2 {
	margin-top: 16px;
	margin-right: 5px;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 0px;
}

.hamburger-inner {
	top: 50%;
	margin-top: -2px;
	display: block;
}
.shrink .hamburger-inner, .hamburger-inner::before,
.shrink .hamburger-inner::after,
.shrink .hamburger-inner, .shrink .hamburger-inner::before,
.shrink .hamburger-inner::after {
	background-color: #f9ae40;
}
.state-2 .hamburger-inner, .hamburger-inner::before,
.state-2 .hamburger-inner::after {
	background-color: #f9ae40;
}
.hamburger-inner, .hamburger-inner::before,
.hamburger-inner::after {
	position: absolute;
	background-color: #f9ae40;
	width: 30px;
	height: 3px;
	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: -10px;
	width: 30px;
}
.state-2 .hamburger-inner::before {
	left: 0px;
	width: 30px;
}
.hamburger-inner::after {
	bottom: -10px;
	width: 30px;
}
.state-2 .hamburger-inner::after {
	left: 0;
	width: 30px;
}

/* 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: 992px) {
	.hamburger {
		display: none;
	}
}
/* hamburger> */

/* <menu */
#menu-2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	overflow: auto;
	background: #1c75bc;
	background: linear-gradient(35deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
	/*width: 100%;
	height: 100%;*/
	width: 100vw;
	height: 100vh;
}
#menu-2 div {
	margin: 0 auto;
	max-width: 90%;
	color: #e9e9e9;
	text-align: left;
}
#menu-2 div .menu {
	margin: 0;
	padding: 90px 0 0 30px;
}
#menu-2 div .menu li {
	margin: 0;
	display: block;
	width: auto;
	padding: 12px 0;
	text-transform: uppercase;
	line-height: 20px;
}
#menu-2 div .menu li a {
	display: inline-block;
	transition-property: all .2s linear 0s;
	font-size: 25px;
	color: #f9ae40;
	font-weight: 600;
}
#menu-2 div .menu li a:hover,
#menu-2 div .menu li a:focus,
#menu-2 div .menu li a.selected {
	color: #fff;
}

#menu-2 div .contact {
	margin: 0;
	list-style-type: none;
	padding: 20px 25px 17px 30px;
	text-align: left;
}
#menu-2 div .contact li {
	display: inline;
	padding: 0 10px 0 0;
	color: #fff;
	font-weight: 400;
}
#menu-2 div .contact li::before {
	content: "/";
	padding: 0 10px 0 0;
	color: #f9ae40;
	font-weight: 400;
}
#menu-2 div .contact li:first-child::before {
	content: "";
	padding: 0;
}
#menu-2 div .contact li a {
	font-size: 16px;
	color: #f9ae40;
	font-weight: 600;
}
#menu-2 div .contact li a:hover,
#menu-2 div .contact li a:focus {
	color: #fff;
}

#menu-2 div .links {
	margin: 10px 0 30px 0;
	list-style-type: none;
	padding: 0 0 0 20px;
	text-align: left;
}
#menu-2 div .links li {
	display: block;
	padding: 3px 0 3px 10px;
	color: #fff;
	font-weight: 400;
}
#menu-2 div .links li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
#menu-2 div .links li a:hover,
#menu-2 div .links li a:focus {
	color: #fff;
}

#menu-2 .menu .submenu {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 0 0 15px;
}
#menu-2 .menu .submenu li {
	padding: 4px 20px 0 0;
}
#menu-2 .menu .submenu li:last-child {
	margin-top: 10px;
	flex-grow: 1;
	flex-basis: 100%;
}
#menu-2 .menu .submenu li a {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	text-transform: none;
}
#menu-2 .menu .submenu li a span {
	display: block;
	font-size: 13px;
	color: #f9ae40;
	font-weight: 400;
	line-height: 15px;
}

@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: 992px) {
	#menu-2 {
		visibility: hidden;
	}
}
@media (max-width: 767.98px) {
	#menu-2 div .contact {
		padding-left: 30px;
	}
}
@media (max-width: 575.98px) {
	#menu-2 div .menu li a {
		font-size: 25px;
	}	
	#menu-2 div .contact li {
		display: block;
		padding-left: 0;
		line-height: 30px;
	}
	#menu-2 div .contact li::before {
		content: "";
		padding-right: 0;
	}
}
@media (max-width: 459.98px) {
	#menu-2 .menu .submenu {
		flex-direction: column;
	}
	#menu-2 .menu .submenu li {
		padding-bottom: 5px;
	}
	#menu-2 .menu .submenu li:last-child {
		margin-top: 0
	}
}
/* menu> */
/* nav> */
/* header> */

/* <banner */
.banner-1 {
	position: relative;
	z-index: 1;
	background: #1c75bc url("../images/procon-banner-1.jpg") 50% 50% no-repeat;
	background-size: cover;
	height: 880px;
}
.banner-1 img {
	margin: 220px auto 80px;
	display: block;
	width: 230px;
	height: 230px;
}
.banner-1 h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 15px;
}
.banner-1 p {
	margin-top: 35px;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.banner-2 {
	background: #1c75bc;
	background: linear-gradient(95deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
	height: 220px;
}
.banner-2 .container {
	background: url("../images/procon-logo-2.svg") 50% 110px no-repeat;
	height: 220px;
}

@media (min-width: 1350px) {
	#banner .container {
		max-width: 1320px;
	}
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
	.banner-1 {
	}
	.banner-1 h1 {
		margin-top: 0;
		font-size: 30px;
		line-height: 40px;
	}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	.banner-1 {
		height: 720px;
	}
	.banner-1 img {
		margin-top: 160px;
		margin-bottom: 50px;
	}
	.banner-1 h1 {
		font-size: 25px;
		line-height: 40px;
		letter-spacing: 5px;
	}
}
/* banner> */

/* <path */
#path {
	margin: 15px 0;
	height: 20px;
}
#path ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	height: 20px;
	text-align: right;
}
#path ul li {
	margin: 0;
	display: inline-block;
	height: 20px;
	padding: 0;
	font-size: 10px;
	color: #7f3f98;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#path ul li::before {
	content: "/";
	padding: 0 10px 0 7px;
	color: #dbdbdb;
}
#path ul li:first-child::before {
	content: "";
	padding: 0;
}
#path ul li a {
	color: #aeaeae;
	font-weight: 600;
	line-height: 20px;
}
#path ul li a:hover {
	color: #000;
}

@media (min-width: 1350px) {
	#path .container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
	#path .container {
		max-width: 100%;
	}
}
/* path> */

/* <section-1 */
#section-1 {
	padding: 80px 0 60px;
}
#section-1 .box {
	display: flex;
	flex-direction: row;
	height: 340px;
	border: 3px solid #fedfb3;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
}
#section-1 .box .img {
	margin: 30px 30px 0 30px;
	flex-shrink: 0;
	background-position: 20% 50%;
	background-repeat: no-repeat;
	/*background-size: 250px 340px;*/
	width: 250px;
	height: 340px;
}
#section-1 .box .img.img-1 {
	background-image: url('../images/panouri-solare-cu-tuburi-vidate-1.jpg');
}
#section-1 .box .img.img-2 {
	background-image: url('../images/panouri-fotovoltaice-2.jpg');
}
#section-1 .box .text {
	position: relative;
	z-index: 1;
	margin: 80px 20px 25px 0;
	display: flex;
	flex-direction: column;
}
#section-1 .box .text .icon {
	position: absolute;
	top: -145px;
	right: auto;
	bottom: auto;
	left: -15px;
	z-index: 1;
	background: #fff url('../images/procon-logo-2.svg') 50% 50% no-repeat;
	background-size: 100px 100px;
	width: 130px;
	height: 130px;
}
#section-1 .box .text h2 {
	height: 130px;
	font-size: 30px;
	color: #1c75bc;
	font-weight: 600;
	line-height: 35px;
}
#section-1 .box.box-2 .text h2 {
	/*color: #7f3f98;*/
}
#section-1 .box .text h2 span {
	display: block;
	padding-top: 5px;
	font-size: 18px;
	color: #fcb040;
	line-height: 22px;
}
#section-1 .box .text p.info {
	flex-grow: 1;
	font-size: 13px;
}
#section-1 .box .text p.link {
	flex-shrink: 0;
	display: inline-block;
	height: 20px;
}
#section-1 .box .text a {
	display: inline-block;
	background: url('../images/arrow-1.svg') 100% 50% no-repeat;
	background-size: 30px 8px;
	height: 20px;
	padding-right: 40px;
	font-size: 11px;
	color: #1c75bc;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px;
}
#section-1 .box .text a:hover {
	background-image: url('../images/arrow-2.svg');
	color: #000;
}

@media (min-width: 1350px) {
	#section-1 .container {
		max-width: 1320px;
	}
}
@media (min-width: 992px) and (max-width: 1349.98px) {
	#section-1 .container {
		max-width: 100%;
	}
	#section-1 .box {
		flex-direction: column;
		justify-content: flex-start;
		align-content: space-around;
		height: 610px;
	}
	#section-1 .box .img {
		margin-top: 50px;
		background-size: cover;
		width: auto;
		height: 340px;
		flex-grow: 1;
	}
	#section-1 .box .text {
		margin: 30px;
		height: 200px;
		flex-grow: 1;
	}
	#section-1 .box .text .icon {
		top: -472px;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		background-size: 80px 80px;
		width: 100px;
		height: 100px;
	}
	#section-1 .box .text h2 {
		margin-bottom: 10px;
		height: 65px;
		font-size: 25px;
	}
	#section-1 .box .text p.info {
		flex-grow: 0;
		height: 50px;
	}
	#section-1 .box .text p.link {
		margin-top: 20px;
	}
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
	#section-1 {
		padding-bottom: 0;
	}
	#section-1 .box {
		margin-top: 20px;
		margin-bottom: 100px;
	}
	
}
@media (max-width: 767.98px) {
	#section-1 .container {
		max-width: 100%;
	}
	#section-1 .box {
		margin-top: 20px;
		margin-bottom: 60px;
		flex-direction: column;
		justify-content: flex-start;
		align-content: space-around;
		height: auto;
	}
	#section-1 .box .img {
		margin-top: 50px;
		background-size: cover;
		width: auto;
		height: 340px;
		flex-grow: 1;
	}
	#section-1 .box .text {
		margin: 30px;
		height: auto;
		flex-grow: 1;
	}
	#section-1 .box .text .icon {
		top: -472px;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		background-size: 80px 80px;
		width: 100px;
		height: 100px;
	}
	#section-1 .box .text h2 {
		margin-bottom: 10px;
		height: auto;
		font-size: 25px;
	}
	#section-1 .box .text p.link {
		margin-top: 20px;
	}
}
@media (max-width: 575.98px) {
}
/* section-1> */

/* <section-2 */
#section-2 {
	margin: 30px 0 70px;
	background: url('../images/procon-logo-4.svg') 50% 50% no-repeat;
	background-size: 330px 330px;
	padding: 60px 0;
	text-align: center;
}
#section-2 .separator {
	margin: 0 auto 30px;
	background: url('../images/separator-1.svg') 50% 50% no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 410px;
	height: 45px;
}
#section-2 h2 {
	font-size: 17px;
	color: #1c75bc;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 16px;
}
#section-2 blockquote {
	margin-top: 25px;
	font-size: 13px;
	color: #4b4b4b;
	font-style: italic;
	line-height: 25px;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	#section-2 {
		margin: 0 0 30px;
		padding-top: 10px;
	}
}
@media (max-width: 575.98px) {
	#section-2 h2 {
		letter-spacing: 6px;
	}
	#section-2 .separator {
		width: auto;
	}
}
/* section-2> */

/* <section-3 */
#section-3 {
}
#section-3 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: 580px;
	text-align: center;
}
#section-3 .box.box-1 {
	background: url('../images/panouri-solare-cu-tuburi-vidate-2.jpg') 50% 50% no-repeat;
	background-size: cover;
}
#section-3 .box.box-2 {
	background: url('../images/panouri-fotovoltaice-2.jpg') 50% 50% no-repeat;
	background-size: cover;
}
#section-3 .box a {
	margin: 0 auto;
	/*background-color: rgba(28,117,188,.7);*/
	background: #1c75bc;
	background: linear-gradient(-90deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
	padding: 20px;
	width: 70%;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);*/
	opacity: .8;
}
#section-3 .box.box-2 a {
	background: #1c75bc;
	background: linear-gradient(90deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
}
#section-3 .box a:hover {
	color: #f9ae40;
}

@media (max-width: 1199.98px) {
	#section-3 .box {
		height: 400px;
	}
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	#section-3 .box {
		background-position: 50% 0;
	}
	#section-3 .box a {
		width: 80%;
	}
}
@media (max-width: 575.98px) {
}
/* section-3> */

/* <section-4 */
#section-4 {
	padding: 30px 0 60px;
}
#section-4 .header h1 {
	margin-bottom: 30px;
	margin-left: -2px;
	font-size: 45px;
	color: #1c75bc;
	font-weight: 700;
	line-height: 50px;
}
#section-4 .header h1 span {
	display: block;
	padding-left: 1px;
	font-size: 20px;
	color: #f9ae40;
	font-weight: 600;
	line-height: 20px;
}
#section-4 .content p {
	margin: 0 0 20px;
	line-height: 25px;
	text-align: justify;
}
#section-4 .content img {
	max-width: 100%;
	height: auto;
}
#section-4 .content h2 {
	margin: 20px 0 10px;
	font-size: 25px;
	color: #1c75bc;
	font-weight: 700;
	line-height: 25px;
}
#section-4 .content h3 {
	margin: 10px 0 10px;
	font-size: 20px;
	color: #7f3f98;
	font-weight: 600;
	line-height: 20px;
}
#section-4 .content h3::after {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	content: "";
	background-color: #fcb040;
	width: 100px;
	height: 3px;
}
#section-4 .content h6 {
	margin: 20px 0 10px;
	font-size: 20px;
	color: #7f3f98;
	font-weight: 600;
	line-height: 20px;
}
#section-4 .content ul {
	margin: 20px 20px 30px;
	list-style-type: none;
	padding: 0;
}
#section-4 .content ul li {
	background: url("../images/bullet-1.svg") 0 6px no-repeat;
	background-size: 10px 10px;
	padding: 0 20px 10px 20px;
}
#section-4 .content ul li strong {
	border-bottom: 1px solid #fcb040;
	font-weight: 600;
}
#section-4 .content hr {
	margin-bottom: 40px;
	background: none;
	geight: 1px;
	border: none;
	border-bottom: 1px solid #fcb040;
}
#section-4 .content .special {
	margin: 20px 0 0;
	background-color: #fff;
	border: 2px solid #7f3f98;
	padding: 30px 40px 10px;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
}

#section-4 .diagrama {
	margin-top: 20px;
	text-align: center;
}
#section-4 .diagrama h2 {
	line-height: 35px;
}
#section-4 .diagrama h2::before {
	margin: 0 auto 50px;
	display: block;
	content: "";
	background-color: #fcb040;
	width: 200px;
	height: 5px;
}
#section-4 .diagrama ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#section-4 .diagrama ul li {
	margin: 30px 0;
	flex-basis: 50%;
	background: none;
}
#section-4 .diagrama ul li::before {
	margin: 0 auto 20px;
	/*margin-top: 10px;
	margin-bottom: 20px;*/
	display: block;
	content: "";
	width: 100px;
	height: 100px;
}
#section-4 .diagrama ul li.one::before {
	background: url('../images/icon-1.svg') 50% 50% no-repeat;
	background-size: cover;
}
#section-4 .diagrama ul li.two::before {
	background: url('../images/icon-3.svg') 50% 50% no-repeat;
	background-size: cover;
}
#section-4 .diagrama ul li.three::before {
	background: url('../images/icon-2.svg') 50% 50% no-repeat;
	background-size: cover;
}
#section-4 .diagrama ul li.four::before {
	background: url('../images/icon-4.svg') 50% 50% no-repeat;
	background-size: cover;
}

#section-4 .fast-contact {
	margin-bottom: 20px;
}
#section-4 .fast-contact .boxes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-shrink: 0;
	background: #1c75bc;
	background: linear-gradient(95deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
}
#section-4 .fast-contact h2 {
	padding-bottom: 10px;
	text-align: center;
}
#section-4 .fast-contact .boxes .box {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	flex-grow: 0;
	padding: 0 50px;
}
#section-4 .fast-contact .boxes .box .icon {
	margin-top: -3px;
	margin-right: 10px;
	display: block;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
}
#section-4 .fast-contact .boxes .box .phone {
	background: url("../images/phone-2.svg") 0 0 no-repeat;
	background-size: 50px 50px;
}
#section-4 .fast-contact .boxes .box .mail {
	background: url("../images/mail-2.svg") 0 0 no-repeat;
	background-size: 50px 50px;
}
#section-4 .fast-contact .boxes .box .address {
	background: url("../images/address-2.svg") 0 0 no-repeat;
	background-size: 50px 50px;
}
#section-4 .fast-contact .boxes .box .content {
	padding-left: 12px;
}
#section-4 .fast-contact .boxes .box .content span {
	display: block;
	color: #fcb040;
	font-size: 13px;
}
#section-4 .fast-contact .boxes .box .content a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
#section-4 .fast-contact .boxes .box .content a:hover {
	color: #fcb040;
}
/*#section-4 .diagrama span {
	margin: 0 auto 30px;
	display: block;
	background-color: #fcb040;
	width: 50px;
	height: 50px;
	-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
			border-radius: 24px;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
}
#section-4 .diagrama span.one::after {
	margin-top: -45px;
	margin-left: 70px;
	content: "...";
	display: block;
	width: 300px;
	height: auto;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}*/

#section-4 .contact h2 {
	margin: 0 0 30px;
	color: #0077bf;
}
#section-4 .contact .boxes {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	padding-top: 30px;
	padding-bottom: 40px;
}
#section-4 .contact .boxes .box {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-grow: 0;
	padding: 0 10px 30px;
}
#section-4 .contact .boxes .box .icon {
	margin-top: -3px;
	margin-right: 10px;
	display: block;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
}
#section-4 .contact .boxes .box .phone {
	background: url("../images/phone-2.svg") 0 0 no-repeat;
	background-size: 50px 50px;
}
#section-4 .contact .boxes .box .mail {
	background: url("../images/mail-2.svg") 0 0 no-repeat;
	background-size: 50px 50px;
}
#section-4 .contact .boxes .box .address {
	background: url("../images/address-2.svg") 0 0 no-repeat;
	background-size: 50px 50px;
}
#section-4 .contact .boxes .box .content {
	padding-left: 12px;
}
#section-4 .contact .boxes .box .content span {
	display: block;
	color: #404041;
	font-size: 13px;
}
#section-4 .contact .boxes .box .content a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
#section-4 .contact .boxes .box .content a:hover {
	color: #0077bf;
}

#section-4 .contact .contact-form {
	margin: 20px 0 0;
}
#section-4 .contact .contact-form .controls {
	padding: 0 0 25px;
}
#section-4 .contact .contact-form input.text {
	background-color: #fff;
	width: 100%;
	height: 40px;
	border: 2px solid #ddd;
	border-radius: 4px;
	padding: 0 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #16282a;
	line-height: 36px;
}
#section-4 .contact .contact-form input.text:hover,
#section-4 .contact .contact-form input.text:focus {
	border-color: #7f3f98;
	outline: none;
}
#section-4 .contact .contact-form textarea {
	background-color: #fff;
	width: 100%;
	height: 130px;
	border: 2px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #16282a;
	line-height: 26px;
}
#section-4 .contact .contact-form textarea:hover,
#section-4 .contact .contact-form textarea:focus {
	border-color: #7f3f98;
	outline: none;
}
#section-4 .contact .contact-form p.small {
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 13px;
}
#section-4 .contact .contact-form a {
	color: #1c75bc;
	font-weight: 600;
	white-space: nowrap;
}
#section-4 .contact .contact-form button.btn {
	float: left;
	margin: 0;
	background-color: #7f3f98;
	width: auto;
	height: 50px;
	border: none;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	padding: 0 35px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 1px;
	cursor: pointer;
}
#section-4 .contact .contact-form button.btn:hover {
	background-color: #1c75bc;
}
#section-4 .contact .contact-form p.text-danger ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 0 20px;
	font-family: 'Open Sans';
	font-size: 11px;
	font-style: italic;
	color: red;
}
#section-4 .contact .contact-form #success .alert {
	padding-bottom: 20px;
}
#section-4 .contact .contact-form #success .alert button.close {
	margin-right: 10px;
	display: none;
	background: none;
	background-color: #7f3f98;
	width: 30px;
	height: 30px;
	border: none;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
			border-radius: 15px;
	line-height: 28px;
}
#section-4 .contact .contact-form #success strong {
	font-weight: 600;
}

@media (min-width: 1350px) {
	#section-4 .container {
		max-width: 1320px;
	}
}
@media (max-width: 1349.98px) {
	#section-4 .fast-contact .boxes .box {
		padding: 0 20px;
	}
}
@media (min-width: 992px) and (max-width: 1349.98px) {
	#section-4 .container {
		max-width: 100%;
	}
}
@media (max-width: 991.98px) {
	#section-4 {
		padding-bottom: 0;
	}
	#section-4 .contact .boxes {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#section-4 .contact .contact-form {
		margin-top: 0;
		margin-bottom: 40px;
	}
}
@media (max-width: 767.98px) {
	#section-4 .diagrama {
		margin-top: 0;
	}
	#section-4 .diagrama ul li {
		margin: 30px 0 0;
	}
	#section-4 .fast-contact .boxes {
		flex-direction: column;
	}
	#section-4 .fast-contact .boxes .box {
		margin: 0 auto 30px;
		width: 320px;
	}
	#section-4 .fast-contact .boxes .box + .box {
		margin-bottom: 10px;
	}
}
@media (max-width: 575.98px) {
	#section-4 .header h1 {
		font-size: 30px;
		line-height: 35px;
	}
	#section-4 .diagrama ul li {
		flex-basis: 100%;
	}
	#section-4 .fast-contact .boxes .box .content a {
		font-size: 14px;
	}
}
/* section-4> */

/* <section-5 */
#section-5 {
	margin: 0;
}
#section-5 .container-fluid {
	padding: 0;
	overflow-x: hidden;
}
#section-5 iframe {
	margin: 0;
	display:block;
	width: 100%;
	height: 450px;
	padding: 0;
	vertical-align:bottom;
}
/* section-5> */

/* <footer */
#footer {
	background: #1c75bc;
	background: linear-gradient(95deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
}
.footer {
	background: url('../images/procon-logo-3.svg') 50% 400px no-repeat;
	padding-bottom: 30px;
}
.footer h2 {
	margin: 50px auto;
	width: 160px;
	height: 160px;
}
.footer h2 img {
	width: 160px;
	height: 160px;
}
.footer ul {
	margin: 0 0 20px 0;
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
.footer ul li {
	padding: 0;
}
.footer ul li::before {
	content: "/";
	padding: 0 15px;
	font-size: 9px;
	color: #f9ae40;
	font-weight: 600;
}
.footer ul li:first-child::before {
	content: "";
	padding: 0;
}
.footer ul li a {
	position: relative;
	z-index: 99;
	display: inline-block;
	font-size: 12px;
	color: #a3a9cf;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.footer ul li a.selected,
.footer ul li a:hover {
	color: #fff;
}
.footer ul li a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 95%;
	height: 1px;
	border-bottom: 2px solid #f9ae40;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
}
.footer ul li a:hover::after {
	transform: scaleX(1);
}
.footer .boxes {
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .boxes .box {
	width: 25%;
	text-align: center;
}
.footer .boxes .box img {
	margin: 0 auto 20px;
	display: block;
	width: 50px;
	height: 50px;
}
.footer .boxes .box a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
.footer .boxes .box a:hover {
	color: #f9ae40;
}
.footer .copyright {
	font-size: 9px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
}
.footer .author {
	padding-top: 20px;
	font-size: 13px;
	color: #b5b8d7;
	font-weight: 400;
	text-align: center;
}
.footer .author a {
	color: #b5b8d7;
}
.footer .author a:hover {
	color: #fff;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
	.footer .boxes .box {
		width: 33%;
	}
}
@media (max-width: 767.98px) {
	#footer {
		background: #1c75bc;
		background: linear-gradient(135deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
	}
	.footer ul li a {
		font-size: 10px;
		letter-spacing: 3px;
	}
	.footer .boxes {
		margin-bottom: 10px;
	}
	.footer .boxes .box {
		margin-bottom: 30px;
		width: 50%;
	}
}
@media (max-width: 575.98px) {
	#footer {
		background: #1c75bc;
		background: linear-gradient(180deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
	}
	.footer ul {
		flex-wrap: wrap;
	}	
	.footer ul li {
		margin-bottom: 10px;
	}
	.footer ul li::before {
		content: "";
		padding: 0 5px;
		font-size: 9px;
		color: #f9ae40;
		font-weight: 600;
	}
	.footer .boxes .box {
		margin-bottom: 40px;
		width: 100%;
	}
}
/* .footer> */

/* <cookie */
.cc-window.cc-floating {
	z-index: 997;
	background: #1c75bc;
	background: linear-gradient(95deg, rgba(28,117,188,1) 0%, rgba(127,63,152,1) 100%);
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	text-align: center;padding: 20px;
}
.cc-window.cc-floating .cc-message {
	padding: 10px 10px 0;
}
.cc-window.cc-floating .cc-link {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.cc-window.cc-floating .cc-link:hover {
	border-bottom-color: #fff;
	color: #fff;
}
.cc-floating .cc-compliance > .cc-btn {
	border-radius: 30px;
	padding: 10px 0;
	font-size: 11px;
	font-weight: 600;
	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-913114688.cc-window {
		border-radius: 0;
	}
}
/* cookie> */
