﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald:700|Berkshire+Swash');

.about {
	background-image: url(../images/frontbuilding.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.accreditations img {
	margin-top: 20px;
}
.addressBox {
	float: right;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	margin: 18px 100px 0 0;
}
.addressBox span {
	display: block;
}
.addressBox span a {
	color: #fff;
}
.announcement {
	border: solid 1px #666;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
.announcement span {
	display: block;
	padding:10px 0;
	border-bottom: 1px #666 dashed;
	margin: 4px 0;
}
.announcement span:first-child {
	padding-top: 0;
}
.announcement span:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.black {
	background-color: #000;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	color: #fff;
}
.black h3 {
	color: #fff;
}
.blackBack {
	background-color: #000;
}
body {
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.btn-primary, .btn-primary:visited {
	background-color: #d12b25;
	border-color: #630805;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:focus {
	background-color: #630805;
	border-color: #630805;
}

.carousel-caption {
	background-color: rgba(0,0,0,.5);
	bottom: 0;
}
.carousel-inner>.item>img.mobile-only,.img-responsive.mobile-only {
	display: none;
}
.carousel-inner>.item>img.no-mobile,.img-responsive.no-mobile {
	display: block;
}
.colInner {
	padding: 20px;
	color: #fff;
}
.colInner h2 {
	color: #fff;
	text-align: center;
}
.colInner img {
	max-width: 300px;
	display: block;
	margin: 0 auto;
}
.content {
	margin-top: 165px;
	padding-bottom: 20px;
}

.drivers {
	position: relative;
	padding: 20px 0;
	margin-right: 3px;
}
.drivers span {
	position: absolute;
	bottom: 20px;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	border-radius: 0 0 6px 6px;
	font-size: 13px;
}

.fleet {
	padding: 20px 0;
}
.foot-links {
	list-style: none;
	padding-left: 5px;
	border-left: 1px #eee solid;
	margin-left: 20px;
}
footer {
	color: #fff;
	padding: 0 0 20px 0;
	font-size: 12px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #ff9900;
}
footer .navbar-nav {
	margin: 7.5px 0;
	padding-bottom: 20px;
}
footer .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #ff9900;
}
footer ul {
	list-style: none;
}
.frontCol {
	border: 1px #d12b25 solid;
	border-radius: 10px;
	margin: 10px 0;
}
.frontCol p {
	margin: 10px;
}
.frontCol span {
	font-weight: bold;
	color: #fff;
	background-color: #d12b25;
	padding: 4px;
	display: block;
	margin-top: 192px;
}

.greenCheck li {
	border: 0;
	background-image: url('../images/green-check.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 25px;
}

h1 {
	margin-top: 0;
}
h1, h2, h3 {
	color: #d12b25;
	font-family: 'Ultra', serif;
}
html {
	background: url('../images/bg-cover.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logoBox {
	float: left;
}
#logo {
	color: #fff;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	float: left;
	margin: 10px 0;
}
#logo a {
	color: #fff;
}
#logo a:hover {
	text-decoration: none;
}

#map {
	display: block;
	margin: 0 auto;
}

.navbar {
	margin-bottom: 0;
}
.navbar-fixed-top {
	background-image: url('../images/checkered2.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
	border-top: 2px #ff9900 solid;
	padding-top: 40px;
}
.navbar-inverse .navbar-nav>li>a {
	-webkit-transition: background .5s, color .5s;
	transition-property: background, color;

}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #ff9900;
}
.nav-container {
	width: 100%;
	background-color: #000;
}

.opaque-bg {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0 0 10px 10px;
}

.passwd {
	display: none;
}
.phone {
	float: right;
	font-weight: bold;
	font-size: 25px;
	margin: 10px 0;
	font-family: 'Oswald', sans-serif;
}
.phone a {
	color: #fff;
}

.red {
	color: #ff0000;
}
.requiredName {
	display: none;
}
.reviewRequest {
	text-align: center;
	font-style: italic;
	padding: 20px;
	background-color: #eee;
	border-radius: 10px;
	border: solid 1px #000;
	margin-bottom: 20px;
}
.reviewRequest span {
	display: block;
	padding-bottom: 20px;
	font-size: 18px;
}

.start {
	background-image: url(../images/start-project.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.subtitle {
	font-family: 'Berkshire Swash', cursive;
	color: #990000;
	font-size: 18px;
}

.title {
	font-family: 'Berkshire Swash', cursive;
}
.topImg {
	margin-bottom: 20px;
}

.wedo {
	background-image: url(../images/hot-asphalt.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.white-bg {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.blackBack {
		padding: 20px 5px;
	}
	.content {
		margin-top: 215px;
	}
	.formBox {
		width: 80%;
	}
	#logo {
		font-size: 40px;
	}
	.navbar-fixed-top {
		background-image: url('../images/checkered.jpg');
		padding-top: 60px;
	}
	.navbar-inverse .navbar-nav>li>a {
		border-radius: 6px 6px 0 0;
	}
	.phone {
		font-size: 40px;
	}
}
