@-webkit-keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.royalSlider p:after,
.thumbnail-review small:last-of-type:after {
  /*content: " \00BB";*/
}

.thumbnail-review {
  -webkit-animation: slideIn 0.35s;
  animation: slideIn 0.35s;
}

@media (max-width: 767px) {
  .thumbnail-img {
    width: 45%;
  }

  .thumbnail-info {
    width: 55%;
  }
  /*.thumbnail-info small:last-of-type {
    display: none;
  }*/

  a strong {
    font-size: 14px;
  }
}

.thumbnail-info strong {
  font-weight: 14px;
}
.thumbnail-info small {
  color: rgb(20, 20, 20);
  font-weight: 300;
}

#most-viewed .thumbnail-most-viewed .thumbnail-img, #most-viewed .thumbnail-most-viewed .thumbnail-info {
  float: left;
  padding: 10px;
}
#most-viewed .thumbnail-most-viewed .thumbnail-img {
  width: 33%;
}
#most-viewed .thumbnail-most-viewed .thumbnail-info {
  width: 66%;
}
#most-viewed .thumbnail-most-viewed a strong {
  /*font-size: 16px;*/
	font-size: 24px;
	font-family: Freight Display Pro W01;
	margin-top: 0px;
	line-height: 26px;
}
#most-viewed .thumbnail-most-viewed a small:hover, #most-viewed .thumbnail-most-viewed a small:focus, #most-viewed .thumbnail-most-viewed a small:active {
  text-decoration: underline;
}
#most-viewed .thumbnail-most-viewed a small:after {
  /*content: " \00BB";*/
}
@media (max-width: 979px) {
  #most-viewed {
    padding: 0;
  }
  #most-viewed .thumbnail-most-viewed, #most-viewed .text-right {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #most-viewed .thumbnail-most-viewed, #most-viewed .text-right {
    width: 100%;
  }
}
/*# sourceMappingURL=t13.css.map */
