#mobileHeader{
	display: none;
}

.hideMobile{
	display:block;
}


#wrapper {
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#sidebar, .mobileHeader {
	display:none;
}

/*Main Content 
===================================== */
#content {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;	
	
	-webkit-transition-property: left;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: ease-in-out;
	overflow-y: auto;
	
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
	
	padding:0;
	
  	background: #141414; /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MTQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzIzMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #141414 0%, #232323 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141414), color-stop(100%,#232323)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #141414 0%,#232323 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #141414 0%,#232323 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #141414 0%,#232323 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #141414 0%,#232323 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#232323',GradientType=0 ); /* IE6-8 */
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px){
.hideMobile{
	display:none;
}
	
#content {
	padding:40px 0 0 0;
}

/*Sidebar
===================================== */
#sidebar {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: #141414;
	overflow-y: auto;
	margin:0;
	padding:0;
}

#sidebar ul{
	width: 100%;
	float:left;
	margin:0;
	padding:0;
	display: block;
}

#sidebar ul li{
	list-style:none;
	display: block;
	margin:0;

	border-bottom:groove 2px rgba(90, 90, 90, .5);
	
	font-style: normal;
	font-weight: 300;
	font-size:.9em;
	text-transform:uppercase;
	text-align:left;
	color: #8c8c8c;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);	
	background:#232323; 
}
	
#sidebar ul li a{
	display: block;
	color: #8c8c8c;
	padding: 12px;
}
		
#sidebar ul li a:hover,
#sidebar ul li.current a{
	color: #ef7318;
	text-decoration: none;
}
	
#sidebar ul li:first-child {
	border-top: none;
}

#sidebar ul li:last-child {
	border-bottom: none;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
}

#sidebar ul li ul li:first-child {
	border-top:groove 2px rgba(90, 90, 90, .5);
}

#sidebar ul li ul li:last-child {
	border-bottom:groove 2px rgba(90, 90, 90, .5);
	margin-bottom:12px;
}

/*Secondary Menu*/
#sidebar ul li ul {
	margin:0;
}

#sidebar ul li.current ul li a{
	padding-left:40px;
	font-size:1em;
	color:#ffa25d;
}

#sidebar ul li.current ul li.current a{
	color:#b8e3f7;
}


#sidebar ul li.current ul li:last-child {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/*Hide Menus*/
#rightColumn{
	display:none;
}

#leftColumn { 
	display:none;
	position:relative;
	left: 20%;
}

/*@end Sidebar
===================================== */


/* Sidebar Toggle & Tabbed Navigation */
#mobileHeader {
	height: 42px;
	width: 100%;	
	min-height: 42px !important;
	
	background-color: #ef7318;
	/*background-image: -moz-linear-gradient(top, #393939, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393939), to(#000000));
	background-image: -webkit-linear-gradient(top, #393939, #000000);
	background-image: -o-linear-gradient(top, #393939, #000000);
	background-image: linear-gradient(to bottom, #393939, #000000);
	background-repeat: repeat-x;*/
	
	position:absolute;
	display: block;
	top:0;
	left:0;
	z-index: 1000;
	
	-webkit-transition-property: left;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: ease-in-out;
	
	text-align:center;
}

.brandWrapper{
	float: right;
	width:171px;
	margin:12px 20px 0 0;
}

.brand{
	background: url(../img/logo-mobile.png) no-repeat;
	background-size: 171px 20px;
	
	height:20px;
	width:171px;
	cursor:pointer;
	
	display:inline-block;
}

.openRight {
	left: 80% !important;
}

.openLeft {
	right: -80% !important;
}

.menuBtnLft {
	width:20%;
	float:left;
}

.menuBtnRt {
	width:20%;
	float:right;
}

.controls a, .settings a {
 	*zoom: 1;	
	cursor: pointer;
	display: block;	
	
	float: left;
	min-width: 20px;
	margin: 4px 15px 4px 15px;
	padding: 4px 10px 7px 10px;
	
	background-color: #ef7318;
	/*background-image: -moz-linear-gradient(top, #393939, #1e1e1e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393939), to(#1e1e1e));
	background-image: -webkit-linear-gradient(top, #393939, #1e1e1e);
	background-image: -o-linear-gradient(top, #393939, #1e1e1e);
	background-image: linear-gradient(to bottom, #393939, #1e1e1e);
	background-repeat: repeat-x;*/
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border-color: #d55f09;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #d55f09;
	border-bottom-color: #d55f09;
	
	/*background-color: #393939;
	background-image: -moz-linear-gradient(top, #393939, #1e1e1e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393939), to(#1e1e1e));
	background-image: -webkit-linear-gradient(top, #393939, #1e1e1e);
	background-image: -o-linear-gradient(top, #393939, #1e1e1e);
	background-image: linear-gradient(to bottom, #393939, #1e1e1e);
	background-repeat: repeat-x;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border-color: #393939 #393939 #1e1e1e;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #141414;
	border-bottom-color: #141414;*/
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.settings a {	
	float: right;
}

.icon-bar {
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 4px;
	
	background-color: #f5f5f5;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.icon-settings{
	display: block;
	width: 100%;
	height: 6px;
	margin-top: 3px;
	
	background-color: #f5f5f5;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.arrow-toggle{
	display:block;
	float: right;
	margin-right:25%;
	margin-top:-2px;
		
	width: 25px;
	height: 25px;
	background: url(../img/arrow-toggle-close.png) no-repeat;
	background-size: 25px 25px;
	cursor:pointer;
}

.arrow-toggle-active{
	display:none;
	float: right;
	margin-right:25%;
	margin-top:-2px;
		
	width: 25px;
	height: 25px;
	background: url(../img/arrow-toggle-open.png) no-repeat;
	background-size: 25px 25px;
	cursor:pointer;
}

}

@media all and (-webkit-transform-3d) {
	#content, #mobileHeader {
		-webkit-transition-property: -webkit-transform;
	}
	
	.openRight {
		left: 0 !important;
		-webkit-transform: translate3d(80%, 0, 0) !important;
	}
	
	.openLeft {
		right: 0 !important;
		-webkit-transform: translate3d(-80%, 0, 0) !important;
	}

}

#content, #mobileHeader, #sidebar{
	-webkit-overflow-scrolling: touch;
}
