/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
  height: 100%;
  width: 100%;
	background-color: #f1f2f2;
}
body {
  font-family: 'Lato', sans-serif;
	color: #58595b;
}
hr {
  border: 1px solid #D6D4D4;
	width: 80%;
	margin-left: 10%;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #ce7b54;
}

a:hover,
a:focus {
  color: #000;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

form {
	text-align: left;
}

#home h1 {
font-size: 46px;
	text-align: center;
	color: #ce7b54;
}

#interior h1 {
font-size: 35px;
font-weight: 700;	
	text-align: left;
}



#home h2 {
font-size: 30px;
margin: 0;
padding: 0 0 10px 0;
font-weight: 700;
	text-align: center;
}

#interior h2 {
font-size: 20px;
font-weight: 700;
text-align: left;
	padding: 0 0 10px 0;
}

#interior h3 {
	font-size: 15px;
font-weight: 700;
}


#home h3 {
font-size: 20px;
font-weight: 700;
	border-bottom: 1px solid #58595b;
	padding-bottom: 5px;
	text-align: center;
}

h3.logos {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #58595b;
	padding-bottom: 5px;
}

.service-box a {
color: #000;
}

.service-box a:hover {
opacity: .5;
text-decoration: none;
color: #197163;
}

p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}

#intro p {
	font-size: 23px;
	color: #666666;
	line-height: 33px;
	text-align: center;
}


section {
  padding: 30px 0;
}

aside {
  padding: 50px 0;
}
#intro, .truck, #page-intro {
	margin-top:50px
}

.no-padding {
  padding: 0;
}

.no-padding-bottom {
padding-bottom: 0;
}

.navbar-default {
	background: rgba(255, 255, 255, 0.9);
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-brand {
    height: 50px;
    padding: 10px 10px;
    line-height: 30px;
}

.navbar-default .navbar-header .navbar-toggle {
  font-size: 13px;
  color: #000;
  border-color: #000;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-size: 13px;
  color: #3f2930;
	padding:10px 6px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #ce7b54;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #be1e2d !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}


  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    opacity: .6;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #3f2930;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #ce7b54;
  }
  .navbar-default.affix {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(34, 34, 34, 0.05);
	color: #3f2930;
  }

  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #3f2930;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #ce7b54;
  }

.nav>li>a.icon {
	padding-left: 2px;
	padding-right: 2px;
}
  
/* Main Header Area */

header {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(../img/cover.jpg);
  text-align: center;
	top:50px;
	background-color:#FFF;
}

header.new {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(../img/cover-newv2.jpg);
  text-align: center;
}

  header {

  }
	header.interior {
		height: 300px;
		background-position: top;
		min-height: 0;
	}

header .header-content {
  text-align: center;
  padding: 100px 0px 20px 0px;
  width: 80%;
	margin: 50px 10% 0 10%;
}

@media print {
	header {
		display:none;
	}

}

header .header-content img {
	width: 100%;
}

h1#tagline {
color: #be1e2d;
font-size: 15px;
display: block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
padding-bottom: 40px;
}

@media (min-width: 768px) {
  header {
    min-height: 60%;
  }
	header.interior {
		height: 300px;
		background-position: top;
		min-height: 0;
	}
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
		header .header-content {
  width: 60%;
	margin: 50px 20% 0 20%;
}
	

}

@media (max-width: 768px) {
  header {
    top:0;
  }
}

/* Truck & Equipment Highlight areas */

.white {
background: #FFF;
	margin: 20px;
	padding: 20px;
	min-height: 430px;
}

.white p {
	text-align: center;
	padding-top: 10px;
}

.white h2 {
	border-bottom: 1px solid #58595b;
}

.white img {
text-align: center;
	max-height: 150px;
}

/* Logos section */

#partner-logos img {
	display: inline;
	width: 14%;
	padding:0 1%;
	text-align: center;
}

/* Contact */

#contact p {
font-size: 12px;
	text-align: center;
}

/* Submenu */

.submenu p {
text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

.submenu p a {
	text-transform: none;
	padding: 0 5px;
	letter-spacing: normal;
	font-size: 13px;
}

/* Table */

td {
padding: 2px 5px;
	border: 1px solid rgba(168,166,166,1.00);
}

td.twentyfive {
	width: 25%;
}
td.fifty {
	width:50%;
}

td.seventyfive {
	width: 75%;
}

tr.table-header {
background-color: #d1d3d4;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px;
}

tr:nth-child(even) {
    background-color: #FFF;
}

table img {
width: 80%;
	max-width: 200px;
}

#interior .truck li {
	list-style: none;
}

#interior .truck li strong {
	padding-right: 5px;
}

.bio {
width: 100%;
}

.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: black;
  border-color: black;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a74e3d;
  border-color: #a74e3d;
}
.btn-primary .badge {
  color: #a74e3d;
  background-color: white;
}
.btn {
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
	margin:5px 5px 0px 5px;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

