.home h1 {
  line-height: 1;
}
.home h2 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .home h2 {
    font-size: 30px;
  }
}

.home .t3-sl-1 {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}

.home .t3-sl-2 {
  text-align: center;
}
.home .t3-sl-2 .img-responsive {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-2 p {
    font-size: 16px;
    line-height: 22px;
  }
}

.home .jumbotron {
  background-color: transparent;
  position: relative;
  margin: 0;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
  padding-bottom:30px;
}

.home .jumbotron p > img {
  margin-top: 20px;
}

.home .jumbotron h1 {
  margin-bottom: 10px;
  margin-top: 0;
}

.home .jumbotron h1 a{
  color: #444;
}

.home  .jumbotron p {
  font-size: 18px;
  color: #444;
}

.home .carousel-caption{
  position: absolute;
  top:100px;
  left:0;
  height:200px;
  padding-left:25px;
  width:400px;
  background-color:rgba(0, 0, 0, 0.5);
  text-align: left;
}

.home .carousel-caption a{
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  
}

.home .carousel-caption h1{
  margin-top:10px;
}

.home .carousel-caption small{
  font-size:14px;
}

.home .carousel-caption ul{
  padding-left:20px;
}

.intro-bar a{
  color:#333;
}


.modulelatestnew .module-ct{
    padding-right: 15px;
	 height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modulelatestnew h4{
  color:#000;
	font-size:16px;
}

.modulelatestnew p,
.modulelatestnew a{
	font-size:14px;
    margin:0 0 5px;
}