/* block top links */
ul#header_links {
  float: right;
  clear: both;
  list-style-type: none;
  margin: 15px 0 0;
  overflow: hidden; }
  ul#header_links li {
    float: right;
    padding: 0 0 0 30px;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      ul#header_links li {
        padding: 0 10px; } }
    ul#header_links li:first-child {
      border: none; }
    ul#header_links li a {
      color: #a4adbb;
      cursor: pointer;
      display: block;
      font: 300 14px/18px "Ubuntu", sans-serif;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: #5d6a7f; }

/*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; }
