/* block top links */
.header_links {
  float: right;
  position: relative;
  margin-right: 10px; }
  .header_links .current {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0; }
    .header_links .current:after {
      font-family: "fl-outicons";
      content: "\e02e";
      display: inline-block;
      font-size: 20px;
      color: rgba(255, 255, 255, 0.5);
      vertical-align: -3px;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .header_links .current.active:after, .header_links .current:hover:after {
      color: white; }
  .header_links ul#header_links {
    list-style-type: none;
    margin: 0;
    display: none;
    display: none;
    width: 250px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 127%;
    z-index: 2;
    overflow: hidden;
    background: white;
    border-radius: 0;
    color: #333333;
    -moz-box-shadow: rgba(0, 0, 0, 0.31) 0 0 7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.31) 0 0 7px;
    box-shadow: rgba(0, 0, 0, 0.31) 0 0 7px;
    text-align: left;
    padding: 16px 30px; }
    .header_links ul#header_links li {
      padding: 5px; }
    @media (max-width: 767px) {
      .header_links ul#header_links {
        left: 0; } }
    .header_links ul#header_links li {
      text-transform: uppercase; }
      .header_links ul#header_links li:first-child {
        border: none; }
      .header_links ul#header_links li a {
        text-decoration: none;
        color: #888888;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .header_links ul#header_links li a:hover, .header_links ul#header_links li a.active {
          color: #333333; }

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