/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow {z-index: 9;}
.cycle-slideshow img{
	width:100%;
	z-index: 9;
}
.cycle-pager { 
  text-align:center; width: 100%; z-index: 999; position: absolute; bottom: 5px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #fff; padding:3px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D41314;}
.cycle-pager > * { cursor: pointer;}
.hero-text {position: absolute; top:20vw;z-index: 9; left: 3%;}
.hero-text h1 {color:#fff; text-shadow: 3px 3px 4px #000; font-size: 50px; line-height: 60px;}