/* 
  -----------------------------------
  Slide-Out Menu
  by Project Seven Development
  www.projectseven.com
  Style Theme: 03 - Raised Dark
  -----------------------------------
*/

.p7SOM-03,
.p7SOM-03 * {
	box-sizing: border-box;
}

.p7SOM-03 ul {
	background-color: #000;
	background: rgba(30,30,30,0.95);
}

/*Design View Background*/
.p7SOM-03.p7SOMnoscript ul {
	background: none !important;
	background-color: #222 !important;
}


.p7SOM-03 ul ul {
	background-color: transparent;
	background: none;
}
.p7SOM-03 ul a.break {
	margin-top: 24px;
	border-top: 1px solid #000;
}
.p7SOM-03 li.set:before {
	content: "More Examples...";
	display: inline-block;
	position: relative;
	top: 1em;
	left: 16px;
	color: #999;
	font-size: 125%;
}
.p7SOM-03 ul a {
	padding: 10px 18px;
	color: #DDD;
	text-decoration: none;
	border-radius: 0px !important;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	font-size: .9em;
	box-shadow: inset 0px 15px 6px 0px rgba(140,140,140,0.1);
	border-bottom: 1px solid #000;
}
.p7SOM-03 ul ul a {
	box-shadow: none;
	border: none;
}
.p7SOM-03 ul ul a {padding: 8px 18px;}

.p7SOM-03 ul a:hover {
	background-color: #555;
	color: #FFF;
}
.p7SOM-03 ul a.trig_open {
	background-color: #333;
	color: #45BED8;
}
.p7SOM-03 a.trig_closed {
	background-image: url(img/som-right-medium.gif);
}
.p7SOM-03 ul ul a.trig_closed {
	background-image: url(img/som-right-medium.gif);
}
.p7SOM-03 a.trig_open {
	background-image: url(img/som-down-medium.gif);
}
.p7SOM-03 ul ul a {
	font-size: .85em;
}

/*Level indentations */
.p7SOM-03 ul a {
	padding-left: 18px;
}
.p7SOM-03 ul ul a {
	padding-left: 24px;
}
.p7SOM-03 ul ul ul a {
	padding-left: 36px;
}
.p7SOM-03 ul ul ul ul a {
	padding-left: 48px;
}

/*Link Borders */

.p7SOM-03 a.trig_open {
	box-shadow: inset 0px 10px 6px 0px rgba(160,160,160,0.1);
}


/*CURRENT MARK */
.p7SOM-03 a.current_mark {
	font-weight: bold;
	font-size: 120%;
}

/*Toolbar */
.p7SOM-03.som-toolbar a {
	color: #BBB !important;
	background-color: #151515 !important;
	background: rgba(0,0,0,0.75);
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-03.som-toolbar a:hover {
	color: #EEE !important;
}
.p7SOM-03.som-toolbar.opened a {
	background-color: #555 !important;
	color: #777 !important;
}

/* Toolbar Icon Text */
.som-toolbar i {
	color: #999;
	display: block;
	font-family: Arial,"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 9px;
	font-style: normal;
	padding-top: 3px;
	text-transform: uppercase;
}

/*Menu Header */
.p7SOM-03 .som-header {
	padding: 10px 18px;
	font-size: .75em;
	text-transform: uppercase;
	background-image: url(img/som-close-dark.png);
	background-color: #444;
	color: #999;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	box-shadow: inset 0px 10px 6px 0px rgba(100,100,100,0.1);
}
.p7SOM-03 .som-header:hover {
	background-color: #666;
	color:  #999;
}

 @media only screen and (min-width: 0px) and (max-width: 700px) {

.scalable {width: 100%;}

}
