/* Page */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,dl,dt,dd,a,fieldset,th,td{border:0;outline:none;margin:0;padding:0;}
.wrap ul,.wrap ul li a{list-style: none; margin:0px; padding:0px;}
ul.text {margin-bottom: 1em; line-height: 1.5em; }
.text-center {text-align:center;}
body {font: normal 15px Arial, sans-serif; line-height:20px;}
h2 {font: normal 26px Arial, sans-serif; padding: 20px 0; margin: 0 0 30px 0;}
.wrap {width:100%; margin:0px auto;}
.demo-container {float: left; width:100%; }
.demo-container h4 {font-size: 12px; margin: 0 0 5px 0;}
.clear {clear: both;}

.dcjq-count {float: right; color:#FFFFFF;}
.ul li hasChilds { margin:0px; padding:0px; }

.coursecontainer {
  max-width: 970px;
}

div[class*='col-'] {
  
}

.coursewrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.coursepanel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.coursepanel:last-child {
  border-bottom: none;
}

.coursepanel-group > .panel:first-child .coursepanel-heading {
  border-radius: 4px 4px 0 0;
}

.coursepanel-group .coursepanel {
  border-radius: 0;
}

.coursepanel-group .coursepanel + .coursepanel {
  margin-top: 0;
}

.coursepanel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.coursepanel-title a {
  display: block;
  color: #000;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 401;
}

.coursepanel-body {
  background: #fff;
}

.coursepanel:last-child .coursepanel-body {
  border-radius: 0 0 4px 4px;
}

.coursepanel:last-child .coursepanel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.coursepanel:last-child .coursepanel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.coursepanel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.coursepanel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .coursepanel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .coursepanel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#courseaccordion .coursepanel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#courseaccordion .coursepanel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}


.hovereffect {
	background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, 
white 1%, #f9f9f9 98%) repeat scroll 0 0
transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #DFDFDF;
border-left: 1px solid #ECECEC;
border-radius: 8px;
border-right: 1px solid #ECECEC;
box-shadow: 0 1px 1px 0     rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
	min-height:115px;
	border-radius:8px;
	border-top:solid 3px #E36159;
}
.hovereffect:hover .overlay {
    background-color:;
}
.course-box {
    position: relative;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect h4 {
    color:#fff;
text-align: center;
position: relative;
font-size: 1.2em;
padding: 10px 0;
width: 80%;
margin:0px auto;
background:#3a5795;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    letter-spacing: 1px;
}
.hovereffect:hover h4 {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
}
.hovereffect p {
    color: #fff;
background-color:transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: normal;
    margin: 0;
    padding:2em 2em 0em;
    letter-spacing: 2px;
}
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	color:#000;
	font-weight:bold;
}