﻿#stage-bg, #stage {overflow:hidden; background-size:cover; width:100%;}
#stage-bg
{
    content:'';
  position:relative;
   width:100%;
 
} 
#stage { width:100%; }     
.s-nav {  width:100%; margin-top:-50px; margin-left:3%; position:relative; }
.s-nav ul {  position:relative; height:8px; }    
    
    .s-nav ul li 
    {
        cursor:pointer;
        position:relative;  
        display:block;
        float:left;
        height:16px;
        margin:4px 2px;
        padding:0px 5px ;    
        background: rgba(255,255,255,.0);
        border-radius: 12px; 
        display: block; 
        height: 12px;
        line-height: 12px; 
        width: 12px;
        transition: background .3s ease 0s;
        border:2px solid #fff ;
    }    
    .s-nav ul li:hover, .nav-hover
    {
        background: rgba(255,255,255,1) !important;
    }  
    