.navbar {
	margin-bottom: 0px;
}
.navbar-inverse .navbar-nav > li.currentMenu {
  border-bottom: 2px solid #0053a0;
}
footer {
	margin: 0px;
	margin-top: 50px;
}
.page-header {
	border-bottom: 1px solid #009f80;
}
.row {
	padding: 5px 0px;
}
/* NIVO-SLIDER.CSS */
.nivo-caption {
	left: 5%;
	right: 10%;
	width: 85%;
	bottom: 5%;
}
.nivo-caption {
	background: transparent;
}
.nivo-caption h1 {
	background: rgba(0, 63, 60, 0.9); 
	font-size: 24px;
	padding: 10px 20px;
}
.nivo-caption h2 {
	font-size: 16px;
	background: rgba(255, 255, 255, 0.9); 
	color: #000;
	margin: 0;
	padding: 7px 23px;
}
.theme-default .nivo-controlNav {
  padding: 5px 0;
  text-align: center;
}
@media (max-width: 767px) {
.nivo-caption h1 {
	background: rgba(0, 63, 60, 0.9); 
	font-size: 16px;
	padding: 10px 20px;
}
.nivo-caption h2 {
	font-size: 12px;
	background: rgba(255, 255, 255, 0.9); 
	color: #000;
	margin: 0;
	padding: 7px 23px;
}
}

/* MODERN-BUSINESS.CSS */
.nivoSlider {
	height: auto;
}
.nivoSlider img {
	height: auto
}
/* CAROU-FRED-SEL.CSS */
#carousel .thumbWrapper .thumbImg {
	height: 128px;
	overflow: hidden;
}
#carousel .thumbWrapper .subdescription {
	bottom: -70px;
	height: 60px;
}



.text-primary {
	color: #1f509c;
}

.btn-primary {
	background-color: #1f509c;
}
.btn-primary:hover {
	background-color: #7067d2;
}