.has-error .form-control {
	border-color: #ec2220;
    box-shadow: inset 0 1px 10px rgba(132, 40, 40,.5),0 0 6px #ce8483;
}

.domeniu-public-sesizare .form-logo {
	color: #fff;
	font-size: 6rem;
}

.domeniu-public-sesizare .background-image-style {
	background-position: center;
	background-size: cover;
}

.domeniu-public-sesizare .form-wrapper {
	background-color: rgba(0, 59, 106, 0.6);
	/*background: 0.6;*/
	border-radius: 10px;
}

.domeniu-public-sesizare .contact-form-button {
	background-color: #64A46E;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.75rem;
}

.domeniu-public-sesizare .required-fields {
	font-size: 0.75rem;
	color: #fff;
	font-weight: 700;
}

.domeniu-public-sesizare .sesizare-form-checkbox label {
 	font-size: 0.75rem;
 	color: #fff;
 	font-weight: 700;
 }

.category-consilier .post-wrapper {
 	position: relative;
 	height: 100%;
 }

 .category-consilier .post-wrapper .post-image img {
 	width: 100%;
 }

.category-consilier .post-text-wrapper {
 	position: absolute;
 	bottom: 0;
 	background-color: #003B6A;
 	width: 100%;
 	/*max-height: 50px;*/
 	overflow: hidden;
 	color: #fff;
 	text-align: center;
 	/*height: 20%;*/
 }

 .category-consilier .post-text-wrapper .post-title {
 	font-weight: 700;
 }

  .category-consilier .post-text-wrapper .post-description {
 	font-size: 0.75rem
 }

 .__consilieri_post .tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

.__consilieri_post .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

.__consilieri_post .tabcontent {
	display: none;
	padding: 6px 12px;
	/*border: 1px solid #ccc;*/
	border-top: none;
}

@media (max-width: 575.98px) {
	.floating-menu {
		top: 50px;
	}
}