/* Latest Projects
----------------------------------------------------------------------------------------------------*/
.list_carousel{
position: relative;
}

.list_carousel ul {
margin: 0;
padding: 0;
list-style: none;
display: block;

}
.list_carousel li {
color: #999;
text-align: center;
padding: 0;
margin:0px 25px 0px 0px;
display: block;
float: left;
width:197px !important;
}

.list_carousel.responsive {
width: auto;
margin-left: 0;
}

.list_carousel span.controls{
display:block;
overflow:hidden;
position: absolute;
top:-60px;
right:0px;
}

.list_carousel .prev {
float: left;
margin-right:1px;
background-color:#2b2b2b;
text-align:center;
width:27px;
height:27px;
line-height:22px;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
}
.list_carousel .next {
float: right;
background-color:#2b2b2b;
text-align:center;
width:27px;
height:27px;
line-height:22px;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
}

.list_carousel .next:hover,
.list_carousel .prev:hover{
background-color:#DF6232;
}


/* Latest News
----------------------------------------------------------------------------------------------------*/
.latest_news{
position: relative;
}

.latest_news ul {
margin: 0;
padding: 0;
list-style: none;
display: block;

}
.latest_news li {
color: #999;
display: block;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px solid #fff;
}

.latest_news .responsive {
width: auto;
margin-left: 0;
}

.latest_news span.controls{
display:block;
overflow:hidden;
position: absolute;
top:-60px;
right:0px;
}

.latest_news .prev {
float: left;
margin-right:1px;
background-color:#2b2b2b;
text-align:center;
width:27px;
height:27px;
line-height:22px;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
}
.latest_news .next {
float: right;
background-color:#2b2b2b;
text-align:center;
width:27px;
height:27px;
line-height:22px;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
}

.latest_news .next:hover,
.latest_news .prev:hover{
background-color:#DF6232;
}

.latest_news h5{
padding-bottom:10px;
}