@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
html, body {
  position: relative;
}
body, h1, h2, h3, h4, h5, h6 {
 font-family: 'Roboto'; 
}
.logo-header {
  width: 440px;
}
.logo-header img, .logo-footer img {
  max-width: 100%;
}
strong {
  font-weight: bold;
}
.img-sector {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
  border-radius: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  transition: all 0.5s ease 0s;
}

.BigBold-Title, .tp-caption.BigBold-Title {
  font-family: 'Roboto' !important; 
}
.BigBold-SubTitle, .tp-caption.BigBold-SubTitle {
  font-family: 'Roboto' !important; 
  color: #fff !important;
}

aside .widget_archive li.active {
  font-weight: bold;
}
.dlab-bnr-inr, .dlab-bnr-inr .dlab-bnr-inr-entry {
  height: 140px;
}

.list-pdf li::before {
  font-family: 'FontAwesome' !important;
  content: "\f019" !important;
}

.icon-png {
  display: block;
  width:100%;
  padding-left: 80px;
  background-size:60px 60px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 50px;
}
.icon-file {
  display: block;
  width:100%;
  padding-left: 80px;
  background-size:60px 60px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #999;
}
.file-size, .file-ext {
  font-style: italic;
  color: #444 !important;
}


/* search */

.search-results {
	border-bottom: 0 !important;
}
.search-result {
	margin-bottom: 30px;
}
.search-result h3 {
	padding: 0;
	margin: 0;
}
.search-result p {
	margin: 0;
}
.search-result-link {
	color: #267F18;
}
.search-result-img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.hide {
  display: none !important;
}