/* block top links */
/* line 5, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link {
  float: right;
  position: relative;
  text-align: center;
  padding: 0 6px 0 0;
}
/* line 11, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link:after {
  border-right: 2px solid #e5e5e5;
  content: "";
  height: 20px;
  right: 0;
  position: absolute;
  top: 15px;
}
/* line 19, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link .ttpermanent-heading {
  margin: 0;
  float: right;
  height: 50px;
  width: 45px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  /* line 19, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link .ttpermanent-heading {
    display: block;
  }
}
/* line 30, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link .ttpermanent-heading:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 17px;
  height: 100%;
  float: right;
  padding: 15px 0 0;
  color: #888888;
  width: 100%;
}
/* line 41, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link .ttpermanent-heading:hover:before {
  color: #888888;
}
/* line 46, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links {
  margin: 0;
}
@media (max-width: 991px) {
  /* line 46, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link ul#header_links {
    list-style-type: none;
    float: right;
    border: 1px solid #e5e5e5;
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 150px;
    text-align: left;
    background: #ffffff;
    z-index: 2;
    padding: 8px 15px;
  }
}
/* line 62, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links li {
  float: none;
  display: inline-block;
  margin: 0 10px;
  padding: 13px 0;
}
@media (max-width: 991px) {
  /* line 62, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link ul#header_links li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/* line 73, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links li a {
  text-decoration: none;
  color: #888888;
  line-height: 24px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  /* line 73, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link ul#header_links li a {
    color: #888888;
  }
}
@media (max-width: 767px) {
  /* line 73, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link ul#header_links li a {
    color: #888888;
  }
}
/* line 84, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links li a:hover {
  color: #d85252;
}
/* line 88, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links li#header_link_bookmark {
  display: none;
}
/* line 92, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links div {
  border-bottom: 1px solid #e5e5e5;
}
/* line 94, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* line 103, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px;
}
/* line 107, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
ul#footer_links li {
  display: inline;
  padding: 0 10px;
}
