
.list-item {
    overflow: hidden;
    margin: 0 15px;
	background-color:#1e4183;
}

.list-item .list-thumb {
    overflow: hidden;
}


.list-item .list-content h5 {
    color: #CCCCCC;
    font-weight: 100;
    font-size: 14px;
    margin: 15px 0 15px 15px;
	font-family:Raleway;
	text-align:center;
}



.owl-prev {
 position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size:80px;
    color: #1e4183;
    text-align: center;
    line-height: 40px;
	left:-25px;   
	
}

.owl-next {
    right: -25px;
	position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size:80px;
    color: #1e4183;
    text-align: center;
    line-height: 40px;
}



