﻿/* heading */
.info-box-carousel-bg h3 {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Oswald', serif;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0;
	padding: 0px 10px 0px 10px;
	text-align: center;
	text-align: right;
}
/* paragraph */
#articleCarousel p {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Open Sans', serif;
	padding: 0px 10px 5px 10px;
	text-align: right;
}
/* background */
.info-box-carousel-bg {
	padding: 15px 0px 10px 0px;
	background: rgba(0,0,0,0.5);
}
.info-box-carousel-bg a {
	outline: none;
}
/* image size and postion */
.info-box-carousel-bg a.thumbnail img {
	width: 35%;
	float: left;
}
/* button styles*/
div.info-box-carousel-bg a.btn {
	color: #00B0D2;
	font-size: 16px;
	padding: 0px 30px;
	display: none;
}
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
	margin-bottom: 0px;
	padding: 0px 40px 50px 40px;
}
/* Reposition the controls slightly */
carousel-control {
	left: -12px;
}
.carousel-control {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	color: transparent;
	font-size: 0px;
	height: 200px;
	width: 16px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.article-carousel.carousel-control.right {
	right: 0px;
	top: 0%;
	width: 26px;
	background: url('../images/info-box-carousel-right.png') center top no-repeat;
}
.article-carousel.carousel-control.left {
	left: 0px;
	top: 0%;
	width: 26px;
	background: url('../images/info-box-carousel-left.png') center top no-repeat;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #707070;
	padding-left: 10px;
	padding-right: 10px;
}
.carousel-indicators .active {
	background: #333333;
}
/* info-box background */
.info-box-carousel-bg a.thumbnail {
	border: 0;
	border-radius: 0px;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.0);
	line-height: normal;
	padding: 0px 10px;
	transition: all 0.2s ease-in-out 0s;
	background: none;
	margin-bottom: 0px;
}
}
/* button styles*/
div.info-box-carousel-bg a.btn {
	color: #333333;
	background: #F7F8F9;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.0) inset;
}
