 @import url(https://fonts.googleapis.com/css?family=Dorsa);
#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: #1ec2f3;
    font-size: 35px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
#owl-demo-home .caption h1 a {
    color: #1ec2f3;
}
#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 {
}
#owl-demo .item img {
    max-height: 200px;
}
.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: 14px;
    color: #262626;
    text-transform: uppercase;
    height: 50px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding: 0px 20px;
}
.owl-theme .prezzo {
    font-size: 30px;
    color: #262626;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.prezzo a, a .prezzo:hover a {
    text-decoration: none !important
}
.owl-theme .prezzo {
}
.owl-theme .img {
    height: 200px;
    width: 100%;
    display: table;
    margin-bottom: 20px;
    text-align: center;
}
.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: #b4aea8;
    opacity: 0.5;
    display: inline-block;
    zoom: 1;
    font-size: 250px;
    font-weight: normal;
    top: 0%;
}
.sx .owl-theme .owl-controls .owl-buttons div {
    font-size: 119px;
    top: 18%;
    margin: 10px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 1;
}
.owl-prev {
    position: absolute;
    left: -50px;
    z-index: 9999;
}
.owl-next {
    position: absolute;
    right: -50px;
    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
}

@media (max-width:1370px) { /* STILE TABLET*/
.owl-theme .owl-controls .owl-buttons div {
    display: none
}
.owl-theme#owl-slideshow .owl-controls .owl-buttons div {
    display: inherit
}
}

@media (max-width:1124px) { /* STILE TABLET*/
.owl-theme#sync2 .owl-prev, .owl-theme#sync2 .owl-next {
    bottom: 132px;
}
}

@media screen and (max-width:1170px) and (orientation:portrait) {
#owl-demo-home .item img {
    width: 100%;
}
#owl-demo-home .item {
    overflow: hidden;
    height: 430px;
}
}
