/* block top links */
@media (max-width: 767px) {
  .header_links {
    float: left;
    margin-right: 15px;
    position: relative;
    z-index: 3; }
    .header_links .btn-menu {
      color: #ffffff;
      font-size: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      transition: all 0.3s ease 0s;
      width: 30px;
      cursor: pointer; }
      .header_links .btn-menu:hover, .header_links .btn-menu.active {
        color: #efefef; }
      .header_links .btn-menu:before {
        content: "\f039";
        font-family: "FontAwesome";
        font-weight: normal; }
      .header_links .btn-menu.active:before {
        content: '\f00d'; } }

ul#header_links {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  float: left; }
  @media (max-width: 767px) {
    ul#header_links {
      display: none;
      position: absolute;
      top: 26px;
      left: 0;
      padding: 5px 15px;
      background: #06b8bc;
      width: 170px; } }
  ul#header_links li {
    text-transform: capitalize;
    float: left;
    padding: 0 23px 0 0; }
    @media (max-width: 767px) {
      ul#header_links li {
        float: none;
        padding: 0 0 5px 0; } }
    ul#header_links li a {
      text-decoration: none;
      font-size: 13px;
      line-height: 18px;
      color: #ffffff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: #efefef; }

/*block permanent links right and left columns*/
#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; }
