@charset "utf-8";

.wrapper {
  height: 100%;
	margin: 0 auto;
	width: 90%;
}

.block-wrapper {
	margin: 10px auto 5px auto;
	text-align: left;
}

.block-wrapper label {
  color: #333;
  cursor: pointer;
  display: block;
	font-size: 18px;
	font-weight: bold;
  height: 40px;
  line-height: 30px;
  padding: 5px 10px;
	position: relative;
  text-shadow: 0px 1px #CCC;
	z-index: 20;
}

.block-wrapper label:hover {
	background: #e8e8e8;
	-webkit-border-radius: 2px;
  border-radius: 2px;
}

.block-wrapper input:checked + label,
.block-wrapper input:checked + label:hover {
	background-color: #999;
	-webkit-border-radius: 2px;
  border-radius: 2px;
}

.block-wrapper input {
	display: none;
}

.block-wrapper .block-content {
	background-color: #EEEEEE;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-webkit-border-radius: 2px;
  border-radius: 2px;
}

.block-wrapper input:checked ~ .block-content {
  height: auto;
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.block {
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
  border-radius: 2px;
}
.block1 {
	background-color: #DDD;
}

.info {
	float: left;
	font-size: 15px;
	margin-top: 10px;
  padding-left: 10px;
  width: 95%;
  word-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* ------ */

.wrapper2 {
  height: 100%;
	margin: 0 auto;
	width: 90%;
}

.block-wrapper2 {
	margin: 10px auto 5px auto;
	text-align: left;
}

.block-wrapper2 label {
  color: #535362;
  cursor: pointer;
  display: block;
  font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
  min-height: 40px;
  line-height: 18px;
  padding: 10px;
	position: relative;
  text-shadow: 0px 1px #CCC;
	z-index: 20;
}

.block-wrapper2 label:hover {
	background: #FFA64D;
	-webkit-border-radius: 2px;
  border-radius: 2px;
  border-left-style:solid;
  border-left-width:3px;
  border-left-color:#FF8000;
}

.block-wrapper2 input:checked + label,
.block-wrapper2 input:checked + label:hover {
	background-color: #FFA64D;
	-webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  text-shadow:none;
  border-left-style:solid;
  border-left-width:3px;
  border-left-color:#FF8000;
}

.block-wrapper2 input {
	display: none;
}

.block-wrapper2 .block-content2 {
	background-color: #EEEEEE;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-webkit-border-radius: 2px;
  border-radius: 2px;
}

.block-wrapper2 input:checked ~ .block-content2 {
  height: auto;
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

/* ------ */

.wrapper3 {
  height: 100%;
	margin: 0 auto;
	width: 100%;
}

.block-wrapper3 {
	margin: 10px auto 5px auto;
	text-align: left;
}

.block-wrapper3 label {
  color: #535362;
  cursor: pointer;
  display: block;
  font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
  min-height: 40px;
  line-height: 18px;
  padding: 10px;
	position: relative;
  text-shadow: 0px 1px #CCC;
	z-index: 20;
}

.block-wrapper3 label:hover {
	background: #FFA64D;
	-webkit-border-radius: 2px;
  border-radius: 2px;
  border-left-style:solid;
  border-left-width:3px;
  border-left-color:#FF8000;
}

.block-wrapper3 input:checked + label,
.block-wrapper3 input:checked + label:hover {
	background-color: #FFA64D;
	-webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  text-shadow:none;
  border-left-style:solid;
  border-left-width:3px;
  border-left-color:#FF8000;
}

.block-wrapper3 input {
	display: none;
}

.block-wrapper3 .block-content2 {
	background-color: #FFF;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-webkit-border-radius: 2px;
  border-radius: 2px;
}

.block-wrapper3 input:checked ~ .block-content2 {
  height: auto;
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

/* ------ */

.block2 {
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
  border-radius: 2px;
}
.block1-2 {
	background-color: #EEE;
	border-bottom-style:dotted;
	border-bottom-color:#BBB;
	border-bottom-width:1px;
}

.block1-3 {
	background-color: #EEE;
	border-bottom-style:dotted;
	border-bottom-color:#BBB;
	border-bottom-width:1px;
}

.info2 {
	float: left;
	font-size: 15px;
	margin-top: 10px;
  padding-left: 10px;
  width: 95%;
  word-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
