
.list-item {
    overflow: hidden;
    margin: 0 15px;background-color:#FFFFFF;
}

.list-item .list-thumb {
    overflow: hidden;
}

.list-item .list-thumb .title {
    background-color: #9ed034;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    height: 50px;
    text-align: center;
}

.list-item .list-thumb .title h4 {
    color: #fff;
    line-height: 50px;
}



.list-item .list-content h5 {
    color: #19296a;
    font-size: 16px;
    margin: 15px 0 15px 0px;
	font-family:"Roboto Slab";
	text-align:center;
	
}

.list-item .list-content span {
    color: #e54747;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.list-item .list-content a.price-btn {
    display: block;
    background-color: #9ed034;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.list-item .list-content a.price-btn:hover {
    background-color: #90be2c;
}

.owl-prev {
 position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #19296a;
    color: #fff;
    text-align: center;
    line-height: 40px;
	left:-25px;   
	
}

.owl-next {
    right: -25px;
	position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #19296a;
    color: #fff;
    text-align: center;
    line-height: 40px;
}



