body
	{
	background: #2F2F2F;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	position: relative;
	}

h2
    {
	font-weight: bold;
	color: #fff;
	text-underline-position: bottom;
	text-align: left;
    }
h3
    {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
    }

p
    {
        line-height: 26px;
		color: #FFFFFF;
		font-weight: lighter;
		font-size: 16px;
    }

/* start all section */
#about, #team, #newsletter,#divider
 #pricing, #portfolio, #client, #contact, #news
    {
        padding-top: 50px;
        padding-bottom: 50px;
		border-bottom: 2px #DE042B solid;
        position: relative;
		width: 100%;
    }

/* end all section */

.top_nav {
    background: #000 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 0;
}
.list-inline.info {
    float: left;
    margin: 0;
}
.list-inline.info > li {
    padding: 0 10px 0 0;
}
.list-inline.info a,.list-inline.social_icon a {
    color: #fff;
    font-family: 'futura_ltbook', sans-serif;
}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color:#fff;
}
.list-inline.info a .fa,.list-inline.social_icon  a .fa {
    font-size: 15px;
    vertical-align: text-top;
}
.list-inline.social_icon {
    float: right;
    margin: 0;
}

/* start nagivation */
.navbar-default
    {
        background: #000;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .navbar-brand
    {
        padding-top: 4px;
        padding-bottom: 60px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 14px;
		color: #FFFFFF;
        font-weight: bold;
        line-height: 35px;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #DE042B;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #DE042B;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #cc2026;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */        
#home
	{
      padding-top: 100px;
	}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 400px;
  min-height: 167px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption-a {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 50px 0 0 -600px;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-caption-b {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: -80px 0 0 -600px;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-caption-c {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 100px 0 0 50px;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexslider .btn
{
    background: #FFF;
    border-radius: 3;
    border: 2px solid transparent;
    color: #131584;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 150px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #131584;
    color: #fff;
    border: 2px solid transparent;
}

.flexslider .btn2
{
    background: #f26521;
    border-radius: 3;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 280px 0 0 -1200px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 150px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn2:hover,
.flexslider .btn2:focus {
    background: #fff;
    color: #f26521;
    border: 2px solid #f26521;
}

.flexslider .btn3
{
    background: #cc2026;
    border-radius: 3;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 280px 0 0 1200px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 150px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn3:hover,
.flexslider .btn3:focus {
    background: #fff;
    color: #cc2026;
    border: 2px solid #cc2026;
}



/* end home */



/* start divider */
#divider
    {
        background: #666; 
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
    }
#divider h2
    {
        font-size: 40px;
    }
#divider strong
    {
        color: #cc2026;
    }
#divider h3
    {
        padding-bottom: 30px;
    }
#divider img{
	width: 100%;
    }
/* end divider */

/* start about */
#about h3
    {
        color: #FFFFFF;
        font-size: 40px;
        padding-bottom: 10px;
    }
#about h4
    {
        padding-bottom: 10px;
    }
#about .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#about .progress .progress-bar-danger
    {
        background: #cc2026;
    }
#about .text-top
    {
        padding-top: 50px;
    }
#about span
    {
        display: block;
        padding-bottom: 10px;
    }
#about small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* end about */

/* start team */
#team
    {
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }
#team h2
    {
        padding-bottom: 10px;
    }
#team img
    {
        display: inline-block;
        padding: 10px;
        transition: all 0.4s ease-in;
    }
#team img:hover
    {
        opacity: 0.4;
        cursor: pointer;
    }
#team h3
    {
        font-size: 18px;
		color: #cc2026;
        padding-bottom: 5px;
    }
#team h4
    {
        font-size: 14px;
        padding-top: 5px;
        line-height: 0px;
    }
/* end team */

/* start newsletter */
#newsletter
    {
        background: url('../images/newsletter-bg.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
    }
#newsletter p
    {
        padding-bottom: 30px;
    }
#newsletter .btn
    {
        background: transparent;
        border-radius: 0px;
        color: #ffffff;
        margin-top: 40px;
    }
#newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
	
	#newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
	
#newsletter input[type="submit"]
    {
        background: #cc2026;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* end newsletter */

/* start pricing */
#pricing
    {
        border-bottom: 1px solid #f6f6f6;
    }
#pricing .col-md-3,
#pricing .col-sm-6
    {
        padding: 0;
        margin: 0;
    }
#pricing .plan
  {
    border: 1px solid #f6f6f6;
    margin-top: 100px;
    transition: all 0.4s ease-in;
    padding: 40px;
  }
#pricing .plan_one
 {
    margin-top: 60px;
 }
#pricing .plan_two
 {
    margin-top: 80px;
 }
#pricing .plan_three
 {
    margin-top: 40px;
 }
#pricing .plan_four
 {
    margin-top: 0px;
 }
#pricing .plan:hover
  {
    background: #202020;
    color: #ffffff;
    transform: scale(1.0);
  }
#pricing .plan .plan_title
  {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 30px;
    padding: 20px;
  }
#pricing .plan ul
  {
    padding: 0;
  }
#pricing .plan ul li
  {
    display: block;
    padding: 20px 0 20px 0;
  }
#pricing .plan .btn
  {
    background: #cc2026;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
  }
#pricing .plan .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end pricing */

/* start portfolio */
#portfolio h2
    {
        padding-bottom: 20px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
		border-radius: 15px;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #cc2026;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#portfolio .portfolio-thumb .portfolio-overlay h4
    {
        color: #ffffff;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
		font-size: 18px;
    }
	
	#portfolio .portfolio-thumb .portfolio-overlay p
    {
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
		font-size: 16px;
    }
	
	#portfolio .portfolio-thumb .portfolio-overlay a:hover
    {
        color: #cc2026;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
	text-align: center;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
	align-content: center;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */
/* service */

/* start contact */
#contact
    {
       
        color: #000;
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #cc2026;
        font-size: 18px;
        padding-bottom: 14px;
    }
#contact .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #cc2026;
        border: 2px solid transparent;
        color: #ffffff;
    }
#contact input[type="submit"]:hover
    {
        background: #cc2026;
    }
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start contact */
#testdrive
    {
        background: url(../images/newsletter-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
    }
#testdrive h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#testdrive .fa
    {
        color: #000;
        font-size: 18px;
        padding-bottom: 14px;
    }
#testdrive .form-control
    {
        background: #A09798;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#testdrive input
    {
        height: 50px;
    }
#testdrive input[type="submit"]
    {
        background: #cc2026;
        border: 2px solid transparent;
        color: #ffffff;
    }
#testdrive input[type="submit"]:hover
    {
        background: #cc2026;
    }
#testdrive .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#testdrive .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 320px;
  }
/* end google map */



/* start footer */

footer
    {
		
		background-color: #000;
		background-position:right;
		background-repeat:no-repeat;
		height: 147px; 
    }
footer img
    {
		float:right; 
    }


footer p
    {
		padding-top: 30px;
		color: #FFF;
        line-height: 20px;
    }
	
footer a
    {
		color: #FFF;
    }
	
footer small
    {
		color: #FFF;
    }
footer a:hover
{
	color:#cc2026;
}
footer .social-icon
    {
        top: 0px;
    }
/* end footer */

.too-icon {
	padding: 10px;
}

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 5px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #f2f2f2;
    }
/* end social icon */
@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 40px;
        }
    
}


#contactinfo {
	display: inline-block;
	width: 40%;
	margin-left: 20px;
	min-width: 300px;
	float: left;
}


form {
	width: 90%;
	padding: 5px 5px 5px 5px;
}



/* Makes responsive fields.Sets size and field alignment.*/
input[type=text]{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 30px;
	width:47%;
	padding: 5px;
	border-radius:5px;
	border:1px solid #666;
}
input[type=tel]{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 30px;
	width:47%;
	padding: 5px;
	border-radius:5px;
	border:1px solid #666;
}

input[type=email]{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 30px;
	width:47%;
	padding: 5px;
	border-radius:5px;
	border:1px solid #666;
}

#Range{
	margin-bottom: 5px;
	margin-top: 5px;
	width:100%;
	padding: 5px;
	border-radius:5px;
	border:1px solid #666;
}

#sendTo{
	margin-bottom: 5px;
	margin-top: 5px;
	width:100%;
	padding: 5px;
	border-radius:5px;
	border:1px solid #666;
}

#Vehicle{
	margin-bottom: 5px;
	margin-top: 5px;
	width:100%;
	padding: 5px;
	border-radius:5px;
	border:1px solid #666;
}
#service{
	padding-top: 50px;
    padding-bottom: 50px;
 	border-bottom: 2px #cc2026 solid;
	width:100%;
}
#servicetype{
	margin-bottom: 5px;
	margin-top: 5px;
	width:100%;
	padding: 5px;
	border-radius:5px;
	border:1px solid #666;
}

input[type=submit]
{
	margin-bottom: 5px;
	width:100%;
	border-radius:5px;
	color: #FFF;
	font-size:15px;
	cursor:pointer;
	background: #cc2026;
	border: 2px solid transparent;
    color: #fff;
}

#submit:hover
{
 background-color: #999;
}
textarea{
	width:100%;
    border:1px solid #666;
	border-radius:5px; 
	margin-bottom: 10px;
	resize:none;
  } 
input[type=text]:focus,textarea:focus {
	border-color: #333;
}

.newshead{
	display: inline-block;
	width: 100%;
	text-align: left;
	float: left;
	color: #FFFFFF;
}

.newsimage {
	display:block;
	width: 100%;
	float: left;
	text-align: left;
}