.header_permentlink {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header_permentlink #header_links {
    background: #006cb5;
    display: none;
    right: 0px;
    border-top: 1px solid #3498db;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.7);
    padding: 0;
    position: absolute;
    text-align: left;
    top: 34px;
    width: 130px;
    z-index: 99;
  }
}
.header_permentlink #header_links li {
  float: left;
  padding: 3px 10px 2px;
}
@media (max-width: 991px) {
  .header_permentlink #header_links li {
    width: 100%;
    padding: 0 10px;
  }
}
.header_permentlink #header_links li a {
  color: #5e5e5e;
  font-size: 13px;
  line-height: 28px;
  font-family: "Lato", open sans, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header_permentlink #header_links li a {
    float: left;
    width: 100%;
    color: #5e5e5e;
    padding: 0;
  }
}
.header_permentlink #header_links li a:hover {
  color: #161b1e;
}
.header_permentlink #header_links #header_link_bookmark {
  display: none;
}

/*block permanent links right and left columns*/
#permanent_links div {
  border-bottom: 1px dotted #eee;
}
#permanent_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px;
}
ul#footer_links li {
  display: inline;
  padding: 0 10px;
}

.header_permentlink {
  float: right;
  position: relative;
}
@media (max-width: 991px) {
  .header_permentlink {
    text-align: center;
    z-index: 95;
  }
}
.header_permentlink .tm_permenu_inner {
  cursor: pointer;
  display: none;
  font-size: 0;
}
@media (max-width: 991px) {
  .header_permentlink .tm_permenu_inner {
    display: block;
  }
}
.header_permentlink .tm_permenu_inner.active {
  height: 30px;
}
.header_permentlink .tm_permenu_inner .headertoggle_img:before {
  content: "\f0c9";
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 21px;
  height: 28px;
  line-height: 30px;
  position: relative;
  top: 2px;
  width: 30px;
}
.header_permentlink .tm_permenu_inner.active .headertoggle_img:before {
  color: #161b1e;
}

#header_link_sitemap {
  padding-right: 0;
}
