

@font-face {

font-family: 'sayaweb';

src: url('/fonts/WebYekand41d.eot') format('eot'),  url('/fonts/WebYekan.woff') format('woff'),  url('/fonts/WebYekan.ttf') format('truetype');

}

body { font-size: .95em; }

.accordion-group { margin: 0 0 30px }

.accordion-group { margin: 0 }

#demo_wrap {
  margin: 50px auto;
  width: 600px;
}

.no-js .accordion-body { display: block }

.accordion-body {
  display: none;
  padding: 10px 20px 14px;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin: 4px 0;
}

.accordion-body > * > .accordion-body {
  background-color: #ededed;
  margin: 0
}

.accordion-header {
  background: #e7e9ea url("../img/accordion-closed.png") no-repeat 20px center;
  margin: 8px 0;
  color: #555;
  padding: 8px 40px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  text-align:right;
}

.accordion-header.open {
  background: #999 url("../img/accordion-opened.png") no-repeat 19px center;
  color: #fff;
  font-weight: bold
}

.accordion-header:last-of-type { margin-bottom: 0 }

.accordion-header.open:last-of-type { margin-bottom: 4px }

.accordion-header span {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  color: #333;
  font-weight: normal
}
footer {
    padding: 1em;
    color: white;
    background-color:#043556;
    clear: left;
    text-align: center;
   
}