body {
	color:#333;
	font:15px "Lucida Sans Unicode","Lucida Grande", Helvetica, Arial, sans-serif;
  background: linear-gradient(#fbdcc3, white);
  background-attachment: fixed;
	margin: 0;
	padding: 0;
}

.main {
  margin: auto;
  width: 60%;
  min-width: 640px;
  background-color: white;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  .main {
    width: 90%;
  }
}

.content {
	min-height: 1000px;
  min-width: 600px;
  background-image: url(../images/logo_back.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

h1 {
	font-size:30px;
	color:#fb4905;
	margin:10 10 19px;
	overflow:hidden;
	line-height:37px;
	letter-spacing:-1px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#fb4905;
}
a:hover {
	text-decoration:underline;
}

.accordion {
  padding: 0;
  margin: 2em 0;
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  position: relative;
}

.accordion__title {
  padding: 0 1em;
  /*background: #ccc;*/
  border-bottom: 2px solid #eee;
  color: #222;
  float: left;
  line-height: 3;
  height: 3em;
  cursor: pointer;
  margin-right: .25em;
  font-weight:bold;
}

.no-js .accordion__title {
  float: none;
  height:auto;
  cursor:auto;
  margin:0;
  padding:0 2em;
}

.accordion__content {
  float: right;
  width: 100%;
  margin: 3em 0 0 -100%;
  padding: 2em;
  /*background: silver;*/
}

.no-js .accordion__content {
  float:left;
  margin:0;
}

.accordion__title:hover,
.accordion__title.active {
  /*background: silver;*/
  color: #fb4905;
}

.no-js .accordion__title:hover {
  /*background-color:#ccc;*/
  color:#fb4905;
}

.accordion__title.active {
  border-bottom-color:#fb4905;
}

@media (max-width: 48em) {

  .accordion {
    border: 1px solid #fb4905;
  }

  .accordion__title,
  .accordion__content { 
    float: none;
    margin: 0;
  }

  .accordion__title:first-child {
    border:none;
  }

 .accordion__title.active {
  border-top-color:#eee;
  }

  .accordion__title.active, .accordion__title:hover {
    background:#777;
  }

  .accordion__title:before {
  content:"+";
  text-align:center;
  width:2em;
  display:inline-block;
  }
 .accordion__title.active:before {
  content:"-";
  }

  .accordion__content {
    position:relative;
    overflow:hidden;
     padding:1em;
  }

}
