.titolo {
    position: relative;
    float: left;
    width: 65%;
    text-align: left;
    height: 38px;
    overflow: hidden;
    font-size: 13px;
}



.owl-carousel .item {
    text-align: center;
}

    .owl-carousel .item .img {
        /* max-height:100%;
		 height:230px;
		 overflow:hidden;*/
    }

.owl-carousel#owl-demo .item .img_selezioni { /*footer*/
    max-height: 60px;
    max-width: 80px;
}

.owl-carousel#owl-demo .item h1 {
    width: 100%;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

#sync1 .item h1 {
    width: 100%;
    padding-bottom: 5px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #262626;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

.owl-carousel .item h2 {
    width: 100%;
    color: white;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    max-height: 36px;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    text-align: center;
    margin-top:10px
}

.owl-pagination {
    display: none;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: white;
    display: inline-block;
    font-size: 30px;
    background-color: #262626;
    width: 50px;
    height: 40px;
}

.owl-theme#sync2 .owl-controls .owl-buttons div {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    background-color: #262626;
    border: 1px solid #262626;
    width: 30px;
    height: 30px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.owl-theme#sync2 .owl-controls .owl-buttons {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    position: relative;
    height: 30px;
}
/*
.owl-theme#sync2 .owl-prev, .owl-theme#sync2 .owl-next {
    position: absolute;
    bottom: 10px;
    top: inherit;
}
 */
.owl-theme#sync2 .owl-prev {
 
}

.owl-theme#sync2 .owl-next {
   
}
   


.owl-theme .prezzo.preventivo {
    font-size: 22px;
    padding-top: 5px;
}



.owl-theme .owl-controls .owl-buttons div:hover {
}

.owl-prev, .owl-next {
  margin:0px 3px;
}

.owl-prev {

}

.owl-next {

}


/* 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 7px;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #869791;
    }

    .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 {
    background: url(AjaxLoader.gif) no-repeat center center;
}


#owl-demo {
    width: calc(100% - 150px);
    position: relative;
    float: left;
}


@media (max-width:778px) {

    .owl-theme#sync2 .owl-prev, .owl-theme#sync2 .owl-next {
        position: absolute;
        top: 0px;
    }

    #owl-demo {
        width: 100%;
        position: relative;
        float: left;
    }
}
