<!-- body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;line-height:1.2;color:#333;background-color:#fff} -->
body{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;f
	font-size:12px;
	line-height:1.2;
	color:#333;
	background-color:#DADEE2;
}	
.main-container {
  padding: 10px 15px;
  height:400px;
  
}  



h3 {
  	text-align: center;  
  	margin-bottom: 10px;
  	margin-top: 4px;
  	font-size: 24px;
  	font-weight: bold;
  	color:#000;
	padding: 3px 0px 3px 10px;
 	text-shadow: none;
} 
p{font-size:25px;
 }

a {
 color:#DC6027;
 text-shadow: none;
 
}
a:active,
a:hover {
	color:#DC6027;
  outline: 0;
  text-shadow: none;
  
}

.carousel-caption {
  position: absolute;
  right: 3%;
  top:635px;
  height:160px;
  bottom: 20px;
  left: 3%;
  z-index: 10;
  padding-top: 2px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
   text-shadow: none;
   background-color:rgba(255,255,255,0.8);
}
.carousel-caption p{
	 text-align:center;
	 color:#000;
	 padding:0px 10px 0px 10px;
	 line-height: 1.5;
	 }
.carousel-caption a{
	 text-align:center;
	 color:#DC6027;
	 font-size:13px;
	 }

.carousel-caption a:active,
a:hover{
	 text-align:center;
	color:#DC6027;
  outline: 0;
	 }

.carousel-indicators {
  bottom: 2px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  padding-bottom: 0px;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #333;
}
.carousel-control {
  position: absolute;
  top: 80px;
  bottom: 120px;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 350px; 
    height: 100%;
    width:100%; 
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

