body{
	margin:0;
	padding: 0;
	background: url("http://www.angeloflorio.it/themes/default/images/portfoliobg.jpg") no-repeat black;
	font-family: 'Lato', sans-serif;
}


.intro{
	max-width: 960px;
	width: 90%;
	padding: 15px;
	margin: 0 auto;
	margin-top: 20px;
	background: white;
	color: white;
	background: black;
	text-align: center;
}

.intro .title{
	border-bottom: 1px solid grey;
	text-align: center;
}
.intro .title h1{
	color: #1b2e59;
	font-weight: normal;
	font-size: 45px;
}

@media (max-width: 800px){
	.intro .title h1{
		font-size: 30px;
	}
	}

@media (max-width: 600px){
	.intro .title h1{
		font-size: 30px;
		padding-top: 80px;
	}
}

.intro .title h2{
	color: red;
	font-weight: normal;
}

.immersive{
	width: 100%;
	height: 650px;
	position: relative;
}

.contattaci{
	width: 960px;
	padding: 5px;
	margin: 0 auto;
	background: white;
	color: black;
}

.immersive{
	cursor: move;
}

.immersive a{
	position: absolute;
	right: 20px;
	top: 25px;
	padding: 10px;
	background: #272727;
	color:white;
	z-index: 1050;
}

.red{
	color: red;
}

.pacchetto{
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	background: white;
	text-align: center;
	line-height: 22px;
}

.miniature{
	text-align: center;
	background: #272727;
	width: 100%;
	padding: 30px 0 14px 0;
}

.miniature img{
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
}

.miniature img:hover{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}

.naviga{
	background: #272727;
	color: white;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}


/* CSS for wrapperClassName: 'full-size' */
.full-size .highslide-html-content {
	width: auto;
}

.draggable-header .highslide-header, .draggable-header .highslide-header .highslide-move{
	height: 0;
	padding: 0;
	margin:0;
	border: 0;
	position: relative;
}

.highslide-html-content{
	background: black;
}

.draggable-header .highslide-header .highslide-close a{
	background-image: url(highslide/graphics/closen.png) !important;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 20px;
}

.draggable-header .highslide-header .highslide-close a:hover{
	background-position: 0;
}

.highslide-container{
	z-index: 3000 !important;
}

.contattaci{
	background: #742A2A;
	color: white;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 150px;
	margin: 15px auto;
	font-size: 14px;
	display: block;
}

.contattaci:hover{
	background: #840000;
}

.footer{
	background: white;
	text-align: center;
	padding:20px;
}

.footer a{
	background: red;
	color: white;
	font-size: 13px;
	margin-top: 10px;
	padding:10px; 
	text-decoration: none;
}

p.descr{
	color:white;
	padding: 0;
	margin:0;
	margin-bottom: 10px;
}

