@media screen and (min-width: 769px) {
  .header-nav {
    background: #FFFFFF url(https://storage.ning.com/topology/rest/1.0/file/get/9094001475?profile=original) repeat-x top center;
  }
}
.header-logoImage img {
    width: 1500px;
}
.section_header {
    width: 100%;
    display: block;
}
.section_header .pull-right {
    width: 100%;
    float: none;
    text-align: center;
}
.section_header .pull-right .icon {
    width: auto;
}
/*Change padding and margin according to users settings*/
.section_header .module-header {
    padding: 3px 5px 3px 5px;
    margin: -5px -5px 5px -5px;
}

.input.input-prefixed > * > input {
  display: none;
}
.input.input-prefixed > .input-prefix {
  display: none;
}