/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.cbp-qtrotator {
	position: relative;
	max-width: 680px;
	width: 100%;
	min-height: 350px;
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: 0.4em;
	margin-left: auto;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	z-index: 0;
	opacity: 0;
	width: 100%;
	top: 0;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}

.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 {
	position: absolute;
	height: 2px;
	width: 0%;
	top: 0;
	z-index: 1000;
	background-color: #8F5739;
}

.cbp-qtrotator blockquote {
	margin: 1;
	padding: 10;
}

.cbp-qtrotator blockquote p {
	font-size: 0.9em;
	color: #593434;
	font-weight: 300;
	margin-top: -145px;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: -2em;
	width: 78%;
}
/*css hack Opera*/
x:-o-prefocus, .cbp-qtrotator blockquote p {
    font-size: 0.9em;
	color: #593434;
	font-weight: 300;
	margin-top: -255px;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: -2em;
	width: 78%;
 }

.cbp-qtrotator blockquote footer {
	font-size: 0.9em;
	margin-top: 130px;
}

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

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-right: 22px;
}

/*css hack Opera*/
x:-o-prefocus, .cbp-qtrotator {
    position: relative;
	max-width: 680px;
	width: 100%;
	height: 200px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
 }


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

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

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

}
