
/*--------------SLIDER----------------*/

#slider {
	width:90%;
	margin: 3% 5% 0;
}
#slider ul li{}
#slider ul li a{display: block;}
#slider ul li h2{ margin:3%; font-size: 0; padding: 1.5%;box-shadow: 0px 2px 10px #CCC;}
#slider ul li h3{text-align: center; font-size: .6rem;width: 100%; line-height: 1.2rem;}
/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 50%;
	margin-top: -30px
}

.controls li:nth-child(1) {
	left:-5%;
}

.controls li:nth-child(2) {
	right: -5%;
}

.controls li img{width:15px; height: auto;}
/*------------PAGINATION------------*/

/*style pagination*/
.pagination{display: none;}
.pagination li {
	background-color: #ddd;
}

.pagination li.active {
	background-color: #000;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}