/* ==========================================================================
   Header
   ========================================================================== */
	#header-logo {
	margin-top:10px;
	font-weight:bold;
	font-size:1.3em
}



#header-logo a,
#header-logo a:link,
#header-logo a:visited,
#header-logo a:hover,
#header-logo a:active,
#header-logo a:focus { color:#fff }

/* ==========================================================================
   Arrow
   ========================================================================== */
.arrow {
	background-color:#FEC110;
	position: relative;
	text-align:center;
	color:#4B4B49
}
.arrow:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-top-color: #FEC110;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
li.active.arrow a { color:#fff }
li.active.arrow a:hover { color:#fff }
header {
	height:130px;
	font-size:18px;
	font-weight:300;
	color:#fff;
	padding:35px 0 0;
	font-family:'Shadows Into Light Two';
	background:#91268F
}
header nav { font-size:1.3em }
.slider-bg {
	background:url(../images/static/slider_bg.jpg) no-repeat center top;
	height:547px
}
.page-title-wrap { background:#FEC110; margin-bottom:50px }
.page-title-wrap .title {
	color:#5F5532;
	margin:50px 0;
	font-size:40px;
	font-family:'Shadows Into Light Two';
}


