/* block top links */
ul#header_links {
  list-style-type: none;
  padding: 22px 0 0 370px;
  float: left;
  margin: -80px 0 0 0; }
  @media (max-width: 991px) {
    ul#header_links {
      margin: 0;
      padding: 30px 0 30px 0; } }
  @media (max-width: 480px) {
    ul#header_links {
      padding: 30px 0 15px 0; } }
  ul#header_links li {
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
    margin-right: 28px; }
    @media (max-width: 480px) {
      ul#header_links li {
        margin-bottom: 15px; } }
    ul#header_links li:first-child {
      border: none; }
    ul#header_links li a {
      color: white;
      font-size: 17px; }
      ul#header_links li a span {
        width: 35px;
        height: 35px;
        line-height: 33px;
        display: inline-block;
        text-align: center;
        background: #e85d0f;
        font-size: 17px;
        vertical-align: 0;
        color: white;
        margin-right: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: rgba(255, 255, 255, 0.5); }
        ul#header_links li a:hover span, ul#header_links li a.active span {
          background: white;
          color: #e85d0f; }
          ul#header_links li a:hover span i, ul#header_links li a.active span i {
            -moz-animation: flip 600ms ease 450ms 1 alternate;
            -webkit-animation: flip 600ms ease 450ms 1 alternate;
            animation: flip 600ms ease 450ms 1 alternate; }
      ul#header_links li a.active span i {
        -moz-animation: zoomIn 600ms ease 450ms infinite alternate;
        -webkit-animation: zoomIn 600ms ease 450ms infinite alternate;
        animation: zoomIn 600ms ease 450ms infinite alternate; }

/*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; }
