#myCarousel .carousel-control.left {
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
 background: none;
 }
 #myCarousel .carousel-control.right {
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
 background: none;
 }
 #myCarousel .carousel-inner{
 	height:400px;
 }
.section-heading{
	text-align:center;
}
.section-heading-spacer1{
/*	float: left; */
  width: 30%;
  border-top: 3px solid #e7e7e7;
  text-align: center;

}
.carousel-caption2 img{
	width: 20%;
}
.well{
	background: #FFFFFF;
	padding: 20px;
	/*height:90%;*/
	margin-top:50px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.well p{
	font-weight: 300;
}
@media(min-width:320px)and(max-width:470px){
	.well{
margin: 0px;

}
}
.fa-caret-down{
	  padding-top: 0.5em;
}
