/* Table of Contents

* Feature Slider

*/

.mtphr-feature-slider.mtphr-buttons-enabled .mtphr-slider-container {
	margin-bottom: 40px;
}
.mtphr-feature-slider .mtphr-slider-buttons {
	clear: both;
	line-height: 0;
	text-align: center;
	margin-bottom: 0;
}
.mtphr-feature-slider .mtphr-slider-buttons a {
	display: inline-block;
	width: 50px;
	height: 5px;
	background: #CCC;
	margin-right: 4px;
	text-indent: -9999px;
}
.mtphr-feature-slider .mtphr-slider-buttons a.active {
	background: #666;
}
.mtphr-feature-slider .mtphr-slider-buttons a:last-child {
	margin-right: 0;
}

@media (max-width: 767px) {
	.mtphr-feature-slider .mtphr-slider-buttons a {
		width: 25px;
	}
}