/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
}
#carousel {
height: 400px;
width: 100%;
background-color: #000;
  position:relative;
  margin: 0 auto;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
position: absolute;
top: 0;
bottom: 0;
padding: 70px 0px 20px 45px;
width: 42%;
}
.carousel-feature .carousel-caption h4{
line-height: 1.2;
font-size: 36px;
}
.carousel-feature .carousel-caption h4 a{
text-decoration: none;

}
.carousel-feature .carousel-caption h4 a span{
color: rgb(49, 129, 238);
}
.carousel-feature .carousel-caption p {
margin: 0;
padding: 15px 24% 15px 0;
font-size: 15px;
}
.carousel-feature .carousel-caption button {
    cursor: pointer;
    background: #49bed8;
    border-radius: 1px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    display: block;
    transition: all 0.4s ease;
    font-family: 'Circe-Bold';
    text-transform: uppercase;
    border-radius: 30px;
    box-shadow: 0px 3px 10px 0px #96e7f8;
    margin: 15px 0 0;
	position: absolute;
bottom: 80px;
}
.carousel-feature .carousel-caption button:hover {
    background: #61d7f1;
    
}
.carousel-feature .carousel-caption .read {
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
padding: 9px 31px;
background: #dc374c;
color: #fff;
text-decoration: none;
border-radius: 30px;
margin: 15px 0 0 0;
display: inline-block;
box-shadow: 0px 8px 30px -12px #dc374c;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
  display: none;
}
.tracker-individual-container {
position: absolute;
bottom: 30px;
width: 1140px;
left: 50%;
z-index: 10;
margin-left: -570px;
padding: 0 0 0 45px;
}
.tracker-individual-container li {
  list-style:none;
  display: inline-block;
float: none !important;
margin: 0 5px;
}
.tracker-individual-container .tracker-individual-blip {
border-radius: 100%;
width: 16px;
height: 16px;
text-indent: -9999px;
border: 1px solid #e7e6e6;
box-sizing: border-box;
background: #ededed;
}
.tracker-individual-container .tracker-individual-blip-selected {
border: 1px solid #ff8400;
border-radius: 100%;
width: 12px;
height: 12px;
text-indent: -9999px;
box-sizing: border-box;
background: #ff8400;
}
.tracker-individual-container .selected {
box-shadow: inset 0px 0px 7px -5px #000;
border-radius: 100%;
padding: 5px;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}
#prewbutton {
position: absolute;
width: 48px;
height: 48px;
background: url(../images/arrow-left.png) no-repeat center;
top: 40%;
left: 8%;
z-index: 10;
cursor: pointer;
border: 1px solid #fff;
}
#nextbutton {
position: absolute;
width: 48px;
height: 48px;
background: url(../images/arrow-right.png) no-repeat center;	
top: 40%;
right: 8%;
z-index: 10;
cursor: pointer;
border: 1px solid #fff;
}
#prewbutton:hover,
#nextbutton:hover {
	border: 1px solid #49bed8;
}