
.navbar-inner {
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.navbar {
  margin: 0;
  padding: 0 0;
}
.navbar .nav {
 /* bottom: -7px;*/
  float: left;
}
.navbar .brand {
  text-shadow: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 0;
  background: url(../img/logo.png) no-repeat;
  text-indent: -99999px;
  width: 61px;
}
.navbar li {
  overflow: hidden;
}
.navbar li > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  list-style: none;
  margin: 0;
  width: 200px;
  visibility: hidden;
 /* background: #0988d5;*/
  display: block;
  z-index: 999;
  margin-top: 0px;
}
.navbar li > ul a {
  padding: 0 0 0 10px;
  font-family: 'muller_regularregular';
  display: block;
  color: #fff !important;
  text-decoration: none;
 /* border-bottom: 1px solid #7e7e7e;*/
  text-transform: uppercase;
  font-size: 18px !important;
  line-height:30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align:left;
  background:#FFF;

}
.navbar li > ul a:hover {
  /*background: inherit;*/
  color: #ff8a00 !important;
}
.navbar li > ul a.active {
  /*background: inherit;*/
  color: #ff8a00 !important;
}
.navbar li:hover > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #a7c8dc !important;
  background-color: inherit !important;
  box-shadow: none;
}
.navbar .nav > li > a {
  text-shadow: none;
  color: #607384;
  font-size: 20px;
  line-height: 30px;
  font-family: 'muller_regularregular';
  padding:0 19px 0 19px;
  margin:0;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .nav > li > a.last-child {
	  padding: 0 0 0 12px;
	}
.navbar .btn-navbar .icon-bar {
    background-color: #000;
	}
.navbar .btn-navbar {
    padding: 7px 0;
	}	


.navbar .nav > li > a  span{
	display: block;
	line-height: 17px;
	text-align: center;
}
.navbar .nav > li.menubr{
	margin-top:-6px;
}


.navbar .nav > li > a:hover {
  color: #f15b22;
  background:none;
	}

.navbar .nav > li > a.active {
   color: #f15b22;
  background:none;
	}


.nav-tabs.nav-stacked > li > a {
  border: none !important;
  border-radius: 0 !important;
  color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-tabs.nav-stacked > li > a:hover {
  color: #0378a9;
}
.nav-tabs.nav-stacked > li.active > a {
  background: #000;
  color: #fff;
  position: relative;
}
.nav-tabs.nav-stacked > li.active > a:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  background: #000;
  right: -12px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}



/************************************************
Responsive styles
************************************************/
@media (max-width: 767px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    border-radius: 0;
  }
  .navbar li > ul {
    opacity: 1;
    visibility: visible;
/*    position: relative;
*/    margin-left: 0;
    box-shadow: none;
    width: 200px;
    background: #f3783c;
	margin:-4px 0 0 0;
  }
  .nav-collapse .nav > li {
    margin-bottom: 10px;
  }
  .navbar li > ul a {
    border-top: none;
   /* color: white !important;*/
    font-size: 10px;
	background-image: none;
	text-align:left;
	padding-left: 10px;  
    /*border-top: 1px solid #4d4c4c;*/
  }
  /*.nav-collapse .nav {
    padding-top: 20px;
  }*/
  .pull-right li {
    display: inline-block;
  }
  .navbar .btn-navbar {
    background: #c41919;
	position: relative;
	margin-top: 9px;
	border: solid 1px #c41919;
	cursor: pointer;
	margin-bottom: 7px;
  }
  .navbar .btn-navbar:hover {
    background: #c41919;
	border: solid 1px #c41919;
  }
  .navbar .brand {
    margin-bottom: 10px;
  }


}



@media (max-width: 768px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    border-radius: 0;
  }
  .navbar li > ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin-left: 0;
    box-shadow: none;
    width: 100%;
    background: #f3783c;
	margin:-4px 0 0 0;
  }
  .nav-collapse .nav > li {
    margin-bottom: 10px;
  }
  .navbar li > ul a {
    border-top: none;
   /* color: white !important;*/
    font-size: 10px;
	background-image: none;
	text-align:left;
	padding-left: 10px;  
    border-top: 1px solid #4d4c4c;
  }







