/*
 * 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;
}
.carousel-nav-paginated li a:before{
	content: "";
	font-family: "FontAwesome";
	vertical-align: middle;
	margin-right: 10px;
	background: rgba(189, 206, 226, 1) none repeat scroll 0 0;
	border:5px solid #e1dbcd;
	color: #bdcee2;
	border-radius: 15px;
	font-size: 16px;
	width: 25px;
	height: 25px;
	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;
	border:5px solid #bdcee2 !important;
	font-size: 16px;
	color: #e1dbcd !important;
	background: rgba(225, 219, 205, 1)none repeat scroll 0 0;
}
.fa-angle-left, .fa-angle-right{
	display:none;
}