.daneshnameh-researcher .subject-headre {
  background-image: linear-gradient(#fff, #fcf9f5, #c8ccca, #b6b3b0);
  border-top: 1px solid #caba9c;
  border-bottom: 1px solid #caba9c;
  height: 34px;
  position: relative;
  margin-top: 20px;
}

.daneshnameh-danesh-book .subject-menu {
  background-color: #fff;
  border: 2px solid #b6b6b6;
  height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
}

.daneshnameh-researcher .subject-headre img {
  position: absolute;
  top: -12px;
}

.daneshnameh-researcher .subject-arrow {
  float: left;
  margin: auto;
  line-height: 34px;
  color: #85671a;
}

.daneshnameh-researcher .researcher {
  background-color: #f9efd2;
  min-height: 340px;
  border: 1px solid #896919;
}

.daneshnameh-researcher .researcher-img {
  background: #fff;
  width: 28%;
  border-radius: 100%;
  min-height: 100px;
  text-align: center;
  float: right;
  margin: 70px 2%;
  border: 5px solid rgb(196, 158, 104);
  position: relative;
}

.daneshnameh-researcher .researcher-img img {
  width: 100%;
  margin-top: -30%;
  height: 176px;
}

.daneshnameh-researcher .researcher-img:hover .r1, .daneshnameh-researcher .r2, .daneshnameh-researcher .r3 {
  visibility: visible;
}

.daneshnameh-researcher .researcher-img:hover .r2 {
  visibility: visible;
}

.daneshnameh-researcher .researcher-img:hover .r3 {
  visibility: visible;
}

.daneshnameh-researcher .r1 {
  visibility: hidden;
  width: 300%;
  background-color: #e3d3ab;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 118%;
  right: -8%;
  height: 67px;
  font-size: 18px;
}

.daneshnameh-researcher .r2 {
  visibility: hidden;
  width: 300%;
  background-color: #e3d3ab;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  right: -140%;
  height: 67px;
  font-size: 18px;
}

.daneshnameh-researcher .r3 {
  visibility: hidden;
  width: 300%;
  background-color: #e3d3ab;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  right: -200%;
  height: 67px;
  font-size: 18px;
}/*# sourceMappingURL=researchers.css.map */