*{border:0px;}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color:inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #d97600;
}
textarea {
	resize:none;
}
input:focus { 
    outline: none; 
}
img {
	max-width:100%;
}
body, html{
	overflow-x:hidden;}
.text-primary{
	color: #d97600;
}
.btn{
	font-family: TCB;
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding-top: 17px;
	padding-right: 35px;
	padding-bottom: 17px;
	padding-left: 35px;
	border-radius: 0px;
	letter-spacing: 6px;
}

.btn-info{
	background-color: #ec8306;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.btn-info:hover, .btn-info:focus{
	background-color: #000000;
	}
.btn-primary{
	background-color: #000;
}
.btn-primary:hover, .btn-primary:focus{
	background-color: #ec8306;
	}
h2{
	font-family: TCB;
	font-size: 40px;
	line-height: normal;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
	padding-bottom: 10px;
}
h2 small{
	font-size: 20px;
	color: #000;
}	
h3{
	font-family: TCB;
	font-size: 60px;
	line-height: normal;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
	padding-bottom: 25px;
}
h4{
	font-family: TCB;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	color: #7f7f7f;
	letter-spacing: 7px;
	padding-bottom: 30px;
}	
p{
	font-family: DINProRegular;
	font-size: 16px;
	line-height: 24px;
	color: #989898;
	padding-bottom: 24px;
}	
header{
	background-color: #FFF;
	position: fixed;
	z-index: 99;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
.logo{
	float: left;
	line-height: 70px;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
.phone{
	float: right;
	line-height: 70px;
	font-family: TCB;
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	word-spacing: 3px;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
.phone i{
	font-size: 30px;
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.headerFix .logo{
	line-height: 50px;
}

.headerFix .phone{
	line-height: 50px;
}
.jumbotron{
	background-color: #0f0905;
	margin: 0px;
	background-image: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
}
.bannerCaption{
	padding-bottom: 25px;
}
.bannerCaption h2{
	font-family: TCB;
	font-size: 40px;
	line-height: normal;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
	padding-bottom: 5px;
}
.bannerCaption h3{
	font-family: TCB;
	font-size: 90px;
	line-height: normal;
	text-transform: uppercase;
	color: #d97600;
	letter-spacing: 6px;
	padding-bottom:5px;
}
.bannerCaption h4{
	font-family: TCB;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	color: #b36100;
	letter-spacing: 10px;
	padding-bottom:70px;
}
.bannerForm{
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bcb7b1;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
}
.bannerForm h4{
	font-family: TCB;
	font-size: 22px;
	line-height: normal;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	padding-bottom: 5px;
}
.bannerForm h5{
	font-family: TCB;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: #ec8306;
	letter-spacing: 1px;
	padding-bottom: 28px;
}
.bannerForm h5 a{
	color: #000;
}
.fieldGroup{
	display:table;
	max-width:1400px;
	margin:0 auto 20px auto;}
.fieldGroup .form-group{
	display: table-cell;
	width: 293px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	vertical-align: top;
}
.fieldGroup .form-control{
	font-size: 12px;
	line-height: normal;
	color: #6f6f6f;
	font-family: DINProRegular;
	border-radius: 0px;
	box-shadow: none;
	background-color: #e6e6e6;
	border-top-color: #d2d2d2;
	border-right-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	border-left-color: #d2d2d2;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 7px;
	padding-left: 17px;
	height: 33px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.fieldGroup .form-control:focus{
	border-top-color: #fcc98b;
	border-right-color: #fcc98b;
	border-bottom-color: #fcc98b;
	border-left-color: #fcc98b;
	background-color: #FFF;
}
.fieldGroup .form-control::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.fieldGroup .form-control:-ms-input-placeholder {
  color: #6f6f6f;
}
.fieldGroup .form-control::-webkit-input-placeholder {
  color: #6f6f6f;
}
.selectDrop{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-image: url(../img/drop-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 32px;
	}
.navbar {
	border-radius: 0px;
	min-height: inherit;
	background-color: #FFF;
	margin: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: -48px;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
	border-top-width: 1px;
	border-top-color: #ebebeb;
}
.navbarFix{
	bottom: 0px;
	}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav{
	text-align:center;
	width:100%;}
.navbar-default .navbar-nav > li{
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
	float: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebebeb;
	position:relative;
}	
.navbar-default .navbar-nav li ul{
	background-color: #ec8306;
	width: 180px;
	position: absolute;
	left: 0px;
	bottom: 100%;
	min-width: 100%;
	display:none;
}
.navbar-default .navbar-nav li:hover > ul{
	display:block;}
.navbar-default .navbar-nav li ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFA22F;
}
.navbar-default .navbar-nav li ul li a{
	line-height: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFF;
	display: block;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav li ul li a:hover, .navbar-default .navbar-nav li ul li a:focus{
	color: #FFF;
	background-color: #9F5904;
}

.navbar-default .navbar-nav > li:last-child{
	border:none;}
.navbar-default .navbar-nav > li > a {
	color: #000;
	line-height: 48px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #FFF;
	font-weight: 700;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: #ec8306;
	color: #FFF;
}
section{
	padding-top: 100px;
	padding-bottom: 100px;
}
.bg-info{
	background-color: #e2e2e2;
	background-image: url(../img/bg-info.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	
.carImg {
	margin: 60px auto 30px;
	max-width: 500px;
	position: relative;
}
.pointerBox{position: absolute;
width:380px;}
.pointerBox1{
	right: 240px;
    top: 40px;
	padding-right:20px;
}
.pointerBox2{
	left: 437px;
    top: 70px;
	padding-left:20px;
}
.pointerBox3{
	right: 426px;
    top: 157px;
	padding-right:20px;
}
.pointerBox4{
	left: 428px;
    top: 157px;
	padding-left:20px;
}

.pointerBox5{
	right: 433px;
    top: 248px;
	padding-right:20px;
}
.pointerBox6{
	left: 434px;
    top: 248px;
	padding-left:20px;
}
.pointerBox1 .pointer, .pointerBox3 .pointer, .pointerBox5 .pointer{
	left:inherit;
	right:0px;}
	
	
.pointer{
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation: rotation 1s linear 0s infinite; /* Chrome, Safari, Opera */
    animation: rotation 1s linear 0s infinite;
}
@-webkit-keyframes rotation {
    0%   {
		-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
		
		}
		 50% {
			-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
		}
    100% {
			-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
		}
}

/* Standard syntax */
@keyframes rotation {
     0%   {
		-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
		
		}
		 50% {
			-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
		}
    100% {
			-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
		}
}
.pointerLine{
	background-color: #FFF;
	height: 1px;
	width: 1px;
	float:left;
	    margin-top: 10px;
		-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	opacity:0;
}
.pointerLineAdd{
	width: 58px;
	opacity:1;
	}
.pointerText{
	padding-top: 14px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 15px;
	border: 1px solid #FFF;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	width: 300px;
	float: left;
	margin-top: -14px;
	opacity: 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}
.pointerTextAdd{
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	}
.pointerBox1 .pointerLine, .pointerBox1 .pointerText,
.pointerBox3 .pointerLine, .pointerBox3 .pointerText,
.pointerBox5 .pointerLine, .pointerBox5 .pointerText {
	float:right;}
.bg-info h3{
	color: #734004;
}
.bg-info h4{
	color: #734004;
}
.bg-success{
	background-color: #000;
}
.bg-success h2{
	color: #FFFFFF;
}
.bg-success h3{
	color: #FFFFFF;
}
.bg-success h4{
	color: #4f4f4f;
}
.bg-success p{
	color: #4f4f4f;
}
.imgBox{
	margin-bottom:60px;
	margin-top:30px;}
.bg-success .btn-primary{
	background-color: #343434;
}
.bg-success .btn-primary:hover, .bg-success .btn-primary:focus{
	background-color: #ec8306;
	opacity: 1;
}
.subNav{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	background-color: #FFF;
	padding: 0px;
}
.subNav li{
	float:left;
	width:33.3%;}
.subNav li a{
	text-align: center;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	line-height: 48px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
	font-weight: 700;
}
.subNav li a:hover, .subNav li a:focus{
	background-color: #ec8306;
	color: #FFF;
	border-right-color: #ec8306;
}
.subNav li:last-child a{
	border:none;}
.bg-warning{
	background-color: #FFF;
}
.bg-warning h2{
	color: #3d3d3d;
}
.bg-warning h3{
	color: #3d3d3d;
}
.bg-warning h4{
	color: #9e9e9e;
}
.engineSlider{
	margin-bottom: 55px;
	margin-top: 55px;
	position: relative;
	min-height:431px;
}

	
.bg-danger{
	background-color: #efefef;
	background-image: url(../img/bg-danger.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}
.bg-danger h2{
	color: #3d3d3d;
}
.bg-danger h3{
	color: #3d3d3d;
}
.bg-danger h4{
	color: #9e9e9e;
}
.bg-primary{
	background-color:#FFF;}
.pageImg{
	}
footer{
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #2d2d2d;
	background-color: #000;
	padding-top: 100px;
	padding-bottom: 60px;
	text-align: center;
}
.socialList{
	text-align:center;
	margin-bottom:60px;}
.socialList li{
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	font-family: DINProBold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	color: #858585;
	letter-spacing: 1px;
}
.socialList li i{
	background-color: #2f2f2f;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	font-size: 17px;
	margin-right:15px;
	display:inline-block;
	border-radius:50%;
		-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.socialList li a:hover, .socialList li a:focus{
	color: #FFF;
}
.socialList li a:hover i{
	background-color: #FFF;
	color:#d97600;
}
.footerLogo{
	margin-bottom:60px;}
.footerNav{
	margin-bottom:70px;}
.footerNav li{
	display: inline-block;
	margin-right: 25px;
	margin-left: 25px;
	font-family: DINProBold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	color: #858585;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.footerNav li a:hover, .footerNav li a:focus{
	color: #FFF;
}
footer h4{
	font-size: 16px;
	color: #999999;
	font-family: DINProRegular;
	line-height: normal;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
footer h5{
	font-size: 11px;
	color: #999999;
	font-family: DINProRegular;
	line-height: normal;
	letter-spacing: 1px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
footer h5 a:hover, footer h5 a:focus{
	color: #FFF;
}
.innerBanner{
	padding:0px;
	position:relative;}
.innercaption{
	position: absolute;
	left: 15px;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	right: 15px;
	text-align: center;
	padding-top: 70px;
	}
.innercaption h3{
	color: #FFF;
	padding-bottom: 5px;
	font-size: 90px;
}
.innercaption h4{
	color: #FFF;
	padding-bottom: 0px;
	font-size: 20px;
	letter-spacing: 9px;
}
.pageImg{
	margin-bottom:54px;
	margin-top:20px;}
.mobile{
	display:none;}
 @media (max-width: 1280px) {
	.navbar-default .navbar-nav > li > a {
    padding: 0 25px;
} 
	 }
	 
 @media (max-width: 1200px) {
h2 {
    font-size: 35px;
    padding-bottom: 5px;
}
h3 {
    font-size: 50px;
	padding-bottom: 15px;
}
h4 {
    font-size: 18px;
    letter-spacing: 5px;
}	 	
 .bannerCaption h3 {
    font-size: 70px;
}
.bannerCaption h2 {
    font-size: 30px;
} 
 .socialList li {
    margin-left: 15px;
    margin-right: 15px;
}
section {
    padding-bottom: 70px;
    padding-top: 70px;
}
footer {
    padding-bottom: 60px;
    padding-top: 70px;
}
.footerNav li {
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-default .navbar-nav > li > a {
    padding: 0 15px;
}
.bg-info {
    background-size: 1300px auto;
}
.carImg {
    max-width: 340px;
}
.pointerBox1 {
    right: 155px;
    top: 25px;
}
.pointerBox2 {
    left: 292px;
    top: 45px;
}
.pointerBox3 {
    right: 287px;
    top: 103px;
}
.pointerBox4 {
    left: 288px;
    top: 103px;
}
.pointerBox5 {
    right: 290px;
    top: 165px;
}
.pointerBox6 {
    left: 293px;
    top: 165px;
}
.pointerLineAdd{
	width: 40px;
	}
 }
 @media (max-width: 992px) { 
p br{
	display:none;}
 h2 {
    font-size: 28px;
}
 h3 {
    font-size: 40px;
}
.btn {
    letter-spacing: 3px;
}
 .logo {
    line-height: 60px;
    width: 180px;
}
 .phone {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 60px;
    word-spacing: 1px;
}
.phone i {
    font-size: 20px;
    margin-right: 2px;
    position: relative;
    top: 4px;
}
.bannerCaption h3 {
    font-size: 60px;
}

.bannerForm {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 15px 15px;
}
.jumbotron {
    padding: 120px 0 20px;
}
.jumbotron  figure {
    margin: 0 auto;
    max-width: 500px;
}
.imgBox{
	margin: 0 auto 40px auto;
    max-width: 500px;
	}
.socialList li {
    margin-bottom: 8px;
    margin-left: 3px;
    margin-right: 3px;
}
.socialList li i{
	margin-right:0px;}
.socialList li span{
	display:none;}
section {
    padding-bottom: 60px;
    padding-top: 60px;
}
footer {
    padding-bottom: 70px;
    padding-top: 50px;
}
.socialList {
    margin-bottom: 25px;
}	
.footerLogo {
    margin-bottom: 30px;
}
footer h4 {
    font-size: 14px;
}
.footerNav {
    margin-bottom: 40px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 48px;
    padding: 0 8px;
}
.engineSlider .flexslider .slides img {
    -moz-user-select: none;
    height: auto;
    max-width: 320px;
}
.pointerText{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
	width: 180px;
	margin-top: -14px;
	letter-spacing: 0px;
}
.jumbotron {
    background-size: 1500px auto;
}
.engineSlider {
    min-height: 323px;
}
.bg-info {
    background-size: 1100px auto;
}
.bg-danger p{color: #1F1E1E;}
 }
  @media (max-width: 767px) {
.btn{
	white-space: normal;
}
h2 {
    font-size: 20px;
	letter-spacing: 1px;
}	  
h3 {
    font-size: 30px;
    letter-spacing: 1px;
}
h4 {
    font-size: 16px;
    letter-spacing: 2px;
	 padding-bottom: 25px;
}
p {
    font-size: 15px;
    line-height: 22px;
}	  
.btn {
    letter-spacing: 3px;
    padding: 14px 25px;
}	  
	.bannerCaption h3 {
    font-size: 50px;
    letter-spacing: 2px;
}
.bannerCaption h2 {
    font-size: 26px;
    padding-bottom: 0;
}
.bannerCaption h4 {
    font-size: 18px;
    letter-spacing: 6px;
}
.fieldGroup {
    display: block;
	margin: 0 auto;
}  
.fieldGroup .form-group {
    display: block;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.bannerBtn .btn{
	display:block;
	width:100%;}
.subNav li {
    width: 100%;
}	
.subNav li a{
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #ebebeb;
}
.footerLogo img{
	width:220px;}
.socialList li {
    margin-left: 1px;
    margin-right: 1px;
}
.footerNav li {
    margin-left: 5px;
    margin-right: 5px;
}
footer {
    padding-bottom: 40px;
    padding-top: 40px;
}
footer h4 {
    font-size: 12px;
}
footer h5 {
    font-size: 10px;
}
#toTop {
    bottom: 20px;
}
header {
    padding-left: 0;
    padding-right: 0;
}	

.phone i {
    font-size: 15px;
    margin-right: 0;
    top: 2px;
}
.engineSlider  {
	min-height:202px;
	 margin-bottom: 20px;
    margin-top: 10px;
}
.engineSlider .flexslider .slides img {
    max-width: 200px;
}
header{
	display:none;}
.logo {
    width: 120px;
	line-height:40px;
	margin-left:20px;
}
.phone {
    font-size: 14px;
    letter-spacing: 0;
    word-spacing: 0;
	line-height:normal;
	padding-bottom:20px;
	float:none;
	text-align:center;
}
.headerFix .logo{
	line-height:40px;
}

.headerFix .phone{
	line-height:40px;
}
.mobile{
	display:block;}
.navbar {
	bottom: inherit;
	top: 0px;
	border-top-style: dashed;	
	
}
.navbar-default .navbar-nav > li{
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #EEEEEE;
}
.navbar-default .navbar-toggle{
	border: none;
	padding: 0px;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 12px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:transparent;}
.navbar-default .navbar-nav > li > a{
	font-size:11px;
	line-height:normal;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;}
.navbar-nav {
    margin: 7.5px 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ebebeb;
}
.navbar-default .navbar-nav li ul{
	position:static;}
	
.navbar-default .navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 3px;
	width: 26px;
	background-color: #ec8306;
}
.jumbotron{
	 background-size: 1150px auto;
	 padding: 90px 0 20px;
}
.bannerCaption h4 {
    padding-bottom: 60px;
}
.jumbotron figure {
    max-width: 370px;
}	
.pointerBox {
	display:none;
	}
.navbar-collapse{
	max-height: 270px;
	overflow-y: scroll;
	padding-right: 15px;
	padding-left: 15px;
}
section {
    padding-bottom: 40px;
    padding-top: 40px;
}
.carImg {
    margin: 10px auto;
    max-width: 270px;
}	
 }
 
 @media (max-width: 450px) {
	 .bannerCaption h3 {
    font-size: 40px;
    letter-spacing: 1px;
}

	}
 @media (max-width: 400px) {	
	.jumbotron{
	background-size:1050px auto;
}
.jumbotron figure {
    max-width: 270px;
}
 }