#header {
  transition: all 0.5s;
  z-index: 997;
  background: rgba(0, 0, 0, 0.0);
  height: 80px;
}
#header.header-scrolled {
  background: none;
  height: 30px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

.breadcrumbs {
  padding: 300px 0px 40px 0;
  min-height: 40px;
  background: url("../img/bg/14.jpg") center top no-repeat fixed;
    background-position-x: center;
    background-position-y: top;
    background-attachment: fixed;
    background-size: auto;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: 0px;
  position: relative;
}
.breadcrumbs::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 700;
  color: #E7C75B;
  z-index: 1;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  z-index: 1;
}
.breadcrumbs ol li {
  color: #E7C75B;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #E7C75B;
  content: "/";
}
.breadcrumbs ol li a{
  color: #E7C75B;
}

#blog {
  background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url(../img/bg/7.jpg) fixed center center;
    background-size: auto, auto;
  background-size: auto, auto;
  background-size: cover;
  padding: 60px 0;
}
#blog h1 {
  font-size: 25px;
  color: #E7C75B;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 10px 0;
}
#blog h3 {
  font-size: 32px;
  color: #E7C75B;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
#blog .entry-content p {
  padding: 0;
  margin: 0 0 10px 0;
}

/**
#blog div div.col-lg-8.entries {
  margin: 0px auto;
}
**/

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.1);
  background: #0000008f;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  color: #E7C75B;
}
.blog .entry .entry-content p {
  line-height: 24px;
  color: #E7C75B;
  text-align: justify;
}








#about p {
  padding: 0;
  margin: 10px 0 10px 0;
}

#footer .footer-top {
  background: #0c0c0c;
  padding: 60px 0px 30px 0px;
}

/*********
#footer .footer-top {
  background: url("../img/bg/2.jpg") center top no-repeat fixed;
    background-size: auto;
  background-size: cover;
  padding: 60px 0px 30px 0px;
  position: relative;
}
#footer .footer-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
**********/


