.navbar-brand{
	height:auto;
	max-width:80%;
}
.navbar-brand>img{
	max-width:100%;
}
.navbar-nav{
	float:right;
}
.navbar-nav>li>a{
	line-height:54px;
}
.width100{
	width:100%;
}
.clear{
	clear:both;
}
.nopadding{
	padding-right:0px;
}
.nopaddingl{
	padding-left:0px;
}
.jumbotron{
	background:rgba(255,255,255,0.8);
	padding:10px;
	
}
.hero-spacer{
	background-image:url("../img/offerte.jpg");
	padding: 30px 30px 5px 30px;
	border-radius: 3px;
}
.cui-deal-title{

	max-height: 20px;
    overflow: hidden;
}
#popup{
	background:rgba(0,0,0,0.5);
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	display:block;
	z-index:9999;
}
#content-popup{
	position:relative;
	padding:15px;
	border-radius:5px;
	background:white;
	width:870px;
	top:15%;
	left:50%;
	margin-left:-450px;
	max-width:95%;
	height:580px;
	max-height:95%;
}
iframe{
	overflow:hidden;
}
#img{
	max-width:100%;
}
@media (max-width: 768px){
	#content-popup{
		left: 0px;
		top: 0px;
		margin-left: 2.5%;
		margin-top: 2.5%;
		width: 100%;
		height: 100%;
		padding: 10px;
		max-width:95%;
		max-height:95%;
	}
	.navbar-nav{
		float:initial;
		text-align:center;
	}
	.navbar-nav>li>a{
		line-height:initial;
	}
}