a {
  color: #e6844e; }
  a.editor_link {
    background: url(../../images/chain.png) no-repeat center center;
    display: block;
    height: 16px;
    position: absolute;
    width: 16px; }

a:hover {
  color: #e6844e; }

article {
  margin-bottom: 20px; }

blockquote {
  background: #ffede3;
  border-color: #e6844e;
  font-size: 13px; }

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px; }

dd {
  margin-bottom: 3px; }

footer {
  background: #EBEBEB;
  font-size: 12px;
  height: 30px;
  line-height: 30px; }
  footer p {
    font-size: 12px;
    margin: 0 auto;
    text-align: center; }

h1 {
  color: #e90000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px; }

h2 {
  color: #919633;
  font-size: 19px; }

h3 {
  color: #e6844e;
  font-size: 15px;
  font-weight: 600; }

p.pages {
  margin-top: 20px;
  text-align: right; }
  p.pages a {
    border: 1px solid #cacaca;
    color: #888;
    font-size: 11px;
    margin: 0px 2px;
    height: 16px;
    line-height: 16px;
    padding: 2px 3px; }
    p.pages a:hover {
      border-color: #e6844e;
      text-decoration: none; }

td {
  vertical-align: top; }

ul.two-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

.boxed_content {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
  padding: 10px 20px;
  width: 85%; }

.breadcrumbs {
  background: #F7F7F7;
  color: #c3c3c3;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
  .breadcrumbs a {
    color: #c3c3c3;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none; }
  .breadcrumbs li {
    float: left;
    list-style: none;
    margin-right: 20px;
    position: relative; }
    .breadcrumbs li:after {
      content: '\f0da';
      font-family: 'FontAwesome';
      font-size: 12px;
      position: absolute;
      right: -10px;
      top: 0px; }
    .breadcrumbs li:last-child:after {
      content: none; }
    .breadcrumbs li:hover {
      background: #e7e7e7;
      color: #e6844e; }
      .breadcrumbs li:hover:after {
        color: #c3c3c3; }
      .breadcrumbs li:hover > a {
        color: #e6844e; }
  .breadcrumbs ul {
    padding-left: 0; }
  .breadcrumbs .crumb {
    display: inline-block;
    padding: 0 10px; }
  .breadcrumbs ul.breadcrumb-dropdown {
    background: #e7e7e7;
    padding: 5px;
    position: absolute;
    width: 200px;
    z-index: 1000; }
    .breadcrumbs ul.breadcrumb-dropdown a {
      color: #514f26;
      display: block;
      font-size: 12px;
      height: auto;
      line-height: 16px;
      padding: 4px; }
      .breadcrumbs ul.breadcrumb-dropdown a:hover {
        background: #F7F7F7; }
    .breadcrumbs ul.breadcrumb-dropdown li {
      float: none;
      margin: 0; }
      .breadcrumbs ul.breadcrumb-dropdown li:after {
        content: none; }
      .breadcrumbs ul.breadcrumb-dropdown li li {
        display: none; }

.content-index {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10;
  -moz-column-gap: 10;
  column-gap: 10;
  padding: 0; }
  .content-index li {
    margin-bottom: 10px;
    padding: 3px 10px; }

.error {
  color: red; }

.expand-contract li {
  padding: 1px 10px; }
.expand-contract .expand-show {
  color: #c3c3c3;
  display: block; }

.hook {
  background: #F7F7F7;
  border-left: 3px solid #c3c3c3;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px; }
  .hook:first-child {
    margin-top: 50px; }
  .hook h5 {
    color: #c3c3c3;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px; }
  .hook li {
    list-style: none; }
    .hook li a {
      color: #aaa; }
    .hook li i.fa {
      color: #aaa; }
  .hook ul {
    padding: 0; }

.hook-advert {
  margin-left: 20px; }

.hook-green {
  background: #feffee;
  border-color: #CFD63D; }
  .hook-green h5 {
    color: #CFD63D; }

.hook-red {
  background: #fdf7f7;
  border-color: #e90000; }
  .hook-red h5 {
    color: #e90000; }

.img-alt {
  background: #919633;
  color: white;
  font-size: 10px;
  opacity: 0.95;
  padding: 5px;
  position: absolute; }

.img_float_left {
  float: left;
  margin: 0 10px 10px 0; }

.input_holder {
  margin-bottom: 5px; }
  .input_holder label {
    width: 100px; }

.investigate {
  background-color: #F7F7F7;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px; }

.nav-tabs {
  font-size: 14px; }
  .nav-tabs > li > a {
    color: #c3c3c3;
    padding: 6px 20px; }
  .nav-tabs > li.active > a, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:hover {
    border: none;
    border-bottom: 3px solid #e6844e;
    color: #e6844e;
    font-weight: bold; }

.related-material i.fa {
  margin-left: 10px; }

.repository-search {
  margin-bottom: 20px; }
  .repository-search input[type="text"] {
    width: 200px; }

.slider {
  background: #F7F7F7;
  border-radius: 16px;
  cursor: pointer;
  height: 16px; }
  .slider .knob {
    background: #e6844e;
    border-radius: 16px;
    height: 16px;
    width: 16px; }

.slider-year {
  text-align: center; }

.social-links {
  border-top: 1px solid #F7F7F7;
  margin-top: 20px;
  padding-top: 20px; }
  .social-links li {
    float: left;
    list-style: none;
    margin-right: 40px;
    width: 90px; }

.timeline td, .timeline th {
  padding: 5px;
  vertical-align: top; }
.timeline th {
  color: #e6844e;
  font-size: 14px;
  font-weight: 700; }
.timeline tr {
  border-bottom: 1px solid #F7F7F7; }
.timeline td.entry {
  cursor: pointer; }
  .timeline td.entry:hover {
    background: #ffede3; }
.timeline td.year {
  font-weight: 700;
  width: 40px; }

.translation_wrapper {
  display: none; }

#donate_banner {
  background: #eb6e29;
  bottom: 0px;
  color: white;
  height: 50px;
  line-height: 20px;
  opacity: 0.95;
  position: fixed;
  text-align: center;
  width: 100%; }
  #donate_banner p {
    float: left;
    font-size: 12px;
    padding-top: 5px;
    width: 70%; }
  #donate_banner .btn-default {
    background: #FED4BD;
    border: none;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px; }

#feedback p {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 15px; }
#feedback .success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
#feedback .warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

#header {
  margin-bottom: 20px; }
  #header a {
    color: #514f26; }
  #header #nav_main {
    background: #CFD63D;
    height: 70px; }
    #header #nav_main a {
      display: block;
      height: 70px;
      padding: 19px 2px;
      text-align: center; }
      #header #nav_main a.active, #header #nav_main a:hover {
        background: #dfe743;
        text-decoration: none; }
        #header #nav_main a.active .fa, #header #nav_main a:hover .fa {
          color: #514f26; }
    #header #nav_main li {
      float: left;
      list-style: none;
      width: 14.28571%; }
      #header #nav_main li:hover a {
        background: #dfe743;
        text-decoration: none; }
        #header #nav_main li:hover a .fa {
          color: #514f26; }
      #header #nav_main li:hover div {
        display: block; }
      #header #nav_main li div {
        background: #dfe743;
        display: none;
        left: 0px;
        padding: 10px;
        position: absolute;
        width: 100%;
        z-index: 999; }
        #header #nav_main li div input[type="search"] {
          background: #feffee;
          border: 1px solid #919633;
          border-radius: 2px;
          display: block;
          margin-bottom: 5px;
          padding: 5px;
          width: 100%; }
          #header #nav_main li div input[type="search"]:focus {
            outline: none; }
        #header #nav_main li div li {
          float: none;
          width: auto; }
          #header #nav_main li div li a {
            height: auto;
            padding: 3px 5px;
            text-align: left; }
            #header #nav_main li div li a:hover {
              background: #feffee;
              color: #514f26; }
        #header #nav_main li div ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 10;
          -moz-column-gap: 10;
          column-gap: 10; }
        #header #nav_main li div .nav-label {
          border-bottom: 1px solid #919633;
          display: block;
          font-weight: bold;
          margin-bottom: 10px;
          padding: 0 0 5px 5px; }
    #header #nav_main ul {
      padding: 0; }
    #header #nav_main .fa {
      color: #919633;
      font-size: 29px; }
  #header #nav_toplinks {
    background: #EBEBEB;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden; }
    #header #nav_toplinks ul {
      float: right;
      padding: 0; }
      #header #nav_toplinks ul li {
        float: left;
        list-style: none;
        padding-left: 20px; }

#home_search {
  background: url(../../images/bg_header.png) no-repeat center 20px;
  height: 150px;
  padding-top: 20px; }
  #home_search .gsc-control-cse {
    background: transparent !important;
    border-color: transparent; }
  #home_search h2 {
    margin: 10px 20px 0; }

#latest_additions {
  background: #F7F7F7;
  margin-bottom: 20px;
  padding: 10px; }
  #latest_additions h3 {
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 10px; }

#logo {
  margin: 15px 0; }

#next_prev {
  height: 32px;
  margin: 5px 0;
  position: relative; }
  #next_prev:after {
    content: "";
    display: table;
    clear: both; }
  #next_prev a {
    display: block;
    font-size: 32px;
    position: absolute;
    top: 0; }
    #next_prev a.fa-angle-right {
      right: 0px; }

#qrcode {
  margin: 10px 0 10px 20px; }

#spinner {
  background: #444;
  background: rgba(40, 40, 40, 0.7);
  border-radius: 10px;
  color: white;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: fixed;
  top: 50%;
  width: 50px;
  z-index: 1001; }
  #spinner i {
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px; }

#tab_contents ul .active {
  background: #ffede3; }

#tab_passage .translation_wrapper {
  display: block; }
  #tab_passage .translation_wrapper span {
    display: block; }
  #tab_passage .translation_wrapper sup {
    color: #aaa;
    padding-right: 5px; }
  #tab_passage .translation_wrapper ul.translations {
    border-bottom: 1px solid #F7F7F7;
    display: block;
    margin-top: 10px; }
    #tab_passage .translation_wrapper ul.translations:after {
      content: "";
      display: table;
      clear: both; }
    #tab_passage .translation_wrapper ul.translations li {
      border-bottom: 3px solid transparent;
      cursor: pointer;
      float: left;
      list-style: none;
      padding: 8px 10px;
      position: relative; }
      #tab_passage .translation_wrapper ul.translations li.active {
        border-bottom-color: #e6844e !important;
        color: #e6844e;
        font-weight: bold; }
        #tab_passage .translation_wrapper ul.translations li.active:hover {
          background: transparent; }
      #tab_passage .translation_wrapper ul.translations li:hover {
        background-color: #F7F7F7;
        border-bottom-color: #c3c3c3; }
  #tab_passage .translation_wrapper .translation {
    display: none;
    line-height: 22px; }

#testimonial {
  background: #feffee;
  height: 100px;
  overflow: hidden;
  padding: 10px 20px; }
  #testimonial h3 {
    color: #919633;
    margin: 10px 0; }
  #testimonial p {
    font-style: italic;
    margin-left: 40px;
    position: relative; }
    #testimonial p:before {
      color: #CFD63D;
      content: '\f10d';
      font-family: 'FontAwesome';
      font-size: 20px;
      left: -30px;
      position: absolute; }

#toc {
  border: 1px solid #F7F7F7;
  border-width: 1px 0;
  margin-bottom: 20px;
  padding: 10px; }
  #toc a {
    color: #e6844e;
    display: block;
    font-size: 13px;
    margin: 0 0 3px; }

#user_login input {
  max-width: 100%; }
#user_login input.button {
  float: left; }
#user_login p {
  font-size: 11px;
  margin: 10px 0 0 70px; }

@media (min-width: 768px) {
  #header #nav_main a {
    padding: 19px 5px;
    text-align: left; }
  #header #nav_main li {
    position: relative; }
    #header #nav_main li div {
      position: absolute;
      width: 400px; }
      #header #nav_main li div.align-right {
        left: auto;
        right: 0px; }
  #header #nav_main .fa {
    display: block;
    float: left;
    font-size: 22px; }
  #header #nav_main .nav-label {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-left: 30px;
    margin-top: -5px; } }
@media (min-width: 992px) {
  #article_body {
    border: 1px solid #f7f7f7;
    border-width: 1px 0 1px 100px;
    padding: 0 35px 20px;
    position: relative; }

  #article_body_tabs {
    margin-left: 200px; }

  #donate_banner {
    height: 45px;
    line-height: 45px; }
    #donate_banner p {
      float: none;
      font-size: 20px;
      padding: 0;
      width: 100%; }
    #donate_banner .btn-default {
      float: none;
      font-size: 14px;
      font-weight: bold;
      margin-left: 20px;
      padding: 4px 20px;
      position: static; }

  #header #nav_main a {
    padding: 19px 10px; }
  #header #nav_main .fa {
    display: block;
    float: left;
    font-size: 27px; }
  #header #nav_main .nav-label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-left: 39px;
    margin-top: -5px; } }
@media (min-width: 1200px) {
  #header #nav_main .nav-label {
    font-size: 15px; }

  #next_prev {
    bottom: 90px;
    left: -100px;
    position: absolute;
    width: 100px; }
    #next_prev a {
      border: 2px solid #efefef;
      border-radius: 3px;
      color: #C3C3C3;
      font-size: 50px;
      left: 25px;
      margin-bottom: 10px;
      position: relative;
      right: auto;
      text-align: center;
      width: 50px; }
      #next_prev a:hover {
        color: #E6844E;
        text-decoration: none; } }

/*# sourceMappingURL=style.css.map */