.hideclass {
	opacity: 0;
	-moz-transition: all 1000ms linear;
	-webkit-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translate3d(150px, 0px, 0px);
	-webkit-transform: translate3d(150px, 0px, 0px);
	-o-transform: translate(150px, 0px);
	-ms-transform: translate(150px, 0px);
	transform: translate3d(150px, 0px, 0px);
	z-index: -1;
}

@media all {
	.side-icons {
		position: fixed;
		z-index: 2;
		right: 0;
		display: grid;
		grid-template-rows: repeat(4, 1fr);
		gap: 10px;
		top: 45%;
		justify-items: flex-end;
		align-items: center;
		width: 100vw;
	}

	.asistadiv {
		left: 0;
		right: 0;
		z-index: 1;
		filter: alpha(opacity=100);
		height: 40px;
		background-color: #006600;
		color: white;
		/* font-size: 2em; */
		text-align: center;
		align-content: center;
		border-radius: 8px;
		position: absolute;
	}

	.showclass {
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		z-index: 3
	}


	.asista-iconita {
		width: 0;
		/* position: fixed;
		z-index: 2;
		top: 505px;
		right: 0; */
		background-color: #006600;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		padding: 0px 25px 0px 15px;
		/* border: 1px solid #006600; */
		border-radius: 8px;
		display: block;
	}

	.asista-iconita p {
		color: #ffffffce;
		align-items: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		;

	}

	.asista-iconita a {
		display: block;
		color: white;
		text-decoration: none;
	}

	.asista-iconita a:hover {
		color: #0000009e;
		text-decoration: none;
	}

	/* Catalog icon */
	.catalog-iconita {
		/* position: fixed;
		z-index: 2;
		right: 0;
		top: 63rem; */
		background-color: transparent;
	}

	.catalog-iconita img {
		display: block;
		border-radius: 8px;
		width: 40px;
		height: 40px;
	}

	/* Facebook icon */
	.facebook-iconita {
		/* right: 0;
		z-index: 2;
		position: fixed;
		top: 44.5rem; */
		background-color: transparent;
	}

	.facebook-iconita img {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}

	/* Site vechi icon */
	.site-iconita {
		/* right: 0;
		z-index: 2;
		position: fixed;
		top: 56.9rem; */
		background-color: transparent;
	}

	.site-iconita img {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}

	.bara-search {
		height: 100%;
	}

	#unhide {
		display: none;
	}

	/* search bar */
	#expand {
		color: whitesmoke;
		width: 0;
		/* position: fixed;
		z-index: 2;
		top: 393px;
		right: 0; */
		background-color: #0046FF;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		padding: 10px 25px 10px 15px;
		border-radius: 8px;
		border: none;
		margin: 0;
		height: 100%;

	}

	#expand :hover {
		color: #0000009a;
	}

	#unhide {
		position: fixed;
		z-index: 1;
		top: 43.4%;
		right: 40px;
		background-color: white;
	}

	#unhide div {
		margin: 0;
	}

}

/* Ecrane mari (min-width: 980px) */
@media (min-width: 981px) {
	.asistadiv p {
		margin: 0;
		text-align: center;
		font-size: 1.8em;
	}
}

/* Ecrane medii (641px - 980px) */
@media (min-width: 641px) and (max-width: 980px) {
	.asistadiv p {
		margin: 0;
		text-align: center;
		font-size: 15px;
	}
}

/* Ecrane mici (max-width: 640px) */
@media (max-width: 640px) {
	.asistadiv p {
		margin: 0;
		text-align: center;
		font-size: 10px;
	}
}