/* block top links */
.header_links {
  float: left;
  margin: 3px 0 0;
  position: relative;
  z-index: 20; }

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: 100%;
      margin-top: 13px;
      left: 0;
      background: #262626;
      padding: 15px;
      color: white;
      z-index: 2;
      width: 200px; } }
  ul#header_links li {
    text-transform: capitalize;
    float: left; }
    ul#header_links li + li {
      margin-left: 29px; }
    @media (max-width: 991px) {
      ul#header_links li {
        float: none; }
        ul#header_links li + li {
          margin-left: 0;
          margin-top: 5px; } }
    ul#header_links li a {
      text-decoration: none;
      text-transform: uppercase;
      color: #ebc953;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.06em;
      -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; }

.btn-toogle {
  color: white;
  font-size: 30px;
  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; }
  @media (max-width: 767px) {
    .btn-toogle {
      margin: 0 0 0 15px; } }
  .btn-toogle:hover {
    color: #ebc953; }
  .btn-toogle.active:before {
    content: "\e054";
    font-family: "material-design"; }
  @media (min-width: 992px) {
    .btn-toogle {
      display: none; } }

/*block permanent links right and left columns*/
#permanent_links div {
  border-bottom: 1px dotted #eeeeee; }

#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; }
