#home-carousel {
	background-color: #2d7f90;	
}

#home-carousel h2 {
	font-family: MuseoSans-300, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-top: 46px;
}

#home-carousel p {
	color: #FFFFFF;
	line-height: 1.4em;
}

#home-carousel .section-img {
	height: 319px;
	position: relative;
}

#home-carousel .section-img img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}


.carousel {
	margin: 0;
}

.carousel-inner {

	height: 319px;
}

.carousel-inner .item {
	width: 100%;
	height: 100%;
	background-color: #2d7f90;
}

.carousel-control {
	top: 160px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.carousel .strip{background: #1C355E}
.carousel .strip .btn{color: #1C355E; background: #fff;}


@media (min-width: 481px) and (max-width: 767px) {
	
	#home-carousel {
		text-align: center;
	}
	
	#home-carousel .section-img img {
		position: static;

	}		
}

@media (max-width: 480px) {
	
	#home-carousel {
		text-align: center;
	}
	
	#home-carousel .section-img {
		display: none;
	}
	.carousel-control {
		top: 80%;
	}
	
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
	
	#home-carousel {
		text-align: center;
	}
	
	
	#home-carousel .section-img img {
		bottom: -300px;
	}		
}
