.main {
    background: white;
}

.context-info .image img, .context-info .image a {
  display: flex;
  width: 75%;
  height: 75%;
  align-items: center;
}

.test {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 18px;
}

div hr {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin-bottom: 0px;

}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.ds-description {
    padding-bottom: 5px;
}

.row-groups {
    margin:0px;
    padding-bottom: 25px;
}

.sub-menu {
    margin-left: 15px;
    margin-right: 15px;
    color: white;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.sub-menu:hover {
    color: #c33;
}

.work-item {
    text-align: justify;
}

.member {
    text-align: justify;
}

@media (min-width: 900px) {
   .equal{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
@media only screen and (max-width: 1000px) {
  .col-ds {
    width: 100%;
  }
}

.equal {
    margin-bottom: 30px;
}

.panel {
    width: 100%;
    height: 100%;
}

.figure-thumbnail {
 line-height:1.42857143;
 background-color:#ffffff;
 border:1px solid #dddddd;
 border-radius:4px;
 color:white;
}

.figcaption-theme {
    background: black;
    opacity:0.85;
    height:50px;
    line-height: 50px;
    margin: 0px;
}

.figure-thumbnail:hover {
    color: #c33;
}

#main-img:hover {
    color: white;
}

.img-thumbnail-theme {
    width:100%;
    border: 0;
}
.text:hover {
    color: #c33;
}

.main-field {
    opacity: 0.8
}
.title-filter {
   text-align: center;
   font-size: 35px;
   font-weight: 400;
}

.dataTables_length {
  margin-top: 20px;
}