/* line 1, ../sass/teacher-intro.scss */
.r_teacher_intro_block {
  width: 210px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}
/* line 6, ../sass/teacher-intro.scss */
.r_teacher_intro_block .main_visual {
  position: relative;
  width: calc( 100% + 2px );
  height: 275px;
  margin-left: -1px;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 18, ../sass/teacher-intro.scss */
.r_teacher_intro_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 37, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data {
  position: absolute;
  bottom: 0;
  /*height: 95px;*/
  z-index: 1;
  font-size: 0;
  width: 100%;
  padding: 0 15px 15px 15px;
  text-align: left;
}
/* line 47, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/* line 63, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .specialty {
  font-size: 0.9375rem;
  color: #fff;
  margin-bottom: 1px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/* line 79, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating {
  background: transparent url(../images/teacher-intro_star.png) no-repeat 0 -140px;
  display: inline-block;
  width: 83px;
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
  background-size: 100% auto;
  margin-bottom: 1px;
}
/* line 90, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-0 {
  background-position: 0 -140px;
}
/* line 94, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-1 {
  background-position: 0 -126px;
}
/* line 98, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-2 {
  background-position: 0 -112px;
}
/* line 102, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-3 {
  background-position: 0 -98px;
}
/* line 106, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-4 {
  background-position: 0 -84px;
}
/* line 110, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-5 {
  background-position: 0 -70px;
}
/* line 114, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-6 {
  background-position: 0 -56px;
}
/* line 118, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-7 {
  background-position: 0 -42px;
}
/* line 122, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-8 {
  background-position: 0 -28px;
}
/* line 126, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-9 {
  background-position: 0 -14px;
}
/* line 130, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .rating.rate-10 {
  background-position: 0 0px;
}
/* line 134, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .statistics {
  font-size: 0.75rem;
  color: #fff;
}
/* line 137, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .statistics .student-img {
  width: 10px;
  margin-top: -2px;
  margin-right: 2px;
}
/* line 143, ../sass/teacher-intro.scss */
.r_teacher_intro_block .teacher-info-data .statistics .class-img {
  width: 12px;
  margin-left: 10px;
  margin-right: 2px;
}

/* line 155, ../sass/teacher-intro.scss */
.type1-teacher-intro-block {
  padding: 0 35px;
}

/* line 159, ../sass/teacher-intro.scss */
.type1-teacher-intro-block a {
  text-decoration: none;
}

/* line 163, ../sass/teacher-intro.scss */
.type1-teacher-intro-block .r_teacher_intro_block {
  margin: 0 auto;
}

/* line 171, ../sass/teacher-intro.scss */
.type1-teacher-intro-block .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
/* line 176, ../sass/teacher-intro.scss */
.type1-teacher-intro-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 186, ../sass/teacher-intro.scss */
.type1-teacher-intro-block .owl-carousel .owl-prev span {
  content: "";
  font-size: 100px;
  line-height: 15px;
  font-weight: 100;
  color: #777;
}
/* line 196, ../sass/teacher-intro.scss */
.type1-teacher-intro-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 206, ../sass/teacher-intro.scss */
.type1-teacher-intro-block .owl-carousel .owl-next span {
  font-size: 100px;
  line-height: 15px;
  font-weight: 100;
  color: #777;
}
/* line 214, ../sass/teacher-intro.scss */
.type1-teacher-intro-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 223, ../sass/teacher-intro.scss */
.type1-teacher-intro-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;
}
