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

	/* ---- =====================   CODICE CAROSELLO   =====================  ---- */
			
			
			
			
				#quote-carousel 
				{
				  padding: 15px 10px 30px 10px;
				  margin-top: 30px;
				}

				/* Control buttons  */
				#quote-carousel .carousel-control
				{
				  background: none;
				  color: #FFFFFF;
				  font-size: 2.3em;
				  text-shadow: none;
				  margin-top: 120px;
				}
				/* Previous button  */
				#quote-carousel .carousel-control.left 
				{
				  left: -12px;
				}
				/* Next button  */
				#quote-carousel .carousel-control.right 
				{
				  right: -12px !important;
				}
				/* Changes the position of the indicators */
				#quote-carousel .carousel-indicators 
				{
				  right: 50%;
				  top: auto;
				  bottom: 0px;
				  margin-right: -19px;
				}
				/* Changes the color of the indicators */
			
			
			
				#quote-carousel .carousel-indicators li {
				  	background: #1B4360;
					border: 1px solid #fff;
					
				}
				#quote-carousel .carousel-indicators .active 
				{
				  background: #ffffff;
				}
				#quote-carousel img
				{
				  width: 250px;
				  height: 100px
				}
				/* End carousel */

				.item blockquote {
					border-left: none; 
					margin: 0;
				}

				.item blockquote img {
					margin-bottom: 10px;
				}

				.item blockquote p:before {
					content: "\f10d";
					font-family: 'Fontawesome';
					float: left;
					margin-right: 10px;
				}

				blockquote p {
					margin-bottom: 10px;
					line-height: 26px;
					font-family: 'Open Sans', sans-serif;
					font-size: 15px;
					color: #FFFFFF;
					font-weight: 300;
					font-style: italic;
					text-align: left;
					padding-right: 75px;
				}

				.author {
					font-weight: 500;
					color: #61C200;
					text-align: left;
					font-size: 16px;
				}
			
			
			
				/**
				  MEDIA QUERIES
				*/

				/* Small devices (tablets, 768px and up) */
				@media (min-width: 768px) { 
					#quote-carousel 
					{
					  margin-bottom: 0;
					  padding: 10 40px 30px 40px;
					}	
					
					

				}

				/* Small devices (tablets, up to 768px) */
				@media (max-width: 768px) { 

					/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

/*					#quote-carousel .carousel-indicators {
						bottom: -20px !important;  
					}*/
					#quote-carousel .carousel-indicators li {
						display: inline-block;
						margin: 0px 5px;
						width: 15px;
						height: 15px;
					}
					#quote-carousel .carousel-indicators li.active {
						margin: 0px 5px;
						width: 20px;
						height: 20px;
					}
					
					blockquote p {
						padding-right: 0px;
					}
					
					#quote-carousel .carousel-inner {
						margin-bottom: 80px;
				}
				}

				@media (max-width: 480px) {
					#quote-carousel .carousel-indicators {
   					 	bottom: 0px !important;
					}
				}
			
			/* ---- =====================   / CODICE CAROSELLO   =====================  ---- */
			
