.cbp-qtrotator {
	position: relative;
	margin: 0px auto 5em auto;
	max-width: 1170px;
	width: 100%;
	min-height: 350px;
	
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 250px;
	border: 1px solid #7DBD00;
	padding: 30px 0px 0px 20px !important;
	top: 0;
	/*box-shadow: 0 2px 5px 0px #7DBD00;*/
	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 {
	visibility:hidden;
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

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

.cbp-qtrotator blockquote p {
	font-size: 12px;
	color: #333;
	font-weight: 300;
	margin-left:30%;
	position:absolute;
	padding:10px 20px 10px 0px !important;
	
}

.cbp-qtrotator blockquote h2{
	color:#333 !important;
	font-size:14px !important;
	float:left;
	text-transform:uppercase;
	margin-left:30%;
	position:absolute;}


.cbp-qtrotator blockquote footer {
	font-size: 12px !important;
	color:#333;
	margin-left:30%;
	position:absolute;
	margin-top:25%;
		font-weight:700 !important;

	background:transparent;
	border:1px solid transparent;
}

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

.cbp-qtrotator .cbp-qtcontent img {
	float: left;
	margin-left: 0px;
	padding-right:0px;
	border:3px solid #7DBD00;
	border-radius:50%;
	width:150px;
	height:150px;
}

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

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

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

}

@media (min-width : 1024px) and (max-width: 1280px) {
.cbp-qtrotator blockquote p{
	width:64%;
	margin-left:35%;
	
	
}

.cbp-qtrotator blockquote footer {
	font-size: 12px !important;
	margin-left:30%;
	position:absolute;
	margin-top:32%;
		font-weight:700 !important;
	background:transparent;
	border:1px solid transparent;
}}
