#header_links {
  list-style-type: none;
  float: right;
  margin: 10px 0;
  clear: both;
  padding: 0;
}
@media (max-width: 767px) {
  #header_links {
    width: 100%;
    padding: 0;
    display: none;
    margin: 0;
    text-align: left;
    background: none repeat scroll 0 0 #FFFBF5;
    border: 1px solid #e7ddd6;
  }
}
@media (max-width: 479px) {
  #header_links {
    width: 130px;
    margin: 0;
  }
}
#header_links li {
  float: left;
  padding: 0px 8px;
}
@media (max-width: 767px) {
  #header_links li {
    width: 100%;
    float: none;
    border: none;
    padding: 3px 8px;
    text-align: center;
  }
}
#header_links li a {
  color: #444;
}
@media (max-width: 767px) {
  #header_links li a {
    font-size: 13px;
  }
}
#header_links li a:hover {
  color: #412911;
}
@media (max-width: 767px) {
  #header_links li a:hover {
    color: #c1301f;
  }
}
#header_links li#header_link_contact a:before {
  font-family: "FontAwesome";
  content: "\f007";
  margin-right: 10px;
}
#header_links li#header_link_sitemap a:before {
  font-family: "FontAwesome";
  content: "\f0e8";
  margin-right: 10px;
}
#header_links li#header_link_bookmark a:before {
  font-family: "FontAwesome";
  content: "\f02d";
  margin-right: 10px;
}
#header_links li a {
  text-decoration: none;
}
#header_links li a:hover {
  text-decoration: 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: 767px) {
  .header_permentlink {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 95px;
    width: 24%;
    border-right: 1px solid #fff;
    z-index: 95;
  }
}
.header_permentlink .tm_permenu_inner {
  display: none;
}
@media (max-width: 767px) {
  .header_permentlink .tm_permenu_inner {
    display: block;
    background: #c1301f;
    cursor: pointer;
    height: 40px;
  }
  .header_permentlink .tm_permenu_inner .headertoggle_img:before {
    content: "\f039";
    display: block;
    font-family: "FontAwesome";
    font-size: 28px;
    color: #fff;
    position: relative;
    top: 12px;
    line-height: 18px;
  }
}
