#header{
    height:510px;
    padding-top:98px
}
.headerimg{
    background-position:center top;
    background-repeat:no-repeat;
    width:100%;
    height:510px;
    position:absolute
}
#headertxt{
    width:960px;
    margin:0 auto;
    clear:both;
    position:relative;
    top:130px;
    font-family:Quark,sans-serif
}
#firstline{
    color:#000;
    font-size:36px;
    padding:15px 15px 15px;
    float:left;
    display:block;
    background-color:#000;
    margin:5px;
    background-color:rgba(255,255,255,.85)
}
#secondline{
    color:#fff;
    text-decoration:none;
    font-size:36px;
    font-weight:700;
    padding:15px 15px 15px;
    float:left;
    display:block;
    clear:both;
    background-color:rgba(227,255,21,);  
    margin:5px;
    margin-left:20px
}
.btn{
    height:32px;
    width:32px;
    float:left;
    cursor:pointer
}
#back{
    background-image:url("gifs/btn_back.png")
}
#next{
    background-image:url("gifs/btn_next.png")
}
#control{
    background-image:url("gifs/btn_pause.png")
}
#headernav-outer{
    position:relative;
    top:380px;
    margin:0 auto;
    width:960px
}
#headernav{
    padding-left:864px
}
@media (max-width:767px){
    #header{
        padding-top:61px!important
    }
    #headertxt{
        width:300px!important
    }
    #firstline{
        font-size:26px
    }
    #secondline{
        font-size:26px
    }
    #headernav-outer{
        width:300px!important
    }
    #headernav{
        padding-left:0!important
    }
}
