#header_links {
  list-style-type: none;
  float: right;
  margin: 0;
  clear: both;
  padding: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  #header_links {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #header_links {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    right: 0;
    display: none;
    background: #844724 !important;
    text-align: left;
  }
}
@media (max-width: 479px) {
  #header_links {
    width: 130px;
    top: 37px;
    margin: 0;
  }
}
@media (max-width: 318px) {
  #header_links {
    right: 0;
  }
}
#header_links li {
  float: left;
  padding: 8px 10px 11px;
  background: url("../../../img/megnor/bkg_pipe1.gif") no-repeat scroll right 13px transparent;
  /*&:last-child {
  	background:none;
  }*/
}
@media (max-width: 767px) {
  #header_links li {
    width: 100%;
    float: none;
    border: none;
    background: none;
    padding: 0px;
  }
}
#header_links li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #eae0d5;
}
@media (max-width: 767px) {
  #header_links li a {
    line-height: 28px;
    color: #BE8D71;
    padding: 0 10px 0 12px;
  }
}
@media (max-width: 767px) {
  #header_links li:hover {
    background: #BE8D71;
  }
  #header_links li:hover a {
    color: #844724 !important;
  }
}

/*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;
  padding: 9px 0;
}
@media (max-width: 767px) {
  .header_permentlink {
    background: #945734;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 37px;
    padding: 1px;
    width: 25%;
    border-right: 1px solid #844724;
    z-index: 95;
  }
}
@media (max-width: 480px) {
  .header_permentlink {
    padding: 0;
  }
}
.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: #eae0d5;
  position: relative;
  top: 7px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .header_permentlink .tm_permenu_inner .headertoggle_img:before {
    top: 12px;
  }
}
@media (max-width: 479px) {
  .header_permentlink .tm_permenu_inner .headertoggle_img:before {
    line-height: 15px;
  }
}

#header_link_bookmark {
  display: none;
}
