header {
	margin-top: 29px;
	margin-bottom: 25px;
 }

 .language-switcher {
 	font: 16px/1 'Roboto',Georgia,serif !important;
 }

 .navbar-brand {
  float: left;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: #4d4d4d;
}

.fixed {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	background-color: transparent;
	border: 0;
	z-index: 1;
}

.fixed .nav-inner {
/*	max-width: 1140px;*/
	margin: 0 auto;
	background-color: #4d4d4d;
}

header#header .un70-logo a {
  display: block;
  position: absolute;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(http://www.un.org/sites/www.un.org/themes/bootstrap_un/images/logo-un701564.png?1418939001);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 123px;
  height: 61px;
  right: 35%;
  top: 66px;
}

/*SEARCH*/

header#header .search-form {
  padding-left: 20px;
  padding-right: 0;
   margin-top: 5px;
}

header#header .search-form h4.toggle {
  line-height: 0;
  margin: 0;
  display: none !important;
}

header#header .search-form h4.toggle a {
  text-indent: -9999px;
  font-family: FontAwesome;
  border: none;
  background: #00aeef;
  height: 37px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}


header#header .search-form form#searchfrm input.textbox {
  position: relative;
  border-radius: 0;
  border: none;
  background: #eeeeee;
  width: 100%;
  z-index: 1;
  font-size: 11px;
  font-style: italic;
  font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  border-radius: 0;
  border: none;
  padding: 8px 12px;
  height: 37px;
}


.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.46153846;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

header#header .search-form form#searchfrm button.button.btn-search {
  text-indent: -9999px;
  font-family: FontAwesome;
  border-radius: 0;
  border: none;
  background: #00aeef;
  height: 37px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.btn-primary {
  color: #fff;
  background-color: #00aeef;
  border-color: #009bd5;
}

.btn-search {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.46153846;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header#header .search-form form#searchfrm button.button.btn-search:after {
  margin-top: 1px;
  color: #fff;
  text-indent: 0px;
  position: absolute;
  top: 22%;
  left: 34%;
  content: "\f002";
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
    .navbar-brand {
        font-size: 16px;
        line-height: 17px;
        margin: 0;
        padding: 0;
        padding-top: 0px;
        margin-left: 0px;
        max-width: 80%;
    }
}

