.cbp-qtrotator {
	position: relative;
	margin: 1.7em auto 0 auto;
	max-width: inherit;
	width: 100%;
	min-height: inherit;
}
.cbp-qtrotator-c { min-height:92px;}

.cbp-qtrotator .cbp-qtcontent, .cbp-qtrotator .cbp-qtcontent-h {
	position: absolute;
	min-height: inherit;
	/*border-top: 1px solid #f4f4f4;*/
	/*border-bottom: 1px solid #f4f4f4;*/
	padding: 0em 0 0em 0 ;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.cbp-qtcontent-h{width: 100% ; padding:0px !important; border-top: 0px !important;}

.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: #e6e5e5;*/
	background: #f1f1f1;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
	display:none;
}

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

.cbp-qtrotator p {
	font-size: 19px;
	color: #888; line-height:30px;
	font-weight: 300;
	margin: 0em 0 .5em;
	
}
.cbp-qtrotator strong{
	font-size: 17px;
	color: #158cd4; 
	font-weight: 300;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

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

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}
.client-logo img{ margin-left:0px !important; float:none !important; margin:0 auto !important; display:table !important;}

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

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

	.cbp-qtrotator img {
		width: 80px;
	}
.client-logo img{ margin-left:0px !important;}
}
