html, body
{
	background: #201B17;
	/* font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-family: istok-web, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 100;
	line-height: 1.66;
	color: #42505f;
	max-width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: none; /* prevent WebKit-based browsers from resizing text */
	position: relative;	
	margin: 0 auto;
}

#page-wrapper /* viewport |_| */
{
	position: absolute;
	width: 100%;
	height:auto;
	left: 0px;
	overflow: hidden;
	z-index:1;

}

#content-wrapper
{
-webkit-transition: all 500ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
   -moz-transition: all 500ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -ms-transition: all 500ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
     -o-transition: all 500ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
        transition: all 500ms cubic-bezier(0.665, 0.165, 0.130, 0.715);

-webkit-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
   -moz-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -ms-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
     -o-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
        transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
		
	position: relative;
	left: 0px;	
	
	-webkit-transform: perspective(0) translate(0, 0);
    -moz-transform: translate(0, 0);	
    -ms-transform: translate(0, 0);
    -o-transform:  translate(0, 0);
    transform: translate(0, 0);
}

#content-wrapper.moved
{
	-webkit-transform: perspective(0) translate(250px, 0);
    -moz-transform: translate(250px, 0);	
    -ms-transform: translate(250px, 0);	
    -o-transform:  translate(250px, 0);	
    transform: translate(250px, 0);	
}


a, a:visited, a:hover, a:link{text-decoration: none; color: #849aed;}
a.underline {text-decoration: underline; }



#header
{
	position: relative;
	width: 100%;
	height: 48px;
	background: #F9C500;
	color: #fff;
	text-align: center;	
}

#header-left
	{
		position: absolute;
		top: 0px;
	}
	
#a-menu
{
	width: 45px;
	height: 30px;
	display: inline-block;
	position: relative;
	left: 5px;
}
		
#a-menu img
{
	width: 22px;
	margin-top: 17px;
	margin-left: 0px;
}
	
#header-title {}

#header-title h1
{
	display: inline;
	margin:0;	
	font-size: 17px;
	line-height: 51px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: istok-web, Helvetica, Arial, sans-serif;
}
	
#header-right
{
	position: absolute;
	right: 14px;
	top: 0;
}
	
#header-right img
{
	width: 20px;
}
		

#menu-wrapper
{
	color: #fff;
	position: absolute;
	left: 0px;
	top: 48px;
	z-index: 2 !important;
	min-height:100%;
	height:auto;
	width: 250px;
	background: #3c3d42;
	display:none;
}




.menu ul li a, .menu > li a
{
	height: 48px;
	width: 100%;
	display: block;
	position: relative;
}
		
.menu-li-icon
{
	height: 24px;
	margin-top: 11px;
	left: 15px;
	position: absolute;
	display: block;
}
			
.menu > li ul li { background: #2a2b2e; }
			
.menu > li.icon:before, .menu > li ul li:before
{
	background-size: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#F9C500;			
	width: 50px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	content: '';
}
			
.menu > li ul li:before { background-image: url(../images/dot.png); background-color:#F9C500; }
.menu > li.info:before { background-image: url(../images/info.png); }
.menu > li.blog:before { background-image: url(../images/blog.png); }
.menu > li.mail:before { background-image: url(../images/mail.png); }
.menu > li.box:before { background-image: url(../images/box.png); }
.menu > li.gallery:before { background-image: url(../images/gallery.png); }
.menu > li.star:before { background-image: url(../images/star.png); }
.menu > li.book:before { background-image: url(../images/book.png); }
.menu > li.box:before { background-image: url(../images/box.png); }
.menu > li.home:before { background-image: url(../images/home.png); }
.menu > li.plus:before { background-image: url(../images/plus.png); }
.menu > li.dot:before { background-image: url(../images/dot.png); }
			
.menu-li-title
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-left: 75px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.menu-li-arrow
{
	height: 16px;
	float: right;
	margin-top: 16px;				
	margin-right: 12px;
	opacity: 0.45;
}
			
.menu-li-arrow-submenu
{
	height: 40px;
	float: right;
	margin-top: 4px;				
	margin-right: 0px;
	opacity: 0.45;
}


			
#content
{
	
	padding-top: 28px;

}

div.wrapper
{
	margin: 1em 16px;	
}

