.navbar-default{
/*color: #fff;
background-color: #ccc6c6;
background-color:crimson;
border-color: #aca1a2;*/
}
.navbar-default .navbar-nav > li > a{
	color:#fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
	color:#fff;
}
.menu-large {
  position: static !important;
}
/*.megamenu{
  padding: 20px 0px;
  width:100%;
  border-left:20px solid red;;
  border-right: 20px solid red;
  border-bottom: 20px solid red;
  border-top: none;
  z-index: 10000;
}*/

.megamenu{
  padding: 20px 0px;
  width:100%;
  z-index: 10000;
}

.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}


.btn-ea { 
  color: #ffffff; 
  background-color: #A81A20; 
/*  border-color: #DCDAE3; */
} 
 
.btn-ea:hover, 
.btn-ea:focus, 
.btn-ea:active, 
.btn-ea.active, 
.open .dropdown-toggle.btn-ea { 
  color: #ffffff; 
  background-color: #C71A22; 
  border-color: #DCDAE3; 
} 
 
.btn-ea:active, 
.btn-ea.active, 
.open .dropdown-toggle.btn-ea { 
  background-image: none; 
} 
 
.btn-ea.disabled, 
.btn-ea[disabled], 
fieldset[disabled] .btn-ea, 
.btn-ea.disabled:hover, 
.btn-ea[disabled]:hover, 
fieldset[disabled] .btn-ea:hover, 
.btn-ea.disabled:focus, 
.btn-ea[disabled]:focus, 
fieldset[disabled] .btn-ea:focus, 
.btn-ea.disabled:active, 
.btn-ea[disabled]:active, 
fieldset[disabled] .btn-ea:active, 
.btn-ea.disabled.active, 
.btn-ea[disabled].active, 
fieldset[disabled] .btn-ea.active { 
  background-color: #A81A20; 
  border-color: #DCDAE3; 
} 
 
.btn-ea .badge { 
  color: #A81A20; 
  background-color: #ffffff; 
}