	

	/* ------------------------ 
	SWIPER SLIDER
	------------------------ */	
	#swiper { margin-top: 10px; } 
	#ProjectSwiper #swiper { margin-top: 20px; } 
	
	.swiper-wrapper {margin-bottom : 50px; }
	.swiper-slide img {object-position: 0px 0px; }
	
	.swiper-slide {padding: 0 13px;}
	
	.swiper-horizontal > .swiper-pagination-bullets, 
	.swiper-pagination-bullets.swiper-pagination-horizontal {
  		bottom: 30px;
	}
	.single .swiper-horizontal > .swiper-pagination-bullets, 
	.single .swiper-pagination-bullets.swiper-pagination-horizontal {
  		bottom: 20px;
	}
	
	/*image*/
	.swiper-slide img { 
		opacity: 1; 
		transition: .3s ease all;
		-moz-transition: .3s ease all;
		-webkit-transition: .3s ease all;
	}
	.swiper-slide img:hover { opacity: .7; }
	
	/* bullets */
	.swiper-container-horizontal > .swiper-pagination { bottom: 0px;}
	.swiper-pagination-bullet {
		width: 11px;
		height: 11px;
		margin: 0px 15px;
		transition: 0.15s;
		-moz-transition: 0.15s;
		-webkit-transition: 0.15s;
		background: #FFE6FF;
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
	}
	
	.swiper-pagination-bullet:hover,
	.swiper-pagination-bullet-active {
    	background: #D3FF64;
		opacity: 1 !important;
	}
	
	/* ----- PAGE PROJECTS ----- */
	.single-projects .swiper-pagination-bullet {
		background: #2D2C37;
	}
	.single-projects .swiper-pagination-bullet:hover,
	.single-projects .swiper-pagination-bullet-active {
    	background: #9B4AFF;
	}
	
	/* ----- PAGE FOREN ----- */
	#foren .swiper-pagination-bullet {
		background: #2D2C37;
	}
	#foren .swiper-pagination-bullet:hover,
	#foren .swiper-pagination-bullet-active {
    	background: #9B4AFF;
	}
	
	/* arrow*/
	/*.swiper-button-prev, 
	.swiper-button-next {
		top: calc(50% + 25px);
		bottom: auto;
		left: auto;
		right: auto;

		opacity: 1;
		width: 40px;
		height: 50px;
		z-index: 0;
		
		transition: 0.15s;	
		transform: scale(1.2); 
		z-index: 2;
	 }
	 .swiper-button-prev:after, 
	 .swiper-button-next:after {display: none;}
	 .swiper-button-prev {left: 50px;}
	 .swiper-button-next {right: 50px;}
	
	 .swiper-button-prev {background: url('../img/svg/arrow-prev-red2.svg') top center no-repeat;}
	 .swiper-button-next {background: url('../img/svg/arrow-next-red2.svg') top center no-repeat;}
	 .swiper-button-prev:hover, 
	 .swiper-button-next:hover {opacity: .7; }*/