/*
CSS table index
================================================

1. General
2. header
3. navigation-menu
4. home-body
5. footer

*/

/* 1. General  
================================================
*/

body{
	font-family: 'Arial', sans-serif;
	color: #6d6e71;
	font-size: 14px;
}

input, textarea, select{
	outline: none;
}

a, a:hover, a:focus{
	text-decoration: none;
	outline: none;
}

ul{
	margin-bottom: 0;
}

.btn{
	
}

/* 2. header  
================================================
*/

header{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 25px;
}

.logo img{
	position: absolute;
    z-index: 999999;
}

nav{
	padding: 0px;
}

.navbar-nav{
	float: right;
}

.navbar-nav>li {
	padding: 0 10px;
}

.navbar-nav>li:last-child {
	padding: 0px;
}

.navbar-nav>li:last-child>a {
	padding-right: 0;
}

.navbar-nav>li>a{
	text-transform: uppercase;
    color: #6d6e71;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
    display: block;
    background: #fff;
}

.nav>li>a:hover, .nav>li>a:focus{
	color: #3366cc;
    border-bottom: 2px solid #3366cc;
    background: #fff;
}

nav ul li a:hover, nav ul li a.active{
	color: #3366cc;
    border-bottom: 2px solid #3366cc;
    background: #fff;
}

.navbar-collapse{
	padding-right: 0;
}

li.dropdown span{
	display: none;
}

.navbar-nav>li>.dropdown-menu{
	left: 10px;
	border-top: 2px solid #fff;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	background: #3366cc;
}

.navbar-nav>li>.dropdown-menu li a {
	color: #fff;
	border: 0;
}

.navbar-nav>li>.dropdown-menu a:hover{
	background: #D4CBB9;
	color: #6d6e71;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: #fff;
	color: #3366cc;
	border-color: #3366cc;
}


/* 3. banner  
================================================
*/

.banner{
	background-color: #3366cc;
}

.carousel-indicators li{
	background: #fff;
}

.carousel-indicators .active{
	border-color: #fff;
}

/* 4. home-content  
================================================
*/

.home-content{
	margin: 30px 0;
}

.single-promo{
	border-top: 2px solid #6D6E71;
    position: relative;
    border-bottom: 5px solid #3366cc;
    margin-bottom: 15px;
}

.single-promo img{}

.single-promo span{
	font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    text-transform: uppercase;
    background: #6D6E71;
    padding: 4px 0;
}

.le-boreau p{
	background: #3366cc;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0;
	color:#FFF;
}

/* 4. footer
================================================
*/

footer{
	background: url(../images/footer-border.png) repeat-x;
}

footer span{
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-wrap{
	margin-top: 30px;
}

button[type=submit]{
	width: 200px;
	display: block;
	margin: 0 auto;
}

/* 4. service.html
================================================
*/

.service-content{

}

.page-heading{}
.page-heading h2{
	font-family: 'Conv_BellMT-Bold';
	color: #3366cc;
	font-size: 36px;
	text-transform: uppercase;
	position: relative;
}

.page-heading h2:before{
	content: "";
	position: absolute;    
	width: 70px;
    height: 2px;
    background: #3366cc;
    bottom: -3px;
}

.page-heading p{
	font-size: 13px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-wrap{
	padding: 20px;
    background: #6D6E71;
}

.no-margin{
	margin: 0;
}