@font-face {
    font-family: 'pacificoregular';
    src: url('/carac/pacifico.eot');
    src: url('/carac/pacifico.eot?#iefix') format('embedded-opentype'),
         url('/carac/pacifico.woff') format('woff'),
         url('/carac/pacifico.ttf') format('truetype'),
         url('/carac/pacifico.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h3 {
	font-family:'pacificoregular';
  margin: 0;
  color:#FFF;
  background-color: #FFF ;
  background-image: linear-gradient(bottom, rgb(88,173,188) 14%, rgb(88,173,188) 57%);
  background-image: -o-linear-gradient(bottom, rgb(88,173,188) 14%, rgb(88,173,188) 57%);
  background-image: -moz-linear-gradient(bottom, rgb(88,173,188) 14%, rgb(88,173,188) 57%);
  background-image: -webkit-linear-gradient(bottom, rgb(88,173,188) 14%, rgb(88,173,188) 57%);
  background-image: -ms-linear-gradient(bottom, rgb(88,173,188) 14%, rgb(88,173,188) 57%);
}

h3 a {
  background: url("sprite.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  font-family:Oxygen;
  font-style:normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

h3 a:link {
	color:#fff;
	font-style:italic;
	text-decoration: none;
	  font-style:normal;

}
h3 a:visited {
	text-decoration: none;
	font-style:italic;
	color: #fff;
}
h3 a:hover {
	text-decoration: none;
	color: #fff;
}
h3 a:active {
	text-decoration: none;
	font-style:italic;
	color: #000;
}

h3:hover { background: rgb(134,224,229); color:#FFF;}
h3.open  { background: rgb(52,161,188); color:#FFF;}
h3.open a { background-position: 13px -25px; color:#FFF; }
h3 + div { padding: 10px; }

h2 + div,
.example {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
}

/* Pre hide sections with JavaScript on
--- */
h3+div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #FFF;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .content {
  padding: 10px;
}

#css3-animated-example h3.open + div {
  height: auto;
  background: #e2e3e3;
}
