@import url(https://fonts.googleapis.com/css?family=Dorsa);

.owl-buttons {
    /* display: none; */
}

.item {
    min-height: 360px;
    padding: 0px 20px;
}

#owl-demo2 {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

    #owl-demo2 .item {
        min-height: 360px;
        padding: 0px;
    }

    #owl-demo2 .testo {
        margin-bottom: 0px;
        text-align: center
    }

    #owl-demo2 .owl-item .dettagli, #owl-demo2 .owl-item .dettagli a, #owl-demo2 .owl-item .dettagli, #owl-demo2 .btn {
        display: none;
    }

.owl-carousel.portfolio .item {
    min-height: inherit;
    padding: 0px 20px;
}

.owl-carousel.portfolio {
    margin-bottom: 0px;
}

.item .cbp-vm-title {
    /*font-size: 22px;
	text-align: center;
	font-weight: 300;
	height: 55px;
	margin-bottom: 10px*/
}

    .item .cbp-vm-title a {
        color: #38617a;
        font-family: 'Roboto', sans-serif;
        color: #38617a;
        font-size: 17px;
        font-weight: 700;
        position: relative;
        clear: both;
    }


        .item .cbp-vm-title a:hover {
            text-decoration: none;
        }


.item .cbp-vm-price {
    text-align: center;
}

.item .cbp-vm-add {
    margin-top: 5px;
}

#owl-demo-home a {
    text-decoration: none;
}

#owl-demo-home .caption {
    position: absolute;
    text-align: center;
    bottom: 20px;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    #owl-demo-home .caption h1 {
        color: #38617a;
        font-size: 35px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

        #owl-demo-home .caption h1 a {
            color: #38617a;
        }

    #owl-demo-home .caption h2 {
        color: #5a4a42;
        font-size: 24px;
        margin-bottom: 0em;
    }

#owl-demo-home .item img {
    height: 430px;
    margin-bottom: 0em;
}

#owl-demo-home .item {
    border: 1px solid white;
}

#owl-demo a {
    /*	position: relative;
	float: inherit;
    display: inline-flex;
	margin: 0px auto;*/
}

#owl-demo .item img {
}

.dx.catalogo #owl-demo .item img {
    margin-bottom: 0em;
}

#owl-demo .item h1 {
    font-weight: 300;
    font-size: 3em;
    margin-bottom: 0.5em;
    text-align: left;
    color: #FFFFFF;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    display: none;
}

.owl-theme .titolo {
    font-size: 15px;
    color: #5a4a42;
    height: 40px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.owl-theme .prezzo {
    font-size: 30px;
    color: #38617a;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    .owl-theme .prezzo.vecchio {
        text-align: right;
        width: 50%;
        color: #b4aea8;
        text-decoration: line-through;
        position: relative;
        float: left;
        padding-right: 10px;
    }

    .owl-theme .prezzo.nuovo {
        color: #38617a;
        text-align: left;
        width: 50%;
        position: relative;
        float: right;
        padding-left: 10px;
    }

.owl-theme .img {
    height: 200px;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

    .owl-theme .img div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .owl-theme .img div img {
            max-width: 100%;
            max-height: 200px;
        }

.owl-pagination {
    display: none;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    font-family: 'Dorsa', sans-serif;
    color: #b7b7b7;
    opacity: 0.3;
    display: inline-block;
    zoom: 1;
    font-size: 400px;
    font-weight: 300;
    top: -15%;
}

    .owl-theme .owl-controls .owl-buttons div:hover {
        opacity: 0.5;
    }

.owl-prev {
    position: absolute;
    left: 0px;
}

.owl-next {
    position: absolute;
    right: 0px;
    z-index: 9999;
}
/* 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 {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
