/* 
 * Dropdown menus 
 * Expanded from Bootstrap 
 * Amended to work on Superfish
 */

.caret,
.sf-sub-indicator {
  display: inline-block;
  width: 0 !important;
  height: 0 !important;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sf-sub-indicator,
a > .sf-sub-indicator, span.nolink > .sf-sub-indicator {
  margin-left: 6px !important;
  opacity: 1;
  position: relative !important;
  right: auto !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

ul.sf-menu .sf-sub-indicator::after {
  display: none;
}

 .dropup, .dropdown {
  position: relative;
}

 .dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu,
.menuparent > ul  {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0 !important;
  margin: 2px 0 0;
  list-style: none;
  font-size: inherit;
  text-align: left;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-clip: padding-box;
}

.sf-menu {
  line-height: 1.42857;
}

ul.sf-menu .sf-with-ul {
  padding-right: 15px;
}

/* Navigation (Collapsible) */

ul.sf-menu.menu.sf-accordion.navbar-nav {
  margin-left: -15px;
  margin-right: -15px;
}

ul.sf-menu.sf-accordion, 
ul.sf-menu.sf-accordion ul, 
ul.sf-menu.sf-accordion li {
  float: none;
  width: auto;
}

.sf-accordion > .menuparent > ul {
  border-radius: 1px;
  border-left: none;
  border-right: none;
}

.sf-accordion-toggle a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  top: 100% !important;
  left: 0;
  width: auto !important;
}

 .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

 .dropdown-menu > li > a,
 .menuparent > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: inherit;
  color: inherit !important;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.menuparent > ul > li > a:hover, 
.menuparent > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #F5F5F5;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.menuparent > ul > .active > a, 
.menuparent > ul > .active > a:hover, 
.menuparent > ul > .active > a:focus {
  color: ;
  text-decoration: none;
  outline: 0;
  background-color: ;
}

.dropdown-menu > .disabled > a, 
.dropdown-menu > .disabled > a:hover, 
.dropdown-menu > .disabled > a:focus,
.menuparent > ul > .disabled > a, 
.menuparent > ul > .disabled > a:hover, 
.menuparent > ul > .disabled > a:focus  {
  color: ;
}

.dropdown-menu > .disabled > a:hover, 
.dropdown-menu > .disabled > a:focus,
.menuparent > ul > .disabled > a:hover, 
.menuparent > ul > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: ;
}

.open > .dropdown-menu,
.open > .menuparent > ul {
 display: block;
}

.open > a {
 outline: 0;
}

.navbar-nav > .menuparent > ul,
.navbar-nav > .dropdown > .dropdown-menu {
  margin-top: 0;
  border-color: #E5E5E5;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0;
 /* box-shadow: 0 8px 6px -6px #999;*/
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: ;
  line-height: ;
  color: ;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: - 10;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: dashed;
  border-bottom: solid \9;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px ) {
	
   .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
	
  .sf-menu.menu > li {
    width: auto !important;
  }
}