/* 
  -----------------------------------
  Slide-Out Menu
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Spartan Dark
  -----------------------------------
*/

.p7SOM-01 ul {
	background-color: #222;
	background: rgba(68,192,176,0.90);
}

/*Design View Background*/
.p7SOM-01.p7SOMnoscript ul {
	background: none !important;
	background-color: #222 !important;
}

.p7SOM-01 ul ul {
	background-color: transparent;
	background: none;
}

.p7SOM-01 ul a {
	padding: 10px 18px;
	color: #FFF;
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.25em;
	text-decoration: none;
	border-radius: 0px !important;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-01 ul ul a {padding: 8px 18px;}

.p7SOM-01 ul a:hover {
	background-color:#FFF;
	color: #E22990;
}
.p7SOM-01 ul a.trig_open {
	background-color: #333;
	color: #45BED8;
}
.p7SOM-01 a.trig_closed {
	background-image: url(img/som-right-medium.gif);
}
.p7SOM-01 ul ul a.trig_closed {
	background-image: url(img/som-right-medium.gif);
}
.p7SOM-01 a.trig_open {
	background-image: url(img/som-down-medium.gif);
}
.p7SOM-01 ul ul a {
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: .9em;
}

/*Level indentations */
.p7SOM-01 ul a {
	padding-left: 18px;
}
.p7SOM-01 ul ul a {
	padding-left: 24px;
}
.p7SOM-01 ul ul ul a {
	padding-left: 36px;
}
.p7SOM-01 ul ul ul ul a {
	padding-left: 48px;
}


/*CURRENT MARK */
.p7SOM-01 a.current_mark {
	font-weight: bold;
}

/*Toolbar */
.p7SOM-01.som-toolbar a {
	color: #FFF !important;
	background-color:rgba(226,41,144,1.00) !important; 
	background: rgba(0,0,0,0.75);
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-01.som-toolbar a:hover {
	color: #C2DB6F !important;

}
.p7SOM-01.som-toolbar.opened a {
	background-color: #44C0B0 !important;
	color: #FFF !important;
}

/* Toolbar Icon Text */
.som-toolbar i {
    color: #000;
    display: block;
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.0em;
    font-style: normal;
    padding-top: 3px;
    text-transform: uppercase;
}

/*Menu Header */
.p7SOM-01 .som-header {
	font-family: 'Maven Pro', sans-serif;
	padding: 6px 18px;
	font-size: 1.4em;
	/*background-image: url(img/som-close-dark.png);*/
	border-bottom: 1px solid #000;
	background-color:#44C0B0;
	color: #FFF;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-01 .som-header:hover {
	background-color: #FFF;
	color:#E22990;
}

 @media only screen and (min-width: 0px) and (max-width: 700px) {

.scalable {width: 100%;}

}
