/* HEADER */
#header { height:540px; }
.headerimgs { font-family: Georgia, "Times New Roman", Times, serif;}
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:540px; position:absolute; }

/* HEADER TEXT */
#headertxt { height: 30px; width:95%; max-width:1600px; margin:-70px auto 50px auto; padding-right: 30px; font-size: 1.3em; font-style: italic; text-shadow: 1px 1px #333;}
#firstline { color:#fff; text-decoration:none; padding: 0px; margin: 0px 0px 34px 0px; float:right; display:block; }
#firstline p { padding-top: 60px; font-style: normal; font-size:.85em;}
#firstline h1 { color: #fff; text-transform: none; padding: 0px 20% 0px 0px; font-style: italic; font-weight: normal; font-size:1em;}
#secondline { display:none; }
#secondline:hover {  }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("sliderimg/btn_back.png"); }
#next { background-image:url("sliderimg/btn_next.png"); }
#control { background-image:url("sliderimg/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:500px; margin:0 auto; width:850px; }
#headernav { padding-left:750px; }

/** RESPONSIVE BREAKPOINTS
================================================**/

@media (min-width: 992px) and (max-width: 1199px) {
/* HEADER */
#header { height:430px;}
#headertxt { width:95%; }
.headerimg { background-position: center 0px; background-repeat: no-repeat; width:100%; height:430px; position:absolute; background-size: 1270px 430px; }
}

@media (min-width: 768px) and (max-width: 991px) {
/* HEADER */
#header { height:430px;}
#headertxt { width:95%; }
.headerimg { background-position: center 0px; background-repeat: no-repeat; width:100%; height:430px; position:absolute; background-size: 1270px 430px; }
}


@media handheld, only screen and (max-width: 767px) {
/* HEADER */
#header { height:170px;}
#headertxt { width:95%; }
.headerimg { margin-top: 80px;background-position: center 0px; background-repeat: no-repeat; width:100%; height:170px; position:absolute; background-size: 500px 170px; }
#firstline h1 { font-size:.7em; }
}