@import 'prettyPhoto.css';
body{font-family: 'Lato', sans-serif;
}

h3 {
 
 font-size: 20px;
  color: rgb(179, 30, 36);
 }
 a{color: #333;}
.btn{color: #fff;
	background-color: rgba(85,149,33,0);
	background-image: -webkit-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -moz-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -o-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -ms-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: linear-gradient(to top, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);}

header{ 
	background: url(../img/header-bg.jpg) no-repeat center center;
    background-size: cover;
	/*background: #2b6939;*/
}
.logo{margin: 10px 0px;}
.search {margin-top: 53px;}
/* Main Menu */
.navbar-default {
	background-color: transparent; 
	border-color: transparent;
	background: url(../img/nav-bg.jpg) repeat;
	background: rgba(0, 0, 0, 0.4);
}
.navbar-collapse {
 padding-right: 0px;
padding-left: 0px;}

.nav>li>a {
	padding: 15px 23.4px;
	font-size: 16px;
	font-weight: 400;
	
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:hover, .navbar-default .navbar-nav>li.active>a:focus{
	text-decoration:none; color: #fff;
	background-color: rgba(85,149,33,0);
	background-image: -webkit-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -moz-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -o-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -ms-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: linear-gradient(to top, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);}
.navbar-default .navbar-nav>li>a{color: #fff;}
.navbar{margin-bottom: 0px; border: 0px solid #000;}


/* Sub Menu */

.sub-menu{margin: 5px 0px 5px 15px;
 padding: 0px; }
.sub-menu li{display: inline-block; }
.sub-menu li:last-child{border-right: none;}
.sub-menu li:first-child a{}
.sub-menu li a{display: block;  padding: 5px 8px; font-size: 14px; color: #666;}
.wrapper-sub-menu{background: #eee;}

.page-header{color: #ff0000; font-size: 22px; }

.content-section.page-banner {
background: rgb(238, 238, 238);
text-align: center;
padding: 109px;}

.section-heading, .section-heading a {
margin: 0px; color: rgb(179, 30, 36); margin-top: 0px; font-size: 26px;}

.section-heading-spacer{width: 100%;}
h4.section-heading{font-size: 16px;
  margin: 5px 0px;
  line-height: 20px;}
h4.b1, h4.b2{font-size: 14px;}
hr{margin: 10px 0px 20px 0px;}
p{line-height: 21px;}
.section-heading a {margin: 5px 0px; display: block; padding: 5px 0px;}
.panel-group {

margin-top: 20px;}

.intro {
width: 403px;
float: left;
margin-right: 35px;}
.main-intro{width: 877px; float: left;}


.thumbnail .caption{padding: 5px; text-align: center;}
.thumbnail .caption> p{margin-bottom: 0px;}
.thumbnail .single{padding-top: 9px;}

.comp-pro{margin-bottom: 35px;}


.main-fiber ../img{-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px; border: 4px solid #e7e7e7; text-align: center;}
.tanks .char{margin: 0px; padding: 0px; line-height: 26px;}

/* Event Gallery */
.gallery .thumbnail{height: auto;}
.thumbnails{margin:0px; padding: 0px;}
.centered {
  margin: auto auto;
  display: block;
  width: 185px;
  margin-bottom: 25px;
}
.thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}
.thumbnail ../img {
  opacity: .95;
}
.thumbnail ../img:hover {
  opacity: 1;
}
.gallery {
  color: #fff;
}

.credits a {
  margin-right: 15px;
  color: #555;
  border: 1px solid #000;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.45);
}
.credits a:hover {
  color: #999;
  text-decoration: none;
  background: #000;
}


.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}


/* Categories page example 1 */
.categories .thumbnail{padding: 0px;
margin-bottom: 55px;
background-color: #fff;
border: 0px solid #ddd;
border-radius: 0px;
position: relative;}
.categories .thumbnail .caption{position: absolute;
bottom: -35px;
background: url(../img/title-bg.jpg) no-repeat;
width: 100%;
padding: 6px 0px;}
.categories .thumbnail .caption h3{
	margin: 0px; 
	padding: 0px; 
	font-size: 13px;
	color: rgb(255, 255, 255);
	line-height: 1.778;
	
}
.categories h3{margin-top: 0px;}
/* Sidebar */
.panel-default>.panel-heading{
	background-color: rgba(85,149,33,0);
	background-image: -webkit-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -moz-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -o-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -ms-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: linear-gradient(to top, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	color: #fff;
}
/* Bike Page */
.headings, .details{list-style: none; padding-left: 0px;}
.headings li{font-weight: 700;}
.headings li, .details li{line-height: 22px;}

.future-pro, .intro-evehicle{margin-bottom: 30px;}
.evehicle h3{font-size: 20px;}
a.details-vehicle{padding: 8px 35px;}
.evehicle .col-md-4{margin-bottom: 30px;}

.future-pro img{padding: 5px; border: 1px solid #e7e7e7;}
/* Footer Page */
#footer {padding-bottom: 0px; background: #efefef; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #efefef 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
padding: 20px 0 0 0px;
background: #244026;
background: url(../img/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.list{margin: 10px 0px 10px 0px;
  color: #fff;
  padding: 0px 0px 0px 18px;}
.custom_footer {
  padding-bottom: 20px;}
#footer h2 {
padding-top: 0px;
color: #9ea51e;
font-size: 19px;
  text-transform: uppercase;
border-bottom: 2px solid #0d5c22;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
h2 + .list {
  margin-top: 0px;
  color: #9ea51e;}
/*#footer ul.list {list-style-image: url({{ 'footer-links.png' | asset_url }});}*/
#footer p{margin: 0px; font-size: 14px; color: #fff;}
#footer .list li{font-size: 14px;}
#footer .list li:after{background: url({{ 'footer-links.png' | asset_url }}); content: ""; height: 11px;
width: 10px;
top: 4px;}
#footer .list li a{color: #fff;}
#footer .list li a:hover{color: rgb(179, 30, 36); }

#footer .list.social-links li:after,
#footer .list.social-links li:hover:after{background: none; content: "";}
#footer .list.social-links{margin: 0px; padding: 0px; margin-top: 16px;}
#footer .list.social-links li{display: inline-block; list-style: none; margin: 0px; padding: 0px; position: relative;}
#footer .list.social-links li a{display: block; margin-right: 5px; padding: 0px; position: relative; color: #fff;}
#footer .news-letter{text-align: left;}
#footer .bottom-footer{}
#footer .bottom-footer .copyright, 
#footer .bottom-footer .copyright a {
  overflow: hidden;
  padding: 10px 0 15px 0px;
  border-top: 0px solid #dddddd;
  margin-top: 0px;
  font-size: 12px;
  line-height: 15px;
  color:#fff !important;
}

#footer .bottom-footer #payment-methods {
	overflow: hidden;
  padding: 10px 0 10px 0;
 }
#footer .bottom-footer #payment-methods ul{float:right;}
#footer .bottom-footer #payment-methods ul li {
	float: none; 
	padding: 0 7px 0 0;
  display: inline-block;
}
.bike-banner { 
  background: url(../img/bike-banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-evehicle { background: url(../img/e-vehicle/banner-back.jpg) no-repeat; }
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{display: inline-block;}

/* Pagination */

.pagination>li>a, .pagination>li>span{color: #000;}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{background-color: rgba(47,87,14,0);
	background-image: -webkit-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -moz-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -o-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: -ms-linear-gradient(bottom, #52010a, #7e0010 52%, #8f0416 52%, #ac0318);
	background-image: linear-gradient(to top, #52010a, #7e0010 52%, #8f0416 52%, #ac0318); color: #fff; border: 0px solid #ccc;}
/* Fiber Product page */
.product-details{margin-top: 2px;}
/* Media Query Edits */
@media (min-width:768px){
	.navbar{border-radius: 0px;}
}