#fon {
	width: 320px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 457px;
	background-attachment: scroll;
	background-image: url(/images/paper.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.cbp-qtrotator {
	position: relative;
	top:60px;
	left:35px;
	width: 255px;
}
.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.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: #333;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}
.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}
.cbp-qtrotator blockquote p {
	font-family: 'Marck Script', cursive;
	font-size: 21px;
	color: #333;
	text-shadow:1px 1px 0 #fff;
	font-weight: 300;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.cbp-qtrotator blockquote footer {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	font-family: 'Marck Script', cursive;
	font-size: 35px;
	color: #333;
	text-shadow:1px 1px 0 #fff;
	position: relative;
	left: 20px;
	top: 15px;
}
.cbp-qtrotator blockquote footer:before {
	content: '- ';
}
.cbp-qtrotator .cbp-qtcontent i {
	float: right;
		text-shadow:1px 1px 0 #fff;

	margin-left: 35px;
	font-size: 70px;
	position: relative;
	top: 15px;
	margin-right: 20px;
	margin-bottom: 35px;
}

/* Example for media query */
@media screen and (max-width: 30.6em) {
.cbp-qtrotator {
	font-size: 70%;
}
.cbp-qtrotator i {
	width: 80px;
}
}
