
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		line-height: 2.25em;
	}

	h2
	{
		font-size: 2.25em;
		margin: 0.5em 0 0.3em 0;
		line-height: 1em;
	}
	
	h3
	{
		font-size: 1.35em;
		margin: 0 0 1em 0;
	}
	
	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			font-size: 1.35em;
			padding: 0.6em 1.5em;
		}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 2.25em;
				padding: 0.8em 0.9em;
			}

			.button.icon
			{
			}

				.button.icon:before
				{
					margin-right: 0.5em;
					top: 0.05em;
				}
				
						
				input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.stages
			{
				
				padding:0.3em 1em 0.3em 1em;
				margin:0;
				text-align:center;
				font-weight:normal;
				color:#333;
				font-size:1.2em;
				background:rgba(255, 255, 255, 0.7);
				float:right;  top:-1em; right:0.5em;
				
			}

		

	/* Box */	
	
		.box
		{
			padding: 2em;
		}
			
			.box.feature
			{
				padding: 0;
			}
			
			.box.feature.altBg
			{
				background:rgba(000, 000, 000, 0.01);
			}
				
				.box.feature .inner
				{
					padding: 2.5em 2em 3em 2em;
				}
				
				
				
				.box.feature h2
				{
					font-size: 1.35em;
				}

				.box.feature p
				{
					margin: 0;
				}

				.box.feature .image
				{
					position: relative;
					margin: 0;
				}

					.box.feature .image img
					{
						border-bottom-left-radius: 0;
						border-bottom-right-radius: 0;
					}
					
					

/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget
	{
	}

		.widget.thumbnails
		{
		}

			.widget.thumbnails .grid
			{
				margin: 0 0 3em 0;
			}

			.widget.thumbnails .image
			{
				margin: 0;
			}
	
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding:0;
	}
	
	#features-wrapper
	{
		padding: 3em 0 3em 0;
	}
	
	#main-wrapper
	{
		padding: 5em 0 5em 0;
		margin-top:2em;
	}
	
	#footer-wrapper
	{
		padding: 6em 0 8em 0;
	}

	
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: fixed;
		right: 0;
		top: 0;
		font-size: 1em;
		background:rgba(000,000,000,0.7);
		width:100%;
		z-index:1;
		line-height:1.2em;
		padding-top:1em;
		
		
		
		
	}
	
		#nav ul
		{text-align:center;
		height:0em;
		}
			
			#nav ul li
			{
				display:inline;
				
				
				
				
				
				
			}

				#nav ul li a,
				#nav ul li span
				{	
					padding:0.5em 0.5em 0.5em 0.5em ;
					color: #ffffff;
					text-decoration: none;
					text-transform:uppercase;
					-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;
					font-family: 'Open Sans', sans-serif;
					border-radius: 6px 6px 0px 0px;
					-moz-border-radius: 6px 6px 0px 0px;
					-webkit-border-radius: 6px 6px 0px 0px;
					border: 0px solid #000000;
				}
				
				#nav ul li > ul
				{
					display: none;
				}

			#nav ul li:hover
			{
			}

				#nav ul li:hover a,
				#nav ul li:hover span
				{
					background: #000000;
					padding:0.5em 0.5em 0.5em 0.5em ;
					border-bottom:#960 solid 4px;
					
					-webkit-box-shadow: 0px 7px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 5px -4px rgba(0,0,0,0.75);
box-shadow: 0px 7px 5px -4px rgba(0,0,0,0.75);
					
					
					
					
				}

			#nav ul li.active
			{
			}

				#nav ul li.active a,
				#nav ul li.active span
				{
					background: #000000;
				}

			#nav ul li.current
			{
			}

				#nav ul li.current a
				{
					background: #444;
					color: #fff;
				}
				
	
	.dropotron
	{
		background: #000;
		letter-spacing: 0.025em;
		color: #ffffff;
		text-decoration: none;
		border-radius: 6px;
		padding: 0.75em 0;
		min-width: 15em;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1), 0 0.25em 0.25em 0.1em rgba(0,0,0,0.025);
		margin-top: calc(-0.75em + 1px);
		margin-left: -1px;
	}

		.dropotron li
		{
			border-top: solid 1px #eee;
			line-height: 3em;
		}

			.dropotron li:first-child
			{
				border-top: 0;
			}
	
			.dropotron li > a,
			.dropotron li > span
			{
				text-decoration: none;
				color: inherit;
				display: block;
				padding: 0 1.5em;
				-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-o-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				transition: color .25s ease-in-out, background-color .25s ease-in-out;
				background-color: #000000;
			}

				.dropotron li > a:hover,
				.dropotron li > span:hover,
				.dropotron li.active > a,
				.dropotron li.active > span
				{
					background: #eee;
					color:#000;
				}
	
		.dropotron.level-0
		{
			font-size: 0.8em;
			margin-left: 1.5em;
			margin-top: -1em;
		}
		
			.dropotron.level-0:before
			{
				content: '';
				position: absolute;
				top: -0.5em;
				left: 1em;
				border-bottom: solid 0.75em #000000;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				z-index: 1;
			}

	

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding:1em;
	}

		#banner h2
		{
			font-size: 3.5em;
			margin: 0.1em 0 0.35em 0;
		}

		#banner p
		{
			font-size: 2.75em;
			line-height: 1.35em;
			margin: 0;
		}
		
		#banner .button
		{
			width: 100%;
			margin-bottom: 0.5em;
		}
		
			#banner .button.icon:before
			{
				position: absolute;
				right: 0.15em;
				top: 50%;
				margin-top: -0.5em;
			}

		#banner .button.alt
		{
			margin-bottom: 0;
		}
		
		#banner ul
		{
			margin: 0 0 0 2em;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}
	
	#copyright
	{
		padding: 4em 0 0 0;
		text-align: center;
	}
	
/*********************************************************************************/
/* formating                                                                   */
/*********************************************************************************/	

.padBox {padding:0 0 2.3em 0;}


/* accordian 7*/ 
	.accordion-toggle7 {cursor: pointer; border-bottom:dotted 0px #ccc}
  	.accordion-content7 {
		display: none;
		background:rgba(240, 240, 240, 0);
		padding:1em 0 0 0;
	
	}
  	.accordion-content7.default {display: block;}
	
	/* accordian 8*/ 
	.accordion-toggle8 {cursor: pointer; border-bottom:dotted 0px #ccc}
  	.accordion-content8 {
		display: none;
		background:rgba(240, 240, 240, 0);
		padding:1em 0 0 0;
	
	}
  	.accordion-content8.default {display: block;}
	
	/* accordian 9*/ 
	.accordion-toggle9 {cursor: pointer; border-bottom:dotted 0px #ccc}
  	.accordion-content9 {
		display: none;
		background:rgba(240, 240, 240, 0);
		padding:1em 0 0 0;
	
	}
  	.accordion-content9.default {display: block;}
	
	/* accordian 10*/ 
	.accordion-toggle10 {cursor: pointer; border-bottom:dotted 0px #ccc}
  	.accordion-content10 {
		display: none;
		background:rgba(240, 240, 240, 0);
		padding:1em 0 0 0;
	
	}
  	.accordion-content10.default {display: block;}
	
	/* accordian Legal*/ 
	.accordion-toggle11 {cursor: pointer; border-bottom:dotted 0px #ccc;}
  	.accordion-content11 {
		display: none;
		background:rgba(240, 240, 240, 0);
		padding:1em 0 0 0;
	
	}
  	.accordion-content11.default {display: block;}
	
	.accordion-content11 a {border-bottom:#333 dotted 1px;}




