body.AnnualReport section.section_mainpicture.jumbotron {
  background-image: url("../img/report/report_(1920x1080).jpg");
}

@media (max-width: 575px) {
  body.AnnualReport section.section_mainpicture.jumbotron {
    margin-top: 52px;
    /*background-size: auto 50%;*/
  }
}

body.AnnualReport section.section_topmenu .container {
  margin-top: 50px;
  max-width: 75vw;
}

body.AnnualReport section.section_topmenu .container .topmenu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

body.AnnualReport section.section_topmenu .container .topmenu li {
  margin-right: 25px;
}

body.AnnualReport section.section_topmenu .container .topmenu li a {
  text-decoration: none;
}

body.AnnualReport section.section_topmenu .container .topmenu li a h5 {
  color: #525252;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  transition: 0.5s;
  padding-bottom: 3px;
}

body.AnnualReport section.section_topmenu .container .topmenu li a h5:hover {
  color: #FF920B;
  border-bottom: 3px solid #FF920B;
  text-decoration: none;
}

@media (max-width: 1199px) {
  body.AnnualReport section.section_topmenu .container {
    max-width: 90vw;
  }
}

@media (max-width: 575px) {
  body.AnnualReport section.section_topmenu .container {
    max-width: 80vw;
  }
}

@media (max-width: 575px) {
  body.AnnualReport section.section_topmenu .container .topmenu {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  body.AnnualReport section.section_topmenu .container .topmenu li {
    margin: 0 0;
  }
}

@media (max-width: 360px) {
  body.AnnualReport section.section_topmenu .container .topmenu li a h5 {
    font-size: 16px;
  }
}

body.AnnualReport section.section_catalog .container {
  padding-top: 34px;
  max-width: 75vw;
}

body.AnnualReport section.section_catalog .container .col-12 {
  color: #525252;
  margin-bottom: 78px;
}

body.AnnualReport section.section_catalog .container .col-12 h5 {
  font-size: 24px;
  text-align: center;
}

body.AnnualReport section.section_catalog .container .col-12 .box {
  box-shadow: 1px 2px 6px #969696;
  overflow: hidden;
}

body.AnnualReport section.section_catalog .container .col-12 .box img {
  width: 100%;
  margin-bottom: 2px;
  cursor: pointer;
  transition: 0.5s;
}

body.AnnualReport section.section_catalog .container .col-12 .box img:hover {
  filter: brightness(0.8);
  transform: scale(1.04);
}

body.AnnualReport section.section_catalog .container .col-12 .box .deadlinelabel {
  border: 3px solid rgba(255, 0, 0, 0.6);
  border-radius: 5px;
  transform: rotate(-20deg);
  position: absolute;
  top: 70%;
  right: 10%;
  font-size: 45px;
  color: white;
  background-color: rgba(255, 0, 0, 0.6);
  padding: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  cursor: pointer;
}

body.AnnualReport section.section_catalog .container .col-12 .box .deadlinelabel:hover {
  box-shadow: 5 5 20px rgba(0, 0, 0, 0.4);
  box-shadow: 5 5 30px rgba(0, 0, 0, 0.4);
  transform: translate(-5px, -5px);
  transform: rotate(-10deg);
}

body.AnnualReport section.section_catalog .container .col-12 .box .text {
  padding: 16px 15px;
}

body.AnnualReport section.section_catalog .container .col-12 .box .text .title {
  text-align: left;
  color: #302f2f;
  line-height: 26px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 19px;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.AnnualReport section.section_catalog .container .col-12 .box .text .title:hover {
  text-decoration: underline;
  color: #302f2f;
  cursor: pointer;
}

body.AnnualReport section.section_catalog .container .col-12 .box .text .style {
  width: 100%;
  height: 79px;
  text-align: left;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #525252;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body.AnnualReport section.section_catalog .container .col-12 .box .text .style:hover {
  text-decoration: underline;
  color: #525252;
  cursor: pointer;
}

body.AnnualReport section.section_catalog .container .col-12 .box .text .date {
  height: 24px;
  text-align: left;
  color: #525252;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
}

body.AnnualReport section.section_catalog .container .morebotton {
  margin-top: 45px;
}

body.AnnualReport section.section_catalog .container .morebotton a {
  text-decoration: none;
}

body.AnnualReport section.section_catalog .container .morebotton a .botton {
  border: 1px solid #BFBFC0;
  color: #525252;
  border-radius: 3px;
  width: 180px;
  padding: 10px 0;
  margin: 0 auto;
  transition: 0.5s;
  text-align: center;
  cursor: pointer;
}

body.AnnualReport section.section_catalog .container .morebotton a .botton:hover {
  border: 1px solid #FF920B;
  background-color: #FF920B;
  color: white;
}

@media (max-width: 1199px) {
  body.AnnualReport section.section_catalog .container {
    max-width: 90vw;
  }
}

@media (max-width: 767px) {
  body.AnnualReport section.section_catalog .container {
    padding-top: 13px;
  }
}

@media (max-width: 767px) {
  body.AnnualReport section.section_catalog .container .col-12 {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  body.AnnualReport section.section_catalog .container {
    max-width: 80vw;
  }
}

