/* @override 
	https://octaneraceproducts.com/assets/css/custom_new2.css */

/*=============================================================
    Authour URI: www.binarycart.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/*==============================================
    GENERAL  STYLES    
    =============================================*/
body {
	font: 16px Helvetica, sans-serif;
	background: url(../../img/fire_bkgd.jpg) center center no-repeat fixed #000000;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	line-height: 1.8;
	color: #ffffff;
}
#wrapper {
	width: 100%;
	font-family: Helvetica, sans-serif;
	margin: 0;
}
#page-wrapper_A, #page-wrapper {
	padding: 15px 15px;
	margin: 0;
}
.row {
	margin-bottom: 10px;
}


/* =============================================================================
   Links
   ========================================================================== */
a {
	color: #9d5054;
	text-decoration: none;
}
a:visited {
	color: #9d5054;
	text-decoration: none;
}
a:hover {
	color: #9d5054;
	text-decoration: underline;
	background-color: silver;
}
a:focus {
	outline: thin dotted;
	text-decoration: none;
}

.section2 a, .section2 a:visited {
	color: #ff0000;
}
.section2 a:hover {
	background: #ff0000;
	color: #ffffff;
} 
.partstable a, .partstable2 a{
	color: #9d5054;
	font-size: 14pt;
	line-height: 15pt;
}
.partstable a:visited, .partstable2 a:visited { color: #9d5054; }
.partstable a:hover, .partstable2 a:hover { color: #9d5054; }
.partstable a:focus, .partstable2 a:focus { outline: thin dotted; }

a.catdesc_small {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


/* =============================================================================
   text
   ========================================================================== */
h2, h3 {
	color: #f00;
}
h4 {
	padding-top: 8px;
}


/* =============================================================================
   backgrounds
   ========================================================================== */
.rounded4 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.section2 {
	background-color:rgba(0,0,0,.65) !important;
	background-color: #404247;
	border: 2px solid black;		
	padding-left: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	margin-bottom: 15px;
}
.section2 h2, .section2 h3 {
	text-shadow: 1px 1px 0 rgb(214, 213, 213);	
	color: #ff0000;
}
.black_bkg {
	background-color: #404247;
	background-color:rgba(0,0,0,.50) !important;
	border: 3px solid black;		
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1); 	
}

.white_bkg {
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px rgba(73, 73, 73, 0.12), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0 1px rgba(73, 73, 73, 0.12), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0 1px rgba(73, 73, 73, 0.12), 0px 1px 0px 0px rgba(0,0,0, .1);
	color: #2e2e2e;
}
.rdgrdbkg {
	background-color:#d53434;
	background-image: -webkit-linear-gradient(top , #d53434, #aa0000 60px);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%,  from(#D53434), to(#AA0000), color-stop(1,#AA0000),color-stop(.3,#D53434));
	background-image: -o-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: linear-gradient(top , #d53434, #aa0000 60px);	
	background-repeat: repeat-y;
}
.greybkg_2 { 
	background-color: rgba(33, 33, 33, 0.4);
}

#search_header {
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 1px 0 5px;
	margin-bottom: 10px;
}
#search_header h2 {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

/*==============================================
    MENU STYLES    
    =============================================*/
a:hover.navbar-brand {
	background-color: transparent;
}
a.nav-link {
	color: #fff;
}
div#navbarNavDropdown.collapse.navbar-collapse {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #d53434;
	background-image: -moz-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: -webkit-linear-gradient(top , #d53434, #aa0000 60px);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%,  from(#D53434), to(#AA0000), color-stop(1,#AA0000),color-stop(.3,#D53434));
	background-image: linear-gradient(top , #d53434, #aa0000 60px);
}
.navbar-2 .navbar-brand {
	color: #fff
}
.navbar-2 .navbar-brand:focus, .navbar-2 .navbar-brand:hover {
	color: #000;
	background-color: transparent;
}
.navbar-2 .navbar-nav .nav-link {
	color: #fff
}
.navbar-2 .navbar-nav .nav-link:focus, .navbar-2 .navbar-nav .nav-link:hover {
	color: #000;
	background-color: transparent;
}
.navbar-2 .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255,.9)
}
.navbar-2 .navbar-nav .active>.nav-link, .navbar-2 .navbar-nav .nav-link.active, .navbar-2 .navbar-nav .nav-link.show, .navbar-2 .navbar-nav .show>.nav-link {
	color: rgba(255,255,255,.9)
}
.navbar-2 .navbar-toggler {
	color: #fff;
	border-color: rgba(255,255,255,.9);
	background-color: #d53434;
}
.navbar-2 .navbar-toggler-icon {
	background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=fff');
}
.navbar-2 .navbar-text {
	color: #fff
}
.navbar-2 .navbar-text a {
	color: #fff
}
.navbar-2 .navbar-text a:focus, .navbar-2 .navbar-text a:hover {
	color: #fff
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item.pad-left-20 {
	padding-left: 2.50rem;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #000;
	text-decoration: none;
	background-color: #d53434
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #d53434
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #383838;
	background-color: transparent
}
.dropdown-menu > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #C90000;
	white-space: nowrap;
}
.dropdown-menu > a:hover, .dropdown-menu > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
div.dropdown-menu {
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
}
/*==============================================
    SIDEMENU STYLES    
    =============================================     */
.nav-second-level li, .nav-third-level li {
	border-bottom: none !important;
}
.nav-second-level li a {
	padding-left: 37px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.nav-third-level li a {
	padding-left: 45px;
}
.nav > li > a > i {
	margin-right: 10px;
}
.nav > li > ul > li > a > i {
	margin-right: 5px;
}
.sidebar-collapse , .sidebar-collapse .nav {
	background: transparent;
}
.sidebar-collapse .nav {
	padding: 0;
}
.sidebar-collapse .nav > li {
	min-width: 240px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.051, #4f5052), color-stop(0.642, #2b2b2b)) #2c2d30;
	background: -webkit-linear-gradient(top, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	background: -moz-linear-gradient(top, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	background: -ms-linear-gradient(top, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	background: -o-linear-gradient(top, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	background: linear-gradient(to bottom, #4f5052 5.1%, #2b2b2b 64.2%) #2c2d30;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}
.sidebar-collapse ul.nav > li > ul > li {
	list-style-type: none;
	list-style-image: none;
}
.sidebar-collapse .nav > li > a, .sidebar-collapse .nav > li > ul > li > a {
	color: #fff;
	text-shadow: none;
}
.sidebar-collapse > .nav > li > a {
	padding: 4px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
.sidebar-collapse .nav > li > a:hover, .sidebar-collapse .nav > li > a:focus, .sidebar-collapse .nav > li > ul > li > a:hover, .sidebar-collapse .nav > li > ul > li > a:focus {
	color: #f00000;
	background-color: rgba(0,0,0, .2);
	outline: 0;
}
.navbar-side {
	border: none;
	background-color: #202020;
}
.navbar-default {
	border: 0px solid black;
}
    
/* =============================================================================
   cards a  - 
   ========================================================================== */
.card a {
	color: #c7c7c7;
	text-decoration: none;
}
.card a:hover {
	background-color: red;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}
.card a.button:hover {
	padding-right: 15px;
	padding-left: 15px;
}	


/* =============================================================================
   cards
   ========================================================================== */
.card-red {
	border-color: #000000;
	background-color: rgba(0,0,0,.65) !important;
	background-color: #404247;
}
.card-red > .card-heading {
	color: #ffffff;
	background-color: rgba(255,47,47,.65) !important;
	background-color: #fd2626;
	border-color: #000000;
}
.card-red > .card-heading + .card-collapse > .card-body {
	border-top-color: #000000;
}
.card-red > .card-heading .badge {
	color: #000000;
	background-color: #ffffff;
}
.card-red > .card-footer + .card-collapse > .card-body {
	border-bottom-color: #000000;
}
.card-black {
	border-color: #000000;
	background-color: rgba(255,47,47,.65) !important;
	background-color: #fd2626;
}
.card-black > .card-heading {
	color: #ffffff;
	background-color: rgba(0,0,0,.65) !important;
	background-color: #404247;
	border-color: #000000;
}
.card-black > .card-heading + .card-collapse > .card-body {
	border-top-color: #000000;
}
.card-black > .card-heading .badge {
	color: #000000;
	background-color: #ffffff;
}
.card-black > .card-footer + .card-collapse > .card-body {
	border-bottom-color: #000000;
}
.card-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.card-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.card-body {
	padding: 15px;
}



/* =============================================================================
   buttons 
   ========================================================================== */
.button {
	display: inline-block;
	position: relative;
	padding: 6px 15px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 15px;
	background-color: #d53434;
	background-image: -moz-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: -webkit-linear-gradient(top , #d53434, #aa0000 60px);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%,  from(#D53434), to(#AA0000), color-stop(1,#AA0000),color-stop(.3,#D53434));
	background-image: -o-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: -ms-linear-gradient(top , #d53434, #aa0000 60px);
	background-image: linear-gradient(top , #d53434, #aa0000 60px);
	color: white !important;
	-webkit-box-shadow: inset 0 1px 1px white,0 3px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 1px white,0 3px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px white,0 3px 3px rgba(0, 0, 0, 0.6);
	border: 1px solid #acabab;
	font-weight: 500;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 14pt;
	line-height: 15pt;
	text-decoration: none;
	margin-top: 3px;
}
.button:hover {
	-webkit-box-shadow: inset 0 2px 6px white,0 3px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 2px 6px white,0 3px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 2px 6px white,0 3px 3px rgba(0, 0, 0, 0.6);
}
.button:active {
	-webkit-box-shadow: inset 0 2px 6px white,0 1px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 2px 6px white,0 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 2px 6px white,0 1px 1px rgba(0, 0, 0, 0.6);
	top: 2px;
}

/* =============================================================================
   category groups 
   ========================================================================== */
#cat_holder a{
	color: #ffffff;
	font-size: 12pt;
	line-height: 14pt;
	text-decoration: none;
}
#cat_holder {
	font-size: 12pt;	
	line-height: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
#small_group {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	min-height: 90px;
	padding: 5px;
	width:  95%;
}

#single_cattable {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#single_cattable h4 {
	color: #fc2323;
}
#single_cattable #small_group {
	border: 2px solid #fc0505;
	padding: 10px;
	margin-left: 20px;
}

/* =============================================================================
   Lists
   ========================================================================== */


/* =============================================================================
   dealer list page
   ========================================================================== */
.dealer-red {
  border-color: #000000;
  background-color:rgba(0,0,0,.65) !important;
  background-color: #404247;

}
.dealer-red a, .dealer-red a:hover{
	color: #ff0404;
font-variant: small-caps;
font-weight: bold;
	margin: 3px;
	padding: 0 3px;
}


/* =============================================================================

/*==============================================
   link pages STYLES    
 =============================================*/    

/*==============================================
   part pages STYLES    
    =============================================*/
 .row-divider {
 	height: 2px;
 }

.row .row-divider {
	margin-left:  15px !important;
	margin-right:  15px !important;
}

/*==============================================
  pages nav STYLES    
    =============================================*/
div.Navpages  {
	background:#aa0000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: right;	
}
div.Navpages .pages {
	margin: 0;
	height:32px
}
.pages	{
	color: #dddddd;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-size: 12pt;
	line-height: 14pt;
}
a.pages,a.pages:visited	{
	color: #dddddd;
}
a.pages:hover	{
	color: #ffffff;	
	text-decoration: underline;
	background-color: #d53434;
}

/*==============================================
  parts and groups STYLES    
    =============================================*/
#grouptop {
  	border-top-right-radius: 15px;
  	border-top-left-radius: 15px;
  	display: inline-block;
}      
#grouptop h2 {
	color: #fff!important; 
	text-align: center;
	font-weight: bold;
	font-size: 22pt;
	line-height: 24pt;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.97);	
}
#row_single_box {
  	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
	margin-bottom: 25px;
	background-color: rgba(53, 53, 53, 0.8);
	padding-bottom: 20px;
}  
#row_image {	
	width: auto;
	margin: 5px;
}
#row_single_price {	
	border-radius: 10px;
	font-size: 12pt;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px 3px 5px 8px;
}
div#row_addit {
	float: right;
}

#row_single_addit {	
	font-size: 12pt;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px 3px 5px 8px;
	float: right;
}
.parttop{
	border-bottom: 0px solid #585656;	
}    
.partrow { 
    background-color: #ffffff !important;
	margin: 0 0 20px!important;
	padding: 0;	
}    

#partstable, #partstable2 { 
    color: black; 
}


/*==============================================
   table STYLES    
    =============================================*/    

/*==============================================
   UserInfo STYLES    
    =============================================*/


/*==============================================
   Carousel STYLES    
    =============================================*/
.c-wrapper {
	/*   max-width: 825px;  for example */
	margin: 0 auto 15px;
	padding-top: 0;
}
.carousel-indicators {
	bottom: 1px!important;
	margin-bottom: 0px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
	background-color: transparent;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5%;
	color: #fff;
	text-align: center;
	opacity: .5;
}


/*==============================================
   Footer STYLES    
    =============================================*/
#footer-container {
	border-top: 4px solid black;
	position: relative;
	z-index: 0;
	text-align: center;
}
#footer-container {
	background-color: rgba(19, 19, 19, 0.80)!important;
}
#footer-container {
	color: #ffffff;
	text-align: left;
	padding: 20px 50px;
	margin: 0;
}
#footer-container footer a {
	color: #dadada;
	padding: 0;
}
#footer-container footer a:hover {
	color: #fc0808;
	background-color: transparent;
}
#footer-container footer a:active {
	color: #f85e5e;
}
#footer-container footer ul {
	list-style-type: none;
	list-style-image: none;
}
#footer-container footer ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 20px;
}
#footer-container footer ul.nav ul li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 15px;
}
#footer-container ul.nav {
	display: block;
}

/*==============================================
   image STYLES    
    =============================================*/
div#row_image {	
   	float: left;
}  
img.cthumb {
	max-width: 75px;
	max-height: 65px;
	padding-right: 5px;
}
img.fpthumb {
	max-width: 200px;
	max-height: 150px;
	border-width: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
img.p150topthumb {
	max-width: 175px;
	max-height: 120px;
	margin: 10px 1px 4px;
	border-style: none;
}
/* for group tops */
img.gtopthumb {
	max-width: 250px;
	max-height: 200px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 10px;
	margin: 5px;
}
img.gtop {
	max-width: 495px;
}
img.pthumb_single {
	max-height: 125px;
	max-width: 150px;	
	border: thin dotted gray;
	margin: 5px;
}
img.pthumb3 {
	max-width: 100px;
	border: thin dotted gray;
	margin: 5px;
}
.pthumb2 {
	position: relative;
	z-index: 0;
}
.pthumb2:hover {
	background-color: transparent;
	z-index: 50;
}
.pthumb2 span {
	/*CSS for enlarged image*/
	position: absolute;
	background-color: rgba(31, 30, 30, 0.6);
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: white;
	text-decoration: none;
	max-width: 500px;
}
.pthumb2 span img {
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.pthumb2:hover span {
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -100px; /*position where enlarged image should offset horizontally */
}
.pthumbni {
	margin-right: 34px;
}
.pthumb4 {
	position: relative;
	z-index: 0;
}
.pthumb4:hover {
	background-color: transparent;
	z-index: 50;
}
.pthumb4 span {
	/*CSS for enlarged image*/
	position: absolute;
	background-color: rgba(31, 30, 30, 0.6);
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: white;
	text-decoration: none;
	max-width: 500px;
}
.pthumb4 span img {
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.pthumb4:hover span {
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	right: 10px;
}


/*==============================================
    MEDIA QUERIES     
    =============================================*/
@media (min-width:768px) {
	#page-wrapper {
		margin: 0 0 0 218px;
		padding: 15px 30px;
		min-height: 600px;
	}
	#page-wrapperA {
		margin: 0;
		padding: 15px 30px;
		min-height: 600px;
	}
	div#navbarNavDropdown.collapse.navbar-collapse {
		max-height: 50px;
		margin-left: -55px;
		padding-left: 70px;
		margin-right: -55px;
	}
	.navbar-brand {
		z-index: 10;
	}
	.navbar-side {
		z-index: 1;
		position: absolute;
		width: 218px;
	}
} /* end media min-width:768px */
@media (max-width: 767px) {
	
}/* end media max-width: 767px) */
@media print {
	body {
		font: 14px Helvetica, sans-serif;
		line-height: 16px;
	}
	.navbar-side, footer,  {
		width: 0;
		visibility: hidden;
		height: 0;
		overflow: hidden;
	}
	#page-wrapper, #page-wrapperA {
		margin: 0;
		padding: 0;
		overflow: hidden;
		height: auto;
	}
}/* end media print */
