/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
#loghi .owl-item {}
#loghi .item {
  display: table;
  width: 100%;
  height: 100px;
  text-align: center
}
#loghi .item div {
  display: table-cell;
  vertical-align: middle;
}
#loghi .item img {
  max-height: 50px;
  max-width: 150px;
}
.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;
}
aside .owl-carousel {
  padding: 10px;
  border-top: none;
}
aside .owl-theme .owl-controls .owl-buttons div {
  color: #887971;
  zoom: 1;
  font-size: 30px;
  top: -37px;
  font-weight: 700;
  font-family: 'Philosopher', sans-serif;
}
aside .owl-buttons {
  display: inherit
}
aside .owl-carousel .owl-pagination {
  display: none !important;
}
.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: #cec6c2ccc;
	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;
}
.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);
}
@media (max-width:1170px) {
  .owl-buttons {
    display: none;
  }
  #owl-demo-home.owl-carousel {
    margin-bottom: 0px;
  }
}
@media (max-width:600px) {
  #owl-news h2 {
    font-size: 16px;
  }
  #owl-news h3 {
    font-size: 15px;
    margin-bottom: 5px
  }
  #owl-news p {
    font-size: 13px;
    line-height: 19px;
  }
}