.tirex-testimonials {
  position: relative;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.tirex-testimonials h1 {
  margin-bottom: 20px;
}

.tirex-testimonials-arrows {
  position: relative;
  top: 75px;
}

.tirex-testimonials-arrows .prev,
.tirex-testimonials-arrows .next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #ababab;
  position: absolute;
  z-index: 2;
  font-size: 30px;
  background-color: #D8D8D8;
  border-radius: 2px;
}

.tirex-testimonials-arrows .prev:hover > i,
.tirex-testimonials-arrows .next:hover > i {
  color: #999;
}

.tirex-testimonials-arrows .prev i,
.tirex-testimonials-arrows .next i {
  position: relative;
  top: -1px;
  color: #eee;
}

.tirex-testimonials-arrows .prev {
  left: 1px;
}

.tirex-testimonials-arrows .prev i {
  left: -2px;
}

.tirex-testimonials-arrows .prev i:before {
  content: "\f104";
}

.tirex-testimonials-arrows .next {
  right: 1px;
}

.tirex-testimonials-arrows .next i {
  right: -2px;
}

.tirex-testimonials-arrows .next i:before {
  content: "\f105";
}

.tirex-testimonials-item {
  position: relative;
  padding: 0 50px;
  text-align: center;
}

.tirex-testimonials-text {
  width: 65%;
  float: right;
  position: relative;
  font-size: 20px;
  text-align: center;
  padding: 0 2%;
  line-height: 32px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.tirex-testimonials-text:before,
.tirex-testimonials-text:after {
  display: none;
}

.tirex-testimonials-text.full-width {
  width: 100%;
  margin: 30px 0;
  padding: 0px 50px;
}

.tirex-testimonials-text p {
  margin: 0;
}

.tirex-testimonials-meta {
  display: table;
  margin: 0 auto;
}

.tirex-testimonials-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.tirex-testimonials-author {
  padding-top: 10px;
  text-transform: uppercase;
}

.tirex-testimonials-author .author-name {
  display: block;
  line-height: 1;
  font-size: 16px;
}

.tirex-testimonials-author a {
  text-decoration: none;
  color: #808080;
}

.tirex-testimonials-author a:hover {
  text-decoration: underline;
}

.tirex-testimonials-pagination {
  text-align: center;
  margin-top: 10px;
}

.tirex-testimonials-pagination a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D8D8D8;
  overflow: hidden;
  margin: 3px;
  outline: none;
}

.tirex-testimonials-pagination a span {
  display: block;
  text-indent: -300px;
}

.tirex-testimonials.white *,
.tirex-testimonials.white .tirex-testimonials-text:before,
.tirex-testimonials.white .tirex-testimonials-text:after {
  color: #fff!important;
}

.tirex-testimonials {
  /*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
  /*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
  /** /!!! core css Should not edit !!!/**/
  /* Pager */
  /** Gallery */
  /* slider actions */
  /* vertical */
  /* vertical controlls */
  /* Rtl */
  /*/  GRab cursor */
}

.tirex-testimonials .lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
}

.tirex-testimonials .lightSlider:before,
.tirex-testimonials .lightSlider:after {
  content: ' ';
  display: table;
}

.tirex-testimonials .lightSlider {
  overflow: hidden;
  margin: 0;
}

.tirex-testimonials .lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.tirex-testimonials .lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.tirex-testimonials .lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.tirex-testimonials .lSSlideWrapper .lSFade {
  position: relative;
}

.tirex-testimonials .lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.tirex-testimonials .lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.tirex-testimonials .lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.tirex-testimonials .lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSpg {
  margin: 0;
  padding-top: 10px;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSpg > li a {
  background-color: transparent;
  border: 2px solid #D8D8D8;
  border-radius: 30px;
  display: inline-block;
  height: 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 10px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSpg > li:hover a,
.tirex-testimonials .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #D8D8D8;
}

.tirex-testimonials .lSSlideOuter .media {
  opacity: 0.8;
}

.tirex-testimonials .lSSlideOuter .media.active {
  opacity: 1;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSGallery:before,
.tirex-testimonials .lSSlideOuter .lSPager.lSGallery:after {
  content: ' ';
  display: table;
}

.tirex-testimonials .lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.tirex-testimonials .lSAction > a {
  width: 50px;
  display: block;
  top: 15%;
  height: 70%;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  opacity: .3;
  -webkit-transition: .3s;
  transition: .3s;
}

.tirex-testimonials .lSAction > a:hover {
  opacity: 1;
}

.tirex-testimonials .lSAction > a:before {
  color: #fff;
  font: 20px/1 'FontAwesome';
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 16px);
}

.tirex-testimonials .lSAction > .lSPrev:before {
  content: '\f053';
  left: 0;
  padding: 7px 8px;
}

.tirex-testimonials .lSAction > .lSNext {
  right: 0;
}

.tirex-testimonials .lSAction > .lSNext:before {
  content: '\f054';
  padding: 7px 11px;
  right: 0;
}

.tirex-testimonials .lSAction > a.disabled {
  pointer-events: none;
}

.tirex-testimonials .cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.tirex-testimonials .lSSlideOuter.vertical {
  position: relative;
}

.tirex-testimonials .lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.tirex-testimonials .lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.tirex-testimonials .lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.tirex-testimonials .lSSlideOuter.vertical .lSAction > a {
  left: 0;
}

.tirex-testimonials .lSSlideOuter.vertical .lSAction > .lSNext {
  top: inherit;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 50px;
}

.tirex-testimonials .lSSlideOuter.vertical .lSAction > .lSNext:before {
  content: '\f078';
  left: calc(50% - 16px);
  top: 0;
  padding: 5px 7px;
}

.tirex-testimonials .lSSlideOuter.vertical .lSAction > .lSPrev {
  top: 0;
  left: 25%;
  width: 50%;
  height: 50px;
}

.tirex-testimonials .lSSlideOuter.vertical .lSAction > .lSPrev:before {
  content: '\f077';
  left: calc(50% - 16px);
  top: 18px;
  padding: 5px 7px;
}

.tirex-testimonials .lSSlideOuter.lSrtl {
  direction: rtl;
}

.tirex-testimonials .lSSlideOuter .lightSlider,
.tirex-testimonials .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.tirex-testimonials .lSSlideOuter.lSrtl .lightSlider,
.tirex-testimonials .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.tirex-testimonials .lSSlideOuter .lightSlider > *,
.tirex-testimonials .lSSlideOuter .lSGallery li {
  float: left;
  position: relative;
}

.tirex-testimonials .lSSlideOuter.lSrtl .lightSlider > *,
.tirex-testimonials .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.tirex-testimonials .lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.tirex-testimonials .lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.tirex-testimonials .lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.tirex-testimonials .lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.tirex-testimonials .lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.tirex-testimonials .lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.tirex-testimonials .lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: grab;
}

.tirex-testimonials .lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media (max-width: 767px) {
  .tirex-testimonials-text.full-width {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .tirex-testimonials-item {
    padding: 0;
  }
}