/* block top links */
ul#header_links {
  list-style-type: none;
  margin: 21px 0 20px;
  float: left;
  overflow: hidden; }
  ul#header_links li {
    text-transform: capitalize;
    float: left;
    padding: 0 36px 2px 0;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      ul#header_links li {
        padding-right: 25px; } }
    ul#header_links li:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 8px;
      background: white;
      right: 17px;
      top: 6px; }
      @media (max-width: 991px) {
        ul#header_links li:after {
          right: 11px; } }
    ul#header_links li:first-child {
      border: none; }
    ul#header_links li a {
      font: 400 13px/16px "Roboto", sans-serif;
      color: white;
      text-decoration: none;
      display: inline-block;
      position: relative; }
      @media (max-width: 480px) {
        ul#header_links li a {
          font-size: 11px; } }
      ul#header_links li a:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: white;
        left: -100%;
        bottom: -2px; }
        @media (min-width: 991px) {
          ul#header_links li a:after {
            -moz-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease; } }
      ul#header_links li a:hover:after, ul#header_links li a.active:after {
        left: 0; }
    ul#header_links li + li + li:after {
      display: none; }
    @media (max-width: 480px) {
      ul#header_links li:first-child {
        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; }
