/*.annunci .prodotto {width: 33%;float: left;}*/
.annunci {overflow-y: hidden;background-color: white;padding: 20px;position: relative;}
.annunci-titolo {font-size: 31px !important;color: #19742e !important;font-weight: 600 !important;}
.prodotto p.name a{display:block;font-size: 13px !important;line-height: 15px !important;font-weight: 600 !important;text-transform: uppercase;max-width: 90%;min-height: 45px;color: #151515;}
.prezzo span {font-size: 14px;}
.prezzo {font-size: 18px !important;line-height: 18px !important;float: left;width: 55%;color: #e63c11 !important;font-weight: 900 !important;}
.prezzo label {display: block;font-size: 10px;line-height: 10px;}
.prodotto .bottom a {background-color: #5e9627;color: white;font-size: 14px;padding: 5px 10px;border-radius: 20px;}
.prezzo label {color: #555;}
.prodotto .imm {min-height: 180px;position:relative;}
.prodotto .imm a {position:absolute;display: block;width: 100%;height: 100%;}
.prodotto p.name{margin-bottom: 8px !important;}
.annunci .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ed4e11 !important;border: 1px solid #acacac !important;width: 15px;height: 15px;}
.annunci .owl-theme .owl-dots .owl-dot span {background: white !important;height: 15px !important;width: 15px !important;border: 1px solid #acacac !important;}
.annunci .owl-dots {margin: 0px !important;}
/*.arrow .left {position: absolute;top: 47%;width: 100%;left: 0;}
.arrow .right{position: absolute;top: 47%;width: 100%;right: 0;}
.arrow i {font-size: 25px;margin-top: 3px;}
.balls {width: 100%;overflow: hidden;float: left;clear: both;text-align: center;display:none;}
.annunci .prodotto {display: none;}
.prodotto.actived {display: block;}
.arrow .left, .arrow .right {width: 35px;height: 35px;background: #f7f7f7;text-align: center;border: 1px solid #e3e3e3;border-radius: 100%;}
.annunci .ball.actived{background-color: #e63c11;}
.balls .ball {cursor: pointer;width: 15px;height: 15px;border: 1px solid #808080;display: inline-block;margin-right: 3px;border-radius: 100%;margin-left: 3px;}
*/
@media only screen and (max-width: 550px) {
	body .balls{display:block;}
	body .annunci .prodotto {width: 100%;}
	body .annunci p.name a {font-size: 19px !important;line-height: 22px !important;max-width: 100% !important;}
	body .prodotto .imm {min-height: 275px;}
	body .prezzo {font-size: 31px !important;line-height: 27px !important;}
	body .prezzo label {font-size: 13px;line-height: 13px;}
	body .prodotto .bottom a {font-size: 17px;padding: 8px 10px;border-radius: 20px;text-align: center;width: 45%;display: inline-block;margin-top: 4px;}
}

@media only screen and (max-width: 400px) {
	body .annunci-titolo {font-size: 25px !important;}
}




    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }

