/* 
  -----------------------------------
  Slide-Out Menu
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Spartan Light
  -----------------------------------
*/

.p7SOM-02 ul {
	    background: rgba(17, 139, 150, 0.55);
}

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

.p7SOM-02 ul ul {
	background-color: transparent;
	background: none;
}

.p7SOM-02 ul a {
	padding: 8px 18px;
	    font-size: 1.4em;
    color: #fff;
	text-decoration: none;
	border-radius: 0px !important;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-02 ul ul a {padding: 8px 18px;}

.p7SOM-02 ul a:hover {
	    background: rgba(17, 139, 150, 0.75);
}
.p7SOM-02 ul a.trig_open {
	background-color: #118b96;
	color: #FFF;
}

.p7SOM-02 a.trig_closed {
	background-image: url(img/som-right-light.gif);
}
.p7SOM-02 ul ul a.trig_closed {
	background-image: url(img/som-right-dark.gif);
}
.p7SOM-02 a.trig_open {
	background-image: url(img/som-down-light.gif);
	background-color: #999;
	color: #FFF;
}
.p7SOM-02 ul ul a {
	font-size: 1em;
}

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


/*CURRENT MARK */
.p7SOM-02 a.current_mark {
	font-weight: bold;
}

/*Toolbar */
.p7SOM-02.som-toolbar a {
	color: #118b96 !important;
    /* background-color: #999 !important; */
    background: rgba(255, 255, 255, 0.75);
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-02.som-toolbar a:hover {
	color: #203d78 !important;
}
.p7SOM-02.som-toolbar.opened a {
	background-color: #transparent !important;
	color: rgba(255, 255, 255, 0) !important;
}

/* Toolbar Icon Text */
.som-toolbar i {
    color: #fff;
    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-02 .som-header {
	padding: 6px 18px;
	font-size: 1.2em;
	background-image: url(img/som-close-light.png);
	/*border-bottom: 1px solid #DDD;*/
	background-color: #118b96;
	color: #000;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-02 .som-header:hover {
	background-color: #203d78;
	color:  #000;
}

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

.scalable {width: 100%;}

}
