html, body {
	height: 100%;	overflow: hidden;}.tall {	height: 90%;}.relative {	position: relative;}.absolute {	position: absolute;}.left {	float: left;}.right {	float: right;}#toolbar {
	height: 44px;	top: 30px;	left: 0;	right: 0;	background: #536ea7;	border-bottom: 1px solid #111b32;}#toolbar span {
	position: absolute;	top: 0px;	left: 0;	right: 0;	height: 21px;	text-align: center;	line-height: 45px;	color: #FFF;	font-weight: bold;}#content {
	background: #cccccc url(../assets/drag.png) center 55% no-repeat;	top: 50px;	left: 0;	right: 0;	bottom: 0;	z-index: 3;	-webkit-transform: translate3d(0, 0, 0);}.drawers {
	background: #323949;	top: 50px;	left: 0;	right: 0;	bottom: 0;}.left-drawer, .right-drawer {
	top:  50px;	left: 0;	width: 265px;	bottom: 0;	background: #323949;	color: #eee;	overflow: auto;	-webkit-transition-property: top, bottom;	transition-property: top, bottom;	-webkit-transition-duration: .2s, .2s;	transition-duration: .2s, .2s;	-webkit-transition-timing-function: linear, linear;	transition-timing-function: linear, linear;	-webkit-overflow-scrolling: touch;}.left-drawer {
	z-index: 2;}.right-drawer {
	left: auto;	right: 0;	z-index: 1;}.drawers h3 {
	font-size: 36px;	font-weight: normal;	margin: 15px;}.demo-social {
	padding: 0 15px;}.drawers h4 {
	padding: 15px;	border-top: 1px solid rgba(255, 255, 255, 0.1);	margin-bottom: 0;}.drawers ul {
	padding: 0;	margin: 0;	list-style-type: none;}.drawers ul li a {
	display: block;	border-bottom: 1px solid rgba(0,0,0, 0.1);	border-top: 1px solid rgba(255, 255, 255, 0.1);	padding: 15px;	font-weight: bold;	text-shadow: 0 1px 0 #000;	text-decoration: none;	color: #ccc;	text-indent: 20px;}.drawers p {
	opacity: 0.5;	padding: 15px;	font-size: 12px;}.snapjs-right .left-drawer {
	left: auto;	right: 0;}#open-left {
	background: url(../assets/open.png) center center no-repeat;	display: block;	width: 44px;	height: 44px;}#no-drag {
	position: absolute;	top: 50%;	left: 50%;	width: 50%;	height: 100px;	margin-left: -25%;	margin-top: -50px;	background: red;	color: #FFF;	text-align: center;	line-height: 100px;}.toggler {
	width: 80%;	background: rgba(255,255,255,0.5);	margin: 0 auto;	position: relative;	top: 70px;	padding: 20px;	margin-bottom: 20px;	text-align: center;}
.search{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	}
#search{
	height: 30px;
	width: 87%;
	margin: 7px 7px 0 7px;
	
	background: linear-gradient(#414A5A,#4C5464);
	background: -webkit-linear-gradient(#414A5A,#4C5464);
	
	padding-left: 15px;
	
	border: 1px solid #222936;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	}
	#search:focus{
		outline: none;
		border-color: #151515;
	}

.left-drawer,
.right-drawer{
	-webkit-transition: width 0.3s ease; 
	-moz-transition: width 0.3s ease; 
	-o-transition: width 0.3s ease; 
	transition: width 0.3s ease; 
}
.drawer-inner{
	-webkit-transition: opacity 0.3s ease; 
	-moz-transition: opacity 0.3s ease; 
	-o-transition: opacity 0.3s ease; 
	transition: opacity 0.3s ease; 
	}
.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner{
	opacity: 0;
	}
.snapjs-expand-left .left-drawer,
.snapjs-expand-right .right-drawer{
	width: 100%;
	}

.opt{
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.opt p{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	color: #222;
	color: rgba(0,0,0,0.6);
}
