/*
	Strongly Typed 1.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		line-height: 1.65em;
		font-size: 12pt;
		background: url(../images/2016-back.png);
		background-repeat:repeat;

	}
	
	input,textarea,select,label {
	
	}

	.homepage {
		/*background: url(../images/isuzu-bk.jpg) no-repeat;
		*/
		
		}
	
	h1
	{
		font-size: 1.8em;
		font-weight: 800;
		letter-spacing: 3px;
		margin: 0;
		line-height: 1.65em;
	}
		
	h2
	{
		font-size: 1.4em;
		font-weight: 600;
		letter-spacing: 2px;
		margin: 0 0 .2em 0;
		line-height: 1.45em;
	}

	h3
	{
		font-size: 1.2em;
		letter-spacing: 2px;
		margin: 0;
	}

	/* Tables */
	
		table
		{
		}
		
			table.style1
			{
			}
			
				table.style1 thead
				{
					font-size: 0.85em;
					letter-spacing: 2px;
				}

	/* Buttons */
		
		.button
		{
			font-size: 0.85em;
			letter-spacing: 2px;
			padding: 0.85em 2.75em 0.85em 2.75em;
		}
		.button2
		{
			font-size: 1.0em;
			letter-spacing: 2px;
			padding: 0.85em .85em 0.85em .85em;
		}
		.buttonBlue
		{
			font-size: .8em;
			letter-spacing: 2px;
			padding: 0.75em .75em 0.75em .75em;
		}	
	/* Lists */

		ul.actions
		{
		}
		
			ul.actions li
			{
				/* display: inline-block; */
				margin-left: 1em;
			}
			
		/* 	ul.actions li:first-child
			{
				margin-left: 0;
			} */

		ul.divided
		{
		}

			ul.divided li
			{
				margin: 2.5em 0 0 0;
				padding: 2.5em 0 0 0;
			}

/*********************************************************************************/
/* Section/Article Types                                                         */
/*********************************************************************************/

	.is-post
	{
	}
	
		.no-sidebar .is-post > header
		{
			text-align: center;
		}

	.is-feature
	{
	}
	
	.is-excerpt
	{
	}
	
		.is-excerpt .date
		{
			display: inline-block;
			font-size: 0.85em;
			letter-spacing: 2px;
			padding: 0.25em 1em 0.25em 1em;
			margin: 0 0 2.5em 0;
		}
	
	.is-highlight
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{ 
	}
	#head-mobile-logo {
		display:none;
	}
	#features-wrapper
	{
		padding: 6em 0 6em 0;
	}
	
	#banner-wrapper
	{
		padding: 0;
	}
	#vehicle-type-wrapper 
	{
		padding: 0;
	}
	#main-wrapper
	{
		padding: 0;
	}
	
	#footer-wrapper
	{
		padding: 0;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 1em 0 1em 0;
	}
	
		#header h1
		{
			font-size: 3em;
			letter-spacing: 13px;
		}
		
		#header p
		{
			margin: .5em 0 0 0;
			font-size: 0.85em;
			letter-spacing: 3px;
		}
		


/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

		#nav
	{
		position: relative;
		right: 0;
		margin-top: 0;
		font-size: 0.9em;
		width: 100%;
		background: #fff;
		padding-bottom: 20px ;
	}
	
		#nav ul
		{
		}
			
			#nav ul li
			{
				float: left;
				line-height: 1.25em;
				padding-left: 0.8em;
				margin-left:.70em;
				background: #10528e;
				border-radius: 6px;
				padding: 0.5em 0.5em 0.5em 0.5em;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				box-shadow: 0px 0 2px 2px rgba(0,0,0,0.2);
			}

				#nav ul li a,
				#nav ul li span
				{
					font-weight: 800;
					letter-spacing: 0.025em;
					/* color: #fff; */
					text-decoration: none;
				}
				
				#nav ul li > ul
				{
					display: none;
				}

			#nav ul li:hover
			{
			
					background: #7d7d7d;
			}

				#nav ul li:hover a,
				#nav ul li:hover span
				{
				}

			#nav ul li.active
			{
			}

				#nav ul li.active a,
				#nav ul li.active span
				{
					background: #f1f1f1;
				}

			#nav ul li.current
			{
			}

				#nav ul li.current a
				{
				}
				
	
	#veh-nav {	
		padding-top:.15em;
		padding-bottom:.5em;
		margin-left:10px;
	}
	#nav2
	{
		position: relative;
		right: 0;
		top: 0;
		font-size: 0.9em;
		width: 100%;
		background: #fff;
		padding: 0 .15em 0 .15em;
	}
	
		#nav2 ul
		{
		}
			
			#nav2 ul li
			{
				width: 16.40%;
				float: left;
				line-height: 1.25em;
				background: #808285;
				/* border-radius: 6px; */
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				box-shadow: 0px 0 2px 2px rgba(0,0,0,0.2);
			}

				#nav2 ul li a,
				#nav2 ul li span
				{
					font-weight: 600;
					letter-spacing: 0.025em;
					color: #fff;
					text-decoration: none;
				}
				
				#nav2 ul li > ul
				{
					display: none;
				}

			#nav2 ul li:hover
			{
			}

				#nav2 ul li:hover a,
				#nav2 ul li:hover span
				{
					/* background: #ccc; */
					color: #002060;
				}

			#nav2 ul li.active
			{
			}

				#nav2 ul li.active a,
				#nav2 ul li.active span
				{
					background: #fff;
				}

			#nav2 ul li.current
			{
			}

				#nav2 ul li.current a
				{
				}
	.dropotron
	{
		text-align: left;
		border: solid 1px #e5e5e5;
		border-radius: 4px;
		background: #f1f1f1;
		background: rgba(241,241,241,0.965);
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
		padding: 0.75em 0 0.5em 0;
		min-width: 12em;
			list-style:none;
	}
	
		.dropotron-level-0
		{
			margin-top: 1.5em;
			margin-left: -1em;
		}

			.dropotron-level-0:after
			{
				content: '';
				display: block;
				position: absolute;
				left: 1.25em;
				top: -moz-calc(-0.75em + 1px);
				top: -webkit-calc(-0.75em + 1px);
				top: -o-calc(-0.75em + 1px);
				top: -ms-calc(-0.75em + 1px);
				top: calc(-0.75em + 1px);
				border-left: solid 0.75em rgba(255,255,255,0);
				border-right: solid 0.75em rgba(255,255,255,0);
				border-bottom: solid 0.75em #fff;
			}

			.dropotron-level-0:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 1.25em;
				top: -0.75em;
				border-left: solid 0.75em rgba(255,255,255,0);
				border-right: solid 0.75em rgba(255,255,255,0);
				border-bottom: solid 0.75em #ccc;
			}

		.dropotron span,
		.dropotron a
		{
			display: block;
			padding: 0.3em 1em 0.3em 1em;
			border: 0;
			border-top: solid 1px #f0f0f0;
			outline: 0;
		}

		.dropotron li:first-child > span,
		.dropotron li:first-child > a
		{
			border-top: 0;
			padding-top: 0;
		}
		
		.dropotron li:hover > span,
		.dropotron li:hover > a
		{
			color: #0066cc;
			-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-o-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		}

	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner
	{
		padding: .2em 0 .2em 0;
	}
	
		#banner p
		{
			font-size: 2em;
			line-height: 1.5em;
			letter-spacing: 4px;
		}
		
		#banner:before,
		#banner:after
		{
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			width: 35px;
			height: 141px;
			margin-top: -70px;
			background: url('images/bracket.svg');
			opacity: 0.15;
		}
		
		#banner:before
		{
			left: 0;
		}
		
		#banner:after
		{
			right: 0;
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
		}
		
		#firstBtn {
	margin-left:auto;
	margin-right:auto;
	}
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
	
	#content
	{
	}

		#content > section,
		#content > article
		{
			margin: 5em 0 0 0;
			padding: 5em 0 0 0;
		}
		
		#content > section:first-child,
		#content > article:first-child
		{
			margin: 0;
			padding: 0;
		}
		
	#carousel {width:80%;margin-left:auto;margin-right:auto;}
	
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/
	
	#sidebar
	{
	}

		#sidebar > section,
		#sidebar > article
		{
			margin: 5em 0 0 0;
			padding: 5em 0 0 0;
		}
		
		#sidebar > section:first-child,
		#sidebar > article:first-child
		{
			margin: 0;
			padding: 0;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		/* margin-top: 1em; */
		padding-top: 1em;
	}