.clear{
	clear: both;
}

.owl-carousel .item {
  margin: 8px 25px 8px 3px;
}

.owl-carousel .item img{
	display: block;
	width: 100%;
	height: auto;
}

.gts_template3_carousel .item{
  
}

.gts_template3_carousel .car_title a{
  color: #CA7700;
  font-size: 15px;
  text-decoration: none;
}

.gts_template3_carousel .car_title {
  position: absolute;
  top: -50px;
  width: 95%;
  text-align: center;
    -webkit-transition: all 0.3s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s ease;/* Firefox 4-15 */
	-o-transition: all 0.3s ease;/* Opera 10.5-12.00 */
	transition: all 0.3s ease;/* Firefox 16+, Opera 12.50+ */
}

.gts_template3_carousel .item:hover img{
	opacity: .5;
}

.gts_template3_carousel .item:hover .car_title {
  font-weight: bold;
  top: 30%;
}

.gts_template3_carousel .car_title a:hover{
  text-decoration: underline;
}

.gts_template3_carousel .read_more {
  float: right;
  margin-top: 15px;
}

.gts_template3_carousel .read_more a {
  clear: both;
  color: #CA7700;
  text-decoration: none;
}

.gts_template3_carousel .read_more a:hover{
  text-decoration: underline;
}