@import url(https://fonts.googleapis.com/css?family=Dorsa);


.titolo {
    position: relative;
    float: left;
    width: 65%;
    text-align: left;
    height: 38px;
    overflow: hidden;
    font-size: 13px;
}

.prezzo {
    position: relative;
    float: right;
    width: 150px;
}


.owl-carousel .item {
    padding: 10px;
    text-align: center;
}

.owl-carousel.focus-on .item {
    text-align: left;
    margin: 0px 10px;
}

.owl-carousel .item:hover {
    cursor: pointer;
}

    .owl-carousel .item:hover .cbp-vm-title {
        color: #000;
    }

.focus-on .cbp-vm-title {
    padding: 0px;
    color: #6d6e71;
    height: auto;
    text-align: left;
    width: 100%;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -1px;
        height: 36px;
}

.news_riepilogo .focus-on .cbp-vm-title {
    margin: 5px 0px;
    font-size: 13px;
    height:auto
}

.focus-on .categoria {
    text-align: left;
    font-weight: 500;
    color: #6d6e71;
    font-size: 12px;
}

.focus-on .testo {
    max-height: 124px;
    overflow: hidden;
    margin-bottom: 0px;
}

    .focus-on .testo p {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0px;
        color: #6d6e71;
    }

.owl-carousel .item {
    padding: 0px;
    text-align: center;
    margin: 0px 10px;
}

.cbp-vm-price {
    padding: 0px 10px 10px 10px;
    background-color: #f1f1f1;
    text-align: center;
    height: 40px;
}

.owl-carousel .item .img {
    height: 122px;
    width: 37%;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.news_riepilogo .owl-carousel .item .img {
    width: 42%;
}


.owl-carousel#owl-demo2 .item .img {
}

.owl-carousel#owl-demo2 .cbp-vm-title {
    height: auto;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    background-color: transparent;
}

.owl-carousel#owl-demo2 .cbp-vm-price {
    height: auto;
    background-color: transparent;
}

.owl-carousel .item .img .number {
    position: absolute;
    color: white;
    background: #f6891f;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.owl-carousel.focus-on .item .img .number {
    position: absolute;
    font-size: 30px;
    width: 53px;
    height: 64px;
    padding: 10px 5px;
    text-transform: uppercase;
    line-height: 22px;
    top: 0px;
    left: 10px;
}

    .owl-carousel.focus-on .item .img .number span {
        font-size: 21px;
    }

.owl-carousel .item:hover .img .number {
    background: #005fae;
}

.owl-carousel .item img {
    height: 122px;
    width: auto;
        max-width: inherit;
}

.owl-carousel .item h1 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 1em;
    text-align: center;
    color: #333;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    top: -57px;
    right: 0px;
}

.news_riepilogo .owl-theme .owl-controls {
    width: 100%;
    top: -100px;
}

.owl-pagination {
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    font-family: 'Dorsa', sans-serif;
    color: #929292;
    opacity: 0.5;
    display: inline-block;
    zoom: 1;
    font-size: 250px;
    font-weight: normal;
    top: 5%;
    font-stretch: semi-condensed;
    -webkit-transform: scale(1, 1.5);
    -moz-transform: scale(1, 1.5);
    -ms-transform: scale(1, 1.5);
    -o-transform: scale(1, 1.5);
    transform: scale(1, 1.5);
}

    .owl-theme .owl-controls .owl-buttons div:hover {
        opacity: 1;
    }

.owl-prev {
    position: absolute;
    left: -60px;
    z-index: 99;
}

.owl-next {
    position: absolute;
    right: -60px;
    z-index: 99;
}

.owl-theme .prezzo {
    text-align: right;
    font-size: 22px;
    color: #F26522;
    font-weight: 700;
}


    .owl-theme .prezzo.preventivo {
        font-size: 22px;
        padding-top: 5px;
    }



.owl-theme .owl-controls .owl-buttons div:hover {
}

.owl-prev {
    position: absolute;
    top: -22px;
}

.owl-next {
    position: absolute;
    top: -22px;
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 3px;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 20px;
        background: #a7a9ac;
    }


.news_riepilogo .owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}


@media (max-width:778px) {



}

@media (max-width:600px) {
  .news_home .owl-theme .owl-controls {
    top: -136px;
 
}
}
