/* http://nicolasgallagher.com/micro-clearfix-hack */


.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}
.minimal {
  margin:0;
}
.minimal.accordion {
  margin: 0px ;
}
.minimal:focus {
  outline: none;
}
.minimal.accordion > section {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 24px;
}
.minimal.accordion > section > * {
  max-width: 100%;
}
.minimal.accordion > section > :first-child {
  margin-top: 0;
}
.js .minimal.accordion > section {
  padding: 0;
}
.js .minimal.accordion > section > :first-child {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 12px 24px;
  border-bottom:none;  
}
.js .minimal.accordion > section > h3{background:url(../../../images/ico_dropdown.png) no-repeat center right 15px; background-size:12px;}
.js .minimal.accordion > section > :first-child + * > * {
  padding: 24px;
}
.js .minimal.accordion > section > :first-child + * > * > * {
  max-width: 100%;
}
.js .minimal.accordion > section > :first-child + * > * > :first-child {
  margin-top: 0;
}
.js .minimal.accordion > section > :first-child + * > * > :last-child {
  margin-bottom: 0;
}
.minimal.accordion > section > :last-child {
  margin-bottom: 0;
}
.minimal.accordion > section + section {
  margin-top: -1px;
}
.js .minimal.tabs.hide-title > section > :first-child + * {
  margin-top: 0;
}
.minimal.tabs > section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 0;
}
.minimal.tabs > section > * {
  max-width: 100%;
}
.minimal.tabs > section > :first-child {
  margin-top: 0;
}
.js .minimal.tabs > section > * > * {
  margin-top: 0;
}
.js .minimal.tabs > section > * > * > * {
  max-width: 100%;
}
.js .minimal.tabs > section > * > * > :first-child {
  margin-top: 0;
}
.js .minimal.tabs > section > * > * > :last-child {
  margin-bottom: 0;
}
.minimal.tabs > section > :last-child {
  margin-bottom: 0;
}
.minimal.tabs > section + section {
  margin-top: -1px;
}
.js .minimal.tabs > section + section {
  margin-top: 0;
}
.minimal.tabs > ul {
  zoom: 1;
  display: table;
  list-style: none;
  margin: 0 0 -1px 0;
  padding: 0;
}
.minimal.tabs > ul:after {
  clear: both;
}
.minimal.tabs > ul:after,
.minimal.tabs > ul:before {
  display: table;
  content: "";
}
.minimal.tabs > ul > li {
  background: #007D78;
  float: left;
  padding: 12px 15px;
  color:#fff;
  font-size:0.8em;
  margin-right:1px;
 border-radius:5px 5px 0 0;
 border-bottom:thin solid #333;
}
.minimal.tabs > ul > li a {
  font-weight: normal;
  color: #FFF!important;
  text-decoration: none!important;
}
.minimal.tabs > ul > li:hover {
  background: rgba(0, 0, 0, 0.80);
}
.minimal.tabs > ul > li:before {
	display: none;
}
.minimal.tabs > ul > li.current {
  pointer-events: none;
  background:#CC0003;
  color:#fff;
}
.minimal.tabs > ul > li.current a{
	color:#fff!important;
}
.minimal.tabs > ul > li + li {
  border-left: none;
}
