.header-content {
	/*background:url(../images/header-background3860.jpg) no-repeat center #bb002c;*/
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;
	position: relative;
	z-index: 1;
	margin-top:-1px;
}
.header-content.home {
	height: 280px;
}
.home .header-content {
	background: #d54515 url(../images/slider-gradient-bg.png) repeat-y 50% 0;
}
/*.header-content-wrap {width: 940px; margin: 0 auto;}*/
.header-content img {
	float: left;
	margin: 0 0 0 15px;
}
.header-content .text {
	width: auto;
	margin-left:45%;
}
.header-content .copy {
	font-size:16px;
	padding-right:10px;
	color:#fff;
	font-weight:normal;
	margin-top:15px;
}
.header-content .button {
	width: 100% !important;
	background:url(../images/get-red.png) no-repeat;
	height:40px; 
	padding-left:22px;
	font-size:16pt; 
	font-weight:normal;
	margin:5px auto;
}
.header-content .button a {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left:9px;
	font-size: 14px;
	display: inline-block;
	color:#fff;
	background:none;
}
/*#slider .text {width: 417px;}*/


/*fix the button position for the slide*/
.header-content .button {
	float: none;
}
.header-content .dimmed {
	background: #b05b1b;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: none;  /* Saf3.2+, Chrome */
	-moz-transition: none;  /* FF4+ */
	-ms-transition: none;  /* IE10? */
	-o-transition: none;  /* Opera 10.5+ */
	transition: none;
}
.header-content .align-bottom {
	position: absolute;
	bottom: 0px;
}
/* => Slider <= */
#slider-wrap {
	/*background: url(../images/header-background13860.png) repeat-x 0% 0;*/
	height:362px;
}
#slider {
	/*background: url(../images/header-background23860.png) repeat-x 0% 0;*/
	height:332px;
	padding-top: 30px;
}
/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev, .slider-next {
	text-indent:-9999px;
	width:38px;
	height:38px;
	background:url("../images/sprite.png") -263px -122px no-repeat;
	position:absolute;
	top:50%;
	margin-top:-19px;
	z-index:999;
	opacity:.5;
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-ms-transition: all 0.3s ease-out;  /* IE10? */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	transition: all 0.3s ease-out;
	display: none
}
.slider-prev {
	left:12px;
}
.slider-next {
	right:12px;
	background-position:-302px -122px;
}
.slider-prev:hover, .slider-next:hover {
	opacity:1;
}
/* => SLIDER NAV o o o <= */    
.slider-nav {
	position:absolute;
	bottom:5px;
	left:50%;
	list-style:none;
	overflow:hidden;
	padding:2px;
	z-index:10;
	margin: 0;
}
.slider-nav li {
	float:left;
}
.slider-nav li a {
	display:block;
	width:8px;
	height:8px;
	overflow:hidden;
	padding:0px;
	margin:8px;
	background:url("../images/sprite.png") no-repeat -234px -144px;
	text-decoration:none;
	text-indent:-999px;
}
.slider-nav li a:hover, .slider-nav li a.selected {
	background-position:-225px -144px;
}
/* => HOLY SLIDES <= */

.slider section {
	display: none;
}
.slider section.first {
	display: block;
}
.slider-sections, .slider-sections section {
	width: 1000px;
	height: 362px;
	margin-top:-30px;
}
.slider-sections {
	margin: 0 auto;
	position: relative;
}
.slider-sections section {
	position: absolute;
	top: 0;
	left: 0px;
}
.header-content h2 {
	color: #fff;
	background: #B05B1B;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	text-transform:uppercase;
	font-weight:bold;
	padding:15px 0px 0px 5px;
}
.header-content p {
	margin: 0 0 30px;
}
.header-content .centered-content {
	padding-top: 30px;
	padding-bottom: 10px;
}
