/*-- Header --*/

header {
  border-bottom-color: #E8E8E8;
  border-bottom-style: solid;
}

.logo {
  padding-top: 25px;
}

.logo a img {
  width: 180px;
}

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.main-menu li {
  list-style: none;
  display: inline-block;
  padding: 40px 0;
}

.main-menu a {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 550;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  margin-right: 15px;
  padding: 15px;
}

.main-menu a:hover {
  color: #d9a931;
}

.search-box {
  text-align: right;
  margin-top: 25px;
  position: relative;
}

.search-box input {
  margin-top: 10px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../img/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.search {
  padding: 4px 10px 4px 10px;
  height: 34px;
  width: 100%;
  line-height: 34px;
  outline: none;
  border: 1px solid #ddd;
  color: #555555;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}