/***** Menu *****/
.full-menubar {
  background: #242424 none repeat scroll 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  float: left;
  padding: 20px 0;
  position: relative;
  width: 100%;
  z-index: 999999;
}
.menu-shrink {
  position: fixed;
  top: 0px;
  z-index: 99999999;
}
.menu-shrink-sub {
  background: #e8a20c ;
}
.home .menu-shrink-sub {
  background: #242424!important;
}
#menubar {
  float: right;
  position: relative;
  width: 75%;
  z-index: 999;
}
#menubar .navbar-inner {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: auto;
  min-height: 36px;
  padding: 0;
  float: left;
  width:100%;
}
.wrapper-menubar{
  float: left;
  width: 100%;
}
.logo-menu {
  width: 20%;
  float: left;
}
.logo-menu > a {
  float: left;
  width: 100%;
}
.container {
  float:left;
  width:100%;
}
#menubar .navbar {
  margin: 0px;
  float: right;
  width: auto;
}
#menubar .menu-collapse {
  display: none;
}
#menubar #menu-primary {
  float: left;
  text-align: center;
  width: 100%;
}
.nav-collapse {
  float: left;
  width: 100%;
}





.btn-navbar{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  cursor: pointer;
  float: right;
  height: 20px;
  margin: 11px;
  padding: 0;
  width: 30px;
}
.btn-navbar:hover{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn-navbar {
  display: none;
}
.btn-navbar span {
  background: none repeat scroll 0 0 #ffffff;
  float: left;
  height: 3px;
  margin-bottom: 4px;
  width: 100%;
}

#menu-primary li {
    float:left;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.nav-collapse > ul > li > a::before {
    border-bottom: 2px solid #3f51b5;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
}
#menu-primary li ul {
  background: #242424  none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.24) inset;
  float: left;
  left: 0;
  min-width: 180px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 160%;
  visibility: hidden;
}

#menubar #menu-primary li a {
  color: #fff;
  float: left;
  text-decoration: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0 20px;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
}
.menu-shrink-sub #menubar #menu-primary li.current-menu-item a{
  color: #000;
}
.menu-shrink #menubar #menu-primary li.current-menu-item a {
  color: #e8a20c
}

#menu-primary li:hover > ul {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  visibility: visible;
  top:100%;
}

#menubar #menu-primary ul li {
  border-bottom: 1px solid #828282;
  float: left;
  width: 100%;
}

#menubar #menu-primary li ul ul {
    left: 100%;
    top: 0px;
}
#menubar #menu-primary ul li a {
  box-sizing: border-box;
  color: #828282;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
#menubar #menu-primary ul li a:hover {
  color: #e8a20c;
}
#menubar #menu-primary > li:hover > a {
    color:#e8a20c ;
}
.menu-shrink-sub #menubar #menu-primary > li:hover > a {
    color:#000;
}
.home .menu-shrink-sub #menubar #menu-primary > li:hover > a,
.home .menu-shrink-sub #menubar #menu-primary li.current-menu-item a
 {
    color:#e8a20c!important;
}
#menubar #menu-primary ul li:hover  {
    background: rgba(0,0,0,0.1);
    transition: all 0.5s ease-in-out 0s;
}
.logo-menu img {
  max-width: 100%;
  max-height: 60px;
}

/**** Responsive settings ******/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #menubar #menu-primary li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 960px) {
  #menubar {
    float: left;
    margin-top: -42px;
    padding-bottom: 0;
    width: 100%;
  }
  #menubar .navbar {
    width: 100%;
    float: none;
  }
  #menubar .menu-collapse {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
  }
  #menubar #menu-primary > li > a {
    line-height: 40px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .nav-collapse {}
  #menubar #menu-primary li a {
    padding: 0 0 0 2%;
    text-align: left;
    width: 100%;
  }
  #menubar #menu-primary li {
    width: 100%;
    margin: 0;
  }
  .btn-navbar {
    display: block;
    background: none
  }
  #menubar #menu-primary {
    display: none;
    margin-top: 15px;
  }
  #menubar #menu-primary ul {
    z-index:99999;
    width:100%;
    top: 40px;
  }
  #menubar #menu-primary li ul ul {
    left: 50%;
  }
  .logo{
    width: 100%;
    text-align: center;
  }
  .full-menubar{
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .full-menubar{
    padding: 10px 0;
  }
  .logo-menu {
    width: 23%;  
  }
}
@media only screen and (max-width: 640px) {
  .logo-menu {
    width: 27%;  
  }
}

@media only screen and (max-width: 480px) {
  .logo-menu {
    width: 30%;
  }
  .btn-navbar {
    margin-top: 15px;
    margin-bottom: 0;
  }
}