@charset "utf-8";
/* CSS Document */

.not-found-holder {
  background: #000 url(../images/not-found-img.jpg) no-repeat;
  background-size: 100%;
  min-width: 100%;
  height:460px;
  position: relative;
  font-family: Futura,"Century Gothic","Arial","sans serif";
  font-size: 14px;
  line-height: 15px;
}

.navigation-options {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  display: block;
 /* margin-left: 20px;only on desktop*/
}

.navigation-options ol, .navigation-options ul, .navigation-select-options {
padding-left:0;
}
#pageContent ol, #pageContent ul {
  padding-left: 0px;
  margin-top: 0px;
}

.navigation-select-options li {
  display: inline-block;
  list-style-type: none;
  color: #f9d06b;
  background-color:#000;
  text-transform: uppercase;
  float: left;
  text-align: center;
  font-family: Futura,"Century Gothic","Arial","sans serif";
  font-size: 14px;
  line-height: 15px;
  margin-right: 2px;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  border-bottom: 1px solid #333;
  width: 100%; /*not on desktop*/
}
.navigation-select-options li:hover {
 background-color:#202020;
 -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.navigation-select-options li a {
  color: #f9d06b;
  text-decoration: none;
  font-family: Futura,"Century Gothic","Arial","sans serif";
  font-size: 14px;
  line-height: 15px;
  width: 100%;/*shut off when desktop */
  display: block;
  padding: 10px 0;
}

@media (min-width: 550px) {
    .navigation-select-options li {
      width: auto; /*on desktop*/
      **width: 140px;
      background-color: transparent;
      border: none;
      margin-left: 10px;
      
    }
    
    .navigation-options {
      margin-left: 20px; /*only on desktop*/
    }
    
    .navigation-select-options li a {
      padding: 20px;
      width:auto;
    }

}

@media (min-width: 750px) {
     .not-found-holder {
      height: 650px;
    }   
}

/*
ORIGINAL STYLES BELOW
.not-found-holder {
	background:url(../images/not-found-img.jpg) no-repeat;
	width:754px;
	height:569px;
	position:relative;
	font-family: Futura,"Century Gothic","Arial","sans serif";
	font-size:14px;
	line-height:15px;
}

.navigation-options {
	position: absolute;
	bottom: 0px;
	left:37px;
	width:auto;
	height:auto;
	display:block;
	margin-bottom:15px;
}

ul.navigation-select-options {
	padding-left:0px;
	margin-left:0px;
}

.navigation-select-options li {
	display: inline;
	list-style-type: none;
	padding-right: 55px;
	color:#f9d06b;
	text-transform:uppercase;
	float:left;
	text-align:center;
	font-family: Futura,"Century Gothic","Arial","sans serif";
	font-size:14px;
	line-height:15px;
}

.navigation-select-options li.last-child {
	padding-right:0px;
}

.navigation-select-options li a {
	color:#f9d06b;
	text-decoration:none;
	font-family: Futura,"Century Gothic","Arial","sans serif";
	font-size:14px;
	line-height:15px;
}*/



/*background: url() no-repeat;*/