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

/* Let's set and reset some common styles */
.mb-wrap {
	width: 100%;
	padding: 0px;
	margin:0px;
	position: relative;	
}

.mb-wrap p{
	margin: 0;
	padding: 0;
}

.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}

.mb-style-1 {
    background-position: center;
    background-size: cover;
	background-color: rgba(239, 239, 239, 1);
	background-image:  url("../images/bg.gif");
	background-size: auto, 100% 250%;
	margin-top: 50px;
	padding-top: 50px;
	width: 100%;
	color: #fff;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	border-top: 1px solid #fafafa;
}

.mb-style-1 .mb-thumb {
	display: block;
	width: 120px;
	height: 120px;
	border: 8px solid rgba(230,230,230,1);
	border-radius: 50%;
    background-position: center;
    background-size: cover;
	position: absolute;
	left: 50%;
	bottom:50%;
	margin: 0 0 0 -70px;
	box-shadow: 
		inset 0px 1px 1px rgba(0,0,0,0.2),
		0px 1px 1px rgba(0,0,0,0.3);
}

.mb-style-1 blockquote:before,
.mb-style-1 blockquote:after {
	padding:0px 10px;
	font-family: 'icons';
	position: absolute;
	font-size: 40px;
	top: -35px;
	color: #ccc;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

.mb-style-1 blockquote:before{
	content: '\275d';
}

.mb-style-1 blockquote:after{
	right: 0px;
	content: '\e800';
}

.mb-style-1 blockquote h1 {
	font-style: italic;
	font-size: 25px;
	color:#000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,0.8);
	padding: 35px 10px 10px 10px;
	text-align: center;
	margin: 0 0 0px 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
}

.mb-style-1 .mb-attribution {
	text-align: right;
	padding:5px 20px;
}

.mb-style-1 .mb-author{
	font-size: 20px;
	text-align:right;
	font-weight:normal;
	color: #555;
	font-style:italic;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

.mb-style-1 cite a{
	color: #f0f0f0;
	font-style: italic;
	font-family: Cambria, Georgia, serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7)
}

.mb-style-1 cite a:hover{
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9)
}