@charset "utf-8";
/* CSS Document */

.swiper-button-prev, .swiper-container-rtl .swiper-button-next
{
	background-image:unset;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
	background-image:unset;
}

.slider_btn
{
	height:40px;
	width: 40px;
	text-align: center;
	
	color: #FFF;
	background:rgba( 0 , 0 , 0 , 0.3 );
	
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
	right:20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #e3e3e3;
    opacity: .7;
}

.swiper-pagination-bullet-active
{
	background: #fff;
	opacity: 1;
}

/*---------------*silder fonts---------------*/
.silder_fonts_block
{
	position:absolute;
	bottom:10%;
	right:5%;
	width:30%;
	min-width:300px;
	padding:15px;
	text-align:left;
	color:#fffcd4;
	background-color:rgba( 0, 0, 0, 0.7 );
}
.swiper-slide a
{
	display:block;
	width:100%;
	height:100%;
}
@media (max-width: 768px)
{
	.silder_fonts_block
	{
		font-size:14px;
		padding:10px;
		bottom:13%;
	}
}
@media (max-width: 500px)
{
	.silder_fonts_block
	{
		font-size:12px;
		padding:5px;
		bottom:15%;
	}
}