/* line 1, ../sass/student-portfolio.scss */
.r-student-portfolio-block {
  position: relative;
  width: 265px;
}
/* line 5, ../sass/student-portfolio.scss */
.r-student-portfolio-block .main-visual {
  width: 100%;
  height: 265px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 14, ../sass/student-portfolio.scss */
.r-student-portfolio-block .main-visual:before {
  bottom: 0;
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
/* line 34, ../sass/student-portfolio.scss */
.r-student-portfolio-block .usr-info-data {
  position: absolute;
  bottom: 0;
  height: 115px;
  z-index: 1;
  font-size: 0;
}
/* line 40, ../sass/student-portfolio.scss */
.r-student-portfolio-block .usr-info-data .avatar-block {
  display: inline-block;
  width: 105px;
  text-align: center;
}
/* line 44, ../sass/student-portfolio.scss */
.r-student-portfolio-block .usr-info-data .avatar-block .avatar {
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 0 auto;
}
/* line 58, ../sass/student-portfolio.scss */
.r-student-portfolio-block .usr-info-data .avatar-block .name {
  color: #fff;
  font-size: 0.875rem;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/* line 73, ../sass/student-portfolio.scss */
.r-student-portfolio-block .usr-info-data .content-block {
  display: inline-block;
  width: calc( 100% - 105px );
  vertical-align: top;
  padding-right: 20px;
  text-align: left;
}
/* line 82, ../sass/student-portfolio.scss */
.r-student-portfolio-block .usr-info-data .content-block .title {
  color: #fff;
  font-size: 1.0625rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/* line 97, ../sass/student-portfolio.scss */
.r-student-portfolio-block .usr-info-data .content-block .description {
  color: #fff;
  font-size: 0.875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  margin-bottom: 5px;
}
/* line 109, ../sass/student-portfolio.scss */
.r-student-portfolio-block .usr-info-data .content-block .date {
  color: #fff;
  font-size: 0.75rem;
}

/* line 117, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block {
  padding: 0 35px;
}

/* line 121, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block a {
  text-decoration: none;
}

/* line 125, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block .r-student-portfolio-block {
  margin: 0 auto;
}

/* line 133, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
/* line 138, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block .owl-carousel .owl-prev {
  width: auto;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -38px;
  display: block !important;
  border: 0px solid black;
}
/* line 148, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block .owl-carousel .owl-prev span {
  content: "";
  font-size: 100px;
  line-height: 15px;
  font-weight: 100;
  color: #777;
}
/* line 158, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block .owl-carousel .owl-next {
  width: auto;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -43px;
  display: block !important;
  border: 0px solid black;
}
/* line 168, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block .owl-carousel .owl-next span {
  font-size: 100px;
  line-height: 15px;
  font-weight: 100;
  color: #777;
}
/* line 176, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block .owl-carousel .owl-prev i {
  background-image: url(../images/indexGO_left.png);
  width: 18px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* line 185, ../sass/student-portfolio.scss */
.type1-student-portfolio-carousel-block .owl-carousel .owl-next i {
  background-image: url(../images/indexGO_right.png);
  width: 18px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
