@charset "UTF-8";
/* CSS Document */

	/* ---- =====================   CODICE CAROSELLO -- OWL   =====================  ---- */
			
			
			
			
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #cccccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #6F7985;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #6F7985;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cccccc;
}






/*  TESTIMONIALS */

.testimonials {
	padding: 100px 0;
}

.quote-info {
	padding: 35px 30px;
	border: 1px solid #e0e1e2;
	background: #ffffff;
}

.quote-info .quote {
	font-size: 15px;
	line-height: 26px;
	color: #475361;
	margin: 0px 0px 10px;
	letter-spacing: 0.5px;
}

.quote-info .author {
	display: block;
	overflow: hidden;
	text-align: left;
	margin: 0px 0px 30px;
}

.quote-info .author-avatar {
	width: 80px !important;
	height: 80px;
	border-radius: 99px;
	float: left;
}

.quote-info .author-info {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 16px;
	font-style: normal;
	margin-top: 6px;
}

.quote-info .author-info .name {
	color: #475361;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.quote-info .author-info .company {
	color: #61C200;
	font-weight: 500;
	font-size: 14px;
}

.quote-info .author-info .region {
	color: #8793A1;
	font-weight: 500;
	font-size: 13px;
}

.quote-item {
	padding: 0 10px;
}


@media screen and (max-width: 480px) {
	
	.quote-info .author {;
	text-align: center;
	}
	
	
	.owl-carousel .owl-item img {
    	display:initial;
		text-align: center;

	}
	
	.quote-info .author-avatar {
		float: none;
	}
	
	
	
	.quote-info .author-info {
    	margin-left: 0px;
		float: inherit;
}
	
}
