
.averer-content {
  margin: auto;
  padding: 4px;
  width: 100%;
  overflow: hidden;
  min-width: 300px;
  
    background: linear-gradient(130deg, #07d9a3, #048fee);
  background-size: 400% 400%;

  -webkit-animation: gradient 16s ease infinite;
  -moz-animation: gradient 16s ease infinite;
  animation: gradient 16s ease infinite;
}

.slick-slider {
  margin: 30px auto 50px;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.slick-prev, .slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: 0px;
}
.slick-prev, .slick-next   path {
    fill: rgba(255,255,255, 0.4);
  }
  
.slick-prev, .slick-next:hover {

      fill: #FFFFFF;
    }


.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}




.slick-prev:before, 
.slick-next:before {
  content: none;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li button:before {
  color: rgba(255,255,255, 0.4);
  opacity: 1;
  font-size: 50px;
}

.slick-dots li.slick-active button:before {
  color: #FFFFFF;
}

.slick-slide {
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}
.averer-quote-container {
  min-height: 200px;
  color: #666666;
  font-size: 36px;
  margin: 0 20px;
  position: relative;
}
.averer-quote-container:hover {
    cursor: grab;
  }
  
  .averer-portrait {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    
    height: 140px;
    width: 140px;
    //border-radius: 50%;
    overflow: hidden;
  }
    .averer-portrait img {
      display: block;
      height: auto;
      width: 100%;
    }

  
  .averer-quote {
    position: relative;
    z-index: 600;
    padding: 40px 0 40px 180px;
    margin: 0;

    font-size: 20px;
    font-style: italic;
    line-height: 1.4 !important;
    font-family: Calibri;
    color: white;
  }
  .averer-quote p {
      position: relative;
      margin-bottom: 20px;
	  color:#fff;
	  word-wrap:break-word;
  }
  .averer-quote p:first-child:before {
        content: '\201C';
        color: rgba(255, 255, 255, 0.44);
        font-size: 7.5em;
        font-weight: 700;
        opacity: 1;
        position: absolute;
        top: -13px;
        left: -.2em;    
        text-shadow: none;
        z-index: -10;
      }
       
    cite {
      display: block;
      font-size: 14px;
	  color: #fff;
	}
    cite  span {
        font-size: 16px;
        font-style: normal;
        letter-spacing: 1px;
        text-transform: uppercase;
      }
    


.averer-dragging .averer-quote-container {
  cursor: grabbing;
}

.averer-octogon {
  -webkit-clip-path: polygon(50.00% 0.00%, 38.11% 6.70%, 24.99% 6.72%, 18.06% 18.44%, 6.70% 25.00%, 6.56% 38.64%, 0.00% 50.00%, 6.70% 61.89%, 6.70% 75.00%, 18.44% 81.94%, 25.00% 93.30%, 38.64% 93.44%, 50.00% 100.00%, 61.88% 93.30%, 75.00% 93.30%, 81.94% 81.56%, 93.30% 74.90%, 93.44% 61.36%, 100.00% 50.00%, 93.30% 38.11%, 93.30% 25.00%, 81.56% 18.06%, 74.96% 6.70%, 61.36% 6.56%, 50.00% 0.00%);
  clip-path: url(#octogon);
  height: 140px;
    width: 140px;
}


@-webkit-keyframes gradient {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
@-moz-keyframes gradient {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
@keyframes gradient { 
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}

/*--------------theme 3----------*/
.averer-theme3
{
	width: 100%;
    float: left;
    position: relative;
    text-align: center;
    min-height: 155px;
}
.averer-theme3 .averer-portrait
{
	display: inline-flex;
    position: relative;
}
.averer-theme3 .averer-quote
{
	padding: 0;
}
.averer-theme3 cite
{
    text-align: center;
}
.averer-theme3 hr
{
	width: 200px;
    margin: 0 auto;
    margin-bottom: 14px;
}
.averer-theme3 blockquote
{
	    border-left: 5px solid #eee;
        border-right: 5px solid #eee;
	    margin: 0 0 0px;
}
.averer-theme2 .averer-portrait
{
	right: 0;

}
.averer-theme2 blockquote  p,.averer-theme2 blockquote cite
{
	text-align:right;
	padding-right:12px;
}
.averer-theme2 .averer-quote
{
	padding: 40px 180px 40px 0px;
}    

.averer-theme2 blockquote 
{
	
    border-right: 5px solid #eee;	
	 border-left:none;
	}
	
	
.averer-theme1 blockquote 
{
	
    border-left: 5px solid #eee;	
	
	}