#wrap-customize {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

#customize,
#customize a {
  font-family: Tahoma, arial, sans-serif !important;
}

#customize a {
  color: #ddd !important;
  border-bottom: 0 none;
  outline: none;
  -moz-outline: none;
  text-decoration: underline;
}

#customize a:hover {
  color: #999 !important;
}

#customize {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 3;
  overflow: hidden;
}

#customize ul li,
#customize .label,
#customize .action {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px 9px 10px;
  display: block;
  float: left;
}

#customize .title {
  border-left: 0 none;
}

#customize .label {
  color: #ccc;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#customize .title {
  color: #fff;
  font-weight: bold;
  text-transform: none;
}

#customize ul {
  float: left;
  margin: 0;
  padding: 0;
}

#customize ul li {
  border-right: 0 none;
  float: left;
  list-style: none;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

#customize ul li a {
  border-right: 0 none;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#customize .active {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #999 !important;
  text-decoration: none;
}

#customize #customize-hide {
  float: right;
}

#customize #customize-show {
  float: left;
  display: none;
}

#customize {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.customize-visible #container {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {

  #customize {
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }

  .customize-visible #container {
    margin-top: 20px;
  }

}