#header_links {
  list-style-type: none;
  float: right;
  margin: 0;
  clear: both;
  padding: 0 0px;
}
@media (max-width: 767px) {
  #header_links {
    width: 100%;
    padding: 0;
    display: none;
    text-align: left;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
  }
}
@media (max-width: 479px) {
  #header_links {
    width: 130px;
    margin: 0;
  }
}
#header_links li {
  float: left;
  padding: 0px;
  border-left: 1px solid #CD3E43;
  border-right:1px solid #fff;
}
@media (max-width: 767px) {
  #header_links li {
    width: 100%;
    float: none;
    border: none;
    padding: 3px 8px;
    text-align: center;
  }
}
#header_links li a {
  text-decoration: none;
  color: white;
  font-size: 0;
  float: left;
  padding: 10px;
}
#header_links li a:before {
  font-family: "FontAwesome";
  float: left;
  font-family: "FontAwesome";
  font-size: 18px;
}
@media (max-width: 767px) {
  #header_links li a {
    color: #777;
    font-size: 13px;
    padding-left: 8px;
    float: none;
  }
  #header_links li a:hover {
    color: #e65e63;
  }
}
#header_links li a:hover {
  color: #FCD2D4;
}
@media (max-width: 767px) {
  #header_links li a:hover {
    color: #e65e63;
  }
}
#header_links #header_link_bookmark {
  display: none;
}
#header_links #header_link_bookmark a:before {
  content: "\f02e";
}
@media (max-width: 767px) {
  #header_links #header_link_bookmark a:before {
    content: " ";
  }
}
#header_links #header_link_sitemap a:before {
  content: "\f0e8";
}
@media (max-width: 767px) {
  #header_links #header_link_sitemap a:before {
    content: " ";
  }
}
#header_links #header_link_contact a:before {
  content: "\f095";
}
@media (max-width: 767px) {
  #header_links #header_link_contact a:before {
    content: " ";
  }
}

/*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 {
    background: #e65e63;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 175px;
    width: 25%;
    border-right: 1px solid #fff;
    z-index: 95;
  }
}
.header_permentlink .tm_permenu_inner {
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .header_permentlink .tm_permenu_inner {
    display: block;
  }
}
.header_permentlink .tm_permenu_inner .headertoggle_img:before {
  content: "\f039";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  color: white;
  position: relative;
  top: 11px;
  line-height: 15px;
}

.header_link_sitemap {
  border-right: none;
}
