@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body {font-family:Roboto,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;font-size: 1.7rem!important;color: #333!important; line-height: 2.5rem;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin-right: 0; margin-left: 0;clear: both;text-align: center;margin: 0 auto;width: 100%;}
.navbar-brand {clear: both!important;float: inherit!important;}
.navbar-default, .header_view { background-color: transparent!important;border-bottom-color: #bf3e11;border-top-color: #bf3e11; border-left-color:transparent!important;border-right-color:transparent!important;
}
.gallery-container::after{display:block;clear:both;content:""} 
.gallery-container ul{list-style:none;margin:0;padding:0}
.gallery-container ul li{display:inline-block;width:25%;cursor:pointer;padding:1rem;transition:opacity .2s}
@media only screen and (max-width:576px)
{
.gallery-container ul li{width:50%}
}
.gallery-container ul li:hover{opacity:.7}
.gallery-container ul li img{display:inline-block;width:100%}
.gallery-container ul li .caption{margin:0;font-size:1.3rem;background:#333;padding:10px;color:#fff;overflow:hidden;height:90px; text-align:left;line-height: 1.5rem;}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: none!important;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #000!important;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 4px;
  color: #000!important;
}

.container-fluid {
  padding-right: 15px!important;
  padding-left: 15px!important;
  margin-right: auto!important;
  margin-left: auto!important;
}
@media (min-width:768px)
{
  .container-fluid{width:750px}
}
  @media (min-width:992px){
    .container-fluid{width:970px}
  }
  @media (min-width:1200px){
    .container-fluid{width:1170px}}

.btn {border-radius:4px!important}
.navbar-default .nav > li > a, .header_view .nav > li > a {
    color: #000!important;
  }
  .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active, .header_view .nav > li > a:hover, .header_view .nav > li > a:focus, .header_view .nav > li > a:active {
    color: #97310e !important;
    background-color: transparent!important;
  }
  .navbar-brand-logo img {
    max-width: 800px;
    width: 100% !important;
    margin: 0 auto;
  }
  .navbar-brand {
    font-size: 18px;
    line-height: 20px;
    padding: 0!important;
  }

  .btn, .pkp_block.block_make_submission a {
    background-color: transparent !important;
    color: #97310e !important;
    border: none !important;
    font-size: 20px!important;
    text-transform: uppercase!important;
    font-family: 'Lato'!important;
  }

  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #97310e!important;
    color: #97310e!important;
    line-height: 5rem;
  }

  .navbar, .header_view {
    border-radius: 0!important;
  }

  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 200;
    line-height: 1;
    color: #000!important;
    text-transform: uppercase;
  }

  a:hover{ 
    text-decoration: none!important;

   }
   .media-left img {
    max-width: 300px!important;
    padding: 10px;
    border: 1px solid #ececec;
  }

  .media-body {
    padding-left: 20px;
  }

  .panel-default > .panel-heading, .pkp_block .title {
    color: #97310e;
    background-color: transparent;
    border-color: none!important;
    font-size: 20px!important;
text-transform: uppercase!important;
  }

  .list-group-item, .pkp_block ul li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: none!important;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
  }

  .panel-default, .pkp_block {
    border-color: none!important;
  }

  .panel, .pkp_block {
    margin-bottom: 20px;
    background-color: #fff;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #97310e !important;
    border-radius: 0!important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  }

  .panel-heading, .pkp_block .title {
    padding: 10px 15px;
    border-bottom: none!important;
      border-bottom-color: currentcolor;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .back-to-top {
    font-size: 20px;
    text-transform: full-width;

  }

  .reader-options {
    margin-top: 50px;
  }

  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px!important;
  }

  footer {
    display: block;
    text-align: center!important;
  }

  @media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .header_view .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .media-left, .media-right, .media-body {
    display: block;
    clear: both;
    width: 100%;
  }
  .media-left img {
    max-width: 100%!important;
  }

}

.galley-link.btn.btn-primary.file{
  display: none!important;
}