/* Supernaut Quote Rotater  of Ads */

.sup-qtrotator {
	position: relative;
	margin: 4em auto 5em auto;
	max-width: 850px;
	width: 100%;
	min-height: 210px;
}

.sup-qtrotator .sup-qtcontent {
	position: absolute;
	min-height: 100px;
	border-top: 1px solid rgba(244,244,244, 0);
	border-bottom: 1px solid rgba(244,244,244, 0);
	padding: 2em 0;
	top: 34px;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

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

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

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

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

.sup-qtprogress {
	position: absolute;
	background: #ff420a;
	/* background: #e2a432; */
	height: 1px;
	width: 0%;
	top: 32px;
	z-index: 1000;
}

.sup-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.sup-qtrotator blockquote p {
	font-family: 'Lato';
	font-weight: 300;
	font-size: 1.7em;
	color: #fff;
	/* color: #ededd8; */
	margin: 0.4em 0 1em;
}

.sup-qtrotator blockquote footer {
	font-family: 'Lato';
	font-weight: 400;
	font-size: 1.4em;
	color: #ff420a;
	/* color: #e2a432; */
}

.sup-qtrotator blockquote footer:before {
	content: '― ';
	/* color: #e2a432; */
	color: #ff420a;
}

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

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

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

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

}