/*
	TXT by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	.image:before
	{
		display: none;
	}

	.image,
	.image img,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	ul.contact li a,
	ul.special a,
	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea,
	#copyright,
	#nav li a,
	#nav li span
	{
		position: relative;
		-ms-behavior: url('css/ie/PIE.htc');
	}

	/* Section/Article */
	
		section > .last-child,
		article > .last-child
		{
			margin-bottom: 0;
		}

		section.last-child,
		article.last-child
		{
			margin-bottom: 0;
		}
			
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#banner-wrapper
	{
		background-image:		url('../../images/banner.jpg');
		background-position:	center center;
		background-repeat:		no-repeat;
		background-size:		cover;
		-ms-behavior: url('css/ie/backgroundsize.min.htc');
	}

		#banner-wrapper:before
		{
			display: none;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		background: #f8f8f8;
	}

		#nav:after
		{
			display: none;
		}
		
	.dropotron
	{
		box-shadow: none !important;
		-ms-behavior: url('css/ie/PIE.htc');
	}
		
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		background: rgb(21, 28, 23);
	}

		#banner:before
		{
			display: none;
		}

		#banner:after
		{
		}