 @import url(http://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 {
color: #333;
}
#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: 14px;
	color: #37585D;
	height: 40px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.owl-theme .prezzo {
	font-size: 30px;
	color: #1ec2f3;
	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: #1ec2f3;
	text-align: left;
	width: 50%;
	position: relative;
	float: right;
	padding-left: 10px;
}
.owl-theme .img {
	height: 180px;
	width: 100%;
	display: table;
	overflow: hidden;
	margin-bottom: 20px;
	border: none;
}
.owl-theme .img div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.owl-theme .img div img {
	width: auto;
	height: 180px;
	max-width: inherit;
}
.owl-pagination {
	display: none;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  font-family: 'Source Sans Pro', sans-serif;
    color: #999;
    opacity: 1;
    display: inline-block;
    zoom: 1;
    font-size: 30px;
    font-weight: 500;
    top: -60px;
    z-index: 9;
}

 
	 .titolo_carousel { 
	 		font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	
    font-size: 18px;
    background: #d9d9d9;
    padding: 10px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    clear: both;
	 }
	 
#owl-demo3.owl-theme .owl-controls .owl-buttons div {
   display:none;
}


#owl-demo3.owl-theme .owl-carousel .owl-item .item {

    border: hidden;
}


#owl-demo3.owl-carousel .owl-item {
    float: left;
    padding: 0px;
	border-top: hidden;
	    border-right: 1px solid #ccc;
}
 
	#owl-demo3.owl-theme .titolo_carousel { 
    background: #f07752;
	    margin-bottom: 0px;
	 }

.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 1;
}
.owl-prev {
    position: absolute;
    right: 60px;
	z-index: 9999;
}
.owl-next {
	position: absolute;
	   right: 20px;
	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 screen and (max-width:1170px) and (orientation:portrait) {
	
		    #owl-demo-home .item img {
	width:100%;
    }
	
		    #owl-demo-home .item  {
overflow:hidden;
height:430px;
  
    }
	

	   }*/
	   
@media (max-width:1034px) {
.owl-theme .titolo {
	padding: 0px 10px;
}
}

@media (max-width:768px) {
.owl-theme .img div img {
	width: 100%;
	height: auto;
	max-height: inherit;
}
.owl-theme .img {
	display: -webkit-box;
}
}

@media (max-width:670px) {
.owl-theme .img div img, .owl-theme .img div {
	width: auto;
	height: 100%;
	max-height: 180px;
}
}

@media (max-width:500px) {
.owl-theme .img div img, .owl-theme .img div {
	width: 100%;
	height: auto;
	max-height: inherit;
}
}
