@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
@font-face {
	font-family: 'MarketDeco';
	src: url('font/Market_Deco.ttf') format('truetype');
}
#page {
	width: auto;
	max-width: 1400px;
}

header {
	margin-right: auto;
	margin-left: auto;
	max-width: 840px;
}
a {
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

#leftcol {
	display: none;
}
#righcol {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
}
#represented {
	text-align: center;
	color: #FFF;
	margin-top: 15%;
	font-size: 17px;
}

/* Panel CSS */

#container {
	width: auto;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #555;
}
h2, p, ol, ul, li {    
	margin:0px;    
	padding:0px;
}

.expandable-panel {
	width: 100%;
	position: relative;
	min-height: 40px;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}   

.expandable-panel-heading {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	min-height: 40px;
	clear: both;
	position: relative;
	color: #FFF;
	z-index: 40;

	
}

.expandable-panel-heading:hover {
	background-color: #575B5C;
}

.expandable-panel-heading h2 {
	font-size: 17px;
	line-height: 20px;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 4%;
	font-family: "MarketDeco";
	background-color: #555555;
}
.expandable-panel-content h3 {
	padding-left: 6%;
	color: #FFF;
	font-size: 16px;
}
.expandable-panel-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -999px;
	background-color: #777777;
	z-index: 30;
}

.expandable-panel-content p {    
padding-left:4%;
padding-right: 4%;
}

.expandable-panel-content p:first-child  {
	padding-top: 10px;
}

.expandable-panel-content p:last-child {
	padding-bottom: 15px;
}

.icon-close-open {
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url(images/arrow.png);
	right: 2%;
	background-repeat: no-repeat;
}
.icon-close {
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url(images/arrow.png);
	right: 15px;
	background-repeat: no-repeat;
}
footer {

	border-top
;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #555;
	width: 100%;
	position: fixed;
	z-index: 50;
	color: #FFF;
	padding: 1%;
	background-color: #000;
	bottom: 0px;
}
.sag {
	float: right;
	padding-right: 4%;
}
.spacer {
	width: 100%;
	height: 100px;
	clear: both;
}
@media all and (min-width: 800px){


	#leftcol {
	width: 40%;
	float: left;
	dispay: block;
	display: inherit;
}


#righcol {
	width: 40%;
	float: right;
	margin-right: 2%;
	margin-left: 16%;
	margin-top: 3%;
}
}
@media all and (min-width: 900px){
	#leftcol {
	width: 40%;
	float: left;
	dispay: block;
	display: inherit;
	padding-left: 6%;
	
}

#righcol {
	width: 32%;
	float: right;
	margin-right: 10%;
	margin-left: 12%;
	margin-top: 3%;
}

audio {
	z-index: 20;
}
}
