/* ---------------------------------------- */
/* BRANDING ------------------------------- */

/* Brand Container */
.brandingContainer {
    background: #fff;
	background-image:url(../images/topNav_back.jpg);
	background-position:top center;
	height:118px;
}

/* Logo Container */
.navbar-brand {
	float: left;
	height: auto;
}

/* Logo Container */
.brandingnLogoContainer {
	display:table-cell;
	width:270px;
}

/* Logo Image */
.logo-responsive {
	width: 100%;
	max-width:270px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

/* Branding Nav Container */
.brandingNavContainer {
	display:table-cell;
	width:auto;
	vertical-align:middle;
	padding-left:25px;
}

/* Branding Nav Text Links */
.brandingNavContainer p {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #ed1d24;
	font-size: 14px;
	margin-top:20px;	
}

.brandingNavContainer .navPhone A:visited {text-decoration : none;color : #2e3192;}
.brandingNavContainer .navPhone A:link  {text-decoration : none;color : #2e3192;}
.brandingNavContainer .navPhone A:hover  {text-decoration : none;color : #2e3192;}
.brandingNavContainer .navPhone {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #2e3192;
	font-size: 18px;
	font-weight:bold;	
	margin-top:5px;
}

.chevronLogo {
	display:table-cell; height:118px; vertical-align:middle;	
}

@media (max-width: 991px) {
/* Branding Nav Container */
.brandingNavContainer {
	display:none;
}
}


/* ------------------------------------- *//* ------------------------------------- */


/* -------------------------------------------------------------------------------- */
/* DESKTOP NAV -------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* Limit Content container growth to 1200px wide */
.navMaxWidth {max-width:1320px; margin-left:auto; margin-right:auto; width:auto; text-align:left; }

/* Desktop Nav Container */
.desktopNav {background-color:#fff;}

/* Snap Point to Hide Desktop Nav 991 LG Tab / 991 SM Tab */
@media (max-width: 991px) {.desktopNav { display: none; }}

/* Center Desktop Nav */
/* @media (min-width: 992px) {.desktop_topNavContainer .navbar-nav {margin: 0px auto; display: table; table-layout: fixed; float: none;}} */

/* ---------------------------------------- */
/* Main Navigation Bar -------------------- */

/* Navigation Container */
.desktop_topNavContainer {
    background: #333333; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#636363, #333333); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#636363, #333333); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#636363, #333333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#636363, #333333); /* Standard syntax */
}

@media screen and (min-width: 992px) {
/* Nav Items */

.desktop_topNavContainer .navbar-nav > li > a {
	display: block;
	height: 40px;
	width:100%;
	padding-left:12px;
	padding-right:12px;	
	font-family:  'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #ffffff;
	line-height:40px;		
	text-decoration:none;
	margin:0;    	
	transition: all .6s;
}

/* Nav Item Hover */
.desktop_topNavContainer .navbar-nav > li > a:hover, .desktop_topNavContainer .navbar-nav > li > a:focus, .desktop_topNavContainer .navbar-nav > li > a a:active {
	background: rgba(255, 255, 255, 0.3);
	text-decoration:none;
	transition: all .3s;
}
/* Target First Nav Item */
.navbar-nav > li:first-child a, .navbar-nav > li:first-child a:link, .navbar-nav > li:first-child a:visited {}

/* Target Last Nav Item */
.navbar-nav > li:last-child a, .navbar-nav > li:last-child a:link, .navbar-nav > li:last-child a:visited {background-color: #3793ca;}
.navbar-nav > li:last-child a:hover {background-color: #2e469c;}

/* ------------------------------------- *//* ------------------------------------- */


/* ---------------------------------------- */
/* Main Navigation Dropdown Menu ---------- */

/* set position of dropdown */
.dropdown {position: relative;}
.dropdown-toggle:focus {outline: 0;}

/* set dropdown as block element */
.open > .dropdown-menu {display: block;}
.open > a {outline: 0;}

/* desktop drop menu container */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding:0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	background-color: #9fbcd6;
}

/* Adjust desktop drop menu position to right align from last nav item */
/* Use 2 when pipe separators are present, Use 1 when they are not */
.navbar-nav > li:nth-last-child(1) .dropdown-menu {
	left:auto; right:0;
}



/* desktop drop menu List Items */
.dropdown-menu > li > a {
	display: block;
	clear: both;
	white-space: nowrap;
	line-height: 48px;
	height: 48px;
	margin: 0;
	padding-left:30px;
	padding-right:30px;	
	font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	font-size: 14px;
	font-weight:normal;
    background-color: #9fbcd6;
	border-bottom: 1px solid rgba(0,0,0,.15);		
	border-top: 1px solid rgba(255,255,255,.2);	
    text-decoration:none;
	transition: all .6s;	
}

/* full size drop menu List Items Hover */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: rgba(255, 255, 255, 0.3);
	transition: all .3s;
	text-decoration:none;
}

/* Target First Nav Item */
.dropdown-menu > li:first-child a, .dropdown-menu > li:first-child a:link, .dropdown-menu > li:first-child a:visited {
	border-top: 0px;		
	}

/* Target Last Nav Item */
.dropdown-menu > li:last-child a, .dropdown-menu > li:last-child a:link, .dropdown-menu > li:last-child a:visited {
	border-bottom: 0px;			
	}
}

@media screen and (min-width: 1400px) {
.desktop_topNavContainer .navbar-nav > li > a {
	padding-left:35px;
	padding-right:35px;		
}	
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
.desktop_topNavContainer .navbar-nav > li > a {
	padding-left:25px;
	padding-right:25px;		
}	
}

/* ------------------------------------- *//* ------------------------------------- */

/* ---------------------------------------- */
/* Mega Menu Drop Down -------------------- */
#content1:hover {
	display: block !important;
	width: 100%;
	height: auto !important;
	position: absolute;
	/* margin-left:-15px; margin-right:-15px; */
}

#content1 {
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	background-color:#c9ddef;
	z-index:10000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);		
    /* margin-left:-15px; margin-right:-15px; */
}


/* Inner Content container */
.menuContent_Container {
	height:auto;
	min-height:250px;
	padding-top:30px;
	padding-bottom:30px;	
}

/* Section Titles */
.menuContent_Title {
	font-family:  'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #2e3192;
	line-height:20px;			
	margin-bottom:30px;	
}


/* Lube Icons */
.iconButton {
    padding:5px 0px;
	margin-bottom:30px;
}

.iconButton:hover {
	background: rgba(255, 255, 255, 0.3);
	text-decoration:none;	
}

.menuContent_Icons {
	display:inline-block;
	margin-right:8px;
	border:0px;	
}

/* Lube Icon Text Label */
.menuContent_IconsText A:visited {text-decoration : none;color : #666;}
.menuContent_IconsText A:link  {text-decoration : none;color : #666;}
.menuContent_IconsText A:hover  {text-decoration : none;color : #666;}
.menuContent_IconsText {
	display:inline-block;	
	font-family:  'Roboto', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #666;
	line-height:normal;
	vertical-align:middle;
	text-decoration:none;		
}


/* -------------------------------------------------------------------------------- */
/* MOBILE NAV -------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* Mobile Nav Container */
.mobileNav {background-color:#fff;}
.mobileNav:before, .mobileNav:after {content: " "; display: table;}
.mobileNav:after {clear: both;}


/* Snap Point to Hide Mobile Nav : 992 SM Tab / 992 LG Tab */
@media (min-width: 992px) {.mobileNav { display: none; }}


/* Mobile Nav Container */
.mobileNavContainer {
	display: block;
	width: 100%;
	height:auto;
	transition: all 1s;
}

/* ------------------------------------- *//* ------------------------------------- */


/* ---------------------------------------- */
/* Mobile Nav  -------------------- */

/* Button Container */
.mobileNavButtonContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
}

/* Row that holds buttons */
.mobileNavRow {
	display: table-row;
}

#tabletNav {display:none;}
#smartPhoneNav {display:none;}

@media (max-width: 575px) {
#smartPhoneNav {display:table-row;}	
}

@media screen and (min-width: 576px) and (max-width: 991px) {
#tabletNav {display:table-row;}
}



/* Nav Button SM Size */
.mobileNavButton {
	display: table-cell;
	width: 100%;
	height: 75px;		
	text-decoration: none;
	background-color: #3d3f36;		
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;		
	color: #fff;
	font-weight:normal;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(255,255,255,.2);		
	text-decoration: none;	
}

/* Target First Nav Item */
.mobileNavButton:first-of-type {border-left:0px;}

/* Target First Nav Item */
.mobileNavButton:last-of-type {border-right:0px;}


/* Google Material Icon Styling */
.mobileNavIcons {
	color:#fff; font-size:32px !important;
}

.mobileNavButton:hover .mobileNavIcons, .mobileNavButton:active .mobileNavIcons, .mobileNavButton:focus .mobileNavIcons {
	color:#fff;
}


/* Nav Button Mouse Over */
.mobileNavButton:hover, .mobileNavButton:active, .mobileNavButton:focus {
	background-color: #1e1f1a;
	text-decoration: none;
	color: #fff;	
}

.mobileNavButtons.affix {
	position: fixed;
	top: 0px;
}
/* ------------------------------------- *//* ------------------------------------- */


/* ---------------------------------------- */
/* Mobile Main Dropdown Nav  -------------------- */
	
@media (max-width: 991px) {
/* Side Nav */
	.sideNav {
		z-index: 1051;
		position: static;
		width: 100%;
		max-width: 100%;
		float: left;
		background-color: #626162;
	}
	.sideNav li > a {
		display: block;
		width: 100%;
		height: 60px;
		vertical-align: middle;
		text-align: left;
		padding-left: 45px;
		overflow: hidden;		
		line-height: 60px;
		margin:0px;		
        color:#fff;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-size: 15px;		
		font-weight: normal;
		text-decoration: none;							
		border-left: 0px;
		border-right: 0px;							
		border-bottom: 1px solid #353535;
		background-color: #626162;
		transition: all .6s;						
	}

	.sideNav a:hover, .sideNav a:active, .sideNavAlt a:hover, .sideNavAlt a:active {
		background-color:rgba(255,255,255,.30);
		text-decoration: none;
		transition: all .3s;		
	}
	
	.sideNav.affix {
		position: static;
		top: 0px;
	}

/* Side Nav Inner */	
	.sideNavInner {
		z-index: 1051;
		position: static;
		width: 100%;
		max-width: 100%;
		float: left;
		background-color:#c9ddef;
	}
	.sideNavInner li > a {
		display: block;
		width: 100%;
		height: 60px;
		vertical-align: middle;
		text-align: left;
		padding-left: 75px;
		overflow: hidden;		
		line-height: 60px;
		margin:0px;		
		font-family: 'Open Sans', 'Roboto', Arial, Helvetica, Verdana, sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #333;		
		text-decoration: none;							
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #666;	
		background-color:#c9ddef;
		transition: all .6s;						
	}

	.sideNavInner a:hover, .sideNavInner a:active {
		background-color:rgba(255,255,255,.30);
		text-decoration: none;
		transition: all .3s;		
	}

}

@media (max-width: 575px) {
	.sideNavInner li > a {		
		padding-left: 30px;					
	}
}

/* ------------------------------------- *//* ------------------------------------- */



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* ------------------------------------- */
/* SET BASIC NAV ELEMENTS -------------- */
/* ------------------------------------- */

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}


@media (min-width: 992px) {
/* Reset Margin & Padding */
.navbar-nav li {
	margin: 0;
	padding: 0;
}
.nav > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.nav > li > a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

/* active LI for drop menu */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	text-decoration: none;
}

/* Set floats for desktop nav*/
.navbar-nav {float: left; margin: 0;}
.navbar-nav > li {float: left;}
}




/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* NAVBAR / COLLAPSE ELEMENTS */
.navbar {
	position: relative;
}

.navbar-collapse {
	overflow-x: visible;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in { overflow-y: auto;}

@media (min-width: 992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	/* set container size for full width in desktop */
	.container > .navbar-collapse{
		margin-right: 0;
		margin-left: 0;
	}
}

/* ------------------------------------- *//* ------------------------------------- */