/*
 * 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(120, 120, 120, 1) none repeat scroll 0 0; */
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	color: #ffffff;
	font-size: 10px;
	width: 12px;
	height: 12px;
	display: block;
}
.carousel-nav-paginated .carousel-active-page a {
	text-decoration: none;
	/*border:5px solid #bdcee2;
	font-size: 10px;
	color: #e1dbcd;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;*/
}
.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: #333333;
	&:hover{
		color:#000000;
	}
}

.fa-angle-left:hover, .fa-angle-right:hover{
		color:#000000;
	}
