/* --- World Health Organization ----------------------------------------------------- */
/* --- CSS Framework: eportuguese Cobrand -------------------------------------- */
/* --- Versions 1.1

 ======================================================================================*/

/* Adding WHO logo to branding - 01/21/04*/
#branding a {
  background-image: url(../../../../resources/who-logo-en.jpg);
  background-repeat: no-repeat;
}

/*fixing 1px margin between nav and search on safari (width rendering issue) */
#search:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -2px;
  width: 5px;
  height: 43px;
  background-color: #008dc9;
  z-index: -1;
}

@media only screen {
  #language {
    margin-right: 15px;
  }
  #owl-language-carousel {
    width: 160px;
}
  #owl-language-carousel .owl-buttons {
    display: none;
  }

  /*when using subnav as main nav */
  #subnavigation h4 {
    text-indent: -99999px;
  }
  #subnavigation h4:before {
    content: ' ';
    display: block;
    background: url(../../../img/responsive-sprite.png) -88px -258px;
  	width: 20px;
  	height: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
  }
  #subnavigation h4:after {
    right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper #footer {
    background-image: none;
  }
}
@media only screen and (max-width: 720px) {
  #owl-language-carousel {
    width: 100%;
  }
  #branding a {
    background-image: url(../../../../resources/who-logo-en-white.png);
  }
}