/* 
  -----------------------------------
  Horizontal Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 1 - Gourmet Vanilla
  -----------------------------------
*/
html, body {
	height: auto !important;
	background-attachment: fixed;
}
html {overflow-y: scroll;}

.p7HAPM01 {
	overflow: hidden;
	border-radius: 11px;
	box-shadow: 0px 0px 0px0px;
	border: 0px solid;
	border-color: #000;
	padding: 1px;
}

.p7HAPM01 {
	border-color: rgba(255,255,255,1);
}
.p7HAPM_section {
	z-index: 99999;
}
.p7HAPM01, .HAPM01-content-wrapper , .HAPM01-content{
	background-color: #3F3826;

}

.p7HAPM_trigger img {max-width: 1000px !important;} 

.HAPM01-trigwrap {
	display: none;
	float: left;
	width: 10px;
}
.HAPM01-trigwrap {
	border-right: 1px solid #000;
}

.HAPM01-trigwrap.last {
	border-right: 1px solid #000;
}

.HAPM01-trig {
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.HAPM01-trig.first, .HAPM01-trig-img.first {
	border-radius: 8px 0px 0px 8px;
}
.HAPM01-trig.last, .HAPM01-trig-img.last {
	border-radius: 0px 8px 8px 0px;
}
.HAPM01-trig.last.open, .HAPM01-trig-img.last.open {
	border-radius: 0px 0px 0px 0px;
}

.HAPM01-trig a {
	display: block;
	height: 100%;
	word-wrap: break-word;
	letter-spacing: normal;
	text-decoration: none;
	padding: 1em 0;
	width: 1em;
	margin: 0 auto;
	line-height: none;
	text-align: center;
	text-transform: uppercase;
}

.HAPM01-trig, .HAPM01-trig a {
	background-color: #686148;
	color: #201a0e;
	font-size: 0px;
}

.HAPM01-trig:hover, .HAPM01-trig:hover a {
	background-color: #130e0a;
	color: #FFF;
}

.HAPM01-trig a:focus {
	color: #FFF;
	outline: none;
}
.HAPM01-trig.open a:focus {
	color: #4e4830;
}

.HAPM01-trig.open, .HAPM01-trig.open a {
	background-color: #4e4830;
	color: #4e4830;
	cursor: default;
}

.HAPM01-trigwrap-img {
	display: none;
	float: left;
	width: auto;
	border-right: 2px solid #FFF;
}

.HAPM01-trigwrap-img.last {
	border-right: none;
}

.HAPM01-trigwrap-img a img {
	border: none;
	vertical-align: bottom;
}

.HAPM01-trig-img {
	background-color: #151515;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.HAPM01-trig-img a {
	display: block;
	height: 100%;
	text-align: center;
}

.HAPM01-trig-img.open, .HAPM01-trig-img a.open {
	cursor: default;
}

.HAPM01-trig-img a:focus {
	outline: none;
}

.p7HAPM_panel {
	overflow: hidden;
}

.HAPM01-content-wrapper {
	overflow: hidden;
	position: relative;
}

.HAPM01-content {
	overflow: hidden;
	padding: 10px 26px;
	line-height: none;
	color: #FFF;
	font-size: 15px;
	font-family: Candara, Arial, Helvetica, sans-serif;
}

.HAPM01-caption {
	display: none;
	position: absolute;
	top: auto;
	bottom: 6px;
	left: auto;
	right: 6px;
	background-color: #130e0a;
	background: rgba(0,0,0,0.75);
	color: #FFF;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 6px;
}

.HAPM01-content a.current_mark {
	font-weight: bold;
}

/*DO NOT DELETE OR EDIT THE FOLLOWING RULE. 
IF YOU DO, THE WIDGET WILL CEASE TO WORK.*/
.p7HAPMcontrol {
	width: 28px !important;	
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
