@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
html,
body {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: #fff;
}

blockquote, body, button, dd, div, dl, dt, fieldset, form, input, li, option, p, pre, select, td, textarea, th {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #707070;
}

body,
div,
dl,
dt,
dd,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0px;
	margin: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

fieldset,
img {
	border: 0px;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

ol,
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

.clear,
.clearfix {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hide {
	display: none;
}

.transition2 {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.transition1 {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.transition06 {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.transition04 {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.transition03 {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.transition02 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.transition01 {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.max {
	width: 97%;
	margin: 0 auto;
	max-width: 975px;
}

.header {
	display: none;
	width: 100%;
	position: relative;
}
.header-bar {
	background: #3a3a3a;
	width: 100%;
}
.header-bar-logo {
	float: left;
	padding: 11px 0;
}
.header-bar-logo a {
	display: block;
}
.header-bar-logo img {
	max-width: 150px;
	height: auto;
	display: block;
}

.header .logo a{display:block;background:#3a3a3a;padding:18px 18px 15px 18px;text-align:center;}
.header .logo a img{display:inline-block;width:100%;}
.header .logo a img.logoBall{margin:0 5px 3px 0;width:34px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.header .logo a img.logoText{opacity:1;visibility:visible;width:124px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
img{vertical-align:middle;}

/*! CSS Used from: https://www.greenvillage.ro/wp-content/themes/twentytwelve/css/media.css */
@media screen and (max-width:1524px){
.header .logo a img.logoBall{width:64px;}
}
@media screen and (max-width:1175px){
.header .logo a img.logoBall{margin:0;width:45px;}
.header .logo a img.logoText{display:none;}
}
@media screen and (max-width:724px){
.header .logo a{padding:10px 0 7px 0;}
.header .logo a img.logoBall{width:40px;}
}

.rada-container {
	padding: 30px 0 0 0;
}
.asig-title {
	text-align: center;
}
.asig-title h1 {
	font-size: 42px;
	line-height: 48px;
	padding: 20px 0;
	
	letter-spacing: -0.5px;
	font-weight: 700;
}
.asig-desc {
	font-size: 19px;
	line-height: 28px;
	color: #fff;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.asig-desc p {
	padding: 10px 0;
	font-size: 24px;
	line-height: 36px;
	
}
.asig-desc b {
	color: #b8e242;
	font-weight: 500;
}
.top-rada {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.top-rada-in {
	margin: 0 auto;
	max-width: 975px;
	padding: 0 0 125px 0;
	width: 95%;
}
.top-img {}
.top-img img {
	width: 100%;
}

.top-text {
	top: 80px;
	max-width: 600px;
	position: relative;
}
.top-title {
	padding: 0 0 10px 0;
	background-image: url("https://www.greenvillage.ro/rada/images/Union_1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 117px;
	position: relative;
	right: 0;
}
.top-title h1 {
	font-size: 42px;
	color: #95C11F;
	font-weight: bold;
	text-align: center;
	padding: 25px 30px 25px 25px;
}
.but.adauga {
	background: #95BF1F;
	color: #fff;
	padding: 7px 15px;
	font-weight: bold;
	border-radius: 15px;
	display: inline-block;
	font-size: 14px;
}
.top-desc {
	font-size: 14px;
	line-height: 24px;
	color: #5B3724;
	padding: 10px 30px;
	font-weight: 500;
	text-align: center;
}
.rada-mid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.rada-mid-r {
	flex: 0 0 350px;
}
.top-img-logo img {
	border: solid 5px #3A3A3A;
}
.rada-mid-l-title {
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0;
}
.rada-mid-l-desc p {
	font-size: 15px;
	line-height: 24px;
}
.rada-mid-l-desc ul {
	padding: 20px 0;
}
.rada-mid-l-desc ul li {
	padding: 1px 0;
	line-height: 22px;
	font-size: 15px;
}
.rada-mid-l-desc b {
	color: #95C11F;
}
.rada-img {
	max-width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

.rada-boxes {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	padding: 40px 0;
}
.rada-box {
	border: solid 1px #ccc;
	padding: 20px 0 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.rada-box-l-text {
	color: #707070;
	line-height: 26px;
	padding: 0 0 15px 0;
}
.rada-box-r {
	max-width: 100px;
}
.rada-box-r img {
	display: block;
	width: 100%;
}

.rada-img img {
	display: block;
	width: 100%;
}
.rada-img-grup {
	max-width: 600px;
	padding: 0 0 30px 0;
}
.rada-spacer {
	padding: 20px;
}
.asig-desc ul {
	text-align: left;
}
.asig-desc ul li {
	padding: 7px 5px;
	font-size: 20px;
	/* display: flex; */
	/* border-bottom: solid 1px #454545; */
	text-align: left;
}
.asig-desc ul li div {
	flex: 1;
	font-size: 20px;
	display: inline;
}
.asig-desc ul li div:nth-child(1) {
	text-align: right;
	/* padding-right: 15px; */
	/* flex: 0 0 250px; */
}
.asig-desc ul li div:nth-child(2) {
	text-align: left;
	/* padding-left: 15px; */
}
.newPerson {
	margin-top: 30px;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	color: #fff;
}
.newPerson a {
	color: #3a3a3a;
	font-weight: bold;
	padding: 10px 30px;
	display: inline-block;
	margin: 10px 0 0 0;
	background: #95BF1F;
	border-radius: 5px;
	font-size: 20px;
}
.newPerson .info_small {
	color: #fff;
	font-size: 24px;
}
.asig-buttons {
	padding: 20px 0;
}
.asig-buttons .left {
	float: left;
}
.asig-buttons .right {
	float: none;
	text-align: center;
}
.asig-buttons .info_small {
	font-size: 13px;
	line-height: 15px;
	padding: 0 0 5px 25px;
	color: #fff;
	font-weight: 300;
}
.asig-buttons .but {
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	
}
.asig-buttons .but.adauga {
	border: 1px solid #95BF1F;
	color: #3a3a3a;
	padding: 8px 13px 8px 13px;
	font-size: 13px;
	background: #95BF1F;
}
.asig-buttons .but.adauga  .fas {
	padding-right: 5px;
}
.asig-buttons .but.adauga:hover {
	background: #95BF1F;
	color:#3a3a3a;
}
.asig-buttons .but.trimite {
	background: #95BF1F;
	color: #3a3a3a;
	display: inline-block;
	padding: 20px 70px;
	border:none;
}
.asig-buttons .but.trimite:hover {
	background: #95BF1F;
}
.asig-buts {
	border-top: solid 1px #4F4F4F;
	padding: 20px 0;
}

/*
CHECKBOX
*/
.checkbox-container {
	text-align: center;
	padding: 0 0 25px 0;
	margin: 0 auto;
	max-width: 600px;
}
.checkbox-box {
	display: inline-block;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	text-align: left;
}
.checkbox-box a {
	color:#fff;
	text-decoration: underline;
}

.checkbox-box input {
	position: absolute;
	opacity: 0;
}
.checkbox {
	position: absolute;
	top: 50%;
	left: -16px;
	height: 22px;
	width: 22px;
	border: solid 2px #fff;
	border-radius: 3px;
	transform: translateY(-50%);
}

.checkbox-box:hover input~.checkbox {
	background-color: #3a3a3a;
}

.checkbox-box input:checked~.checkbox {
	background-color: #3a3a3a;
}

.checkbox:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-box input:checked~.checkbox:after {
	display: block;
}

.checkbox-box .checkbox::after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer {
	padding: 20px 0 50px 0;
	text-align: center;
}
.footer .text {
	font-size: 10px;
	line-height: 13px;
	border-top: solid 1px #eee;
	padding: 20px 0 0 0;
	color: #727272;
}

@media screen and (max-width:1250px) {
	.asig-input label {
		font-size: 15px;
	}
	.asig-box {
		padding: 20px 20px 10px 20px;
	}
	.asig-box-title {
		padding: 0 0 18px 0;
	}
}

@media screen and (max-width:992px){
	.asig-row.asig-row-3 .select {
		width: 100%;
		margin-right: 0;
		padding: 0 0 15px 0;
	}
	.asig-row.asig-row-3.space .asig-input {
		width:49%;
	}
	.space {
		padding: 15px 15px 0px 15px;
	}
}

@media screen and (max-width:960px){
	.top-text {
		max-width: 500px;
	}
	.top-title {
		background-position: center right;
		width: 100%;
		height: 80px;
	}
	.top-title h1 {
		font-size: 29px;
		padding: 18px 60px 25px 25px;
		text-align: right;
	}
	.top-desc {
		padding: 10px 0 10px 30px;
	}
	.rada-box-l-text {
		line-height: 20px;
		font-size: 13px;
	}
	.rada-boxes {
		gap: 20px;
	}
	.rada-box-r {
		max-width: 80px;
	}
	.rada-box {
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
}
@media screen and (max-width:780px){
	.top-text {
		max-width: 450px;
	}
	.rada-mid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
	}
	.rada-img {
		max-width: 250px;
		padding-top: 0;
	}
	.rada-mid-l {
		padding: 0 30px;
	}
	.rada-mid-r {
		-webkit-box-flex: 1;
			-ms-flex: auto;
				flex: auto;
	}
	.rada-boxes {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.rada-box-r {
		max-width: 100px;
	}
	.rada-box {
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}
	.rada-box-l-text {
		line-height: 20px;
		font-size: 17px;
	}
}

@media screen and (max-width:680px){
	.top-text {
		max-width: 400px;
	}
	.top-desc {
		padding: 10px 0 10px 10px;
	}
	.top-img-logo img {
		max-width: 90px;
	}
}

@media screen and (max-width:580px){
	.top-title h1 {
		padding: 12px 37px 16px 20px;
		font-size: 23px;
	}
	.top-title {
		height: 60px;
	}
	.top-text {
		max-width: 350px;
	}
}

@media screen and (max-width:490px){
	.top-title h1 {
		padding: 15px 48px 16px 0;
		font-size: 18px;
	}
	.top-text {
		max-width: 270px;
		top: 60px;
	}
	.top-desc {
		padding: 10px 10px 10px 0;
		font-size: 13px;
		line-height: 20px;
	}
	.top-rada-in {
		padding: 0 0 85px 0;
	}
	.rada-mid-l {
		padding: 0 5px;
	}
}
@media screen and (max-width:360px){
	.top-text {
		max-width: 250px;
		top: 50px;
	}
	.top-desc {
		padding: 10px 10px 10px 0;
		font-size: 12px;
		line-height: 18px;
	}
	.top-title h1 {
		padding: 15px 32px 16px 0;
		font-size: 18px;
	}
	.top-rada-in {
		padding: 0 0 60px 0;
	}
}

@media screen and (max-width:700px){
	.asig-row.asig-row-2 .asig-input,
	.asig-row.asig-row-3 .asig-input,
	.asig-row.asig-row-3 .select,
	.asig-row.asig-row-3.space .asig-input {
		float: none;
		width: 100%;
		margin-right:0;
	}
	.asig-form {
		padding: 15px 0 0 0;
	}
	.asig-title h1 {
		font-size: 29px;
		line-height: 30px;
		padding-bottom: 0;
	}
	.asig-desc {
		font-size: 16px;
		line-height: 20px;
		max-width: 300px;
	}
	.asig-box-title {
		font-size: 18px;
		line-height: 18px;
	}
	.checkbox-container {
		text-align: center;
		padding: 0 0 25px 36px;
		margin: 0 auto;
		max-width: 100%;
	}
	.checkbox-box {
		font-size: 16px;
		line-height: 19px;
	}
}

@media screen and (max-width:540px){
	.asig-box {
		padding: 20px 10px 10px 10px;
	}
	.asig-row .asig-input {
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
	}
	.circleBox {
		font-size: 18px;
		line-height: 18px;
	}
}

@media screen and (max-width:480px){
	.asig-box-title {
		font-size: 18px;
		line-height: 18px;
		width: 100%;
		text-align: center;
		padding: 0 0 10px 0;
	}
	.asig-box-title .requ {
		font-size: 13px;
		text-transform: initial;
		float: none;
		line-height: 15px;
	}
	.space {
		padding: 15px 10px 0px 10px;
	}
	.asig-buttons .info_small {
		font-size: 14px;
		line-height: 14px;
	}
	.asig-buttons .but.adauga {
		border: 1px solid #95BF1F;
		color: #3a3a3a;
		padding: 6px 7px 6px 7px;
		font-size: 13px;
	}
	.asig-buttons .but.trimite {
		border: 1px solid #95BF1F;
		background: #95BF1F;
		color: #fff;
		display: inline-block;
		padding: 15px 36px;
	}
	.asig-buttons .but {
		font-size: 16px;
		line-height: 16px;
	}
}


#druidWebchatRoot .wc-header {
	background-color: #95BF1F;
}
#druidWebchatRoot .m-portlet.background-image_custom.blue1 .wc-card, #druidWebchatRoot .m-portlet.background-image_custom.blue2 .wc-card, #druidWebchatRoot .m-portlet.background-image_custom.blue3 .wc-card, #druidWebchatRoot .m-portlet.background-image_custom.blue4 .wc-card {
	border: none;
	background: #DCEDC8;
}
#druidWebchatRoot .m-portlet.background-image_custom.blue1 .wc-message-from-bot .wc-message-content, #druidWebchatRoot .m-portlet.background-image_custom.blue2 .wc-message-from-bot .wc-message-content, #druidWebchatRoot .m-portlet.background-image_custom.blue3 .wc-message-from-bot .wc-message-content, #druidWebchatRoot .m-portlet.background-image_custom.blue4 .wc-message-from-bot .wc-message-content {
	background-color: #DCEDC8;
}
#druidWebchatRoot .m-portlet.background-image_custom.blue1 .wc-card button, #druidWebchatRoot .m-portlet.background-image_custom.blue2 .wc-card button, #druidWebchatRoot .m-portlet.background-image_custom.blue3 .wc-card button, #druidWebchatRoot .m-portlet.background-image_custom.blue4 .wc-card button {
	background-color: #638D00;
	border: 1px solid #638D00;
	color: #fff;
	min-height: 32px;
	width: 100%;
	padding: 6px 14px;
	outline: 0;
}
#druidWebchatRoot .m-portlet.background-image_custom.blue1 .wc-card button:active, #druidWebchatRoot .m-portlet.background-image_custom.blue1 .wc-card button:hover, #druidWebchatRoot .m-portlet.background-image_custom.blue2 .wc-card button:active, #druidWebchatRoot .m-portlet.background-image_custom.blue2 .wc-card button:hover, #druidWebchatRoot .m-portlet.background-image_custom.blue3 .wc-card button:active, #druidWebchatRoot .m-portlet.background-image_custom.blue3 .wc-card button:hover, #druidWebchatRoot .m-portlet.background-image_custom.blue4 .wc-card button:active, #druidWebchatRoot .m-portlet.background-image_custom.blue4 .wc-card button:hover {
	background-color: #95BF1F;
	border-color: #95BF1F;
	color: #fff;
}

#druidWebchatRoot .m-portlet.background-image_custom.cyan1 .wc-message-from-bot .wc-message-content, #druidWebchatRoot .m-portlet.background-image_custom.cyan2 .wc-message-from-bot .wc-message-content, #druidWebchatRoot .m-portlet.background-image_custom.cyan3 .wc-message-from-bot .wc-message-content, #druidWebchatRoot .m-portlet.background-image_custom.cyan4 .wc-message-from-bot .wc-message-content {
	background-color: #C8E6C9;
}
#druidWebchatRoot .m-portlet.background-image_custom.blue1, #druidWebchatRoot .m-portlet.background-image_custom.blue2, #druidWebchatRoot .m-portlet.background-image_custom.blue3, #druidWebchatRoot .m-portlet.background-image_custom.blue4 {
	color: #fff;
	background: #fff;
	background-size: 400% 400%;
	animation: gradient 75s ease infinite;
}
#druidWebchatRoot .m-portlet.background-image_custom.blue1 .wc-console, #druidWebchatRoot .m-portlet.background-image_custom.blue2 .wc-console, #druidWebchatRoot .m-portlet.background-image_custom.blue3 .wc-console, #druidWebchatRoot .m-portlet.background-image_custom.blue4 .wc-console {
	border: 2px solid #f9f9f9;
	left: 18px;
	right: 18px;
	border-radius: 6px;
	background: #95BF1F;
}
.button-chat {
	color: #95BF1F;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}
.button-chat:hover {
	color: #5E8800;
}
.button-chat .far {
	font-size: 55px;
}
#druidWebchatRoot a {
	text-decoration: underline;
}