	
	/* ------------------------ 
	SLICK SLIDER
	------------------------ */	
	#sliderbox.slick-slider { display: none; }
	
	/* dots */
	.slick-dots { bottom: -20px;}
	.slick-dots li { margin: 0 .5%; }
	.slick-dots li button:before {
		position: absolute;
		top: 0;
		left: 0;
		
		content: '';
		text-align: center;
		opacity: 1;
		
		width: 11px;
		height: 11px;
		border-radius: 50%;
		border: 0px solid #000;
		background: #ACACAC;
	}
	
	.slick-dots li.slick-active button:before,
	.slick-dots li button:hover:before {
		opacity: 1;
		background: #000;
	}
		
	/*sliderbox*/
	#sliderbox .slick-container {
		margin-bottom: 30px;
		padding: 0 20px;
	}
	#sliderbox .slick-slide img {
		 height: 750px;
	}
	
	/* ------------------------ 
	SWIPER SLIDER
	------------------------ */	
	/* dots */
	.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
		width: 11px;
		height: 11px;
		margin: 0 .8%;
	}
	.swiper-pagination-bullet:hover,
	.swiper-pagination-bullet-active {
    	background: #000;
		opacity: 1 !important;
	}
	
	/* fixed height */
	#sliderbox.fixed_750 .swiper-slide img { height: 750px;}
	#sliderbox.fixed_550 .swiper-slide img { height: 550px;}
	
	
	@media only screen and (max-width: 1599px) { 
		#sliderbox.fixed_750 .swiper-slide img { height: 650px;}
	}
	
	@media only screen and (max-width: 1439px) { 	
		#sliderbox.fixed_750 .swiper-slide img { height: 550px;}
	}
	
	@media only screen and (max-width: 1279px) { 
		.swiper-slide {margin-right: 20px !important;}	
		
		#sliderbox.fixed_750 .swiper-slide img,
		#sliderbox.fixed_550 .swiper-slide img { height: 450px;}
	}
	
	@media only screen and (max-width: 1159px) { 
	}
	
	@media only screen and (max-width: 1023px) { 
		#sliderbox.fixed_750 .swiper-slide img,
		#sliderbox.fixed_550 .swiper-slide img { height: 400px;}	
	}
	
	@media only screen and (max-width: 939px) { 	
		#sliderbox.fixed_750 .swiper-slide img,
		#sliderbox.fixed_550 .swiper-slide img { height: 350px;}
	}
	
	@media only screen and (max-width: 849px) {
		/*dots*/
		.swiper-container-horizontal > 
		.swiper-pagination .swiper-pagination-bullet { margin: 0 1.5%;}
	}
	
	@media only screen and (max-width: 766px) { 
		
	}
	
	@media only screen and (max-width: 599px) { 
		#sliderbox.fixed_750 .swiper-slide img,
		#sliderbox.fixed_550 .swiper-slide img { height: 270px;}
	}
	
	@media only screen and (max-width: 479px) { 
		#sliderbox.fixed_750 .swiper-slide img,
		#sliderbox.fixed_550 .swiper-slide img { height: 240px;}
	}

	
	 
	
	
	
	
	
	
	