/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 7, 2015, 12:50:27 PM
    Author     : admin
*/
 @import url("//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css");
body, html {
	height: 100%;
	font-family: arial;
}
.btn span {
	display: inline-block;
	vertical-align: top
}
a:link {
	transition: background-color 0.5s ease;
	transition: background 0.5s ease;
	transition: color 0.5s ease;
	outline: none;
}
a:active {
	transition: background-color 0.5s ease;
	transition: background 0.5s ease;
	transition: color 0.5s ease;
	outline: none;
	text-decoration: none;
}
a:focus {
	transition: background-color 0.5s ease;
	transition: background 0.5s ease;
	transition: color 0.5s ease;
	outline: none;
}
a:hover {
	transition: background-color 0.5s ease;
	transition: background 0.5s ease;
	transition: color 0.5s ease;
	outline: none;
	text-decoration: none;
	color: #4f2d7f;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
.clearfix {
	display: block;
}
img{max-width:100%;height:auto}


.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Agenda-Medium';
}
#header-image {
	background: #000000;
}


#header {
	margin: auto;
	background: url(../images/header-bg.jpg) center top no-repeat;
}
.container {
	position: relative;
}
.header-inner {
	padding: 0 10px;
}
.head-mid {
	text-align: center;
}
.logo {
	padding: 15px 0 15px;
}
.donate {
	border-radius: 0px 0px 8px 8px;
	background: #9900cc;
	font-family: 'Agenda-Medium';
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 6px 35px 6px;
	text-transform: uppercase;
}
.social-icons {
	margin: 60px auto 0;
	padding: 0px;
	width: 124px;
}
.social-icons li a {
	margin: 0px;
	padding: 0px;
	transition: background-image 0.5s ease;
	transition: background 0.5s ease;
	transition: color 0.5s ease;
}
.social-icons li {
	margin: 0px 1px;
	float: left;
	list-style: none;
}
.twitter {
	background: url(../images/social-icons.png) left top no-repeat;
	display: block;
	width: 38px;
	height: 38px;
}
.twitter:hover {
	background-position: 0 -38px;
}
.facebook {
	background: url(../images/social-icons.png) -40px top no-repeat;
	display: block;
	width: 38px;
	height: 38px;
}
.facebook:hover {
	background-position: -40px -38px;
}
.email {
	background: url(../images/social-icons.png) -80px top no-repeat;
	display: block;
	width: 38px;
	height: 38px;
}
.email:hover {
	background-position: -80px -38px;
}
.navigation {
	background: #666666;
}
.header-right {
	text-align: right;
	padding: 15px 0 0;
}
#header p {
	margin: 0px !important;
}
#menu-nav .nav > li {
	display: inline-block;
	float: left;
}
#menu-nav .nav > li a.nav-selected {
}
#menu-nav .nav > li:last-child {
	border: none;
}
#menu-nav .navbar-nav > li > a {
	line-height: 122px;
}
.icon-nav {
	text-align: center;
	display: block;
}
#menu-nav .nav > li > a {
	margin: 5px 13px 0;
	position: relative;
	display: inline;
	float: left;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	font-family: 'Agenda-Medium';
	font-size: 19px;
	padding: 0px !important;
	border-bottom: solid 7px transparent;
}
#menu-nav .nav > li > a:hover {
	border-bottom: solid 7px #9900cc;
}
#menu-nav .navbar .navbar-collapse {
	line-height: 43px;
}
#menu-nav {
	margin: auto;
}
#menu-nav .nav > li > a.nav-path-selected {
	border-bottom: solid 7px #9900cc;
}
.page-title {
	background: #9900cc;
	text-align: center;
}
.page-title h2 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 3px 0;
}
.communities-title {
	background: #f0f0f0;
	text-align: center;
	border-top: solid 7px #fff;
}
.communities-title h2 {
	font-size: 30px;
	color: #666666;
	margin: 0px;
	padding: 3px 0;
}
#main-content-container {
	background: url(../images/middle-bg.png) center 150px no-repeat;
}
.latest-section {
	background: #e0e0e0 url(../images/latest-bg.jpg) center top no-repeat;
	padding: 10px 0 20px;
	text-align: center;
}
.latest-section h2 {
	font-size: 34px;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.what-make-section {
	background: #ffcc00;
}
.make-inner {
	background: url(../images/what-make-bg.jpg) right top no-repeat;
	display: block;
	float: left;
}
.what-make-section h2 {
	font-size: 34px;
	color: #003399;
	line-height: 40px;
}
.what-make-section p {
	font-size: 18px;
	font-family: 'Agenda-Medium';
	color: #000;
}
.what-make-section a {
	background: #003399;
	font-size: 16px;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	margin: 30px 0 50px;
	float: left
}
.email_list_signup_container {
	background: #fff;
	margin: 20px 0 0;
}
.home-newsletter {
	margin: 0px;
	padding: 0px;
	color: #fff;
	padding: 42px 0 20px;
	background: #c0c0c0 url(../images/newsletter-bg.png) center top no-repeat;
	text-align: center;
}
.home-newsletter h3 {
	padding: 0 0 20px 0;
	background: none;
	margin: 10px 0 0;
	font-size: 34px;
	line-height: 25px;
}
.home-newsletter span {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
.home-newsletter label {
	font-weight: bold;
	font-size: 13px;
	margin: 20px 0;
}
.home-newsletter input[type="submit"] {
	background: #0099ff;
	float: right;
	font-family: 'Agenda-Medium';
	padding: 8px 10px;
	font-size: 21px;
	width: 20%;
	color: #fff;
	border: none !important;
	text-transform: uppercase;
}
.home-newsletter input[type="text"] {
	padding: 13px;
	vertical-align: top;
	display: inline-block;
	font-size: 13px;
	border: none !important;
	color: #666666;
	font-style: normal;
	display: inline-block;
	width: 78%;
}
.comunities-sec {
	background: #fff;
}
.commun-heading {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px 20px 20px;
	width: 100%;
}
.halfwidth {
	width: 50%;
}
.threefourwidth {
	width: 75%;
}
.commun-heading h3 {
	color: #fff;
	font-family: 'Agenda-Medium';
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.communities-block {
	position: relative;
	float: left;
}
.commun-heading.red {
	background: #ff3333;
}
.commun-heading.yellow {
	background: #ffcc33;
}
.commun-heading.light-blue {
	background: #33ccff;
}
.commun-heading.green {
	background: #33cc99;
}
.icon-plus {
	color: #fff;
	font-size: 40px;
	text-align: right;
	float: right;
}
.purple-section {
	background: #9900cc url(../images/purple-bg.jpg) center top no-repeat;
	padding: 30px 0 10px;
}
.purple-section h3 {
	font-size: 34px;
	color: #ffcc00;
	font-family: 'Agenda-Medium';
	line-height: 40px;
	margin-left: 50px;
}
.purple-section a {
	font-size: 14px;
	color: #fff;
	font-family: arial;
	font-weight: normal;
	margin: 10px 20px 0 0;
}
.logo-funders {
	margin: 0px;
	padding: 0px;
	float: right;
}
.logo-funders li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	margin: 0 2px;
}
footer {
	font-size: 14px;
	background: #282b34;
	color: #cccccc;
}
footer a {
	color: #cccccc;
}
footer a:hover {
	color: #fff;
}
footer h2 {
	font-size: 34px;
	color: #fff;
	font-family: 'Agenda-Medium';
	text-align: center;
}
.footer-link {
	margin: 0px;
	padding: 0px;
}
.footer-link li {
	list-style: none;
	float: left;
	margin: 0 10px;
}
.footer-bottom {
	margin-top: 30px;
}
.footer-border {
	border-left: solid 1px #575757;
	padding: 0 0 0 25px;
}
.footer-logo {
	padding: 0 0 10px 25px
}
.inner-container {
	background: #f0f0f0;
}
#twitter {
	width: 257px;
	position: absolute;
	top: 0px;
	font-size: 18px;
	color: #fff;
}
#twitter li {
	list-style: none;
	padding: 15px 0;
}
#twitter a {
	color: #fff;
}
.icon-twitter {
	color: #fff;
	font-size: 50px;
	display: inline-block;
	width: 60px;
	float: left;
}
.twitter-heading {
	margin: 25px 0 0 !important;
}
.ui-accordion {
	padding: 0px;
	margin: 0px;
}
.ui-accordion li {
	list-style: none;
	border-bottom: solid 1px #fff;
}
.ui-accordion .ui-accordion-li-fix {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	background: #9900cc;
}
.ui-accordion-content-active li a {
	font-size: 14px;
	font-family: 'Agenda-Bold';
	text-transform: none;
	color: #424242;
}
#accordion li a.ui-state-active {
	color: #fff !important;
}
#accordion li a:hover {
	background: #666666;
	color: #fff;
}
.ui-accordion-content-active li ul li a {
	font-weight: normal;
	color: #424242;
	font-family: 'Agenda-Medium';
}
#accordion li ul li a:hover {
	background: none !important;
	color: #9900cc;
}
.ui-state-active {
	color: #fff;
	background: #9900cc;
}
.subheading {
	background: #9900cc url(../images/subheading-bg.jpg) right top no-repeat;
	margin: 0px 0 20px;
	padding: 0px 0 0 20px;
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
}
.ui-state-active .ui-icon {
	background: none !important;
}
.ui-icon.minus {
	background: url(../images/plus-minus.png) right top no-repeat !important;
	width: 12px;
	height: 11px;
	display: block;
	text-indent: inherit !important
}
.ui-icon.plus {
	background: url(../images/plus-minus.png) right -11px no-repeat !important;
	width: 12px;
	height: 11px;
	display: block;
	text-indent: inherit !important
}
.large-text {
	font-size: 20px;
	font-family: 'Agenda-Medium';
}
.inner-pg-content {
	font-family: 'Agenda-Light';
	font-size: 16px;
	padding-left:25px;
}
.inner-pg-content li:before {
	/* For a round bullet */
	content: '\2022';
	/* For a square bullet */
      /*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -3px;
	color: #9900cc;
	font-size: 20px;
}
.inner-pg-content li {
	list-style: none;
}
.side-communities {
	margin: 20px 0 0px 0;
	float: left;
	position: relative;
}
.side-communities a {
	font-size: 24px;
	color: #fff;
	font-family: 'Agenda-Medium';
	width: 70%;
	bottom: 0px;
}
.banner-link {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.side-communities .icon-plus {
	color: hsl(0, 0%, 100%);
	float: right;
	font-size: 60px;
	text-align: right;
	margin-right: 15px;
	line-height: 70px;
}
.formBlockSurveyTable input[type="text"], input[type="email"], input[type="tel"] {
	border: solid 2px #e7e7e7;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.formBlockSurveyTable textarea {
	height: 150px;
	border: solid 2px #e7e7e7;
	margin-bottom: 20px;
	width: 100%;
}
.formBlockSubmitButton {
	border: none;
	padding: 6px 25px;
	background: #9900cc;
	text-align: center;
	font-size: 22px;
	color: #fff;
	float: right;
}
.formBlockSubmitButton:hover {
	background: #494847;
	text-decoration: none;
	color: #fff;
}
.latest-heading {
	color: #631b71;
	min-height: 60px;
	display: block;
	text-align: center
}
.communities-banner {
	text-align: center;
	width: 250px;
	margin: auto;
}
.latest-list {
	margin: 0 0 20px;
	border-bottom: solid 1px #666;
	padding-bottom: 20px;
}
.latest-list h3 {
	margin: 0px;
	padding: 0px;
	color: #666;
	line-height: 35px;
	font-size: 30px;
	text-transform: uppercase;
}
.latest-list h3 a {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 30px;
}
.btn-readmore {
	background: #9900cc;
	display: block;
	width: 50%;
	float: left;
	font-size: 16px;
	font-family: 'Agenda-Medium';
	padding: 5px 10px;
	margin: 15px 0 0;
}
.btn-readmore .icon-plus {
	text-align: right;
	float: right;
	line-height: 20px;
}
.news-heading {
	margin: 5px 0;
	font-size: 14px;
	color: #000;
	font-family: 'Agenda-Medium';
}
.noborder {
	border: none;
}
.deluxe_image_gallery_container .img-gallery {
	background: #fff;
	text-align: center;
	padding: 10px;
}
.deluxe_image_gallery_container .img-gallery img {
	display: inherit
}
.deluxe_image_gallery_container {
	margin: 20px 0;
}
#ui-id-4 li ul {
	padding-left: 15px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 15px;
}
.ui-accordion-content {
	margin: 0px;
	padding: 0px;
}




/*====New=Css=======Date=20=11=2017==================Start=======================*/

.funding_section{padding-left:25px;}
.funding_section .nav-tabs{ border-bottom:0;}
.funding_section .nav-tabs li{ width:50%; margin:0;}
.funding_section .nav-tabs li a{ color:#fff; text-decoration:none; border:0 !important; border-radius:0; margin:0; font-size:22px; font-family:'Agenda-Bold'; text-transform:uppercase; line-height:normal; background:#e3e3e3; padding:16px 24px;}
.funding_section .nav-tabs li a .fa{ float:right; padding-top:3px;}
.funding_section .nav-tabs > li.active.clr_purple > a, .funding_section .nav-tabs > li.active.clr_purple > a:hover, .funding_section .nav-tabs > li.active.clr_purple > a:focus{ background:#9900cc; color:#fff;}
.funding_section .nav-tabs > li.active.clr_blue > a, .funding_section .nav-tabs > li.active.clr_blue > a:hover, .funding_section .nav-tabs > li.active.clr_blue > a:focus{ background:#0094d2; color:#fff;}
.funding_section .container_purple{ border-top:4px solid #9900cc; background:#f0d9f7 url(../images/content-shade1.png) right -127px no-repeat; padding:25px; overflow:hidden;}
.funding_top_content h3{ margin:0; color:#9900cc; font-size:30px; font-family:'Agenda-Bold'; line-height:normal;}
.funding_top_content p{ margin:0; font-family:'Agenda-Light'; padding-top:13px;}
.donation_details_row{ padding-top:35px; overflow:hidden;}
.donation_details_row .donation_details{ width:32%; float:left; margin-left:2%;}
.donation_details_row .donation_details:first-child{ margin-left:0;}
.donation_details_row .donation_details img{ max-width:100%;}
.donation_details .donation_dtls_txt{ text-align:center; padding:22px; background: #f0d9f7; background:-moz-linear-gradient(top,  #f0d9f7 0%, #ffffff 45%);background:-webkit-linear-gradient(top,  #f0d9f7 0%,#ffffff 45%);
background:linear-gradient(to bottom,  #f0d9f7 0%,#ffffff 45%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d9f7', endColorstr='#ffffff',GradientType=0 );}
.donation_details .donation_dtls_txt ins{ color:#9900cc; font-family:'Agenda-Bold'; text-decoration:none; font-size:35px; line-height:normal;}
.donation_details .donation_dtls_txt p{ margin:0; font-family:'Agenda-Light'; padding-top:2px; min-height:95px;}
.donation_details .donation_dtls_txt .donot_btn{ background:#9900cc; color:#fff; font-size:24px; font-family:'Agenda-Bold'; text-decoration:none; display:block; height:75px; line-height:70px; margin-top:11px;}
.donation_OrInfo{ margin-top:12px; background: #f7eafb; background:-moz-linear-gradient(top,  #f7eafb 0%, #ffffff 50%);background:-webkit-linear-gradient(top,  #f7eafb 0%,#ffffff 50%); background:linear-gradient(to bottom,  #f7eafb 0%,#ffffff 50%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eafb', endColorstr='#ffffff',GradientType=0 ); padding:22px; overflow:hidden;}
.donation_OrInfo .donation_OrInfo_heading{ float:left;margin:0; color:#9900cc; font-size:30px; font-family:'Agenda-Bold'; line-height:normal; padding-top:27px;}
.donation_OrInfo .donation_Orbtn{ float:right; width:175px; text-align:center;}
.donation_OrInfo .donation_Orbtn .donot_btn{ background:#9900cc; color:#fff; font-size:24px; font-family:'Agenda-Bold'; text-decoration:none; display:block; height:75px; line-height:70px; margin-top:11px;}
.donation_footer_content{ padding-top:22px;}
.donation_footer_content p{ font-family:'Agenda-Light';}

.funding_section .container_blue{ border-top:4px solid #0094d2; background:#d1ecf7 url(../images/content-shade1.png) right -127px no-repeat; padding:25px; overflow:hidden;}
.funding_section .container_blue .funding_top_content h3{ color:#0094d2;}
.funding_section .container_blue .donation_details .donation_dtls_txt ins{ color:#0094d2;}
.funding_section .container_blue .donation_details .donation_dtls_txt .donot_btn{ background:#0094d2;}
.funding_section .container_blue .donation_OrInfo .donation_OrInfo_heading{ color:#0094d2;}
.funding_section .container_blue .donation_OrInfo .donation_Orbtn .donot_btn{ background:#0094d2;}
.funding_section .container_blue .donation_details .donation_dtls_txt{ background: #d1ecf7; background:-moz-linear-gradient(top,  #d1ecf7 0%, #ffffff 45%);background:-webkit-linear-gradient(top,  #d1ecf7 0%,#ffffff 45%);
background:linear-gradient(to bottom,  #d1ecf7 0%,#ffffff 45%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ecf7', endColorstr='#ffffff',GradientType=0 );}
.funding_section .container_blue .donation_OrInfo{ background:#e4f4fa; background:-moz-linear-gradient(top,  #e4f4fa 0%, #ffffff 50%);background:-webkit-linear-gradient(top,  #e4f4fa 0%,#ffffff 50%); background:linear-gradient(to bottom,  #e4f4fa 0%,#ffffff 50%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f4fa', endColorstr='#ffffff',GradientType=0 );} 

.container_purple, .container_blue{ margin-bottom:25px;}


/*====New=Css=======Date=20=11=2017==================End=======================*/




 @media (max-width:992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
 @media (min-width: 768px) and (max-width: 1024px) {
.home-newsletter h3 {
	font-size: 30px;
}
#header-image img {
	width: 100%;
	height: 100%;
}
#menu-nav .nav > li > a {
	margin: 5px 12px 0 !important;
}
.news-detail {
	max-width: 770px;
	margin: auto;
}
.owl-carousel .owl-item {
	max-height: 216px !important;
}
#header-image .container {
	width: 100%;
}
.purple-section h3 {
	margin: 0px;
}



}
 @media (min-width:992px) and (max-width: 1024px) {
.communities-block.gallery{ width:50%;}
.communities-block.young-musicians{ width:50%; margin-bottom:1px;}	 
	 }


 @media (max-width: 768px) {
#menu-nav .nav > li > a {
	float: none !important;
	display: block;
}
#menu-nav .nav > li {
	float: none !important;
	display: block;
	border: none;
	margin: 0px !important;
}
#menu-nav .nav > li > a {
	float: none !important;
	display: block;
	border: none;
	margin: 0px !important;
	padding: 3px 10px !important;
	font-size: 15px;
}
#menu-nav .nav > li > a:hover {
	background: #9900cc;
	color: #fff;
	border: none !important;
}
#menu-nav .nav > li > a.nav-path-selected {
	border: none;
	background: #9900cc;
	color: #fff;
}
.navbar-collapse {
	padding: 0px;
}
#header-image .container {
	width: 100%;
}
.news-detail {
	max-width: 514px;
	margin: auto;
}
.logo-funders li {
	width: 24%;
}
.footer-bottom {
	text-align: center;
}
.footer-link li {
	display: inline-block;
	float: none;
}
.social-icons {
	margin: 10px auto 50px;
}
.make-inner div {
	background: rgba(255,255,255,0.9);
	padding: 0 15px;
}
.purple-section h3 {
	margin: 0px;
}
.home-newsletter {
	background: #bfbfbf;
}
.donation_details_row .donation_details{ margin:0 0 20px; width:100%; text-align:center}
}
 @media (max-width: 767px) {
.btn-readmore {
	float: none !important;
	margin: auto;
}
.latest-list img {
	display: inherit !important
}
.inner-pg-content {
	text-align: center;
	padding: 0 20px;
}
#header-image {
	text-align: center;
}
#header-image img {
	width: 100%;
	height: 100%;
	display:none
}
.page-title h2 {
	line-height: 40px;
}
.communities-title h2 {
	font-size: 22px;
}
.communities-block {
	position: relative;
	float: none;
}
.purple-section {
	padding: 20px 0 10px;
}
.home-newsletter h3 {
	line-height: 42px;
}
.communities-block img {
	width: 100%;
}
.owl-carousel {
	display: none;
	padding: 0 0px;
}
.make-inner div {
	background: rgba(255,255,255,0.5);
	margin-bottom: 20px;
}
.what-make-section a {
	text-align: center;
	float: none;
}
.donate {
	font-size: 14px;
	padding: 2px 26px 5px;
}
.logo-funders li {
	width: 23%;
}
.home-newsletter input[type="submit"] {
	width: auto !important;
	margin: 5px 0 0;
}
footer {
	text-align: center;
}
.footer-logo {
	padding: 10px 0;
}
.footer-border {
	border: none;
	padding: 0px;
}
.what-make-section p {
	line-height: 18px;
	padding: 15px 0;
}
.inner-pg-content{ float:left; width:100%;}
.donation_details_row .donation_details{ width:100%; margin-bottom:20px;}

.inner-pg-content{ padding:25px 5px}
.funding_section .container_purple{ padding:15px;}
.donation_details_row .donation_details{ margin:0px 0 20px;}
.left_nav_bar{float: left;width:100%}
.communities-banner{width:100%}
.side-communities{float:none}
.side-communities img{width:100%; height: auto;}
.funding_section{padding-left:0px;}
}
 @media (min-width:320px) and (max-width:360px) {
.communities-banner{ float:left;width:100%}	 
.side-communities{ width:100%;}
.side-communities img{ width:100%; height:auto}
.funding_section .nav-tabs li a{ font-size:18px;}	 
	 }



hr {
	border-color: #666666;
}
.default-sidebar {
	padding: 0px;
	margin: 0px;
	background: #fff;
}
.default-sidebar li {
	display: block;
	margin: 0 0 1px;
	position:relative;
}
.default-sidebar li a {
	background: #9900cc;
	font-family: "Agenda-Bold";
	padding: 10px 22px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.default-sidebar li a:hover {
	background: #666;
}
.default-sidebar li ul{ margin:10px 0 10px 0px; padding:0px;}
/**** updated 16 Nov 2015*****/
/*.default-sidebar li ul li a{ text-transform:none; color:#666; background:none;}*/
.default-sidebar li ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #666;
    display: block;
    line-height: 18px;
    padding: 4px 20px;
    text-transform: none;
}
/**** updated 16 Nov 2015*****/
.default-sidebar li a.nav-selected{background: #666;}

.default-sidebar li ul li a:hover{ color:#9900cc; background:none;}
.default-sidebar li ul li a.nav-selected{ color:#9900cc; background:none;}
.default-sidebar li ul li ul{ margin:0px 0 10px 10px; padding:0px;}

.default-sidebar li .accordian-handle{ position:absolute; right:14px;top:8px; color:#fff; width:20px; height:20px;cursor:pointer;}
.accordian-handle {
  color: #fff;
  float: right;
  font-size: 18px;
  height: 20px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 8px;
  width: 20px;
}
.custom-accordian > li > ul{display:none;}


