/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
section.carousel h2, h2.titolo {
  font-size: 60px;
  color: #212121;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  padding: 0px;
  border: none;
  position: relative;
  margin-bottom: 40px;
}
.carousel_prodotto {
  background: white;
}
#loghi .owl-item {}
#loghi .item {
  cursor: ew-resize;
}
#loghi .item img {
  max-height: 50px
}
#news_aside .owl-item, .owl-item {
  padding: 0px
}
#news_aside .item, .item {

}
#prodotti .owl-item, #prodotti2 .owl-item {
  padding: 0px 10px;
}
#prodotti .item, #prodotti2 .item {
  background-color: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px
}
.old_price {
  text-decoration: line-through;
  display: block;
  font-size: 14px;
  position: absolute;
  margin-top: -5px;
  font-weight: normal;
  color: #666;
  top: 2px;
}
.cbp-vm-price {
  position: relative;
  float: left;
  width: 57%;
  padding: 15px;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  color: #eb1c24;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}
.item .cbp-vm-title-cat {
  text-align: center;
  padding: 0px;
  font-size: 19px;
  color: #333;
  height: auto;
  margin: 20px 0px 5px 0px;
  text-transform: uppercase;
}
.cbp-vm-sub {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #797979;
  margin-left: 0px;
}
section .owl-carousel.prodotti .cbp-vm-sub {
  height: 38px;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  clear: both;
  z-index: 2;
}
.owl-carousel {
 
}
aside .owl-carousel {
  padding: 20px;
  margin-bottom: 0px;
  background: white;
  border: 1px solid #e6eaef;
}
aside .owl-carousel#cat_aside {
  padding-bottom: 20px
}
aside .item .immagine_prodotto.cat {
  height: 287px;
  margin-bottom: 10px;
}
aside .cbp-vm-sub {
  font-size: 15px;
}
.owl-carousel#owl-news {
  margin-bottom: 20px;
  padding: 15px;
}
#owl-news .testo p {
  display: none
}
/*#owl-news h2 {
	
	color: white;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 0;
}
#owl-news h3 {
	color: white;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px;
}
#owl-news p {
	margin: 0px;
	color: #d0d3d6ccc;
	font-size: 14px;
	line-height: 20px;
}
/*
#owl-news p.leggidipiu {
	margin: 0px;
	color: #fff;
	font-size: 16px;
}
#owl-news .testo {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	height: 61px;
}
.owl-carousel#owl-slideshow {
	margin-bottom: 0px;
}
#owl-slideshow .caption {
	position: absolute;
	bottom: 0px;
	padding: 30px;
	text-align: center;
	color: white;
	z-index: 9;
	width: 100%;
	background: rgba(0,0,0,0.7);
}
#owl-slideshow .caption h1 {
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	float: left;
}
#owl-slideshow .btn {
	text-align: center;
	color: white;
	border-color: white;
	border: 1px solid white;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	float: right;
	padding: 10px 30px;
}
#owl-slideshow img {

	height: 100%;
	max-width: inherit;
}*/
.owl-theme#owl-demo .owl-controls {
  display: inherit !important;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  text-align: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.item .copertina {
  height: 194px;
  overflow: hidden;
}
.owl-carousel .item .copertina {
  height: 244px;
  overflow: hidden;
}
.item .profilo {
  height: 150px;
  width: 150px;
  overflow: hidden;
  background: white;
  border: 1px solid #ccc;
  display: table;
  float: left;
  position: absolute;
  top: 155px;
  left: 30px;
  z-index: 1;
}
.owl-carousel#professionisti .owl-item {
  padding: 0px 10px
}
.owl-theme#professionisti h3 {
  margin-bottom: 0px;
  text-transform: inherit;
  color: #212121;
  font-weight: 500;
  position: relative;
  float: left;
  width: 85%;
  padding: 10px 0px 0px 185px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
}
section.unico .item h3 {
  /*    margin-bottom: 0px;
    text-transform: inherit;
    width: 84%;
    padding: 10px 0px 0px 250px;
    font-size: 30px;
   font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    float: left;*/
}
section.unico .item .luogo {
  position: relative;
  float: right;
  font-size: 23px;
  padding: 10px 0px 5px 0px;
  color: #797979;
  max-width: 60px;
  font-weight: 500;
}
section.unico .item h3 small {
  font-weight: normal;
}
section.specialisti .item h3 {
  margin-bottom: 0px;
  text-transform: inherit;
  color: #212121;
  font-weight: 500;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0px 0px 185px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
section.unico .item {
  width: 23%;
  border: 1px solid #f1f1f1;
  float: left;
  margin: 1%;
  padding: 20px;
}
section.unico .item {
  width: 23%;
  border: 1px solid #f1f1f1;
  float: left;
  margin: 1%;
  padding: 20px;
  position: relative;
}
section.unico .item ul {
  display: block;
  position: relative;
  float: right;
  clear: right;
}
section.unico .item ul li {
  display: inline-block;
  font-size: 30px;
  margin: 5px;
}
section.unico .item ul li svg {
  color: rgba(57, 54, 51, 0.5);
}
section.unico .item ul li:hover svg {
  color: rgba(57, 54, 51, 1);
}
section.unico .item .copertina {
  height: 497px;
  overflow: hidden;
}
section.unico .item .profilo {
  height: 200px;
  width: 200px;
  overflow: hidden;
  background: white;
  border: 1px solid #ccc;
  display: table;
  float: left;
  position: absolute;
  top: 375px;
  left: 30px;
  z-index: 1;
}
section.specialisti .item small, section.unico .item small {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
section.specialisti .item .luogo {
  float: left;
  font-size: 18px;
  padding: 10px 0px 0px 0px;
  max-width: inherit;
  padding-left: 185px;
}
section.specialisti .item .profilo {
  height: 150px;
  width: 150px;
  overflow: hidden;
  background: white;
  border: 1px solid #ccc;
  display: table;
  float: left;
  position: absolute;
  top: 136px;
  left: 30px;
  z-index: 1;
}
section.specialisti .item {
  display: inline-block;
  width: 50%;
  padding: 0px 10px;
  float: left;
  margin-bottom: 35px;
  position: relative;
}
section.specialisti .copertina img {
  min-height: 200px;
  max-width: -webkit-fill-available;
}
.owl-theme#professionisti small {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.item .profilo div {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}
.item .profilo img {
  padding: 20px;
  max-width: 200px;
}
.owl-carousel .item .profilo img {
  max-width: 150px;
}
section.specialisti .item .profilo img {
  max-width: 150px;
}
.item .luogo {
  position: relative;
  float: right;
  font-size: 20px;
  padding: 15px 0px 0px 0px;
  color: #797979;
  max-width: 60px;
}
@media (max-width:1370px) {
  #news_aside .owl-controls, .owl-controls {}
  .item .copertina {
    height: 200px;
  }
  .item .profilo {
    top: 156px;
  }
  .item .copertina {
    height: 194px;
  }
  section.specialisti .item .profilo {
    top: 150px;
  }
}
@media (max-width:1170px) {
  .owl-buttons {
    display: none;
  }
  #owl-demo-home.owl-carousel {
    margin-bottom: 0px;
  }
}
@media (max-width:1034px) {
  section.unico .item h3 {
    height: 90px;
  }
  #news_aside .item, .item {
    min-height: 350px;
  }
}
@media (max-width:875px) {
  #news_aside .item, .item {
    min-height: 294px;
  }
  section.carousel h2, h2.titolo {
    font-size: 50px;
  }
  section.unico .item {
    width: 31%;
  }
  .owl-carousel .item .copertina {
    height: 310px;
  }
  .owl-carousel .item .profilo {
    top: 225px;
  }
  section.unico .item .copertina {
    height: 317px;
    overflow: hidden;
  }
  section.unico .item .profilo {
    top: 188px;
  }
  section.specialisti .item h3 {
    width: 80%;
  }
  section.specialisti .item .luogo {
    float: right;
    padding-left: 0px;
  }
  section.specialisti .item {
    width: 100%;
  }
  section.specialisti .item .profilo {
    top: 215px;
  }
  .item .copertina {
    height: 300px;
  }
  .item .profilo {
    top: 216px;
  }
}
@media (max-width:778px) {
  section.unico .item {
    width: 48%;
  }
  .item .profilo img {
    max-width: 150px;
  }
  .owl-carousel .item .profilo {
    top: 201px;
  }
  .owl-carousel .item .copertina {
    height: 286px;
  }
  .item .profilo {
    top: 195px;
  }
  .item .copertina {
    height: 243px;
  }
  section.unico .item h3 {}
  section.unico .item .profilo {
    top: 160px;
  }
  section.unico .item .copertina {
    height: 290px;
  }
  .item .copertina {
    height: 280px;
  }
  section.specialisti .item .profilo {
    top: 190px;
  }
}
@media (max-width:690px) {
  .owl-carousel .item .profilo {
    top: 156px;
  }
  .owl-carousel .item .copertina {
    height: 241px;
  }
  section.unico .item h3 {
    width: 78%;
    padding: 10px 0px 0px 188px;
    font-size: 24px;
  }
  section.unico .item .profilo {
    height: 160px;
    width: 160px;
    top: 170px;
    left: 15px;
  }
  section.unico .item .copertina {
    height: 248px;
  }
  section.specialisti .item .profilo {
    top: 148px;
  }
  .item .copertina {
    height: 241px;
  }
  .item .profilo {
    top: 157px;
  }
  #owl-news h2 {
    font-size: 16px;
  }
  #owl-news h3 {
    font-size: 15px;
    margin-bottom: 5px
  }
  #owl-news p {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-width:500px) {
  .video {
    margin: 20px 0px 0px 0px;
  }
  #news_aside .item, .item {
    min-height: 155px;
  }
  section.unico .item {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .cbp-vm-price {
    font-size: 19px;
  }
  section.specialisti .item .profilo img {
    max-width: 115px;
    padding: 10px
  }
  .item .profilo img {
    max-width: 130px;
  }
  .owl-carousel .item .profilo img {
    max-width: 90px;
    padding: 0px
  }
  .owl-carousel .item .profilo {
    top: 6px;
  }
  .owl-carousel .item .copertina {
    height: 133px;
  }
  section.specialisti .item h3 {
    padding: 10px 0px 0px 0px;
  }
  section.specialisti .item .profilo {
    top: 5px;
    left: 14px;
    height: 124px;
    width: 124px;
  }
  section.unico .item h3 {
    width: 100%;
    padding: 10px 0px 0px 0px;
  }
  section.unico .item .luogo {
    float: left;
  }
  section.unico .item .profilo {
    height: 132px;
    width: 132px;
    top: 3px;
    left: 4px;
  }
  section.unico .item .copertina {
    height: 140px;
  }
  .item .profilo {
    position: absolute;
    top: 6px;
    left: 18px;
    height: 120px;
    width: 120px;
  }
  .item .copertina {
    height: 133px;
  }
  .owl-theme#professionisti h3 {
    width: 70%;
    padding: 10px 0px 0px 0px;
  }
}