@import url('reset.css');

/* General Codrops Demo Style */
.sliderengineWrapper p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
.sliderengineWrapper h1{
	margin: 0px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	/* font-family: "Pacifico", Georgia, "Times New Roman", serif; */
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 3px;
	/* line-height: 40px; */
}
.sliderengineWrapper h1 span{
	font-size:10px;
	display:block;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	color:#00c6e3;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	text-transform:uppercase;
}


@media screen and (max-width: 640px) {
	.sliderengineWrapper  .header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.sliderengineWrapper  .header span.right_ab{
		float:none;
	}
}