/* @override 
	http://wsdev.lebonheur.org/lebon-rd/css/templates/tmp-home.css?v=v1.1 */

.carousel-caption{
	background:#FFF;
	background:rgba(255,255,255,0.75);
	width:  540px;
	bottom: 20px;
}

.carousel-caption p{
	font-size: 1.7em;
	line-height: 1.2em;
	color: #0055a5;
	margin-right: 25px;
}

.carousel .item .point{
	background: url(../../img/tmp_LeBon_Logos_032013.png) no-repeat -239px 0px;
	width: 76px;
	height: 72px;
	position: absolute;
	bottom: 50px;
	left: 545px;
	opacity: 1;
}

/* @group Btn Donate */

#btnDonate a:{
	text-decoration: none;
}

#btnDonate a:hover{
	text-decoration: none;
}

#btnDonate a:hover .wellRed{
	background: #770000;
}

/* @end */


div#featuredPrepare .pull-left{
	margin-left: 20px;
}


div#featuredPrepare ul li{
	padding: 4px 0px;
}

div#featuredPrepare select{
	width: 100%;
}

div#featuredLearn{

}

div#featuredLearn select{
	width: 100%;
}

div#featuredWant{
	position: relative;
	margin-top: -85px;
	z-index: 1;
}

div#featuredWant .btn{
	color: #666;
	text-align: left;
	padding-left: 10px;
}

div#featuredWant .btn-success{
	color: #fff;	
}

.carousel{
	margin-bottom: 0px;
}

/* Large desktop */
@media (min-width: 1200px) { }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	div#featuredWant{
		margin-top: 0px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	div#featuredWant{
		margin-top: 0px;
	}
	
	.point{
		background: url(../../img/tmp_LeBon_Logos_032013.png) no-repeat -239px 0px;
		width: 76px;
		height: 72px;
		opacity: 1;
		position: absolute;
		top: -35px;
		right: 0px;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) { 


}
