.trainers-entry .trainer-img {
  display: block;
  height: 300px; };

.trainers-entry .desc {
  background: #f2f3f7;
  padding: 0.4em; }
  .trainers-entry .desc h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center; }
  .trainers-entry .desc span {
    font-size: 13px; }
	.trainers-entry .desc .span star {
    font-size: 13px;
    color: #ff0000	}
	
.rating {
    width: 100%;
    color: #e2b13d;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin-top: 5px;
}

.trainer-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.btn-top {
    color: #fff;
    background-color: #ff0000;
    border-color: #2e6da4;
}
.btntop {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
	text-transform:uppercase;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 25px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-top:hover, .btn-top:focus, .btn-top:active {
    background: #ffffff !important;
    border-color: #dc3030 !important;
    color: #dc3030;
    font-weight: 500;
}