/*!
 * 
 * Override
 * 
 */
body{
	font-family: Open Sans;

}
p {
    margin: 0 0 15px;
}
.thumbnail{ border: none; border-radius: none; background: none; }
.nav-justified {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    width: 100%;
	border-radius: 0;

}
.nav-justified > li > a {
	border: #d6a12a no-repeat right bottom;
    margin-bottom: 0;
	font-family: Open Sans;
    color: #d6a12a;
	font-size: 20px;
	text-transform: uppercase;
}
.nav-justified > li:last-child > a {
	background: none;
}
.nav-justified > .dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu{
	background-color: #413D3D;
	min-width: 100%;
	border-radius: 0;
	margin: -1px 0 0;
}
.dropdown-menu > li > a {
	background: none !important;
    color: #fff;
	text-align: center;
	font-family: Open Sans !important;
}
.dropdown-menu > li > a:hover {
	background: #fff !important;
}
.dropdown-menu > li.active > a {
	background: #fff !important;
	color: #000 !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #413D3D;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #fff;
  background-color: #d6a12a;
}

