@charset "utf-8";
/* CSS Document */

/* http://tympanus.net/codrops/2012/07/25/modern-block-quote-styles/ */
.mb-wrap {
	width: 300px;
	margin: 20px auto;
	padding: 20px;
	position: relative;	
}

.mb-wrap p{
	margin: 0;
	padding: 0;
}

.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}

.mb-wrap cite {
	font-style: normal;
}
.mb-style-3 {
	width: 80%; /*500px;*/
	margin:0 auto;
	padding: 0;
}

.mb-style-3 blockquote{
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 
		inset 0 2px 0 #b4b4b4, 
		-5px -4px 25px rgba(0, 0, 0, 0.3);/*rgba(188, 147, 200, 0.7)*/
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mb-style-3 blockquote:after  {
	border-top-color: #ffffff;
	border-width: 10px;
	left: 80%;			/* POSITION OF ARROW */
	margin-left: -10px;
}

.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}

.mb-style-3 blockquote p {
	font-family: 'Alegreya', serif;
	font-size: 24px;
	color: #5B5B5B;/*#b4b4b4;*/
	font-weight: 400;
	line-height: 40px;
	font-style: italic;
	text-indent: 100px;
	position: relative;
}

.mb-style-3 blockquote p:before{
	content: '\201C'; /*QUOTATION MARK */
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 0px;
	left: -105px;
	color: #888;/*rgba(188, 147, 200, 1);*/
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 20px; /*20px 100px 20px 20px;*/
	position: relative;
}

.mb-style-3 .mb-author{
	/*font-family: 'Alegreya SC', serif;*/
	font-weight: 700;
	font-size: 18px;
	color: #3e3e3e; /*rgba(188, 147, 200, 1);*/
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

.mb-style-3 cite a{
	/*font-family: 'Alegreya', serif;*/
	font-weight: 700;
	font-style: italic;
	color: #3B95C6 /*#3B95C6; #888;#fff;*/
	/*text-shadow: 0 1px 1px rgba(0,0,0,0.3);*/
}

.mb-style-3 cite a:hover{
	color: rgba(188, 147, 200, 1);/*#3e3e3e;*/
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
/* CB extra */
.dissertation{
	width: 80% !important;
	margin:0 auto !important;
}
.super-dark{
	color:#212020;
	font-weight:500;
}

@media only screen and (max-device-width : 480px) {
	/*.mb-style-3 blockquote{
		padding: 30px;
		border-radius: 5px;
		box-shadow: 
			inset 0 2px 0 #b4b4b4, 
			-5px -4px 25px rgba(0, 0, 0, 0.3);
	}
	.mb-style-3 blockquote:after  {
		border-width: 10px;
		left: 80%;			
		margin-left: -10px;
	}*/
	.mb-style-3 blockquote p {
		font-size: 18px;/*24px;*/
		line-height: 30px;/*40px;*/
		text-indent: 75px;/*100px;*/
	}
	.mb-style-3 blockquote p:before{
		font-size: 105px;/*175px;*/
		left: -30px;/*-105px;*/
	}/*
	.mb-style-3 .mb-attribution {
		padding: 20px; 
	}
	.mb-style-3 .mb-author{
		font-size: 18px;
	}*/
	.dissertation{
		width: 100% !important;
		margin:0 auto !important;
	}
}