



	@media screen and (max-width: 575px) /* -575 px */
	{	
		.lamella_arrows
		{
			font-size:			0.15rem!important;
		}
	}
	
	
	
	@media screen and (min-width: 576px) /* -767 px */
	{
		.lamella_arrows
		{
			font-size:			0.95rem!important;
		}
		
	}
	
	
	
	@media screen and (min-width: 768px) /* -991 px */
	{
		.lamella_arrows
		{
			font-size:			0.95rem!important;
		}
		
	}
	
	
	@media screen and (min-width: 992px) /* -1199 px */
	{
		.lamella_arrows
		{
			font-size:			0.95rem!important;
		}		
	}
	
	
	
	@media screen and (min-width: 1200px) /* -1399 px */
	{
		.lamella_arrows
		{
			font-size:			0.95rem!important;
		}
		
	}
	
	
	@media screen and (min-width: 1400px) 
	{
		.lamella_arrows
		{
			font-size:			0.9rem!important;
			font-family: 		calibri;
			color: 				#EF7D00;
			font-weight: 		bold;

		}
		
	}
	
	

/* =========================================================================== */
/* arrow left */
/* =========================================================================== */


		@media screen and (max-width: 575px) /* -575 px */
	{	
		.left_lamella_arrows
		{
			float: 				left!important; 
			margin-left: 		36%!important; 
		}
	}
	
	
	
	@media screen and (min-width: 576px) /* -767 px */
	{
		.left_lamella_arrows
		{
			float: 				left!important; 
			margin-left: 		36%!important; 
		}
		
	}
	
	
	
	@media screen and (min-width: 768px) /* -991 px */
	{
		.left_lamella_arrows
		{
			float: 				left!important; 
			margin-left: 		36%!important; 
		}
		
	}
	
	
	@media screen and (min-width: 992px) /* -1199 px */
	{
		.left_lamella_arrows
		{
			float: 				left!important; 
			margin-left: 		36%!important;
		}			
	
	
	
	@media screen and (min-width: 1200px) /* -1399 px */
	{
		.left_lamella_arrows
		{
			float: 				left!important; 
			margin-left: 		36%!important; 
		}
		
	}
	
	
	@media screen and (min-width: 1400px) 
	{
		.left_lamella_arrows
		{
			//float: 				left!important; 
			//margin-left: 		40%!important; 
		}
		
	}



/* =========================================================================== */
/* arrow right */
/* =========================================================================== */


	@media screen and (max-width: 575px) /* -575 px */
	{	
		.right_lamella_arrows
		{
			float: 				right!important; 
			margin-right: 		36%!important; 
		}
	}
	
	
	
	@media screen and (min-width: 576px) /* -767 px */
	{	
		.right_lamella_arrows
		{
			float: 				right!important; 
			margin-right: 		36%!important; 
		}
	}
	
	
	
	@media screen and (min-width: 768px) /* -991 px */
	{
		.right_lamella_arrows
		{
			float: 				right!important; 
			margin-right: 		36%!important; 
		}
		
	}
	
	
	@media screen and (min-width: 992px) /* -1199 px */
	{
		.right_lamella_arrows
		{
			float: 				right!important; 
			margin-right: 		36%!important; 
		}			
	
	
	
	@media screen and (min-width: 1200px) /* -1399 px */
	{
		.right_lamella_arrows
		{
			float: 				right!important; 
			margin-right: 		36%!important; 
		}
		
	}
	
	
	@media screen and (min-width: 1400px) 
	{
		.right_lamella_arrows
		{
			//float: 				right!important; 
			//margin-right: 		40%!important; 
		}
		
	}


	