/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
  background-color: #2eb6d1;
  color: #2eb6d1;

}




.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  /*color: #555555;*/
  background-color: #46CDE8 !important;
}

.open {
background-image: none;

    background-color: transparent;
}


.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  /*background-color: #0094e1;*/
  background-color: #fff;
  min-height: 150px;


}

.yamm a{
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  /*line-height: 70px;*/
  /*height: 70px;*/
  margin-top: 11px;
  margin-bottom: 11px;


}

.yamm ul{
  text-align: left;
  /*padding-left: 10%;*/
}
.yamm a:hover{
	border-bottom: 2px solid #fff;
  background-color: #46CDE8 !important;
  text-decoration: none;
}

.yamm > a:hover{
  border-bottom: 2px solid #fff;
  /*background-color: #00A7FE !important;*/
  text-decoration: none !important;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

a.navigl:hover{
  color: red;
  text-decoration: none;
  border: none;
  background-color: #3CC3DE;

}

.dropdown-menu a{
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
    color: #2eb6d1 !important;
}
.dropdown-menu a:hover{
  /*font-size: 14px;*/
  /*text-transform: none;*/
  font-weight: 600;
    color: #fff !important;
    padding: 3px;
}
