/* --- Header slider --- */
#phmheader-wrapper {
	width: 100%;
	min-height: 260px;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
}

#phmheader-footer {
	width: 100%;
	min-height: 260px;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
}

#phmheader-wrapper.phm-slider {
	background: #444 url(../GFX/llama.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#phmheader-footer.phm-slider {
	background: #444 url(../GFX/llama.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#main-flexslider ul.slides li p {
	font-size: 72px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1;
	color:#fff;
}
#main-flexslider.flexslider {
		margin:0;
		background:none;
		border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

