/**
 * General CSS Styles
 */
@import "https://fonts.googleapis.com/css?family=Droid+Sans:400,700";

body {
  padding-top: 0 !important;
}
 
.unh_bar_wrapper {
  background-color: #333;
  color: #fff;
  font-size: 8pt;
  border-bottom: 1px solid #2b2b2b;
  box-shadow: 0 1px 4px #111; 
  font-family: Droid Sans, Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

.unh_bar_wrapper .unh_bar_inner {
  margin: 0 auto;
  padding: 8px 5px;
  height: auto;
  position: relative;
}

.unh_bar_wrapper .unh_logo {
  height: 20px;
}

.unh_bar_wrapper .unh_bar_logo img  {
/*   height: 20px;
  width: auto; */
}

.unh_bar_wrapper li {
  position:relative;
}

.unh_bar_wrapper li a {
  color: #f0f0f0;  
  text-shadow: 0px 2px 1px #000;
  border-right: 1px solid #aaa;
  width: 100%;
  padding: 0px 13px 0 7px;
  text-decoration:none;
}

.unh_bar_wrapper li a:hover {
  text-decoration:underline;
}

.unh_bar_wrapper li:last-child a {
  border-right: 0px;
}

.unh_bar_wrapper li ul {
  position: absolute;
  top: 20px;
  right: 5px;
  opacity: 0; 
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  overflow:hidden;
}

.unh_bar_wrapper li:hover ul {
  opacity: 1;
  z-index: 20;
}

.unh_bar_wrapper li li {
  display:block;
  padding: 5px;
  background-color: #333;    
}

#unh_bar_menu li:last-child li a {
  display:block;
  padding: 10px 10px 10px 45px;
  overflow: hidden;
}

#unh_bar_menu li li a.unh-bar-facebook {
  background: url('../icons/facebook.png') no-repeat 3px 0;
}

#unh_bar_menu li li a.unh-bar-twitter {
  background: url('../icons/twitter.png') no-repeat 3px 0;
}

#unh_bar_menu li li a.unh-bar-linkedin {
  background: url('../icons/linkedin.png') no-repeat 3px 0;
}

#unh_bar_menu li li a.unh-bar-google {
  background: url('../icons/google +.png') no-repeat 3px 0;
}

#unh_bar_menu li li a.unh-bar-instagram {
  background: url('../icons/instagram.png') no-repeat 3px 0;
}

#unh_bar_menu li li a.unh-bar-pinterest {
  background: url('../icons/pinterest.png') no-repeat 3px 0;
}

#unh_bar_menu li li a.unh-bar-youtube {
  background: url('../icons/youtube.png') no-repeat 3px 0;
}

#unh_bar_menu li li a.unh-bar-foursquare {
  background: url('../icons/foursquare.png') no-repeat 3px 0;
}


.unh_bar_wrapper a:hover, .unh_bar_wrapper a:active {
  color: #fff;  
  text-decoration: underline; 
}

/*
 * responsive-nav styles
 */
 

.nav-collapse {
  max-height: 0;
}

/* Mobile Only */
@media all and (max-width:739px) {
  .unh_bar_wrapper {
    background-color: #2b2b2b;
  }
  
  .unh_bar_wrapper .unh_bar_inner {
    padding: 3px 5px;
    position:relative;
  }
  
  .unh_logo.grid-6 {
    position:absolute;
    bottom: -23px;
    left:-5px;
    z-index: 3;
    margin-right: 30px;
  }
  
  .unh_logo.grid-6 img {
/*     width: 90%;
    height: auto; */
  }  
  
  #unh_bar_menu {
    margin: 0 0 5px 0;
    overflow: hidden;
  }
  
  #unh_bar_menu.closed {
    top: -9999px;
  }
  
  #unh_bar_menu ul {
    border-bottom: #2b2b2b;
  }
  
  #unh_bar_menu .menu li {
    display: block;
    font-size: 1.2em;
    border-bottom: 1px solid #333;
    padding: 5px;
  }
  
  #unh_bar_menu .menu li:last-child {
    border-bottom: 0;
  }
  
  #unh_bar_menu .menu li a {
    border-right: 0;
  }
  
  .unh_bar_wrapper li ul {
    position: static;
    opacity: 1;
    margin: 5px 0 0 2px;
  }

  #unh_bar_menu li .menu li {
    display:inline;
    background-color: transparent;
    float:left;
    padding: 0;
    border: 0;
  }

  #unh_bar_menu li:last-child li a {
    width: 0px;
    padding: 10px 3px 0px 35px;
    color: transparent;
    text-shadow: none;
 /*    float:left; */
  }
  
  #mobile-button {
    background-color: #333;
    line-height: 1em;
    font-size: 25px;
    padding: 3px 6px;
    margin-top: -5px;
    text-align:right;
  }
  
  #mobile-button:hover,#mobile-button:active {
    cursor:pointer;
    text-shadow: 1px 1px 3px #000;
  }
  
  #mobile-button .mobile-text {
    font-size: 14px;
    text-transform: uppercase;
    position:relative;
    top: -2px;
  }
}

/* Full Screen */
@media all and (min-width:740px) {
  #unh_bar_menu {
    width: auto;
    position: absolute;
    right: 0;
    top: 10px;
    float:right;
  }
  
  #mobile-button {
    display:none;
  }

  .unh_bar_wrapper ul.menu {
    margin: .2em 0;
  }

  .unh_bar_wrapper li {
    display: inline;
    padding: 3px 0;
  }
  
  #unh_bar_menu li a {
    font-size: 7pt;
    padding: 0px 8px 0 2px;
  }  
  
  .unh_bar_wrapper .grid-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .unh_bar_wrapper .unh_bar_inner.container-12 .unh_bar_logo img   {
/*     height: 19px;
 */  }
  
  .unh_bar_wrapper .container-12.unh_bar_inner {
    height: 18px;
  }
  .unh_bar_wrapper .container-12 .unh_menu {
    display: block;
  }
  
  
}

@media all and (min-width:980px) and (min-device-width:980px) { 
  #unh_bar_menu li a {
    font-size: 8pt;
    padding: 0px 13px 0 7px;
  }
  
  .unh_bar_wrapper .unh_bar_inner.container-12 .unh_bar_logo img {
/*     height: 20px;
 */  }
  
  .unh_bar_wrapper .unh_bar_inner.container-12 {
    height: 18px;
  }
}


/**
 * Unresponsive Styles
 * The class .fixed-width is added to the .unh_bar_inner div when the menu is designed to be used on a fixed width site.
 */
.unh_bar_inner.fixed-width {
  width: 960px;
}

.unh_bar_inner.fixed-width div {
  float:left;
  width: 50%;
}

.unh_bar_wrapper .fixed-width {
  font-size: 8pt;
}

.unh_bar_wrapper .unh_bar_inner.fixed-width {
  height: 18px;
}

.unh_bar_wrapper .unh_bar_inner.fixed-width .unh_bar_logo img  {
/*   height: 20px;
 */}

.unh_bar_wrapper .unh_bar_inner.fixed-width .unh_menu {
  display:block;
  position:static;
}
