/* 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;
}

#acc .wrap {
	position: fixed;
	/* left: 1%; */
	right: 3%;
	top:5%;
	text-align: center;
	z-index: 10000;
	border: 1px solid white;
	border-radius: 50%;
	padding: 4px;
	background-color: #545454;
	/* max-width: 40px; */
	/* max-height: 40px; */
	margin-top: 20px;
}

/*.wrap i{
	background-color:#3498db;
	border-radius: 25px;
}*/
#acc .wheelchair {
	cursor: pointer;
	font-size: 35px;
	color: white;
}
#acc .wheelchair:hover {
	color: #f97352;
}
#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:#545454 ;
	color: #eeeeee;
	z-index: 1000;
}
#acc .panel-heading i{
	font-size: 20px;
}
#acc .panel-heading:hover{
	color:#f97352;
}

#acc .panel-body {
	cursor: pointer;
	border: 0.5px solid #545454;
	padding: 12px;
	text-align: left;
}
#acc .panel-body:hover {
	 background-color: #eeeeee;
 }
#acc .drop-down {
	padding: 0;
	border-radius: 6px;
	border: 1px solid #545454;
	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-right {
	right: -10px;
	left: auto;
	top: -3px;
}

.highlightLinks {
	text-decoration: underline !important;
}

.slide-right {
	animation: .7s slide-right;
}

.slide-left {
	animation: .7s slide-left;
}

#acc .panel-body i{
	color:#f97352;
}


@keyframes slide-right {
	from {
		right: -210px;
	}
	to {
		right: -10px;
	}
}

@keyframes slide-left {
	from {
		right: -10px;
	}

	to {
		right: -230px;
	}
}

/*open*/
.open > .dropdown-menu {
	display: block;

}
.open > a {
	outline: 0;
}
.dropdown-menu{
	padding: 0;
}