/*carsoul */

.module .moduletablecarsoul h3{
text-align: center;
}

.item .span3 {
  padding-right: 1%;
  padding-left: 1%;
  padding-bottom: 20px;
}



.services .item-image img {
	height: 200px;
}

.services .entry-content .item-description1 {
	font-size: inherit;
}

.services .row-fluid {
	padding-top: 15px;
}

.services .item-inner {
	box-shadow: 3px 3px 10px 4px #eee;
	padding: 5px 16px;
	text-align: center;
}

.services .item-inner p {
	text-align: justify;
}


.services .item-title {
  padding-top: 10px;
}
.item-title a, .item-title a:hover {
	font-family: inherit;
	
}


.services .entry-content {
	padding-bottom: 10px;
}


.services .item-title {
	height: 67px;
	overflow: hidden;
}
.projects .item-title {
	position: relative;
	top: 227px;
	width: 78%;
	padding: 8px 15px;
	background: #ffc300;
   z-index: 999;
  }
.projects .item-title a{
  color: #424446;
}

.projects .item-inner:hover .item-title {
background: #424446;
}

.projects .item-inner:hover .item-title a{
  color: #ffc300;
  }
  

.projects .item-inner:hover .item-image {
  opacity: 0.4;
  background:#333;
}


.projects .entry-content {
	margin-top: -64px;
}

.carousel-controls1 {
	display: block;
	z-index: 9999;
	position: relative;
  text-align: center;
  padding-bottom: 20px;
}


.carousel-control1 {
	width: 40px;
	height: 40px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 2px;

}

.left.carousel-control1 {
	background: url(../images/carsaul-left-arrow.png) no-repeat center #a9aaab;
}
.right.carousel-control1 {
	background: url(../images/carsaul-right-arrow.png) no-repeat center #a9aaab;
}



.carousel-control1:hover {
  background-color: #1d8306;
  }


