#header_links {
  list-style-type: none;
  float: right;
  margin: 0;
  clear: both;
  padding: 0;
}
@media (max-width: 991px) {
  #header_links {
    width: 157px;
    padding: 3px 0;
    background: #ffffff;
    display: none;
    text-align: left;
    border: 1px solid #ededed;
    position: absolute;
    top: 36px;
    right: 0;
  }
}
@media (max-width: 480px) {
  #header_links {
    width: 130px;
  }
}
#header_links li {
  float: left;
  text-transform: capitalize;
  background: url("../../../img/codezeel/nav-pipe.png") no-repeat scroll right center transparent;
  margin: 17px 0px 17px 0;
  padding: 0 20px 0 14px;
}
@media (max-width: 991px) {
  #header_links li {
    width: 100%;
    float: none;
    border: none;
    background: none;
    line-height: 25px;
    padding: 0px 10px;
  }
}
#header_links li#header_link_bookmark {
  display: none;
  margin: 0;
  padding: 0;
}
#header_links li a {
  text-decoration: none;
  color: whitesmoke;
}
#header_links li a:hover {
  color: gray;
}

/*block permanent links right and left columns*/
#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 {
  display: none;
  float: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header_permentlink {
    width: 0px;
    margin: 0px;
  }
}
.header_permentlink .cz_permenu_inner {
  cursor: pointer;
  display: none;
  /*
  @media (max-width: $screen-sm-max) { // max 991px
  	display:block;
  }
  .headertoggle_img {
  	margin: 7px 0 0;
  	&:before {
  		content: "\f0c9";
  		font-family: $font-icon;
  		font-size: 17px;
  		position:relative;
  		text-align: center;
  		padding: 7px;
  	}
  }*/
}
