/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
a, h2, h1, li, button, h1.logo
{
transition: all 0.7s;
-moz-transition: all 0.7s;
-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Arimo', sans-serif;
}
section {
	display: block;
	width: 100%;
	min-height: 70vh;
}
.content {
	display: block;
	width: 100%;
	padding: 0 15%;
	position: relative;
	box-sizing: border-box;
}
h1, h2, h3 {
	color: #7d011f;
}
.clr {
	clear: both;
	float: none;
}
header {
	display: block;
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0px;
	top: 0px;
	background-color: rgba(255,255,255,0.4);
	z-index:10;
}
header.active {
	height: 40px;
}
ul.nav {
    display: block;
    position: absolute;
    width: 100%;
	box-sizing: border-box;
	padding-top: 9px;
	padding-right: 5%;
    height: 40px;
    background-color: #FFF;
    left: 0px;
    text-align: right;
    margin: 0px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    top: 130px;
}
ul.nav.active {
	top: 0;
	position: fixed;
}
ul.nav li {
	display: inline-block;
	padding: 0 15px;
	list-style-type: none;
	text-transform: uppercase;
}
ul.nav li a {
	font-size: 15px;
	cursor: pointer;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	border-bottom: 3px solid #fff;
	display: block;
	height: 26px;
}
ul.nav li a:hover {
	color: #7D011F;
	border-bottom: 3px solid #7D011F;
}
#page {

}

h1.logo {
	display: block;
	background-image:url(../images/logo.png);
	width: 95px;
	height: 125px;
	text-indent: -9999px;
	margin: 2px 0 0;
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
}
.active h1.logo {
	background-image:url(../images/logoS.png);
	top: 1px;
	position: fixed;
	width: 112px;
	height: 32px;
}
.box .imgs {
	display: block;
	width: 50%;
	float: left;
	height: 650px;
	margin-left: 5%;
}
.box .img {
	display: block;
	width: 100%;
	height: 300px;
	border: 5px solid #fff;
	background-size: cover;
}
.box .txt {
	display: block;
	width: 40%;
	float: left;
	margin-right: 5%;
	margin-top: 100px;
	text-align: right;
}
.box.Txt .txt {
	width: 65%;
	text-align: center;
	float: none;
	margin: 100px auto 0;
}
.box.Txt {
	min-height: 300px;
	min-height: 35vh;
}

.TxtImg .imgs {
	/*margin-top: -90px;*/
}
.ImgTxt .txt {
	margin-right: 0;
	margin-left: 5%;
	text-align: left;
}
.ImgTxt .imgs {
	margin-left: 0;
	margin-right: 5%;
}
.prenota {
	display: block;
	width: 100%;
	background-image:url(../images/bgPrenota.png);
	background-repeat: no-repeat;
	height: 350px;
	background-position: center bottom;
	padding-top: 150px;
	box-sizing: border-box;
	min-height: 350px;
}
.btnPrenota {
	display: block;
	width: 150px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	border: 3px solid #FFF;
	margin: 10px auto 0px;
	height: 35px;
	text-align: center;
	padding-top: 13px;
	font-size: 20px;
	cursor: pointer;
}
.btnPrenota:hover {
	background-color: #fff;
	color: #7d011f;
}

#contieniForm {
	display: block;
	width: 450px;
	margin: 20px auto;
}
#contieniForm p {
	width: 100%;
	height: 35px;
}
#contieniForm label {
	display: block;
	width: 100%;
	height: 22px;
	margin-top: 10px;
}
#contieniForm input {
	display: block;
	width: 98%;
	height: 35px;
	padding-left: 2%;
}
#contieniForm textarea {
	display: block;
	width: 98%;
	height: auto;
	padding-left: 2%;
}
#contieniForm button {
	display: block;
	width: 100%;
	height: 50px;
	font-weight: 700;
	border: 2px solid #7D011F;
	color: #7D011F;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	background-color: transparent;
	cursor: pointer;
	margin-top: 50px;
}
#contieniForm button:hover {
	background-color: #7D011F;
	color: #fff;
}
.gallery {
	padding-left: 1%;
	box-sizing: border-box;
	padding-top: 40px;
}
.gallery a {
	width: 9%;
	margin-right: 1%;
	float: left;
	display: block;
	margin-bottom: 10px;
}
.gallery img {
	display: block;
	width: 100%;
	height: auto;
}
figure {
	margin: 0;
	padding: 0;
}
.gallery .content {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.menuBtn {
	display: none;
}
#overlayMenu.active {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 9;
}


.gallery.map {
	margin: 50px auto;
}
.gallery iframe {
	display: block;
	width: 99%;
	height: 350px;
}
.gallery h2 {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 2%;
}

p {
	font-size: 15px;
	line-height: 27px;
}
.clr {
	clear: both;
	float: none;
}

.langs {
	display: block;
	width: 50px;
	height: 20px;
	position: fixed;
	left: 15px;
	top: 15px;
	color: #747474;
	font-size: 12px;
	z-index: 15;
}
.langs a, .langs a:link, .langs a:visited {
	color: #7D011F;
	font-size: 12px;
}











/* Only Smartphones e tablet  / responsive base per mobile e tab ----------- */
@media only screen 
and (max-width : 1024px) {
	.box .txt {
		width: 100%;
		float: none;
		margin-right: 0;
		text-align: left;
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}
	.box.Txt .txt {
		width: 100%;
		text-align: left;
		float: none;
		margin: 100px auto 0;
	}
	.box .imgs {
		display: block;
		width: 100%;
		float: none;
		height: 650px;
		margin-left: 0;
		margin-top: 30px !important;
	}
	.content {
    	padding: 0px 7%;
	}
	.prenota {
    	padding-top: 150px;
	}
	ul.nav {
		 height: 45px;
		 overflow: hidden;
	}
	ul.nav.open {
		height: 210px;
	}
	ul.nav li {
		display: block;
		margin: 13px 0;
	}
	ul.nav li a, ul.nav li a:hover {
		border: none;
	}
	ul.nav li:first-child {
		margin-top: 50px;
	}
	#contieniForm {
		width: 90%; 
	}
	#contieniForm button {
		font-size: 15px;
	}
	.menuBtn {
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		z-index: 10;
		right: 30px;
		top: 148px;
		cursor: pointer;
	}
	.active .menuBtn {
		top: 17px;
		position: fixed;
	}
	.menuBtn span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000;
		margin-bottom: 3px;
	}
	.gallery a {
		width: 49%;
		margin-right: 1%;
		float: left;
		display: block;
		margin-bottom: 10px;
	}
	.langs {
		left: auto;
		right: 60px;
	}
}