@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0; }

@font-face {
    font-family: 'gotham_htfbook';
    src: url('fonts/gothamhtf-book-webfont.eot');
    src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
	width: 100%;
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'gotham_htfbook';	
	color: #999999;
}
#photo {
	height: 80%;
	width: 100%;
	display: block;
	background-image: url(images/background.jpg);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}
#slideshow {
	width: 100%;
	display: block;
	z-index:-1;
}
#slideshow .slide {
	width: 100%;
	display: block;
	background-size: cover;
	position:relative;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}
#logo_amvm {
	position: absolute;
	width: 300px;
	border: 0;
	top: 5%;
	left: 5%;
	margin-left: -20px;
	z-index: 3;
}
#frase {
	position: absolute;
	top: 47%;
	left: 5%;
	font-size: 30px;
	z-index: 3;
}
#frase span {
	font-size: 16px;
}
#content {
	margin-top: 5%;
	width: 100%;
}
.col {
	width: 35%;
	text-align: left;
	display: inline-block;
	padding: 0 5% 5% 5%;
	vertical-align: top;
}
.title {
	color: #666666;
	font-family: 'gotham_htfbook';
	font-size: 24px;
	line-height: 24px;
}
#down {
	width: 64px;
	height: auto;
	border: 0;
}
.down {
	position: absolute;
	left: 5%;
	bottom: 27%;
	width: 64px;
	height: auto;
	border: 0;
	z-index: 3;
}
.separatore {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}
#map {
	width: 100%; 
	height: 600px; 
}
#flags {
	width: 100px;
	position: absolute;
	left: 5%;
	top: 83%;
	z-index: 3;
}
.flag {
	width: 30px;
	height: auto;
	border: 0;
}

.gradient {
    background-image: url(images/bg_top.png);
    top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .9;
}

.picture {
    display: inline-block;
    width: 19.4%;
    margin-left: 0.5%;
    float: left;
    overflow: hidden;
    margin-bottom: 0.5%;
}

#gallery_stripe {
	display:block;
	margin-bottom:50px;
	overflow:hidden;	
}


.mappa {
	background-image: url(images/mappa.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 450px;
	background-position: center center;
	margin-bottom: -5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.label_mappa {
    opacity: 0;
    position: absolute;
    left: 50%;
    width: 280px;
    margin-left: -140px;
    background-color: white;
    text-align: center;
    padding: 14px 0px 11px 0px;;
    color: black;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #04040440;
    margin-top: 172px;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 15px;
}
.mappa:hover {
	opacity: 1 !important;
}

.mappa:hover > .label_mappa {
	opacity: 1;
}

a:link, a:visited {
	text-decoration:none;
	color: #4c721d;
}

a:active, a:hover {
	text-decoration:none;
	opacity:.8;
}

@media screen and (max-width: 1024px) {
	
	#gallery_stripe {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 45px;
	}
	
	.picture {
    width: 49.4%;
	}
	#photo {
		height: 220px;
		width: 100%;
		display: block;
		background-image: url(images/background.jpg);
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
		background-color: #f8f8f8;
	}
	
	#slideshow, .slide {
		height: 200px !Important;
		width: 100%  !Important;
	}
	
	.gradient {
    height:220px !Important;
	width:100%;
	background-size:contain;
	}
	#logo_amvm {
		position: absolute;
		width: 100px;
		border: 0;
		top: 5%;
		left: 5%;
		margin-left: -10px;
		margin-top: -10px;
	}
	#content {
		margin-top: 120px;
		width: 100%;
	}
	#frase {
		position: absolute;
		top: 230px;
		left: 5%;
		font-size: 20px;
	}
	#frase span {
		font-size: 14px;
	}
	.col {
		width: 90%;
		text-align: left;
		display: inline-block;
		padding: 5%;
		vertical-align: top;
	}
	.infos {
		margin-bottom: 30px;
	}
	.title {
		color: #666666;
		font-family: 'gotham_htfbook';
		font-size: 20px;
		line-height: 20px;
	}
	#down {
		position: absolute;
		left: 5%;
		top: 150px;
		width: 48px;
		height: auto;
		border: 0;
	}
	.separatore {
		width: 100%;
		height: 10px;
		display: block;
		clear: both;
	}
	#flags {
		width: 90%;
		position: absolute;
		right: 5%;
		top: 230px;
		text-align: right;
	}
	.flag {
		width: 24px;
		height: auto;
		border: 0;
	}
	#map {
		width: 100%; 
		height: 300px; 
	}
}