/*
 * responsive-carousel
 * https://github.com/filamentgroup/responsive-carousel
 *
 * Copyright (c) 2012 Filament Group, Inc.
 * Licensed under the MIT, GPL licenses.
 */
.carousel-nav-paginated ol {
	 margin: 0 4em;
	 padding: 0;
	 //padding-bottom: 10%;
}

.carousel-nav-paginated li,
.carousel-nav-paginated li a {
	display: inline-block;
	position: relative;
	color: transparent !important;
}
.carousel-nav-paginated li a:before{
	content: "";
	font-family: "FontAwesome";
	vertical-align: middle;
	margin-right: 15px;
	background: rgba(204, 204, 204, 1) none repeat scroll 0 0;
	color: #ffffff;
	font-size: 10px;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 7px;
}
.carousel-nav-paginated .carousel-active-page a {
	text-decoration: none; 
}
.carousel-nav-paginated .carousel-active-page a:before{
	border:none;
	font-size: 10px;
	color: #ffffff !important;
	background: rgba(255, 255, 255, 1)none repeat scroll 0 0;
}
.fa-angle-left, .fa-angle-right{
	display:block;
	color: #000;
	&:hover{
		color:#000000;
	}
}

.fa-angle-left:hover, .fa-angle-right:hover{
		color:#000000;
	}
