/* SEARCH AND MORE */
          .hsearch {
            position: absolute;
            width: 245px;
            height: 32px;
            display: block;
            margin-top: 10px;
            margin-bottom: 17px;
            overflow: hidden;
            z-index: 100;
            right: 54px;
          }

          .hsearch #hsearch-btn {
            width: 25px;
            height: 25px;
            float: left;
          }

          .hsearch-inner {
            width: 245px;
          }

          .hsearch .bottom,
          .hsearch .left,
          .hsearch .right {
            position: absolute;
            background-color: transparent
          }

          .hsearch .left,
          .hsearch .right {
            height: 5px;
            width: 1px
          }

          .hsearch .left {
            top: 22px;
            left: 28px;
            background-color: transparent;
          }

          .hsearch .right {
            top: 22px;
            left: 215px;
            background-color: transparent;
          }

          .hsearch form {
            margin-top: 2px;
            width: 162px;
            float: left;
          }

          .hsearch form input {
            color: white;
            font-size: 15px;
            width: 178px;
            border: none;
            margin-left: 6px;
            position: relative;
            background-color: transparent;
            border-bottom: 1px solid white;
            padding: 0 0 0 4px;
            outline: none;
            height: 32px;
            font-family: 'Red Rose', 'Book Antiqua', 'URW Palladio L', serif;
          }

          .hsearch form input:focus {
            font-weight: bold color: white;
          }

          .hsearch-result {
            background-color: transparent;
            border-left: 1px solid #aaaaaa;
            border-bottom: 1px solid #aaaaaa;
            width: 270px;
            z-index: 9999;
            right: 38px;
            top: 32px;
            position: fixed;
            -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            display: none;
          }

          .hsearch-result .searchTitle {
            color: black;
          }

          .hsearch-aqi {
            border-radius: 1px;
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
            padding: 5px 1px 5px 1px;
            margin: 0 3px 0 0;
            width: 28px;
            text-align: center;
            font-size: 12px;
            display: inline-block;
          }

          .hsearch-result a {
            display: block;
            font-size: 15px;
            padding: 0 3px 0 3px;
            min-height: 32px;
            color: #444;
            max-width: 300px;
            text-overflow: ellipsis;
            overflow: hidden;
            border: 1px solid transparent;
          }

          .hsearch-result a:nth-child(n+2) {
            border-top: 1px solid #ccc;
          }

          #hsearch-loading svg,
          #hsearch-magnifier svg {
            width: 25px;
            height: 32px;
            margin-top: 3px;
          }

          #hsearch-loading path,
          #hsearch-magnifier path {
            fill: white;