
/*--------------SLIDER----------------*/

#slider {
	width: 90%;
	margin: 20px auto; margin-left:-5px;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 50%;
	margin-top: -10px
}

.controls li:nth-child(1) {
	left: 0;
}

.controls li:nth-child(2) {
	right: 0;
}


/*------------PAGINATION------------*/

/*style pagination*/



.pagination li {
	background-color: #fff;
	margin-top:-10px;
}

.pagination li.active {
	background-color: #219045;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}