
.slider-z-image {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
}
.slider-z-image>h1{
	color: #fff;
    font-family: 'dejavu_sansbook';
    margin: 14% auto;
    width: 350px;
    text-align: center;
   position: relative;
   height: 70px;
}

#question{
	width: 1000px; 
	min-height: 700px;
	margin: auto;
	
}
#question div pre{
	
}


.description {
  margin: 1em auto 2.25em;
}
.accordion{
    list-style: none;
    padding: 0;
   
}
  .accordion li{
  	margin-top: 1px;
  	max-width: 1000px;
   position: relative;
  }
    .toggle {
        border-bottom: 1px solid #E5E5E5;
        font-family: 'dejavu_sansbook';
        padding: 10px;
        position: relative;
        font-weight: bold;
        color: #000;
        cursor: pointer;
        -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.toggle:hover{
	color:#ce9b59;
}
.inner{
	 display: none;
	 list-style: none;
}
.inner>li{
	font-size: 14px;
    line-height: 20px;
    color: #525252;
    padding: 10px;
    margin-left: 5px;
    font-family: 'dejavu_sansbook';
}
.fa-chevron-down{
	color: #cddcf1;
	position: absolute;
	right: 10px;
	top: 18px;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.toggle:hover .fa-chevron-down{
	color: #ce9b59;
}
@media only screen and (max-width: 1050px) {
#question{
	margin: auto;
	width: 98%;
}
}