.report-module {
  position: relative;
  margin: 30px 0;

  display: block;
  background: #ffffff;
  min-width: 170px;
  width: 100px;
  height: auto;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.report-module .thumbnail {
  
  height: 300px;	
  overflow: hidden;
    background-color:#5b8fc1;
}
.thumbnail {
    padding: 0;
}
    
.report-module:hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
   
 }
.report-module:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .9;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}
.report-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: .95;
}
.report-module .post-content {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.report-module .post-content .category {
   position: absolute;
  bottom: 283px;
  right: 0;
  background: #666;
    padding: 0px 5px;
    color: #ffffff;
    font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
opacity: 0.8;
line-height:1.7;
}
.report-module .post-content .disponivel {
    
    background: green;
}
.report-module .post-content .indisponivel {
    
    background: #fa8080;
}

.report-module .post-content .title {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.report-module .post-content .description {
  display:block;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.report-module .author {
  display:block;
  color: #666666;
  font-size: 12px;
  line-height: 1.2em;
}
.report-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.report-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.btn-primary {
  color: #fff;
  text-decoration: none;
}
