/* --- functional styling */
.testimonialrotator {
  position: relative;
  margin-top: 10px;
  display: block;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .testimonialrotator * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .testimonialrotator .testimonials-con {
    position: relative;
    width: 100%; }
    .testimonialrotator .testimonials-con .testimonials-clip {
      position: relative;
      width: 100%;
      transition-property: height;
      transition-duration: 0.3s;
      transition-timing-function: ease-out;
      -moz-transition-property: height;
      -moz-transition-duration: 0.3s;
      -moz-transition-timing-function: ease-out;
      -webkit-transition-property: height;
      -webkit-transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -o-transition-property: height;
      -o-transition-duration: 0.3s;
      -o-transition-timing-function: ease-out;
      -ms-transition-property: height;
      -ms-transition-duration: 0.3s;
      -ms-transition-timing-function: ease-out; }
  .testimonialrotator .testimonial {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%; }
  .testimonialrotator .testimonial.active {
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.testimonialrotator.transition-fade .testimonial {
  visibility: hidden;
  opacity: 0;
  display: block;
  transition-property: opacity, visibility;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity, visibility;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity, visibility;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity, visibility;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-out; }
.testimonialrotator.transition-fade .testimonial.active {
  visibility: visible;
  opacity: 1; }

.testimonialrotator:before,
.testimonialrotator:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.testimonialrotator:after {
  clear: both; }

/* --- estethic styling */
.testimonialrotator.skin-default {
  font-family: 'Alegreya Sans',"Open Sans", "Courier New", Arial;
  font-weight: 100;
  text-align: center; }
  .testimonialrotator.skin-default .testimonial .testtext {
    font-size: 24px;
    line-height: 150%; }
  .testimonialrotator.skin-default .testimonial .testauthor {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.5; }

.testimonialrotator.skin-linen {
  font-family: "Open Sans", "Courier New", Arial;
  font-weight: 300;
  width: auto; }
  .testimonialrotator.skin-linen .testimonials-con {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px 40px;
    width: auto; }
    .testimonialrotator.skin-linen .testimonials-con .testimonials-clip .testimonial .linen-line {
      margin-top: 15px;
      margin-bottom: 10px;
      display: block;
      opacity: 0.2;
          /*
          .linen-line--left:after, .linen-line--left:before{
            display: block;
            content: "";
            width: 4px;
            height: 1px;
            background-color: $color_high;
            position: absolute;
            right: 0;
            top:2px;
            transform:rotate(-45deg);
            -ms-transform:rotate(-45deg);
            -webkit-transform:rotate(-45deg);
          }
          .linen-line--left:before{

            right: 3px;
            transform:rotate(45deg);
            -ms-transform:rotate(45deg);
            -webkit-transform:rotate(45deg);
          }
          */ }
      .testimonialrotator.skin-linen .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--left {
        float: left;
        height: 1px;
        width: 51px;
        display: block;
        position: relative; }
        .testimonialrotator.skin-linen .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--left .line-bg {
          height: 1px;
          display: block;
          width: 44px;
          background-color: #cb1919; }
      .testimonialrotator.skin-linen .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--left:after {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        top: 0px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #cb1919; }
      .testimonialrotator.skin-linen .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--right {
        overflow: hidden;
        height: 1px;
        background-color: #cb1919;
        display: block; }
    .testimonialrotator.skin-linen .testimonials-con .testimonials-clip .testimonial .testauthor {
      font-size: 10px;
      margin-left: 45px; }
  .testimonialrotator.skin-linen .nav-arrows-con .arrow-left, .testimonialrotator.skin-linen .nav-arrows-con .arrow-right {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background-image: url(img/skin-linen-arrow-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
  .testimonialrotator.skin-linen .nav-arrows-con .arrow-right {
    background-image: url(img/skin-linen-arrow-right.png);
    top: 50%;
    left: auto;
    right: 0; }
  .testimonialrotator.skin-linen .nav-arrows-con .arrow-left:after, .testimonialrotator.skin-linen .nav-arrows-con .arrow-right:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/skin-linen-arrow-left-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0;
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    pointer-events: none;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: all;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }
  .testimonialrotator.skin-linen .nav-arrows-con .arrow-right:after {
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    background-image: url(img/skin-linen-arrow-right-hover.png); }
  .testimonialrotator.skin-linen .nav-arrows-con .arrow-left:hover:after, .testimonialrotator.skin-linen .nav-arrows-con .arrow-right:hover:after {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }
  .testimonialrotator.skin-linen .quote {
    color: #cb1919;
    opacity: 0.3;
    font-size: 16px; }

.testimonialrotator.skin-move {
  font-family: "Lato", "Open Sans", "Courier New", Arial;
  font-weight: 300;
  width: auto;
  font-style: italic; }
  .testimonialrotator.skin-move .testimonials-con {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px 40px;
    width: auto; }
    .testimonialrotator.skin-move .testimonials-con .testimonials-clip .testimonial .linen-line {
      margin-top: 15px;
      margin-bottom: 10px;
      display: block;
      /*
      */ }
      .testimonialrotator.skin-move .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--left {
        float: left;
        height: 1px;
        width: 51px;
        display: block;
        position: relative; }
        .testimonialrotator.skin-move .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--left .line-bg {
          height: 1px;
          display: block;
          width: 44px;
          background-color: #59c8ef; }
      .testimonialrotator.skin-move .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--left:after, .testimonialrotator.skin-move .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--left:before {
        display: block;
        content: "";
        width: 4px;
        height: 1px;
        background-color: #59c8ef;
        position: absolute;
        right: 0;
        top: 2px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      .testimonialrotator.skin-move .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--left:before {
        right: 3px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      .testimonialrotator.skin-move .testimonials-con .testimonials-clip .testimonial .linen-line .linen-line--right {
        overflow: hidden;
        height: 1px;
        background-color: #59c8ef;
        display: block; }
    .testimonialrotator.skin-move .testimonials-con .testimonials-clip .testimonial .testauthor {
      font-size: 14px;
      margin-left: 45px;
      color: #727272; }
  .testimonialrotator.skin-move .nav-arrows-con .arrow-left, .testimonialrotator.skin-move .nav-arrows-con .arrow-right {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    font-size: 30px;
    height: 14px;
    font-style: normal;
    margin-top: -7px;
    font-family: "EntypoRegular", "entypo-fontello";
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out; }
  .testimonialrotator.skin-move .nav-arrows-con .arrow-right {
    top: 50%;
    left: auto;
    right: 0; }
  .testimonialrotator.skin-move .nav-arrows-con .arrow-left:hover, .testimonialrotator.skin-move .nav-arrows-con .arrow-right:hover {
    color: #59c8ef; }
  .testimonialrotator.skin-move .quote {
    color: #59c8ef;
    opacity: 1;
    font-size: 26px;
    line-height: 100%;
    font-family: "EntypoRegular", 'entypo-fontello'; }
