.fotoslider{
	overflow: hidden;
}

.fotoslider .tns-controls,
.fotoslider .tns-controls button{
	outline: none;
}

.fotoslider .tns-ovh{
	overflow: visible;
}

.fotoslider .tns-controls button{
	margin: 0 0 0 10px;
	background: #007864;
	color: #d6d2c4;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.fotoslider .tns-controls button:not([disabled]):hover{
	background: #fff;
	color: #007864;
}

.fotoslider .tns-controls button[disabled]{
	opacity: 0.4;
	cursor: default;
}

.fotoslider .tns-controls{
	text-align: right;
	margin-top: 20px;
	position: relative;
}

.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)
{
	
}