@charset "UTF-8";
/* block top links */
ul#header_links {
  list-style-type: none;
  margin: 0;
  float: left;
  overflow: hidden; }
  @media (max-width: 767px) {
    ul#header_links {
      float: right;
      clear: right;
      border-top: 1px solid #dfdfdf; } }
  @media (max-width: 479px) {
    ul#header_links {
      clear: right;
      border-bottom: 1px solid #dadada; } }
  ul#header_links li:first-child a {
    border-left: 1px solid #dfdfdf; }
  ul#header_links li {
    text-transform: capitalize;
    float: left; }
    
    
    ul#header_links li a {
      border-right: 1px solid #DFDFDF;
      color: #131313;
      display: block;
      font-family: HelveticaNeueMedium;
      font-size: 13px;
      font-weight: 600;
      line-height: 16px;
      padding: 12px 12px 15px 10px;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
    }
      @media (max-width: 767px) {
        ul#header_links li a {
          padding: 17px 26px 17px 20px; } }
        
        ul#header_links li a:before {
          color: #F9CF0A;
          content: "";
          font-family: "FontAwesome";
          font-size: 20px;
          line-height: 22px;
          position: relative;
          right: 3px;
          top: -5px;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        }
        @media (max-width: 767px) {
          ul#header_links li a:before {
            display: none; } }
      ul#header_links li a:hover, ul#header_links li a.active {
         }
        ul#header_links li a:hover:before, ul#header_links li a.active:before {
          color: #131313; }

/*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; }
