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

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

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	#logo a,
	#nav > ul > li > span,
	#nav > ul > li > a,
	.dropotron,
	#promo
	{
		position: relative;
		-ms-behavior: url('css/ie/PIE.htc');
	}

	/* Section/Article */

		section,
		article
		{
		}
		
			section > .last-child,
			article > .last-child
			{
				margin-bottom: 0;
			}

			section.last-child,
			article.last-child
			{
				margin-bottom: 0;
			}
			
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#promo-wrapper
	{
		background: url('../../images/promo.jpg');
		background-size: cover;
		-ms-behavior: url('css/ie/backgroundsize.min.htc');	
	}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	.dropotron
	{
		box-shadow: none !important;
	}

		.dropotron.level-0
		{
			box-shadow: none !important;
		}

			.dropotron.level-0:before
			{
				display: none;
			}