.cbp-qtrotator {
	position: relative;
	
	
	width: 250px;
	margin-left:50px;
	margin-right:50px;
	margin-top: 25px;
	
	
	
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	line-height: 30px;
	border-top: 2px solid #fff;
	
	
	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 {
	position: absolute;
	background: red;
	height: 2px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

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

.cbp-qtrotator blockquote p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-style:italic;
	font-weight: 300;
	font-family: 'droid_sansregular', sans-serif;
	margin: 0.4em 0 1em;
	margin-bottom: 0;
}

.cbp-qtrotator blockquote attribute {

	float:right;
	font-weight: bold;
color:	red;
text-align: right;
font-size: 14px;
line-height: 20px;
	margin-top: 15px;
margin-bottom: 10px;

}

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

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


@media (max-width: 1050px) 

{
.cbp-qtrotator {
	position: relative;
	
	
	width: 190px;
	margin-left:35px;
	margin-right:25px;
	margin-top: 15px;
	
	
	
}	
	
}



@media (max-width: 870px) 

{
	
.cbp-qtrotator {
	float: left;
	position: relative;
	
	
	width: 47%;
	margin-left:0px;
	margin-right:3%;
	margin-top: 15px;
	
	
	
}		
	
	
	
	
}
	
	
	
@media (max-width: 765px) 

{
	
.cbp-qtrotator {
	float: left;
	position: relative;
	
	
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	margin-top: 15px;
	
	
	
}		
	
	
	
	
}	
	
	