html.touch .main-navigation
{
	display: none;
}

#mobileMenu
{
	display: none;
	background-color: #414141;
	color: #000;
	text-align: center;
	padding: 0px;
	font-family: RobotoCondensed, sans-serif;
	overflow: hidden;
	width: 100%;

}


html.touch #mobileMenu
{
	display: block;
}

/*
#mobileMenu
{
	display: block;
}

.main-navigation
{
	display: none;
}*/

#mobileMenu ul
{
	padding: 0px;
	margin: 0px;
}

#mobileMenu li
{
	display: block;
	text-transform: uppercase;
}

#mobileMenu a,
#mobileMenu h1
{
	color: inherit;
}

#mobileMenu a
{
	padding: 10px 0px;
	display: block;
	border-top: 1px solid #000;
	color: #fff;
}

#mobileMenu a.button
{
	width: 170px;
	margin: 4px auto;
	border-top-width: 0;
	font-family: inherit;
}

#mobileMenu h1
{
	border-top: 6px solid #000;
	font-family: RobotoCondensed, sans-serif;
	
	background: rgb(52,52,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(52,52,51,1) 0%, rgba(53,53,52,1) 34%, rgba(65,65,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,52,51,1)), color-stop(34%,rgba(53,53,52,1)), color-stop(100%,rgba(65,65,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(52,52,51,1) 0%,rgba(53,53,52,1) 34%,rgba(65,65,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(52,52,51,1) 0%,rgba(53,53,52,1) 34%,rgba(65,65,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(52,52,51,1) 0%,rgba(53,53,52,1) 34%,rgba(65,65,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(52,52,51,1) 0%,rgba(53,53,52,1) 34%,rgba(65,65,65,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343433', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	height: 60px;
	margin: 0px;
}

#mobileMenu h1 a
{
	border: 0px;
	background-image: url(mobileMenuArrowDown.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFF;
}

#mobileMenu h1 a.active
{
	background-image: url(mobileMenuArrowUp.png);
}

#mobileMenu li.submenu
{
	background: url(mobileMenuArrowRight.png) right no-repeat;
}

#mobileMenu li.back
{
	background: url(mobileMenuArrowLeft.png) left no-repeat;
}