@import url('https://fonts.googleapis.com/css?family=oswald:500,600,700|roboto');

body
{
	color: :#FFF;
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
	font-family: sans-serif; 
	background-color: #000;
}

h1
{
	text-align: center;
	color:#FFF;
	/*! margin: 50px 0 0 ; */
}
p
{
	color: #FFF;
	display: block;
	-webkit-margin-before:1em;
	-webkit-margin-after:1em;
	-webkit-margin-start:0em;
	-webkit-margin-end:0em;
}
h2
{
	display: block;
	font-size: 1.17em;
	-webkit-margin-before:1em;
	-webkit-margin-after:1em;
	-webkit-margin-start:1em;
	-webkit-margin-end:1em;
	font-weight: bold;
	color: #fff;

}
li
{
	color: #fff;
}
.container
{
	max-width: 60%;
	margin: 0 auto;
	padding: 20px 0 20px;
	width: 100%;
}
.acc
{
	display: block;
	border-bottom: 1px solid #fff;
}
.acc h2
{
	font-size: 25px;
	background-color: rgba(0,0,0,0.6);
	padding: 15px;
	margin:0;
	cursor: pointer;
	letter-spacing: 2px;
	position: relative;
}
.acc h2:after
{
content: '+';
position: absolute;
right: 20px;
font-size: 40px;
top: 50%;
transform: translateY(-50%);
}
.acc.active h2:after
{
	content: '-';
}
.content *
{
	margin-top: 0;
	line-height: 1.5; 
}
.content
{
	display: none;
	background-color:#cc0404;

}
.content-inner
{
	padding: 15px;
}