
@charset "UTF-8";


.part-desc{
    padding-left:200px;
    padding-right: 5px;
}


#pagenav ul{
    list-style-type: none;
    display:inline;   
    margin:0;
    padding:0;
}

#pagenav{
    display:inline;
}

#pagenav_ul{
    display:inline;
    
}

div#pagenav li{
    font-weight: 600;
    text-decoration: underline;
    display:inline;
    margin-right: 10px;
}

div#pagenav li a{
 color: #000000;
    
}


.col-xs-12 p{
    text-align:left;
}
.button {
  background-color: #e60000; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#mc-embedded-subscribe{
    margin-left:120px;
}
.mc-field-group{
    text-align: center;
    }



#mc_embed_signup{
    margin-left: auto; 
    margin-right:auto; 
    background:rgba(59,59,59,1.00); clear:left; font:14px Helvetica,Arial,sans-serif; color:#fff; width:400px;
    margin-bottom:100px;
}


.new-index{
	margin-top:200px;
	margin-left: auto;
	margin-right: auto;
    
	padding-left:0;
	padding-right:0;
	
}
.main-content{
	margin-left: auto;
	margin-right: auto;	
	padding-left:0px;
	padding-right:0px;
	
}

.product-main{
  margin:0px auto 0px ;
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 50px;
  max-width:1000px;
  min-height:400px;
}

.text-main{
  margin:auto;
  padding-top: 30px;
  padding-bottom: 50px;
  max-width:1000px;
  min-height:400px;
}

img#main {
	padding: 2px;
	margin: 10px;
	max-width:90%;
	
}
photonav {
	display: none;
	margin: 0 10px;
}
photonav a {
	padding: 2px 2px 0;
	display: block;
	float: left;
	margin: 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	transition: all .3s ease-in-out;		
}
photonav a:first-child {
	margin-left: 0;
}
photonav a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);	
	transform: scale(1.1);				
}
photonav a.active {
	border:1px #3B3D42;
}



.hero-image{
	padding:0px;
    text-align: center;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom:0px;
}
	
.hero-image-2{
	padding:0px;
    
}

.low-info{
    padding:0;
    margin:0;
    max-width:1366px;
    
}

.low-info-box{
  	padding:0px;
	margin:0;
}


.tab-content {
	background-color: rgba(65,65,65,1.00);
	width: 640px;
	min-height: 300px;
	padding: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.navbar{
	background-color: rgba(59,59,59,1.00);
}

.nav-tabs {
	background-color: rgba(65,65,65,1.00);
	width:640px;
	height:30px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px
}

.nav li .active{
	background-color: rgba(65,65,65,1.00);
}

.nav li [role="tabpanel"]{
	background-color: rgba(65,65,65,1.00);
	height:30px;
	}

.nav li [role="presentation"]{
	background-color: rgba(65,65,65,1.00);
	height:30px;
	color:#fff;
	}
	
.breadcrumb{
	margin:50px auto 0px auto;
	width:800px;
	background-color:#fff;
}

.breadcrumb li a{
	color:#910205;
}

.btn-group{
	margin-right: auto;
	margin-left: auto;
	
}

.btn-group a{
	font-size: 12px;
	
}

.footer {
	background-color: rgba(59,59,59,1.00);
	padding: 25px 0px 25px 0px;
}

.footer p {
	color: rgba(255,255,255,1.00);
	font-size: 14px;
}

.footer ul{
	color: #fff;
	text-decoration: none;
	list-style: none;
	font-size: 14px;
}

table {
	border-color:#ABABAB;
}



td {
	padding:5px;
}
th {
	padding:5px;
}
.featurebox {
	min-height: 300px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  color:#fff;
}

.nav-tabs > li > a:hover {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  background-color: rgba(65,65,65,1.00);
  border-bottom-color: transparent;
  height:30px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color:#FF1317;
  cursor: default;
  background-color: rgba(65,65,65,1.00);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  height:30px;
}

.tab-content li{
	color:#fff;
}

.tab-content p{
	color:#fff;
}

.tab-pane td{
	color:#fff;
}

.tab-pane th{
	color:#fff;
}


.btn-group {
	margin-right: auto;
	margin-left: auto;
}

.btn{
	background-color:rgba(67,67,67,1.00);
	color:#fff;
}

.thumbnail .btn{
	background-color:#fff;
	color:#000;
	border:1px #fff;
}

.thumbnail{
	height:400px;
}

.btn.active{
	background-image: -webkit-linear-gradient(270deg,rgba(103,103,103,1.00) 		
		0%,rgba(49,48,48,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(103,103,103,1.00) 
		0%,rgba(49,48,48,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(103,103,103,1.00) 0%,rgba(49,48,48,1.00) 		100%);
	background-image: linear-gradient(180deg,rgba(103,103,103,1.00) 0%,rgba(49,48,48,1.00) 		
		100%);
}

.btn a{
	color:#fff;
}.navbar a {
	color: rgba(255,255,255,1.00);
}
.navbar a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(57,57,57,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(57,57,57,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(57,57,57,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(115,115,115,1.00) 0%,rgba(57,57,57,1.00) 100%);
}

.navbar a:focus {
	background-image: -webkit-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(57,57,57,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(57,57,57,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(115,115,115,1.00) 0%,rgba(57,57,57,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(115,115,115,1.00) 0%,rgba(57,57,57,1.00) 100%);
}
.navbar-header {
	margin-left: auto;
	margin-right: auto;
}
.container-fluid.main-content {
	padding-top: 50px;
}

.row.sub-nav {
	margin-left: auto;
	margin-right: auto;
}

.dropdown-menu-large a:hover {
	background-color:none;
}

.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
	margin-left: 150px;
	margin-right: 16px;
	padding: 20px 0px;
	font-size: 12px;
}
.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;e
}

.dropdown-menu-large > li > ul > li > a:hover {
  color: #333333;
  background-image:none;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #9A9A9A;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #700204;
  font-size: 14px;
}
.product-info{
	background-color:#3B3B3B;
	margin:0;
	padding-bottom:30px;
	padding-top:30px;
}

.product-info h3{
	color:#D6D5D5;
}
.product-info h4{
	color:#D6D5D5;
}

.product-info li, td, th, .product-info p{
	font-size: 14px;
	color:#D6D5D5;
	}

.specs{
	background-color:#1A1A1A;
	margin:0;
	padding-bottom:30px;
	padding-top:30px;
}

.specs h3{
	color:#D6D5D5;
}

.specs h4{
	color:#D6D5D5;
}

.specs li, td, th, .specs p {
	font-size: 14px;
	color:#D6D5D5;
	}

.product-main{
  margin:auto;
  padding-top: 30px;
  max-width:1000px;
  min-height:400px;
}

.dealers{
  padding-left:15px;
}

.product-main img{
	margin-left:auto;
	margin-right:auto;
}
.product-main p{
	font-size: 14px;
}

.product-main h1{
	font-size: 20px;
}

.photo-bar img{
	display:inline;
	padding:0;
	margin:0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.part-numbers{
	margin-bottom:50px;
	padding:20px;
}

.part-numbers li, .part-numbers td, .part-numbers th, .part-numbers p{
	font-size: 14px;
	color:#171717;
	}



.accessories{
	padding:20px;
	background-color:#F9F9DA;
}

.accessories li, .accessories td, .accessories th, .accessories p{
	font-size: 14px;
	color:#171717;
	}

.footer li a{
	color:#D6D5D5;
}



.row.tank-breather-option {
	background-color: #707070;
	color: #FFF;
	padding:20px;
}
.row.tank-other-opt {
	background-color: #455669;
	color: #FFF;
	padding:20px;
}
.tank-ftg-option {
	background-color: #772A2B;
	color: #FFFFFF;
	padding: 20px;
}

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
	
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
 .dropdown-menu-large > li > ul > li > a {
  color: #fff;
  background-image:none;
}
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
	color:#fff;
  }
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
