.enigma_header_breadcrum_title{
	margin-bottom:15px;
        padding-top:15px;
        background:#231F20;
}
.navbar-default .navbar-nav > li > a{
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: none;
	font-family: 'Arimo',Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:15px;
	color:#77776C;
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-default {
	background-color:rgb(248, 248, 248);
        border:0;
	}
.dropdown-menu {
	text-transform: capitalize;	
}
#searchform  .form-control {
font-size: 14px;
width:75%;
display: inline-block;
height:35px;
}

.input-group  #searchform {
width: 320px;

}
#searchform  .btn { 
height: 35px;
width: 50px;

}
.header_section .row {
	margin-left: -15px;
	margin-right: -25px;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}