body{

}

.header-none .pageheader {
    display: none !important;
}

#fancy-pager{
	background-color: #f2efec;
}

#fancy-pager > ul{

}

#fancy-pager > ul > li{
	position: relative;
	height: 190px;
	width: 20%;
	background-image: url('../img/slider-nav-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#fancy-pager > ul > li > a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px 15px;
	position: relative;
}

#fancy-pager > ul > li.activeSlide > a{
	background-color: #512c71;
	color: #fff;
}

#fancy-pager > ul > li.activeSlide > a:before{
	content: '';
	display: block;
	width: 60px;
	height: 35px;
	position: absolute;
	background-image: url('../img/active.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 50%;
	margin-left: -30px;
	top: -25px;
	z-index: 101;
}

#fancy-pager > ul > li.activeSlide > a > h1,
#fancy-pager > ul > li.activeSlide > a > h2{
	color: #fff;
}

#fancy-pager h1{
	margin: 0;
	padding: 0;
	font-size: 100px;
	font-weight: 700;
}

#fancy-pager h2{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
}

#fancy-pager h2 strong{
	font-weight: 700;
	font-style: normal;
}
