html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: Helvetica, sans-serif;
	overflow-x: hidden;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile_content {
	width: 100%;
	height: 100%;
}

#mobile_content.nav-showing {
	overflow: hidden;
}

#mobile_header .mobile_head {
	height: 40px;
	background: rgba(0,0,0,.9);
	position: fixed;
	border-bottom: 1px solid rgb(14, 14, 14);
	z-index: 999;
	width: 100%;
	-moz-box-shadow: 0px 3px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 3px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px rgba(0, 0, 0, 0.07);
	top: 0px !important;
}


@media (min-width: 1101px) and (max-width: 9999px){
#mobile_header .mobile_head{
display: none;
}
}

#mobile_header h1 {
	text-align: center;
	margin: 0;
	font-size: 1.2em;
	padding: 10px 0;
	color: #FFF;
	text-shadow: 0 0 3px #555555;
}


.mobile_logo{
margin-left: auto;
margin-right: auto;
width: 90px;
height: 20px;
border: 0;
border-radius: none;
-moz-border-radius: none;
-webkit-border-radius: none;
box-shadow: none;
}

.scene_mobile_logo{
margin-left: auto;
margin-right: auto;
width: 100%;
height: 20px;
border: 0;
border-radius: none;
-moz-border-radius: none;
-webkit-border-radius: none;
box-shadow: none;
text-align: center;
}

.scene_mobile_logo a{
color: 
#fff;
font-size: 20px;
position: relative;
top: 11px;
font-family: adelle-sans;
letter-spacing: -1px;
font-weight: 700;
}

.scene_mobile_logo a img{
margin: -4px 5px 0 0;
}

.mobile_logo img{
margin: 11px 0 0 0;
border-radius: none;
-moz-border-radius: none;
-webkit-border-radius: none;
box-shadow: none;
}


#mobile_header #activator {
	display: inline-block;
	width: 40px;
	height: 100%;
	border-right: 0px solid #EFEFEF;
	position: absolute;
	left: 0px;
	top: 0px;
}

#activator .bars {
	height: 100%;
}

#activator .bars li {
	display: block;
	height: 3px;
	width: 20px;
	background: #FFF;
	margin: 0 auto 3px;
	-webkit-box-shadow: 0 0 3px #555555;
	box-shadow: 0 0 3px #555555;
}

#activator .bars li:first-child {
	margin-top: 12px;
}

#mobile_header #activator:active {
	background: -moz-linear-gradient(top,rgb(41, 132, 216) 0,rgb(41, 132, 216) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fa6305),color-stop(100%,#f9b78e));
	background: -webkit-linear-gradient(top,rgb(41, 132, 216) 0,rgb(41, 132, 216) 100%);
	background: -o-linear-gradient(top,rgb(41, 132, 216) 0,rgb(41, 132, 216) 100%);
	background: -ms-linear-gradient(top,rgb(41, 132, 216) 0,rgb(41, 132, 216) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(41, 132, 216)',endColorstr='rgb(41, 132, 216)',GradientType=0);
	background: linear-gradient(top,rgb(41, 132, 216) 0,rgb(41, 132, 216)e 100%);
}

#mobile_nav {
	width: 267px;
	background: rgb(31, 31, 31);
	z-index: 300;
}

#mobile_nav li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	height: 58px;
}

#mobile_nav li a {
	list-style: none;
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-family: adelle;
	color: #7A7A7A;
}

@media  (min-width: 320px) and (max-width: 1024px){
#mobile_nav li a {
margin: 0 0 0 -10px;
font-weight: 700;
}
}

#mobile_nav li a:hover{
background: #333;
}

@media  (min-width: 768px) and (max-width: 1024px){
#mobile_nav li a {
font-size: 17px !important;
}
}


#mobile_nav ul li .arrow{
	position:absolute;
	top:21px;
	right:23px;
	width:18px;
	height:18px;
	background:url(../img/shn-sprite.png) 0 -18px;
}

@media  (min-width: 768px) and (max-width: 1024px){
#mobile_nav ul li .arrow{
top: 28px !important;
right: 28px !important;
}
}

#feed h2 {
	font-size: 1em;
	margin-top: 0;
}

#feed li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}

#feed p {
	margin: 0;
}

.no-csstransforms #mobile_content.nav-showing #mobile_nav {
	left: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;	
}

.no-csstransforms #mobile_content.nav-showing #mobile_main {
	left: 267px;
}

.csstransforms #mobile_content.nav-showing #mobile_nav {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;	
  -webkit-transform: translate(0px);
     -moz-transform: translate(0px);
      -ms-transform: translate(0px);
       -o-transform: translate(0px);
          transform: translate(0px);
}

.csstransforms #mobile_content.nav-showing #mobile_main {
  -webkit-transform: translate(267px);
     -moz-transform: translate(267px);
      -ms-transform: translate(267px);
       -o-transform: translate(267px);
          transform: translate(267px);
}

.js #mobile_main {
	overflow: hidden;

	/* this code is messing up the admin 
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;		
	-webkit-transform: translateZ(0);	
	*/	
	
}

.js #mobile_nav {
	width: 267px;
	height: 100%;	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;		
	-webkit-transform: translateZ(0);
	position: absolute;
	min-height: 100%;
	overflow: hidden;
}

.js.no-csstransforms #mobile_nav {
	position: relative;
	left: -267px;
}

.js.csstransforms #mobile_nav {
  -webkit-transform: translate(-267px);
     -moz-transform: translate(-267px);
      -ms-transform: translate(-267px);
       -o-transform: translate(-267px);
          transform: translate(-267px);
}

.js #mobile_content {
	position: absolute;
}




.mobile_sticky_menu li.active a{
	background:  rgba(0,0,0,.25); 
	color: #fff;
}

