



#custom-show-hide-example h1 {
  border-bottom: 1px solid #333;
  font-size: 32px;
  color: #fff;
  padding-bottom: 12px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

#custom-show-hide-example h2 {
  margin: 10px 0;
  color: #000;
  font-size: 18px;
  text-shadow: 1px 1px 2px #fff;
}

#custom-show-hide-example h3 {
	font-size:14px;
  margin: 0;
  background-color: #fff;
 /* background-image: linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -o-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -moz-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -webkit-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -ms-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);*/
}

#custom-show-hide-example ul { padding-left:0px; margin:0px; }

#custom-show-hide-example ul li{      
	color: #e14c68;
	list-style:square outside;
    padding-bottom: 0;
    padding-left: 2px;
	margin-left:40px;
    padding-top: 0;
    text-decoration: underline; 
	}
	#custom-show-hide-example li:last-child {
    margin-bottom: 10px;
}
	#custom-show-hide-example ul li a{ 
	color: #e14c68;
	
	
	}

#custom-show-hide-example ul li:hover { background-color:#ccc; }

#custom-show-hide-example ul .act { background-color:#ccc; }
#custom-show-hide-example h3 a {
  background: url("sprite.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  border-top: 1px solid rgba(128, 10, 85, 0.5);
 /* text-shadow: 1px 1px 1px rgb(128,10,85);*/
}
#custom-show-hide-example h3:hover { background: #ccc }
#custom-show-hide-example h3.open  { background: #fff }
#custom-show-hide-example h3.open a { background-position: 13px -25px; }
#custom-show-hide-example h3 + div { padding: 10px; }
#custom-show-hide-example 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
--- */
#custom-show-hide-example h3+div {
  display: none;
}

/* CSS3 Animation example
--- */
#custom-show-hide-example #css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  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;
}
#custom-show-hide-example #css3-animated-example .content {
  padding: 10px;
}

#custom-show-hide-example #css3-animated-example h3.open + div {
  height: auto;
  background: #aaffff;
}

/* Event example
--- */
#custom-show-hide-example pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

/* Responsive design
--- */
@media screen and (max-width: 1056px) {


}

.test { background: #ccc; padding: 10px; border-bottom: 1px solid #aaa;}
.test + div { background: #fff; padding: 10px; }

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

#custom-show-hide-example  h1 {
    font-size: 28px;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
 
}
