/* CSS Document */

/*
change .wraper to .container

not using yet
main class="content

chnage footer font1 etc


billboard-headline
	headline1
	font3

to
billboard-headline
	h1
	h2

*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 4px;
}
h2 {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 20px;
}
a {
	text-decoration: none;
	color: #E40003;
}
a:hover {
	color: #B90002;
}

#wrapper {
}
.wrapper {
	margin: 0 auto;
	position: relative;
}
.container {
	height: auto;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	opacity: 0.9;
	z-index: 1;
	position: absolute;
	display: block;
}
	#header .wrapper {
		height: auto;
		max-width: 1050px;
	}
	.banner-wrapper {
		max-width: 1000px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	#header .logo {
		color: #D71920;
		margin-left: 25px;
		margin-top: 30px;
		font-size: 16px;
		font-family: "Open Sans";
		font-weight: 700;
		float: left;
		width: 150px;
		display: block;
	}
	#header .slogan {
		color: #D71920;
		margin-left: 10px;
		margin-top: 30px;
		font-size: 16px;
		font-family: "Open Sans";
		font-weight: 400;
		float: left;
		width: 350px;
		display: block;
		border-left: thin solid #FF0004;
		padding-left: 20px;
	}
	.navigation {
		color: #D71920;
		margin-top: 30px;
		font-size: 16px;
		font-family: "Open Sans";
		font-weight: 400;
		float: right;
		margin-right: 0px;
		width: 320px;
		text-align: right;
		display: block;
	}
	.navigation-button {
		color: #D71920;
		font-size: 16px;
		font-family: "Open Sans";
		font-weight: 400;
		float: right;
		margin-right: 15px;
	}
	.socialmedia {
		color: #D71920;
		margin-top: 28px;
		font-size: 14px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		float: right;
		width: 65px;
		text-align: right;
		display: block;
		margin-right: 25px;
	}

#billboard {
}
	#billboard .container {
		max-width: 900px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.billboard-headline {
		max-width: 500px;
		min-height: 100px;
		background-color: #FDFDFD;
		position: absolute;
		top: 400px;
		opacity: 0.9;
		border-radius: 0;
		padding: 25px;
		margin: 25px;
	}
	.billboard-headline h1 {
		text-align: left;
		font-size: 35px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #D71920;
		margin: 0;
		font-style: italic;
		line-height: 35px;
	}
	.billboard-headline h2 {
		text-align: left;
		font-size: 14px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #404040;
		margin: 0;
		font-style: italic;
		line-height: 16px;
	}
	.slide1 {
		right: 0px;
		width: 300px;	
	}
	.slide2 {
		width: 500px;
	}
	.slide3 {
		width: 425px;
		min-height: 100px;
	}

#services {
	width: 100%;
	min-height: 400px;
	padding: 70px 0;
	background-color: #FFFFFF;
	display: block;
	text-align: center;
}
	#services .wrapper {
		max-width: 1100px;
	}
	#services .container {
		max-width: 850px;
		height: auto;	
		margin: auto;
	}
	.service-box {
		width: 140px;
		height: 170px;
		margin: 10px;
		display: inline-block;
		text-align: center;
		font-family: "Open Sans";
		font-weight: 700;
		font-size: 20px;
		color: #2D2D2D;
		line-height: 20px;
		vertical-align: top;
	}
	.service-icon {
		margin-bottom:20px;
	
	}
	.service-title {
	
	}

#vehiclewraps {
	margin: 0 auto 70px auto;
	background: #000;
	background-image: url("images/gbar.jpg");
	background-repeat: repeat-y;
	background-position: center;
	padding: 15px 0;
	clear:both;
}

#clients {
	width: 100%;
	height: auto;
	padding: 100px 0;
	background: url("images/Background.jpg") no-repeat center center;
	background-size: cover;
	background-color: #CD0003;
	background-attachment: fixed;
	text-align: center;
}
	#clients .wrapper {
		max-width: 950px;
		height: auto;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	#clients .headline {
		font-family: "Open Sans";
		font-weight: 400;
		font-size: 40px;
		color: #FFFFFF;
		margin-bottom: 15px;
		text-align: center;
		width: 650px;
		margin-left: auto;
		margin-right: auto;
	}
	#clients .logo {
		margin-top: 10px;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 10px;
		display:inline-block;
	}
	#clients hr {
		max-width:1100px;
		margin:60px auto;
		border: 0;
		height: 3px;
		background-color: #ffffff;
	}

#testimonial {
	max-width: 950px;
	margin: 40px auto 0 auto;
}
	#testimonial .stars {
		text-align:left;
		margin-bottom:20px;
	}
	#testimonial .stars img {
		margin-right:5px;
		width:30px;
		height:30px;
		display:inline;
	}
	#testimonial .quote {
		padding: 10px 25px;
		background-color: rgba(255,255,255,0.2);
		text-align: left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		border-style: none;
	}
	#testimonial p {
		font-family: "Open Sans";
		font-size: 16px;
		line-height:22px;
		color: #FFFFFF;
	}
	#testimonial h2 {
		font-family: "Open Sans";
		font-size: 20px;
		color: #FFFFFF;
		text-align:right;
	}

#team {
	width: 100%;
	min-height: 400px;
	padding: 95px 0;
	background-color: #FFFFFF;
	display: block;
}
	#team .wrapper {
		max-width: 1100px;
		text-align: center;
	}
	#team .container {
		max-width: 950px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.employee-box {
		width: 110px;
		height: 220px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		display: inline-block;
		text-align: center;
		font-family: "Open Sans";
		font-weight: 700;
		font-size: 20px;
		color: #2D2D2D;
		line-height: 20px;
		vertical-align: top;
	}
	.employee-name {
		font-family: "Open Sans";
		font-weight: 700;
		font-size: 16px;
		color: #2D2D2D;
		line-height: 16px;
		margin-top: 10px;
		margin-bottom: 5px;
		display: block;
	}
	.employee-title {
		font-family: "Open Sans";
		font-weight: 500;
		font-size: 14px;
		color: #2D2D2D;
		line-height: 14px;
		margin-top: 10px;
		margin-bottom: 5px;
		display: block;
	}
	.employee-contact {
		font-family: "Open Sans";
		font-weight: 500;
		font-size: 14px;
		color: #2D2D2D;
		line-height: 14px;
		margin-top: 10px;
		display: block;
	}

#contact {
	background: url("images/contact-background.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	background-color: #CD0003;
	padding-top: 100px;
	padding-bottom: 50px;
	background-attachment: fixed;
	text-align: center;
	min-height: 600px;
}
	#contact .wrapper {
		max-width: 850px;
		height: auto;
		text-align: center;
	}
	.contact-headline {
		font-family: "Open Sans";
		font-weight: 400;
		font-size: 40px;
		letter-spacing: 4px;
		color: #FFFFFF;
		margin-bottom: 15px;
		text-align: center;
		width: 650px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-leftside {
		width: 350px;
		min-height: 500px;
		display: block;
		float: left;
		color: #F3F3F3;
		margin-top: 100px;
	}
	.contact-rightside {
		width: 500px;
		min-height: 600px;
		float: left;
		display: block;
	}
	.leftside-box {
		width: 300px;
		height: 60px;
		display: block;
		color: #F3F3F3;
		text-align: right;
		padding-right: 20px;
		border-right: medium solid #FFFFFF;
	}
	.contact-font1 {
		color: #FFFFFF;
		font-size: 16px;
		font-family: "Open Sans";
		font-weight: 400;
	}
	.contact-font2 {
		color: #FCFCFC;
		font-size: 30px;
		font-family: "Open Sans";
		font-weight: 400;
	}
	.contact-font3 {
		color: #FCFCFC;
		font-size: 18px;
		font-family: "Open Sans";
		font-weight: 400;
	}
	.form {
		min-height: 500px;
		width: 500px;
	}

input, textarea, button {
	width: 400px;
	padding: 0 10px;
	
	background-color: rgba(255,255,255,0.1);
	
	font-family: 'Open Sans';
	font-size: 18px;
	color: #848484;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-style: none;	

	text-align: left;
	vertical-align: top;
}

input {
	height: 40px;
	margin: 15px;
	list-style-position: inside;
}

textarea {
	height: 150px;
	line-height: 35px;
}

#message {
	max-width: 400px;
	max-height: 250px;
	margin: 15px;
	padding-top: 0px;
}

.submit-button {
	width: 420px;
	padding: 5px 10px;
	margin: 15px;
	cursor: pointer;
	background-color: #DD0000;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
}

.submit-button:hover {
	background-color: #FF0004;
	color: #FFFFFF;
}

#footer {
	width: 100%;
	height: 55px;
	background-color: #1A1A1A;
	text-align: center;
	padding-top: 25px;
	color: #D71920;
}
	#footer .container {
		max-width: 1000px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.footer-logo {
		font-family: "Open Sans";
		font-weight: 700;
		font-size: 20px;
		height: auto;
		width: 200px;
		float: left;
		text-align: left;
		color: #FFFFFF;
		margin-left: 25px;
	}
	.copyright {
		font-family: "Open Sans";
		font-weight: 500;
		font-size: 12px;
		display: block;
		float: right;
		text-align: right;
		color: #FFFFFF;
		margin-right: 25px;
		margin-top: 5px;
	}

/* Clear Fix */
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
}
.wrapper:after {
	clear: both;
}
.wrapper {
	zoom: 1; /* ie 6/7 */
}

@media (max-width:1043px) {
	#header .wrapper {
	}
	
}
@media (max-width:750px) {
	
}
@media (max-width:830px) {
	#header .slogan {
		display: none;
	}
}
@media (min-width:500px) {
	#billboard .flexslider .slides,
	#billboard .flexslider .slides > li
	{
		width: auto;
		height:700px;
	
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		overflow: hidden;
	}

}
@media (max-width:500px) {
	
	#Clients img {
		display:block;
		margin:auto;
	}
	.service-box {
		margin:auto;
		float:none;
	}	
	#billboard .flexslider, #billboard .flexslider .slides > li {
		width: 100%;
		height:600px;
		background-size: auto;
		background-repeat: no-repeat;
	}
}
