

.p7SOM {
position: fixed !important;
height: 100%;
border: none;
width: 400px;
-webkit-transition: width linear .35s 0s;
transition: width linear .35s 0s;
}
.p7SOM ul {
height: 100%;
overflow: auto;
}
.p7SOM ul ul {
height: auto;
}

.p7SOM,
.p7SOM li,
.p7SOM ul,
.p7SOM ul a {
background-image: url(img/shim.png);
}
.p7SOM ul {
padding: 0px;
position: relative;
margin: auto;
display: inline-block;
vertical-align: bottom;
}
.p7SOM ul ul {
min-width: 0px;
max-width: none;
display: block;
overflow: visible;
max-height: none;
}

.p7SOM ul li {
list-style-type: none;
}

.p7SOM ul li a {
display: block;
background-position: left center;
background-repeat: no-repeat;
}

.p7SOM ul ul {
display: block;
}

.p7SOM.som-shadows ul {box-shadow: 0px 0px 10px rgba(0,0,0,.5);}
.p7SOM.som-shadows.som-from-right {padding-left: 10px;}
.p7SOM.som-shadows.som-from-left {padding-right: 10px;}


.p7SOM.som-auto-subs ul ul {width: auto;}

/*Upsize Triggers */
.p7SOM a.trig_closed,
.p7SOM a.trig_open {
font-size: 120%;
}

/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/

.p7SOM.p7SOMnoscript {
position: static !important;
margin: auto !important;
display: block !important;
}
.som-toolbar.p7SOMnoscript {
display: none !important;
}

/*Toolbar Hamburger */
.som-toolbar {
background: none !important;
display: inline-block !important;
position: fixed;
}
.som-toolbar a {
font-size: 2.5em;
display: inline-block !important;
text-decoration: none;
font-family: "EngraversGothicBT-Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.som-toolbar {
text-align: center;
}
.som-toolbar i {
cursor: pointer;
}
.som-toolbar.som-top-right {
right: 10px;
top: 20px;
}
.som-toolbar.som-top-left a,
.som-toolbar.som-top-right a {
padding: 0px!important;
}


/*Menu Header */
.som-header {
	display: block;
	cursor: pointer;
	background-position: 98% 50%;
	background-repeat: no-repeat;
}

.p7SOM ul {
	display: block !important;
}
.p7SOM ul ul, .p7SOM ul div {
	position: static !important;
	width: auto !important;
	margin: 0px !important;
}
.p7SOM li {
	float: none !important;
	margin: 0px !important;
}

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

.som-toolbar.som-top-right {
right: 0px;
top: 0px;
}

}
 
 @media only screen and (min-width: 0px) and (max-width: 480px) {
.p7SOM {
	display: block;
	width: 80%;
}
.som-toolbar.som-top-left a,
.som-toolbar.som-top-right a {
padding: 0px;
}
/*End old Android workaround*/
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	body {cursor: pointer;}
}

/*Tablet ONLY. Use this query to add rules for tablets.*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.som-toolbar.som-top-right {
right: 10px;
top: 10px;
}
.som-toolbar.som-top-left a,
.som-toolbar.som-top-right a {
padding: 0px;
}


}
