/********************
---| GLOBAL TAGS | ***/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #444; 
	min-width: 940px;
	height: 100%;
	text-rendering: optimizeLegibility;
}
img {
	border: none;
}
a 
{
    text-decoration: none;
    color: #2175bd;
    cursor:pointer;
}


.header-content 
{
  
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;
	position: relative;
    z-index: 1;
	overflow:hidden;
}


/* => Slider <= */
#slider 
{
    
    height:330px; 
}

/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev,
.slider-next 
{
    display:none;
    text-indent:-9999px;
    width:37px;
    height:38px;
    background:url(../images/sprite.png);
    position:absolute;
    top:297px;
    z-index:999;
	left:33px;
    
    -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;
    }
.slider-prev 
{
    left:0;
    background-position:-198px 0;
	top:297px;
    }
.slider-next 
{
    right:0;
    background-position:-235px 0;
    }  
      
.slider-prev:hover,
.slider-next:hover
{
    opacity:.8;
}  
/* => SLIDER NAV o o o <= */    
#slider-nav 
{
    position:absolute;
    bottom:5px;
    left:50%;
    list-style:none;
    overflow:hidden;
    margin:0 0 0 -32px;
    padding:2px;
    z-index:10;
}

#slider-nav li
{
    float:left;
    
}

#slider-nav li a
{
   display:block;
   width:13px;
   height:13px;

   padding:0px;
   margin:4px;
   background:url(../images/sprite.png) no-repeat -185px 0;
   text-decoration:none;
   text-indent:-9999px;

}

#slider-nav li a:hover,
#slider-nav li a.selected
{
    background-position:-185px -13px;
}

/* => HOLY SLIDES <= */  
.header-content section 
{

	height: 260px;
	width:100%;
	padding: 0;	
	padding:40px 0 30px;
	display:block;
	position:absolute;
}

.header-content section.two,
.header-content section.three, .header-content section.four, .header-content section.five, .header-content section.six, .header-content section.seven
{
    display:none;
}

/* => SLIDE 1 <= */
.header-content section h2,
.header-content section p,
.header-content section img {
	position:absolute;
	left:50%;
	top:40px;
    margin-left:-460px;
    z-index:1;
}
.header-content section h2 
{
    margin-top:10px;
    width:390px; 
}
.header-content section h2 img{ float:left!important; margin:30px 0px 0px -195px!important; border:0px solid red;}
.header-content section p.copy 
{
    margin-top:119px;
	width:457px;
	font-family:MyriadPro;
	font-size:18px; color:#ffffff;
}
.header-content section p.button 
{
    margin-top:200px;
}
.header-content section img 
{
   margin-left:119px!important;
    margin-top:26px!important;
}
/* => slider <= */



	.header-content h2 {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	}
.header-content .centered-content 
{
    padding-top: 30px;
    padding-bottom: 10px;
}

