.cbp-qtrotator {
	position: relative;
	width: 100%;
}

.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;
}

.cbp-qtprogress {
	background: #47a3da;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
    display: none;
}

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

.cbp-qtrotator blockquote p {
}

.cbp-qtrotator blockquote footer {
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
}

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

	.cbp-qtrotator {
	}

	.cbp-qtrotator img {
	}

}
