 @import url(http://fonts.googleapis.com/css?family=Dorsa);
.owl-buttons {
}
.linguetta {
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	background: #ff8527;
	z-index: 9;
	padding: 7px 10px;
	top: 10px;
	left: 10px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.linguetta.new {
	background-color: #878fa2
}
.item {
    color: #4c4c4c;
    cursor: pointer;
    width: 60%;
}

#owl-area .item {
  width:100%
}

#owl-news .item {
color: #fff;
    font-weight: 300;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
padding:0px;
    display: table-cell;
    vertical-align: middle;
    height: 300px;
}
#owl-news .item p {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
	    color: white;
}

.owl-carousel#owl-news {

}

.prodotti_simili .item {
	min-height: 280px;
	background: white;
	text-align: center;
	padding: 10px;
	color: #4c4c4c;
	cursor: pointer;
	border: 1px solid #ccc;
	margin: 10px;
}
.prodotti_simili .linguetta {
	top: 20px;
	left: 20px;
	font-size: 13px;
}
.item .logo {
	margin: 0px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 7;
}
.item .logo img {
	height: 28px
}
.item .brand {
	padding: 20px 0px 10px 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.item .dettagli {
	max-height: 42px;
	overflow: hidden;
	margin: 10px 0px;
}

.item .div_extra {
	color: #666;
}
.old {
	font-size: 18px;
	color: #93959e;
	text-decoration: line-through
}
.item .dettagli p {
	color: #93959e;
	font-size: 14px;
	line-height: 14px;
}
.item .cbp-vm-title {
}
.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: #333;
	font-size: 35px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#owl-demo-home .caption h1 a {
	color: #333;
}
#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 .immagine_prodotto a {
	display: inherit
}
#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 {
}
.owl-theme .titolo {
	font-size: 15px;
	color: #5a4a42;
	height: 40px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.owl-theme .prezzo {
	font-size: 30px;
	color: #333;
	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: #333;
	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 {
    position: absolute;
    bottom: 0%;
    text-align: center;
    width: 100%;
}
/* 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: 15%;
	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: 9999;
}
.owl-next {
	position: absolute;
	right: -60px;
	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;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 16px;
      margin: 15px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
 
    border: 2px solid #fff;
}


.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;
	background: white;
}
/* 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:1034px) {   /* STILE TABLET */
#owl-news .item {
    font-size: 20px;
    line-height: 32px;
}
}


@media (max-width:778px) { 

#owl-news .item p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
}




@media (max-width: 600px) { 

#owl-news .item {
    font-size: 16px;
    line-height: 23px;
	height: 500px;
}
#owl-news .item p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
}
