.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  font-size: 10px;
}

.stars-outer::before {
  content: "\f006 \f006 \f006 \f006 \f006";
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #679aa5;
}

.attribution {
  font-size: 12px;
  color: #444;
  text-decoration: none;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}
.attribution:hover {
  color: #1fa67a;
}


.rounded-full{border-radius:9999px;width:37px; }

.message-name {
    color: #38485c;
    font-family: Lato;
    font-size: 15px;
}

.rate-b {
    color: #38485C;
    font-family: Lato;
    font-size: 13px;
}

.message-zaman{
    text-align: center;
}

.ratings{
    margin-right:0px;
    font-size:10px;
}

.fa-star{
    
    color:#c6c6c6;
    font-size:10px;
}

.rating-color{
    color:#679AA5 !important;
}

.ilgi {
    width: 80px;
}
.zaman {
    width: 80px;
}
.ortam {
    width: 80px;
}


.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
  }
  .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }


  .owl-carousel .item {
      text-align: left;
  }
  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 100px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(../img/nav-icon.png) no-repeat scroll 0 0;
      left: -33px;
      margin-top: -25px;
  }
  .owl-carousel .next-slide{
      background: url(../img/nav-icon.png) no-repeat scroll -24px 0px;
      right: -33px;
      margin-top: -25px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }

  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }


@media (max-width: 700px) {

.ilgi {
    width: 70px;
}
.zaman {
    width: 70px;
}
.ortam {
    width: 70px;
}

}

.patinet-baslik {
                    margin-top:58px;
                    margin-bottom:20px;
                    color:#00A397;
                    font-size: 25pt;
                    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
                    font-weight: normal;
                    letter-spacing:3px;
                  }

  @media (max-width: 700px) { 

                 .patinet-baslik {
                    margin-top:58px;
                    margin-bottom:20px;
                    color:#00A397;
                    font-size: 17pt;
                    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
                    font-weight: normal;
                    letter-spacing:2px;
                  }


  }  