.acc-container {
  width:100%;
  /*margin:1px auto 0 auto;*/
  overflow:hidden;
}

.acc-btn { 
  width:100%;
  margin:auto;
  padding:5px;
  cursor:pointer;
  border-bottom:1px solid #3B3B3B;
  background: url('images/arrows.png') no-repeat  0px center ;/**/
  min-height:40px;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  /*background:#2C3E50;*/
}

.acc-content-inner {
  padding:10px;
}

.open {
  height: auto;
}

.acc-btn h1 {
  font:20px joumhouria;
  color:#ffffff;
  margin-right:15px;
  margin-left:5px;
}

.acc-content-inner p { 
  font:16px 'Lato', sans-serif;
  color:#798795;
}

.selected {
  color:#1ABC9C;
  /*background: url('images/galleryarrows.png') no-repeat  0px center ;*/
}