/** slider-section **/
.slider-section {
	margin-bottom: 10px;
}
.slider-section .carousel-indicators {
	bottom: 10px!important;
}
.slider-section .carousel-indicators li{
	background: #FFF;
	border: none;
}
.slider-section .carousel-indicators li.active {
	background: #0399d4;
}
.carousel-control {
	width: 50px;
}
.carousel-control.right, .carousel-control.left {
	background: transparent;
	box-shadow: none;
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    opacity: 1;
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\\e080";
}
