html {
  position: relative;
  min-height: 100%;
}
body, p {
	font-weight: 200;
	font-size: 16px;
	background-color: #f8f8f8;
	margin-bottom: 50px;
}
.header-logo {
	margin: -10px 0 0 -20px;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  border-top: solid 1px #999;
  background-color: #FFF;
  z-index: 50;
}

a {
  color: #BE1E2D;
}
a:hover,
a:focus {
  color: #999;
  text-decoration: none;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-toggle {
	font-size: 24px;
}

label {
	font-weight: 200;
}
.select {
	border-radius: 0px;
	background-color: #FFF;
	background-image: url('../images/select-arrow.png');
	background-repeat: no-repeat;
	background-position: top right; 
	border-top: #BE1E2D;
	outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@-moz-document url-prefix() {
.select{
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
  }
} 

.label-box {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-top: solid 2px #BE1E2D;
	display: block;
	width: 100%;
}
.lb-disabled {
	color: #999;
	border: 1px solid #ccc;
	border-top: solid 2px #999;
	
}
.label-box-big {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-top: solid 2px #BE1E2D;
	display: block;
	width: 100%;
}
.label-box-big img {
	margin: 0 auto;	
	width: 263px;
}
.forktype-select-box {
	float: left;
	width: 300px;  
	margin: 0 40px 20px 0;
}
.input-group-addon {
	border-radius: 0px;
	border-top: solid 2px #BE1E2D;
}
.capacity-divs {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 0;
	width: 538px;
}
.capacity-divs img {
	max-width: 100%;
}
.results-label {
	display: block;
}
.results {
	border-bottom: solid 2px #999; 
	height: auto;
	margin: 0px 0 15px 0;
	padding: 5px;
	padding-top: 0;
	font-weight: bold;
	font-size: 20px;
}
.safety {
	padding: 7px 7px 7px 14px;
	border: solid 1px #CCC;
	border-top: solid 2px #BE1E2D;
	background-color: #FFF;
	font-size: 14px;
	color: #555;
}
.form-input-gray {
	color: #999;
}
.list-group-item {
	padding: 5px 15px;
	font-size: 14px;
	color: #555;
}
.list-group {
	border-top: solid 2px #BE1E2D;
}
/*#yield {
	border-top: solid 2px #999;
}*/
.list-group-item:first-child {
  border-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-radius: 0px;
}
.blanks-divs {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 0;
	width: 550px;
}
.blanks-divs img {
	max-width: 100%;
}

.fork {
	display: none;
}
.pager {
	padding: 10px 0 0 0;
	margin: 0;
}
.pager li > span, .pager li > a {
  border: none;
  border-radius: 0px;
  color: #333;
  background-color: transparent;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #BE1E2D;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #CCC;
  cursor: not-allowed;
  background-color: transparent;
}

.form-control {
	border-radius: 0px;
	border-top: solid 2px #BE1E2D;
}

.form-control:focus {
	box-shadow: none;
	border: solid 1px #333;
	border-top: solid 2px #BE1E2D;
}
.form-control-feedback {
	display: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #FFF;
  opacity: 1;
  color: #CCC;
  border-top: solid 2px #999;
}
.navbar-default {
	border: none;
	border-radius: 0px;
	border-bottom: solid 2px #BE1E2D;
}
.navbar-nav > li > a {
  border-radius: 0px;
  color: #333;
  
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background-color: transparent;
	color: #BE1E2D;
}
.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus {
  color: #fff;
  background-color: #BE1E2D;
}
.navbar-nav > li + li {
  margin-left: 5px;
}
.display-image {
	/*margin-top: -80px;*/
	min-height: 550px;
}

@media (max-width: 767px) {
	.display-image  {
		margin-top: 0px;
	}
}
@media (min-width: 768px) {
	.display-image {
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	.display-image {
		/*margin-top: -80px;*/
	}

}
@media (min-width: 1200px) {
	.display-image {
		/*margin-top: -80px;*/
	}

}
