/*--------------SLIDER----------------*/

#slider {
	width: 508px;
	height: 309px;
}


/*--------------CONTROLS--------------*/


/*position controls*/

.controls li {
	top: 50%;
	margin-top: -30px
}

.controls li:nth-child(1) {
	left: 0;
}

.controls li:nth-child(2) {
	right: 0;
}


/*------------PAGINATION------------*/


/*style pagination*/

.pagination li {
	background-color: #0094E8;
}

.pagination li.active {
	background-color: #fff;
}

.lp {
	height: 54px;
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.498039);
}
.lp a{
	text-decoration: none;
	color: #FFF;
	
}

/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}