@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

@font-face {
    font-family: 'HelveticaMediumRegular';
    src: url('fonts/helvetica-medium-webfont.eot');
    src: url('fonts/helvetica-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-medium-webfont.woff') format('woff'),
         url('fonts/helvetica-medium-webfont.ttf') format('truetype'),
         url('fonts/helvetica-medium-webfont.svg#HelveticaMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: black;
	height: 100%;
	min-height: 100%;
	background-color: white;
}
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
#ham, #x {
	position: absolute;
	right: 5%;
	top: 80px;
	width: 32px;
	height: 28px;
	cursor: pointer;
	z-index: 999999;
}
#ham:hover, #x:hover {
	opacity: .9;
}
img {
	border: 0;
}
ul {
	list-style-position: inside;
}
.mobile {
	display: none !Important;
}	
.no-mobile {
	/* display: block !Important; */
}
a.selection {
    color: #165a89 !important;
}
#container {
	width: 100%;
	display: block;
}
#navigation {
	width: 100%;
	height: 100vh;
	display: block;
	text-align: center;
	position: absolute;
	background-color: white;
	z-index: 99998;
}
#logo {
	width: 400px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-200px;
	margin-top: 500px;
	z-index: 99999;
}
#logo img {
	width: 400px;
}
#loghino {
	width: 300px;
	display: block;
	top: 0;
	left: 50%;
	margin-left:-150px;
	margin-top: 30px;
	position: absolute;
	z-index: 99999;
}
#loghino img {
	width: 300px;
}
#logo img:hover, #loghino img:hover {
	filter: brightness(105%);
}
#menu {
	display: block;
	margin-top: 250px;
	text-align: center;
}
.menubutt {
	text-decoration: none;
	font-weight: bold;
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	display: inline-block;
	padding: 10px 0;
}
.menubutt:hover {
	color: #165a89 !important;
}
.butt {
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	color: white !important;
	background-color: #165a89;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 0;
	display: block;
	text-align: center;
	width: 150px;
    margin: 0 auto;
	opacity: .9;
}
.bordered {
	width: 90%;
	display: block;
	border: 2px solid #4f94bb;
	border-radius: 10px;
	padding: 5%;
}
.mappa {
	filter: brightness(1) !important;
	padding: 0 !important;
	border: 0 !important;
}
.mappa_full {
	width: 600px;
	margin: 0 auto;
}
.minititle {
	font-weight: bold;
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#player {
	width: 100%;
	background-color: black;
	filter: brightness(75%);
}
.slideshow {
	width: 100%;
	height: 100%;
	display: block;	
	background-color: transparent !Important;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	top: 0;
	left: 0;
	z-index: 2;
}
.slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: transparent !Important;
}
.claim {
	font-size: 30px;
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	line-height: 40px;
	letter-spacing: -1px;
	color: #165a89;
	font-weight: bold;
}
h1 {
	font-size: 64px;
	line-height: 64px;
	margin-top: 150px;
}
#home_claim {
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	color: white;
	letter-spacing: -1px;
	text-shadow: 1px 1px 7px #444444;
	width: 1000px;	
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	margin-top: 120px;
	text-align: center;
	z-index: 9;
}
#cover_claim {
	font-size: 40px;
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	color: white;
	line-height: 48px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 7px #111111;
	width: 800px;	
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	margin-top: 500px;
	text-align: center;
}
.homebutt, .pagebutt {
	background-color: #165a89;
	color: white !important;
	width: 150px;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 0;
	display: inline-block;
	text-align: center;
	opacity: .9;
}
.minibutt {
	background-color: #165a89;
	color: white !important;
	width: auto;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 0;
	display: inline-block;
	text-align: center;
	opacity: .9;
}
.homebutt:hover, .butt:hover, .pagebutt:hover {
	opacity: 1;
}
.wrapper_home {
	width: 80%;
	margin-left: 10%;	
	text-align: center;
}
.wrapper {
	width: 80%;
	margin-left: 10%;	
	text-align: center;
	margin-top: 20px;
	display: block;
}
.cover {
	width: 90%;
	height: 700px;
	margin-left: 5%;
	overflow: hidden;
	margin-top: 70px;
	background-position: center bottom;
	background-size: cover;
}
.video_container {
	width: 90%;
	height: 770px;
	margin-left: 5%;
	overflow: hidden;
	margin-top: 90px;
}
.col_big {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.col_sx {
	width: 45%;
	float: left;
}
.col_dx {
	width: 45%;
	float: right;
}
.col_map {
	width: 49%;
	float: left;
	text-align: left;
}
.col_form {
	width: 48%;
	margin: 1%;
	float: left;
	text-align: left;
}
.col_tour {
	width: 46%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 40px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.col_3 {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 40px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.col_3_form {
	width: 26%;
	padding: 2%;
	margin: 0 auto 10px auto;
	display: block;
	text-align: left;
	vertical-align: top;
	border-radius: 10px;
	border: 0;
}
.col_6 {
	width: 15%;
	margin-left: 1.2%;
	margin-right: 0%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.col_3 img, .col_6 img, .col_tour img {
	width: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.col_6 img {
	width: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.col_3 img:hover, .col_6 img:hover, .pic:hover {
	filter: brightness(1.3);
}
.pic {
	width: 19%;
	display: inline-block;
    margin: 0.5%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
input, textarea {
	width: 94%;
	padding: 3%;
	margin: 7px 0 10px 0;
	border: 1px solid #CCCCCC;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
}
select {
	width: 100%;
	padding: 3%;
	margin: 7px 0 10px 0;
	border: 1px solid #CCCCCC;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	
}
#submit_1, #submit_2 {
	cursor: pointer;
	width: 100%;
}
#submit_1:hover, #submit_2:hover {
	opacity: .8;
}
.line {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #E1E1E1;
	margin: 30px 0;
}
.title {
	font-size: 35px;
	color: #165a89;
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: bold;
}

.separatore {
	width: 100%;
	clear: both;
	height: 50px;	
	display: block;
}

#footer {
	background-color: #104970;
	color: grey;
	font-size: 13px;
	width: 100%;
	padding-bottom: 30px;
	color: white !Important;
	float: left;	
	padding-top: 30px;
	margin-top: 70px;
}
#arrow-top {
	display: block;	
	margin-top: 40px;
	width: 35px;
}

#footer a {
	color: #CCCCCC;	
}
#footer a:hover {
	color:#4f94bb !Important;	
}

a:link, a:visited {
    color: #4f94bb;
	text-decoration:none;
}
a:active, a:hover {
    color: #165a89;
	text-decoration: none;
}

.mobile {
	display: none !important;
}
	

@media screen and (max-width: 999px) {
	
	body {
    	font-size: 14px;
    	line-height: 18px;
	}
	h1 {
		font-size: 40px;
		line-height: 34px !important;
		margin-top: 100px;
	}
	
	#home_claim {
		font-size: 40px !important;
		line-height: 40px !important;
		width: 90%;
		top: 0;
		left: 5%;
		margin-left: 0;
		text-align: center;
		margin-top: 50% !important;
		color: white;
		font-weight: bold;
		text-shadow: 1px 1px 7px #44444450;
	}
	.spaziato {
		margin-top: 150px !important;
		font-size: 32px !important;
	}
	.mobile {
		display: block !important;
	}
	
	.nomobile {
		display: none !important;
	}
	
	#loghino img {
    	width: 200px;
	}
	
	#loghino {
    	width: auto;
		left: 50%;
    	margin-left: -100px;
		margin-top: 23px;
	}
	#ham, #x {
    	width: 29px;
    	position: absolute;
    	right: 5%;
    	top: 36px;
		z-index: 999999;
	}
	#navigation {
    	width: 100%;
    	height: 100vh;
		top: 0;
	}
	#menu {
		position: absolute;
		width: 90%;
		min-height: 100vh;
		background-color: white;
		margin-top: 156px;
		padding-top: 20px;
		left: 0;
		padding: 0px 5%;
	}
	.menubutt {
		display: inline-block;	
		margin-bottom: 5px;
		font-size: 24px;
		font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
		line-height: 24px;
		font-weight: bold;	
		width: 100%;
		border-bottom: 1px solid #E1E1E1;	
		color: #333333;
	}
	.submenubutt {
		font-size: 12px;
		display: inline-block;	
		font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
		margin-bottom: 0px;
		margin-left: 10px;
		letter-spacing: -0.5px;
	}
	
	.video_container {
		width: 100%;
		margin-left: 0;
		overflow: hidden;
		margin-top: 90px;
		height: auto;
	}
	
	.homebutt {
    	color: white !important;
    	width: auto;
    	padding: 5px 20px;
    	font-size: 20px;
		margin-top: 0px;
	}
	.pagebutt {
    	color: black !important;
    	width: auto;
    	padding: 3px 15px;
    	font-size: 15px;
		margin-top: 10px;
	}
	
	.wrapper_home {
    	width: 90%;
    	margin-left: 5%;
		margin-top: 20px;
	}
	.wrapper {
    	width: 90%;
    	margin-left: 5%;
		margin-top: 70px;
	}
	
	.col_big {
    	width: 100%;
	}
	
	.claim {
    	font-size: 21px;
    	line-height: 24px;
		margin-top: 0px;
	}
	
	.separatore {
    	width: 100%;
    	height: 30px;
	}
	
	.col_3, .col_tour {
    	width: 100%;
    	margin-left: 0;
    	margin-right: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.col_3 img, .col_6 img, .col_tour img {
    	width: 100%;
	}
	
	.col_6 {
    	width: 100%;
    	margin-left: 0;
    	margin-right: 0%;
		margin-bottom: 30px;
	}
	
	.col_6 img {
    	padding: 3%;
		height: auto !important;
	}
	
	.col_6 b {
    	font-size: 18px;
	}
	
	#footer {
    	font-size: 13px;
    	width: 100%;
    	padding-bottom: 10px;
    	padding-top: 0px;
    	margin-top: 20px;
	}
	.wrapper {
		width: 90%;
		margin-left: 5%;
		text-align: center;
		margin-top: 30px;
	}
	
	.title {
		font-size: 28px;
		line-height: 35px;
	}
	
	.pic {
    	width: 100%;
	}
	
	.col_3_form {
		width: 90%;
		padding: 5%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.col_map {
    	width: 100%;
		margin-bottom: 30px;
	}
	
	.mappa_full {
    	width: 100%;
	}
	
	#mappa_contatti {
		height:300px !important;
	}
	
	#cover_claim {
		font-size: 25px;
		line-height: 32px;
		width: 90%;
		top: 0;
		left: 5%;
		margin-top: 70px !important;
		margin-left: 0;
		margin-top: 500px;
		text-align: center;
		text-shadow: 1px 1px 7px #44444450;
	}
	
	.cover {
    	width: 90%;
    	height: 200px;
		margin-top: 27px;
	}
	
	select {
		-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
		background-image: url(images/down.png);
    	color: #231F20 !important;
    	background-size: 13px;
    	background-position: 95% center;
    	background-repeat: no-repeat;
	}
	
	
	
}

