.fotoslider_container{
	float: left;
}

.fotoslider .tns-controls{
	display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.fotoslider .tns-controls button i{
	font-weight: 400;
    font-size: 2.8rem;
}

.fotoslider .tns-controls button[disabled]{
	opacity: 0.3;
}

.fotoslider .tns-controls button{
	transition: 0.3s opacity;
	background: rgba(182, 191, 0, 1);
	width: 6rem;
	height: 6rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: none;
	padding: 0;
}

.fotoslider_counter{
    display: inline-block;
    position: relative;
    top: -1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.fotoslider a:after,
.fotoslider a:before{
	pointer-events: none;
}

@media (max-width:767px)
{		
	
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}