/*
	ZeroFour 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

	.button
	{
		background-image: url('images/button.svg');
	}
	
		.button:hover
		{
			background-image: url('images/button-hover.svg');
		}
	
		.button:active
		{
			background-image: url('images/button-active.svg');
		}

		.button.alt
		{
			background-image: url('images/button-alt.svg');
		}

			.button.alt:hover
			{
				background-image: url('images/button-alt-hover.svg');
			}

			.button.alt:active
			{
				background-image: url('images/button-alt-active.svg');
			}

	.box-feature1
	{
	}
	
		.box-feature1 header.second
		{
			left: 0;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#footer-wrapper
	{
	}
	
		#footer-wrapper:before
		{
			background-image: url('images/footer-wrapper.svg');
		}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	}

		#header .inner
		{
			background-image: url('images/header-inner.svg');
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
	
	.dropotron
	{
		background-image: url('images/dropotron.svg');
	}
	
/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/

	#titleBar
	{
		background-image: url('images/header-inner.svg');
	}

	#navPanel
	{
		background: url('images/footer-wrapper.svg'), url('images/bg02.jpg');
	}