]@charset "utf-8";
/* CSS Document */


.css3-animated-example h3 {
  margin: 0;
  background-color: #fff;
  border:1px solid #eee;
}
.css3-animated-example h3.dark-bg{background-color: #fff;}
.css3-animated-example h3.dark-bg a{color:#565698;}

.css3-animated-example h3 a {
  background: url(../images/sprite.png) 15px 13px no-repeat;
  display: block;
  padding: 10px;
  margin: 0;
  color: #565698;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #eee;
}
.css3-animated-example h3 a:hover, .css3-animated-example h3 a:active, .css3-animated-example h3 a:focus{color:#565698; text-decoration:none;}
.css3-animated-example h3:hover { background-color: #fff; }
.css3-animated-example h3.open  { background-color: #fff; }
.css3-animated-example h3.open a { background-position: 13px -25px; }
.css3-animated-example h3 + div { padding: 10px; }

.css3-animated-example h3.dark-bg a:hover, .css3-animated-example h3.dark-bg a:active, .css3-animated-example h3.dark-bg a:focus{color:#565698; text-decoration:none;}
.css3-animated-example h3.dark-bg:hover { background-color: #fff; color:#565698; }
.css3-animated-example h3.dark-bg.open  { background-color: #fff; color:#565698; }
.css3-animated-example h3.dark-bg.open a { background-position: 13px -25px; border-bottom:1px solid #eee;}
.css3-animated-example h3 + div { padding: 10px; }

.table-custom tr:nth-child(odd) td.bg-none{background-color:#f3f3f3; border:0;}
.table-custom tr:nth-child(even) td.bg-none{background-color:#fff; border:0;}

.product-bg{background-color:#565698;}
.sidebar2{border-left:0;}
.school-details{background-color: #565698;  color: #fff; padding: 20px 30px 0;}

/* CSS3 Animation 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;
}
.css3-animated-example .content {
  padding: 10px;
  text-align:left;
}
.css3-animated-example .content p{text-align:left !important;}

.css3-animated-example h3.open + div {
  height: auto;
  background: #fff;
}
.no-padding-top{padding-top:0px;}

.css3-animated-example-old h3{display: block;
    padding: 10px;
    margin: 0;
    color: #565698;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #eee;}
	
.css3-animated-example-old h3{
	margin: 0;
    background-color: #fff;
    border: 1px solid #eee;
	background:url(../images/sprite.png) 15px 13px no-repeat;
}
