.tb-megamenu.style-blue  {
  background-color: #fff;
  background-color: transparent;
}

.tb-megamenu.style-blue  .nav > li > a {
 /* border-right: 1px solid #4dc6f3;*/
}

.tb-megamenu.style-blue  .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.tb-megamenu.style-blue  .dropdown-menu {
  border-bottom-color: #0195c0;
}

.tb-megamenu.style-blue  .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu.style-blue  .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #fff;
  /*border-right-color: #4dc6f3;*/
  color: #0195c0;
}

.tb-megamenu .nav > li > a{
	color: #0195c0;
	border-right: 0 solid #222 !important;
	text-transform: uppercase;
	font-family: "latoregular";
	font-weight: normal;
}

.tb-megamenu .nav > li > a:hover, .tb-megamenu .nav > li.active > a{
	color: #333 !important;
}

.tb-megamenu.style-blue  .nav > li.dropdown.open.active > a:hover,
.tb-megamenu.style-blue  .nav > li.dropdown.open.active > a:focus {
  background-color: #fff;
/*  border-right-color: #4dc6f3;*/
  color: #0195c0;
  color: #333;
}

.tb-megamenu.style-blue  .nav > li > a:focus,
.tb-megamenu.style-blue  .nav > li > a:hover {
  color: #0195c0;
}

.tb-megamenu.style-blue  .nav li.dropdown.open > .dropdown-toggle {
  color: #0195c0;
}

.tb-megamenu.style-blue  .dropdown-menu li > a:hover,
.tb-megamenu.style-blue  .dropdown-menu li > a:focus,
.tb-megamenu.style-blue  .dropdown-submenu:hover > a {
  color: #0195c0;
}

.tb-megamenu.style-blue  .nav > .active > a,
.tb-megamenu.style-blue  .nav > .active > a:hover,
.tb-megamenu.style-blue  .nav > .active > a:focus {
  color: #0195c0;
  text-shadow: none;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.tb-megamenu.style-blue  .block-view-demo .views-field-field-image img {
  border: 1px solid #eee;
}

.tb-megamenu.style-blue  .block-view-demo .item-list ul li {
  border-bottom: 1px solid #eee;
}

.tb-megamenu-item > a {
    background: #fff none repeat scroll 0 0 !important;
}

@media (max-width: 979px) {
  .tb-megamenu.style-blue  {
  background-color: inherit;
}
.tb-megamenu.style-blue  .nav-collapse .nav > li > a:hover,
.tb-megamenu.style-blue  .nav-collapse .nav > li > a:focus {
	color: #0195c0;
  }
.tb-megamenu.style-blue  .nav-collapse .nav > li.active > a:hover,
.tb-megamenu.style-blue  .nav-collapse .nav > li.active > a:focus {
  background-color: #fff;
  color: #0195c0;
}
}


/*** Modificado PH ***/
li.tb-megamenu-item.level-1.mega.menu-garantias {
    float: right;
}
li.tb-megamenu-item.level-1.mega.menu-garantias > a {
    border-right: 1px solid #0195c0 !important;
}
li.tb-megamenu-item.level-1.mega.menu-garantias > a:hover{
	background-color: #ecf9fd;
}
li.tb-megamenu-item.level-1.mega.menu-solo-asociados {
    float: right;
}
li.tb-megamenu-item.level-1.mega.menu-solo-asociados > a {
    background: url(/sites/all/themes/personalizado/img/solo-asociados-gris.png) no-repeat scroll right 4px;
}
li.tb-megamenu-item.level-1.mega.menu-solo-asociados > a:hover{
	background-color: #ecf9fd;
}
.navbar-collapse.navbar-static-top.collapse.in {
	min-height: 500px; 
}
.tb-megamenu .nav-collapse {
    height: auto !important;
    display: block;
}
.tb-megamenu-button.menuIstance-processed {
    display: none;
}
@media (max-width: 979px) {
	li.tb-megamenu-item.level-1.mega.menu-garantias {
    float: left;
 }
    li.tb-megamenu-item.level-1.mega.menu-solo-asociados {
    float: left;
}
}
