/*****SLIDING MENU PANEL STYLESHEET*****/
/*****BY: AMIT JAKHU*****/

/*****FONTS*****/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700italic,700,300italic,300|Acme); /* Acme font is required for .arrow */

/*****END FONTS*****/

/*****DEMO ONLY*****/

::selection {
	color: #fff;
	background: #ec6912;
}

::-moz-selection {
	color: #fff;
	background: #ec6912;
}


/*****ANIMATONS (optional)*****/

#menu, #menu .arrow, #menu nav a, #menu1, #menu1 .arrow, #menu1 nav a, #menu2, #menu2 .arrow, #menu2 nav a {
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

/*****END ANIMATONS*****/


/*****PANEL*****/

#menu {
/*	background: #322D2B;
	border-right: 3px solid #C4483C;*/
	width: 300px;
	padding: 0 30px;
	padding-left:10px !important;
	position: fixed;
	z-index: 1000;
}
#menu1 {
/*	background: #322D2B;
	border-right: 3px solid #C4483C;*/
	width: 300px;
	padding: 0 30px;
	padding-left:10px !important;
	position: fixed;
	z-index: 1000;
}
#menu2 {
/*	background: #322D2B;
	border-right: 3px solid #C4483C;*/
	width: 300px;
	padding: 0 30px;
	padding-left:10px !important;
	position: fixed;
	z-index: 1000;
	top:30%
}
#menu2{
	right: -320px; /* Change to right: 0; if you want the panel to display on the right side. */
}

#menu:hover, #menu:focus, #menu1:hover, #menu1:focus {
	right: -20px; !important; /* Change to right: 0 !important; if you want the panel to display on the right side. */
	z-index: 1001;
}
#menu2:hover, #menu2:focus {
	right: 0px; !important; /* Change to right: 0 !important; if you want the panel to display on the right side. */
	z-index: 1001;
}

#menu .arrow, #menu1 .arrow, #menu2 .arrow {
	left: 2px; /* Change to left: 2px; if you want the panel to display on the right side. */
}

#menu img, #menu1 img{left:-20px !important; position: absolute; top:0px; z-index:1000;}
#menu2 img{left:-20px !important; position: absolute; z-index:1000;}
#menu2 .capt img{right:0px !important; position: static; top:130px; z-index:1000;}


#menu .arrow, #menu1 .arrow, #menu2 .arrow {
	font: normal 400 25px/25px 'Acme', Helvetica, Arial, sans-serif; /* Acme font is required for .arrow */
	color: rgba(255,255,255,0.75); /* Arrow color */
	width: 16px;
	height: 25px;
	display: block;
	position: absolute;
	top: 20px;
	cursor: default;
}

#menu:hover .arrow, #menu1:hover .arrow, #menu2:hover .arrow{
	transform: rotate(-180deg) translate(6px,-3px);
	-moz-transform: rotate(-180deg) translate(6px,-3px);
	-webkit-transform: rotate(-180deg) translate(6px,-3px);
}

#menu nav, #menu1 nav{
	position: relative;
	top: 0px;
	right:-10px;
	z-index:1001;
}
#menu2 nav{
	position: relative;
	right:-10px;
	z-index:1001;
	background:#FFF;
	padding:10px 0 8px 20px;
}

#menu nav a, #menu1 nav a, #menu2 nav a{
	padding: 10px 5px;
	border-top: 1px dotted #c0c0c0;
	display: block;
	clear: both;
	font: bold 13px/18px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

#menu nav a:hover, #menu1 nav a:hover, #menu2 nav a:hover  {
	color: #ee4e1d;
}

/*****END PANEL*****/
#menu{z-index:100;}
@media all and (max-width: 1024px) {
	#menu2 img{top:70px;}
}
@media all and (max-width: 640px) {
	#menu2 img{top:45px !important; right:-20px !important;}
	#menu2 {width: 300px; padding: 10px;}
	#menu2 nav {top:30px;}