.header_permentlink {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header_permentlink #header_links {
    background: white;
    border-top: 1px solid #ffcc00;
    display: none;
    right: 15px;
    padding: 7px 15px;
    position: absolute;
    text-align: left;
    top: 33px;
    width: 150px;
    z-index: 99;
  }
}
@media (max-width: 480px) {
  .header_permentlink #header_links {
    top: 32px;
    width: 130px;
  }
}
.header_permentlink #header_links li {
  float: left;
  margin: 5px 0 0;
}
@media (max-width: 991px) {
  .header_permentlink #header_links li {
    width: 100%;
    margin: 0;
    padding: 4px 0;
  }
}
.header_permentlink #header_links li a {
  color: #000;
  font-size: 14px;
  line-height: 14px;
  border-left: 1px solid #999;
  padding: 0px 10px;
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header_permentlink #header_links li a {
    float: left;
    width: 100%;
    color: #787878;
    border: none;
    padding: 0;
    color: #161b1e;
  }
}
.header_permentlink #header_links li a:hover {
  color: #ffcc00;
}
@media (max-width: 991px) {
  .header_permentlink #header_links li a:hover {
    color: #787878;
  }
}
.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;
}
@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 .headertoggle_img:before {
  color: white;
  content: "\f0c9";
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 18px;
  height: 28px;
  line-height: 34px;
  position: relative;
  top: 0;
  width: 35px;
}

#header_link_sitemap {
  padding-right: 0;
}
