
/*--------------SLIDER----------------*/

#slider {
	width: 100%;
	margin: 50px auto;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 50%;
	margin-top: -30px
}

.controls li:nth-child(1) {
	left: 10%;
}

.controls li:nth-child(2) {
	right: 10%;
}


/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
	background-color: #ddd;
}

.pagination li.active {
	background-color: #000;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.ljgm{
    margin-bottom: 20px;
    text-align: center;
}
.ljgm a{
    padding: 15px 40px;
    background: #ff9900;
    border-radius: 20px;
    font-size: 18px;
}