@charset "UTF-8";
/* CSS Document */

#MBFAoutside{
	width:100%;
	margin:0 auto;
	position:relative;
	height:auto;
	background:#225173;
	background-image:url(loading.gif);
	background-repeat:no-repeat;
	background-size:100px auto;
	background-position:center 260px;
}

#MBFAcontent{
	width:100%;
	height:0;
	padding-top:116px;
	margin:0 auto 0 auto;
	background-size:100% auto;
	background-position:left center;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	opacity:0;
}

#MBFAShadow{
	position:absolute;
	clear:both;
	bottom:0;
	left:0;
	width:100%;
	height:12px;
	opacity:.4;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 )";
}

.MBFAslide{
	width:100%;
	top:0;
	height:452px;
	position:absolute;
	overflow:hidden;
	text-align:center;
	background:#000;
	background: -moz-linear-gradient(left,  #225173 0%, #000000 9%, #000000 91%, #225173 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#225173), color-stop(9%,#000000), color-stop(91%,#000000), color-stop(100%,#225173));
	background: -webkit-linear-gradient(left,  #225173 0%,#000000 9%,#000000 91%,#225173 100%);
	background: linear-gradient(to right,  #225173 0%,#000000 9%,#000000 91%,#225173 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#225173', endColorstr='#225173',GradientType=1 )";
}

.MBFAslideIn{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}

.MBFAback{
	position:absolute;
	right:0;
	width:auto;
	display:inline-block;
	height:452px;
}

.MBFAback img{
	width:auto;
	height:100%;
	float:right;
	position:relative;
}

.MBFAfade{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;

	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 95%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0)), color-stop(95%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 95%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 95%,rgba(0,0,0,1) 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 )";
}

.MBFAslideContent{
	width:100%;
	margin:116px 0 0 0;
	height:98%;
	padding-top:1.9em;
	position:relative;
	display:inline-block;
	text-align:left;
	line-height:1;
	white-space: nowrap;
}

.MBFAbook{
	margin-left:2.5em;
	float:left;
	width:auto;
	height:290px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	border-radius:.15em;
	-moz-border-radius:.15em;
	-webkit-border-radius:.15em;
	box-shadow:2px 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 2px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow:2px 2px 10px rgba(0,0,0,0.4);
}

.MBFAbookover{
	width:20px;
	height:290px;
	position:absolute;
	top:0;
	left:0;
	background:url(book.svg) no-repeat;
	background-size:20px 290px;
	opacity:.3;
}

.MBFAbook img{
	width:auto;
	height:100%;
}

.MBFAtitle{
	display:inline-block;
	margin:0 0 0 1.5em;
	height:290px;
	width:auto;
	position:relative;
	font-family:'Montreal', sans-serif;
	
	text-shadow:2px 2px 6px rgba(0,0,0,0.6);
	-moz-text-shadow:2px 2px 6px rgba(0,0,0,0.6);
	-webkit-text-shadow:2px 2px 6px rgba(0,0,0,0.6);
}

.MBFAinfo{
	position:absolute;
	bottom:0;
}

.MBFAtitle h10{
	font-size:2.2vw;
	color:#fff;
	font-weight:600;
	letter-spacing:.08em;
	text-transform:uppercase;
	margin-bottom:1em;
	width:100%;
}

.MBFAtitle p{
	font-size:1.25vw;
	font-style:italic;
	font-weight:400;
	letter-spacing:.1em;
	text-transform:uppercase;
	color:#fff;
	margin-top:.5em;
	width:100%;
	max-width:100%;
}

@media all and (min-width: 1280px){
	.MBFAtitle h10{
		font-size:2.2em;
	}
	
	.MBFAtitle p{
		font-size:1.25em;
	}
}

@media all and (max-width: 1200px){
	.MBFAslide{
		background: -moz-linear-gradient(left,  #225173 0%, #000000 2%, #000000 98%, #225173 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#225173), color-stop(2%,#000000), color-stop(98%,#000000), color-stop(100%,#225173));
		background: -webkit-linear-gradient(left,  #225173 0%,#000000 2%,#000000 98%,#225173 100%);
		background: linear-gradient(to right,  #225173 0%,#000000 2%,#000000 98%,#225173 100%);
		filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#225173', endColorstr='#225173',GradientType=1 )";
	}
}

@media all and (max-width: 1080px){
	.MBFAtitle h10{
		font-size:1.75em;
	}
	
	.MBFAtitle p{
		font-size:1em;
	}
}

@media all and (max-width:1000px){
	.MBFAslide{
		background:#000;
	}
	
	.MBFAfade{
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0)));
		background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
		background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
		filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 )";
	}
}