/* block top links */
.header_links {
  float: left;
  margin: 1px 0 0 31px;
  position: relative;
  z-index: 2000; }
  @media (max-width: 991px) {
    .header_links {
      margin: 1px 0 0 20px; } }
  @media (max-width: 479px) {
    .header_links {
      margin-left: 15px; } }

ul#header_links {
  list-style-type: none;
  overflow: hidden;
  display: none;
  position: relative; }
  @media (min-width: 992px) {
    ul#header_links {
      display: block !important; } }
  @media (max-width: 991px) {
    ul#header_links {
      position: absolute;
      top: 119%;
      left: 0;
      background: white;
      color: white;
      z-index: 2;
      width: 170px;
      display: none; } }
  ul#header_links li {
    text-transform: capitalize;
    float: left;
    padding: 0 0 0 19px; }
    @media (max-width: 991px) {
      ul#header_links li {
        float: none;
        padding: 0;
        text-transform: uppercase; } }
    ul#header_links li a {
      text-decoration: none;
      color: #838383;
      font-size: 13px;
      line-height: 18px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 991px) {
        ul#header_links li a {
          padding: 3px 10px;
          line-height: 24px;
          display: block;
          color: black;
          -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: white; }
        @media (max-width: 991px) {
          ul#header_links li a:hover, ul#header_links li a.active {
            background: #fa505d; } }

.btn-toogle {
  color: white;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px;
  cursor: pointer;
  display: block;
  margin: 0; }
  .btn-toogle:hover {
    color: #fa505d; }
  .btn-toogle.active:before {
    content: "\e02a"; }
  @media (min-width: 992px) {
    .btn-toogle {
      display: none; } }

/*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; }
