@font-face {
	font-family:'HelveNueThin-Regular';
	src: url('../fonts/HelveNueThin.eot');
	src: url('../fonts/HelveNueThin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveNueThin.woff') format('woff'),
		url('../fonts/HelveNueThin.ttf') format('truetype'),
		url('../fonts/HelveNueThin.otf') format('opentype'),
		url('../fonts/HelveNueThin.svg#HelveNueThin-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
  body{padding-top: 0px; border-top:9px solid #622181;}

img.logo{
	max-width:400px;
	margin: 0 auto;
	width:100%;
	height: 473px !important;
}
img.confezione{
	max-width:400px;
	margin: 0 auto;
	width:100%;
	height: 311px !important;
}

.jumbotron{background: #fff}
/* #my-slideshow{min-height: 600px !important;} */
div.container{text-align: center;}
p.testo-centrale{max-width: 600px; width:100%; margin: 0 auto;}
footer{text-align: center;}

a{color: #622181}
a:hover{color: #622181; text-transform:underline;}

ol.bjqs-markers.h-centered{
	margin-top: 30px;
}
ol.bjqs-markers li {
  margin: 10px;
}
.active-marker{
	display: none !important;
}

@media screen and (max-width:650px){
	img.logo, img.confezione{
		width: 50% !important;
		height: auto !important;
	}
	img.confezione{
		margin: 40px auto !important;
	}
	.jumbotron p {
		font-size: 13px;
	}
}



