/* 
  -----------------------------------
  Pop Menu Magic 3
  Modified by Pinsonnault Creative
  October 2014
  -----------------------------------
*/

.p7PM3-10 {
	background-color: #5A7D99;
	-webkit-transform-style: preserve-3d;
	line-height: 1.35;
}
.p7PM3-10.open_up {
	border-top: 1px solid #000;
	border-bottom: none;
}

.p7PM3-10.horiz {
	padding: 0px 8px;
}

.pmm3-toolbar {
	display: none;
}

.p7PM3-10.shadows {
	box-shadow: 0px 0px 30px rgba(0,0,0,.30);
	border-bottom: 1px solid #FFF;
}

.p7PM3-10 a img {
	border: none;
	vertical-align: bottom;
}

.p7PM3-10.menu-centered {
	text-align: center;
}
.p7PM3-10.menu-right {
	text-align: right;
}

.p7PM3-10:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}

.p7PM3-10 ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7PM3-10 ul li {
	list-style-type: none;
	float: left;
	position: relative;
	margin-right: 5px;
	padding: 6px 0px;
}
.p7PM3-10 ul li.pm3last {
	margin-right: 0px;
}

.p7PM3-10 ul li a {
	color: #000;
	font-size: 1em;
	padding: 8px 12px;
	text-decoration: none;
	border: 1px solid;
	border-color: #213241;
	display: block;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-webkit-transition-property: background-color, box-shadow, border-color;
	transition-property: background-color, box-shadow, border-color;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.p7PM3-10.rounded ul li a {
	border-radius: 5px;
}
.p7PM3-10.rounded ul ul li a {
	border-radius: 0px;
}
.p7PM3-10 a.trig_closed {
	background-image: url(img/pmm3-right-dark.gif);
}
.p7PM3-10 ul ul a.trig_closed {
	background-image: url(img/pmm3-right-medium.gif);
}

.p7PM3-10 a.trig_open,
.p7PM3-10 ul li a.pm3-link:hover,
.p7PM3-10 ul li a:hover {
	background-image: url(img/pmm3-down-dark.gif);
	outline: none;
	border-color: #FFF;
	border-color: rgba(255,255,255,0.65);
	color: #FFFFFF;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	background-color: #487799;
}
.p7PM3-10 ul ul a.trig_open,
.p7PM3-10 ul ul li a.pm3-link:hover,
.p7PM3-10 ul ul li a:hover {
	box-shadow: none;
}
.p7PM3-10 ul ul a.trig_open {
	background-image: url(img/pmm3-down-medium.gif);
}


.p7PM3-10 ul ul li a:hover, .p7PM3-10 ul ul li a.trig_open {
	background-color: #666;
	color: #CCC;
}

.p7PM3-10 ul li a.pm3-link, .p7PM3-10 ul li a.pm3-link:hover {
	background-image: none;
}

.p7PM3-10 ul ul {
	background: linear-gradient(180deg, rgba(60,60,60,1), rgba(0,0,0,1));
	background-color: #222;
	display: block;
	text-align: left;
	width: 200px;
}
.p7PM3-10.transparent ul ul {
	background: linear-gradient(180deg, rgba(40,40,40,.95), rgba(0,0,0,.95));
}

.p7PM3-10.shadows ul ul {
	box-shadow: 10px 10px 30px rgba(0,0,0,.5);
}
.p7PM3-10 ul ul div {
	z-index: 10;
}
.p7PM3-10.auto-subs ul ul {
	width: auto;
}
.p7PM3-10.auto-subs ul ul li a {
	white-space: nowrap;
}
.p7PM3-10 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-10 ul ul li a {
	border: none !important;
	border-radius: 0px;
	box-shadow: none;
	background-color: transparent;
	color: #CCC;
	font-size: .9em;
}
.p7PM3-10 ul ul li a.pm3-link:hover {
	background-color: #555;
	color: #EEE;
	box-shadow: none !important;
}

.p7PM3-10 ul ul li:last-child a {}


/*DISPLAY AS TITLE ONLY*/
.p7PM3-10 .pmm3-title-bar {
	padding: 12px 18px;
	color: #DDD;
	background-color: #666;
}
.p7PM3-10.auto-subs ul ul .pmm3-title-bar {
	white-space: nowrap;
}

/*IMAGE LINKS*/
.p7PM3-10 .p7PM3_img {
	border: none;
	padding: 0px;
	text-align: center;
	background: none !important;
}
.p7PM3-10 .p7PM3_img img {
	border: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}


/*CURRENT MARK */
.p7PM3-10 ul li a.current_mark {
	color: #FFF;
	font-weight: 600;
	text-shadow: none;
	text-transform:uppercase;
}
.p7PM3-10 ul ul li a.current_mark {
	color: #FFF;
	font-weight: 600;
	text-shadow: none;
}
.p7PM3-10.vert ul li a.current_mark {
	font-weight: 600;
	text-shadow: none;
}

/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/
.p7PM3-10.p7PM3noscript {
	position: relative;
}

.p7PM3-10.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-10.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-10.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-10.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-10.p7PM3noscript li:hover ul ul, .p7PM3-10.p7PM3noscript li:hover ul ul ul, .p7PM3-10.p7PM3noscript li:hover ul ul ul ul, .p7PM3-10.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-10.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-10.p7PM3noscript li li:hover ul, .p7PM3-10.p7PM3noscript li li li:hover ul, .p7PM3-10.p7PM3noscript li li li li:hover ul, .p7PM3-10.p7PM3noscript li li li li li:hover ul, .p7PM3-10.p7PM3noscript li li li li li li:hover ul {
	display: block;
}




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

.p7PM3-10.responsive {
	text-align: left !important;
	padding: 0px !important;
	border: none !important;
	margin: 0px !important;
}
.menutop-wrapper {
	padding: 0px !important;
}
.p7PM3-10.responsive:after {
	display: none;
}
.p7PM3-10.responsive:after {
	display: none;
}
.p7PM3-10.responsive .pmm3-toolbar {
	display: block;
	background-color: #222;
	padding: 10px;
	text-align: right;
}
.p7PM3-10.responsive .pmm3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.p7PM3-10.responsive .pmm3-toolbar a:hover {
	color: #FFF;
}
.p7PM3-10.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-10.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-10.responsive .pmm3-toolbar {
	display: block;
	background-color: #222;
	padding: 10px;
	cursor: pointer;
}
.p7PM3-10.responsive {
	text-align: left !important;
	padding: 0px !important;
	border: none !important;
}
.p7PM3-10.responsive.vert ul {
	margin-top: 0px;
}
.p7PM3-10.responsive ul {
	display: block;
	padding: 0px;
}
.p7PM3-10.responsive ul li {
	float: none;
	margin: 0px !important;
	padding: 0px;
}

.p7PM3-10.responsive ul li a {
	border: none !important;
}

.p7PM3-10.responsive a:hover {
	background-color: #222;
	color: #DDD;
}
.p7PM3-10.responsive ul ul {
	position: static !important;
	width: auto;
	padding: 0px;
}
.p7PM3-10.responsive ul ul li {
	padding: 0px;
}
.p7PM3-10.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-10.responsive ul ul a,
.p7PM3-10.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-10.responsive ul ul ul a,
.p7PM3-10.responsive ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3-10.responsive ul.closed {
	display: none;
}
.p7PM3-10.responsive ul.opened {
	display: block;
}
.p7PM3-10.responsive.rounded,
.p7PM3-10.responsive.rounded * {
	border-radius: 0px !important;
}
.p7PM3-10.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-10_crumbs {
	display: none;
}
.p7PM3-10_crumbs.show-mobile {
	display: block;
}

.p7PM3.responsive.select .pmm3-select-wrapper {
	display: block;
	padding: 10px;
}
.p7PM3.responsive.select select {
	width: 100%;
	font-size: 1em;
	padding: 4px;
}
.p7PM3.responsive.select .pmm3-toolbar {
	display: none;
}
.p7PM3.responsive.select ul {
	display: none;
}

/*Workaround for very old Android devices*/
.p7PM3-10 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}
