.slider-title
	h2
		padding-top: 30px
		font-size: 36px
		font-weight: bold

.carousel-indicators
	li
		width: 12px
		height: 12px

	.active
		width: 14px
		height: 14px
	
.carousel-link
	display: block
	width: 100%
	height: 100%


.hero_slider
	.container.padding-wrap-sm
		border-bottom: none
		margin-bottom: 15px
		.carousel-indicators
			position: relative
			left: 0
			z-index: 15
			width: 100%
			padding-left: 0px
			margin-left: 0
			text-align: center
			list-style: none
	
			li
				width: 150px
				height: 150px
				text-indent: unset
				color: $feature-color
				padding: 20px 0
				text-align: center
				&:hover
					img
						filter: none
					span
						font-weight: 600
						color: #000
					
			
			img
				width: 80px
				filter: grayscale(100%)
				filter: gray		
				
			span
				font-size: 15px
				color: #666
				font-weight: bold
				margin-top: 8px
				display: inline-block
					
		.active
			width: 150px
			height: 150px
			
			img
				filter: none
				
			span
				font-weight: 600
				color: #000
			
	.carousel-inner
		padding: 0 40px
	
	.carousel-caption
		a.btn-default
			border: 3px solid $feature-color