

.list-item {
    overflow: hidden;
    margin: 0 15px;
	
}

.list-item .list-thumb {
    overflow: hidden; 
}



.list-item .list-thumb .title h4 {
    color: #fff;
    line-height: 50px;
}

.list-item .list-thumb img {
    width: 100%; height:auto;
	border-radius:200px;
	border:5px solid #a6cf45;
	transition: 0.4s;
}

.list-item .list-thumb img:hover {
    width: 100%; height:auto;
	border-radius:200px;
	border:5px solid #00824e;
	transition: 0.4s;
}

.list-item .list-content h1 {
    color: #00824e;
	border-bottom:3px solid #00824e;
    font-family:'Didact Gothic', sans-serif;
	margin:0px;
    font-size: 18px;
    padding:15px 0px;
	text-align:center;
	background-color:#f0f0f0;
}
.list-content h1 a:link{font-family:'Didact Gothic', sans-serif; font-size:18px; color:#00824e; text-decoration:none; transition: 0.6s;}
.list-content h1 a:visited{font-family:'Didact Gothic', sans-serif; font-size:18px; color:#00824e; text-decoration:none; transition: 0.6s;}
.list-content h1 a:hover{font-family:'Didact Gothic', sans-serif; font-size:18px; letter-spacing:1px; color:#00824e; text-decoration:none; transition: 0.6s;}

.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-next,.owl-prev {
    position: absolute;
    top: 50%;
	border-radius:10px;
    margin-top: -45px;
	margin-right:0px;
    width: 30px;
    height: 35px;
    background-color: #a7cd42;
	font-size:28px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.owl-next {
    right: -40px;
}


@media screen and (min-width: 240px) {
    .owl-next {
        right: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-next {
        right: 13px;
    }
}

@media screen and (min-width: 992px) {
    .owl-next {
        right: -40;
    }
}

.owl-prev {
    left: -40px;
}

@media screen and (min-width: 240px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 992px) {
    .owl-prev {
        left: -40;
    }
}

