@charset "UTF-8";
/* block top links */
ul#header_links {
  list-style-type: none;
  margin: 0;
  float: left;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  padding: 4px 0; }
  ul#header_links li {
    text-transform: capitalize;
    float: left;
    padding: 0 17px 0 0; }
    ul#header_links li:before {
      content: "";
      font-family: "FontAwesome";
      font-size: 10px;
      vertical-align: 1px;
      font-weight: normal;
      color: #ff4014;
      margin-right: 6px; }
    ul#header_links li a {
      color: #fff; }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: #ff4014; }
  @media (max-width: 767px) {
    ul#header_links {
      padding: 4px 0 20px;
      float: right; }
      ul#header_links li {
        padding: 0 0 0 17px; } }

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