/* block top links */
/* line 5, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link {
  float: right;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 5, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
/* line 14, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link .ttpermanent-heading {
  margin: 0;
  float: right;
  height: 36px;
  width: 45px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  /* line 14, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link .ttpermanent-heading {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 14, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link .ttpermanent-heading {
    padding: 3px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link .ttpermanent-heading {
    margin: 2px 0 0 0;
  }
}
/* line 30, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link .ttpermanent-heading:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 17px;
  height: 36px;
  width: 35px;
  line-height: 32px;
  color: white;
}
/* line 41, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link .ttpermanent-heading:hover:before {
  color: white;
}
/* line 46, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links {
  margin: 0;
  line-height: 26px;
}
@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 #f0f0f0;
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 150px;
    text-align: left;
    background: #ffffff;
    z-index: 2;
    border-radius: 4px;
    padding: 8px 15px;
  }
}
@media (max-width: 480px) {
  /* line 46, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link ul#header_links {
    left: 0;
    right: auto;
  }
}
/* line 69, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links li {
  display: inline-block;
  float: none;
  padding: 7px 10px;
}
@media (max-width: 991px) {
  /* line 69, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link ul#header_links li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
/* line 79, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links li a {
  color: white;
  display: block;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  /* line 79, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link ul#header_links li a {
    color: #888888;
  }
}
/* line 89, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links li a:hover {
  color: white;
}
@media (max-width: 991px) {
  /* line 89, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
  .ttpermanent-link ul#header_links li a:hover {
    color: #333333;
  }
}
/* line 96, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links li#header_link_bookmark {
  display: none;
}
/* line 102, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links div {
  border-bottom: 1px solid #f0f0f0;
}
/* line 104, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px;
}
/* line 110, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links div.header_user_info {
  border: none;
  padding: 0;
}
/* line 113, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links div.header_user_info a {
  background: none;
  padding: 0;
  color: #888888;
}
/* line 117, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
.ttpermanent-link ul#header_links div.header_user_info a:hover {
  color: black;
}

/* line 125, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px;
}
/* line 129, ../../../sass/modules/blockpermanentlinks/blockpermanentlinks.scss */
ul#footer_links li {
  display: inline;
  padding: 0 10px;
}
