/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 15 - Taberific
  -----------------------------------
*/

.p7AP3-15 {
	margin: 0 auto;
	width: auto;
	padding: 10px;
	border-radius: 6px;
	/*background-color: #222;*/
	/*box-shadow: 0px 0px 20px #000;*/
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-15 {
	margin: 0;
	padding: 0px;
}
.p7AP3trig.p7ap3-theme-15 h3, .p7AP3trig.p7ap3-theme-15 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-size: 1em;
}
.p7AP3trig.p7ap3-theme-15 a {
	display: block;
	text-decoration: none;
	padding: 12px 20px;
	color: #FFF;
	background-image: url(img/p7ap3_east_black.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	box-shadow: 
	0 1px 0px rgba(0,0,0,0.75),
	inset 0 1px rgba(255,255,255,0.3), 
	inset 0 10px rgba(255,255,255,0.2), 
	inset 0 10px 20px rgba(255,255,255,0.25), 
	inset 0 -15px 30px rgba(0,0,0,0.3);
	background-color: rgba(0,85,110,1.00);
	border-radius: 4px;
	font-weight: normal;
	margin-top: 6px;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 0.45s 0.1s;
	transition: all ease-in-out 0.45s 0.1s;
	text-align: center;
}
.p7ap3-theme-15 .ap3first {
	margin-top: 0px !important;
}
.p7AP3trig.p7ap3-theme-15 .p7AP3_ext, .p7AP3trig.p7ap3-theme-15 .p7AP3_ext.p7AP3trig_down {
	background-image: url(img/p7ap3_page_black.gif);
	background-color: #999999;
	color: #000;
}
.p7AP3trig.p7ap3-theme-15 .p7AP3_ext:hover {
	background-image: url(img/p7ap3_page_black.gif);
	color: #000;
	background-color: #777;
}
.p7AP3trig.p7ap3-theme-15 a:hover {
	color: #000;
	background-color: rgb(140,140,120);
	color: #FFF;
	box-shadow: 
	0 1px 0px rgba(0,0,0,0.75),
	inset 0 1px rgba(255,255,255,0.3), 
	inset 0 10px rgba(255,255,255,0.2), 
	inset 0 10px 20px rgba(255,255,255,0.25), 
	inset 0 -15px 30px rgba(0,0,0,0.3);
	background-image: url(img/p7ap3_south_black.gif);
}
.p7AP3trig.p7ap3-theme-15 a:focus {
	outline: none;
}
.p7AP3trig.p7ap3-theme-15 .p7AP3trig_down, .p7AP3trig.p7ap3-theme-15 .p7AP3trig_down:hover {
	background-repeat: no-repeat;
	color: #FFF;
	border-radius: 4px 4px 0px 0px;
	box-shadow: inset 0px 20px 20px rgba(0,0,0,.125);
	background-image: url(img/p7ap3_south_black.gif);
	box-shadow: 
	0 1px 0px rgba(0,0,0,0.75),
	inset 0 1px rgba(255,255,255,0.3), 
	inset 0 10px rgba(255,255,255,0.2), 
	inset 0 10px 20px rgba(255,255,255,0.25), 
	inset 0 -15px 30px rgba(0,0,0,0.3);
	background-color: rgba(132,4,4,1.00);
}
.p7AP3trig.p7ap3-theme-15 .p7AP3_ext.p7AP3trig_down {
	border-radius: 4px;
}
.p7AP3trig.p7ap3-theme-15 .p7AP3trig_down:hover {
		box-shadow: 
	0 1px 0px rgba(0,0,0,0.75),
	inset 0 1px rgba(255,255,255,0.3), 
	inset 0 10px rgba(255,255,255,0.2), 
	inset 0 10px 20px rgba(255,255,255,0.25), 
	inset 0 -15px 30px rgba(0,0,0,0.3);
	background-color: rgba(132,4,4,1.00);
}
.p7AP3cwrapper.p7ap3-theme-15 {
	position: relative;
}
.p7AP3panelcontent.p7ap3-theme-15 {
	line-height: 1.5em;
	background-color: #FFF;
	color: #000;
	border-radius: 0px 0px 6px 6px;
}
.p7AP3panelcontent.p7ap3-theme-15 h1,
.p7AP3panelcontent.p7ap3-theme-15 h2,
.p7AP3panelcontent.p7ap3-theme-15 h3,
.p7AP3panelcontent.p7ap3-theme-15 h4 {
	margin: 0px;
}
.p7AP3content.p7ap3-theme-15 p {
	margin: 6px 0;
}
.p7AP3trig.p7ap3-theme-15 a.current_mark {
	font-weight: bold;
}
.p7AP3trig.p7ap3-theme-15 .p7AP3_ext.current_mark {
	background-image: url(img/p7ap3_page_white.gif) !important;
	position: static !important;
}
.p7AP3panelcontent.p7ap3-theme-15 a.current_mark {
	font-weight: bold;
}

.responsive .ap3-toolbar {display: none;}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7AP3-15.responsive .ap3-toolbar {
	display: block;
	padding: 0px 10px;
	text-align: center;
	cursor: pointer;
}
.p7AP3-15.responsive .ap3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	display: block;
}
.p7AP3-15.responsive .ap3-toolbar a:hover {
	color: #FFF;
}
.responsive .toggle-text a:before {
	position: relative;
	top: -.25em;
}
.p7AP3-15.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7AP3-15.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7AP3root-wrapper.closed {
	height: 0px;
	overflow:hidden;	
}
.p7AP3root-wrapper.opened {
	height: auto;
	overflow: hidden;	
}

}