

.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:1px solid #b8b1b1;
}

.list-item .list-content1 h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 16px;
    padding:12px 0px;
	text-align:center;
	background-color:#00a85a;
	text-transform:uppercase;
}
.list-item .list-content2 h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 16px;
    padding:12px 0px;
	text-align:center;
	background-color:#ffcc2a;
	text-transform:uppercase;
}
.list-item .list-content3 h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 16px;
    padding:12px 0px;
	text-align:center;
	background-color:#ec3237;
	text-transform:uppercase;
}
.list-item .list-content4 h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 16px;
    padding:12px 0px;
	text-align:center;
	background-color:#9e5825;
	text-transform:uppercase;
}
.list-item .list-content5 h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 16px;
    padding:12px 0px;
	text-align:center;
	background-color:#da4354;
	text-transform:uppercase;
}
.list-item .list-content6 h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 16px;
    padding:12px 0px;
	text-align:center;
	background-color:#343c49;
	text-transform:uppercase;
}
.list-item .list-content7 h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 16px;
    padding:12px 0px;
	text-align:center;
	background-color:#0f8f07;
	text-transform:uppercase;
}
.list-item .list-content8 h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 16px;
    padding:12px 0px;
	text-align:center;
	background-color:#420256;
	text-transform:uppercase;
}

.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%;
    margin-top: -20px;
	margin-right:2px;
    width: 40px;
    height: 40px;
    background-color: #af0a0a;
	font-size:28px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.owl-next {
    right: -40px;
}


@media screen and (min-width: 240px) {
    .owl-next {
        right: 13px;
    }
}

@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;
    }
}

