/* accesibilitate */
.accesibilitate{
	text-align: right;
}
.accesibilitate i {
font-size: 25px;

}
.accesibilitate a {
	text-decoration: none;
	}

.regularFont {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.fontSize19 *{
	font-size:19px ;

}
.fontSize21 * {

	font-size:21px ;

}
.fontSize23 *
{
	font-size:23px ;
}

.fontSize25  *{
	font-size:25px;
}


.invertColor {
	filter: invert(100%);
	transition: all .8s;
}

.invertColor2 {
	filter: invert(0);
	transition: all .8s;
}
/*#logo_acces{
	width:100%;
	height:200px;

}*/
#acc .wrap {
	position: fixed;
	 left: 1%;
	/*left: 3%;*/
	/*top: 10%;*/
	text-align: center;
	z-index: 1040;
	border: 1px solid white;
	border-radius: 50%;
	padding: 4px;
	background-color:#39424F;/*#0e3157;*/
	font-size: 40px;
	/* max-width: 40px; */
	/* max-height: 40px; */
	margin-top: 10px;
	color:#eeeeee;
}

.wrap i:hover{
	color:#4DA8DA;
	/*border-radius: 25px;*/
}
#acc .wheelchair {
	cursor: pointer;
	font-size: 35px;
	color: #eee;
	padding: 5px;
}
#acc .wheelchair:hover {
	color: #4DA8DA;

}
#acc .wheelchair2 {
	font-size: 20px;
}
#acc .panel {
	min-width:200px;
	margin-bottom: 0;
	background-color: #fff;
	border: 0;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#acc .panel-heading {
	text-align: center;
	padding: 10px;
	background:#39424F;
	color: #eeeeee;
	z-index: 1000;
}
#acc .panel-heading i{
	font-size: 20px;
}

#acc .panel-body {
	cursor: pointer;
	border: 0.5px solid #222;
	padding: 12px;
	text-align: left;
	font-size: 15px;
	color: #252525;

}
#acc .panel-body:hover {
	 background-color: #eeeeee;
 }
#acc .drop-down {
	padding: 0;
	border-radius: 6px;
	border: 1px solid #eeeeee;
	min-width: 200px;
}

/*#acc .dropleft {
	!*left: 0;
	right:-100px;
	top: -3px;*!
	!*right:auto;
	left: 100px;
	top:20px;*!
	left: 80px;
	right: auto;
	top: -50px;

}*/
#acc .dropdown-menu {

	top: -10%;
	left: -4%;
}
#acc .dropdown-menu-right {
	/*right: 10px;*/
	left: 3px;
	top: -3px;
}

.highlightLinks {
	text-decoration: underline !important;
}

.slide-right {
	animation: .7s slide-right;
}

.slide-left {
	animation: .7s slide-left;
}

#acc .panel-body i{
	color:#252525;
}

.section-title h1 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	/*font-family: "Poppins", sans-serif;*/
}

/*
@keyframes slide-right {
	from {
		right:20px;
	}
	to {
		right: 100px;
	}
}
*/

/*
@keyframes slide-left {
	from {
		right: -10px;
	}

	to {
		right: -230px;
	}
}

*/
@keyframes slide-right {
	from {
		left: -210px;
	}
	to {
		left: -4px;
	}
}

@keyframes slide-left {
	from {
		left: -4px;
	}

	to {
		left: -230px;
	}
}