 @font-face {
			font-family: "Lobster";
			src: url(/fonts/LobsterRegular/LobsterRegular.eot);
			src: url(/fonts/LobsterRegular/LobsterRegular.eot?#iefix)format('embedded-opentype'),
			url(/fonts/LobsterRegular/LobsterRegular.woff) format('woff'),
			url(/fonts/LobsterRegular/LobsterRegular.ttf) format('truetype');
			font-style: normal;
			font-weight: normal;
	}

.cbp-qtrotator {
	position: relative;
	margin: auto;
	max-width: 800px;
	width: 100%;
	max-height: 360px;
    background-image: url(/quotes-rotator/celeb700.jpg);
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	border-radius: 4px;
}
.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 360px;
	padding: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.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: 10;
	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: #de5022;
	height: 2px;
	width: 0%;
	top: 0;
	z-index: 0;
}

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

.cbp-qtrotator blockquote p {
	font-size: 2.2em;
	font-family: "Lobster";
	text-align: center;
	color: #de5022;
	font-weight: 300;
	margin: 0px;
}

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

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


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

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

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

}
