.cbp-qtrotator {
	position: relative;
	margin: 1em auto 1em auto;
	max-width: 900px;
	width: 100%;
	background:rgba(250,67,73, 0.5)
	
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

#quotetext {
color: #FFFFFF !important;
font-family: "Cabin" sans-serif !important;
font-size: 24px;
font-family: 'Cabin', sans-serif;
line-height: 30px;

}



.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 2px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 20px;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: 100;
	margin: 1em 1em 1em;
}

.cbp-qtcontent p {
	color: #FFFFFF;
}

.quotesauthor {
	font-size: 1.2em;
	content:'-';
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.quotesauthor:before {
	content: '― ';

}


.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}
