@import url(./font-awesome.min.css);
@import url(./font.css);
@import url(./portal.css);

html {
  margin: 0px;
	height: 100%;
}

body {
  position: relative;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #000000;
  margin: 0px;
	height: 100%;
}

* {
	box-sizing: border-box;
}

.tickercontainer {
	background: #fff; 
	width: 100%; 
	height: 60px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
	background-color: #fff;
}
.tickercontainer .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
ul.newsticker {
	position: relative;
	left: 100%;
	height: 59px;
	line-height: 59px;
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
ul.newsticker li {
	float: left; 
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: rgba(0, 0, 204, 1);
	margin: 0 50px 0 0;
	text-decoration: none;
} 
ul.newsticker a:hover {
	text-decoration: underline;
}
ul.newsticker span {
	margin: 0 10px 0 0;
} 

.slider {
	width: 100%;
}

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before, .slick-next:before {
	color: black;
}

.coprente {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
  z-index: 99999;
  display:none;
}

.chiudicoprente {
	position: absolute;
	font-size: 30px;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.fwdcoprente {
	position: absolute;
	font-size: 50px;
	right: 20px;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.backcoprente {
	position: absolute;
	font-size: 50px;
	left: 20px;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#previewphotocontainer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: none;
}

#previewphoto {
	position: relative;
	width: 100%;
	height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  overflow: none;
  -webkit-transition: width 2s; /* Safari */
  transition: width 2s;}

.mainphoto {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	cursor: pointer;
}

.contactphoto {
	position: relative;
	width: 100%;
	height: 290px;
	overflow: hidden;
	cursor: pointer;
}

.boxmainphoto {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.sliderphototxt {
	position: absolute;
	left: 70%;
	right: 10px;
	top: 70%;
	bottom: 10px;
	color: rgba(0, 0, 204, 1);
  line-height: 55px;
  text-align: center;
  font-weight: bold;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none;
  user-select: none; 
  font-size: 55px;
}

.menuoriz {
	position: relative;
	height: 60px;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none;
  user-select: none; 
  background-color: rgba(0, 0, 204, 1);
  text-align: center;
  border-top: 1px solid #fff;
  overflow: none;
}

.cercabox {
	position: relative;
	height: 30px;
  border-top: 1px solid rgba(0, 0, 204, 1);
  overflow: none;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  display:none;
}

.closecercabox {
	position: absolute;
	right: 5px;
	width: 20px;
	height: 20px;
	top:5px;
	text-align: right;
	color: #ccc;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
}

.boxoriz {
	position: absolute;
	height: 100%;
	left: 5px;
	right: 5px;
}

.menuorizlbl {
	height: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  padding-left: 20px;	
  padding-right: 20px;	
	font-size: 14pt;
	text-align:center;
	line-height: 60px;
	font-family: 'Arial', sans-serif;
  float: left;	
  color: #fff;
}
.menuorizlbl:hover {
	text-decoration: underline;
	 background: rgba(0, 0, 0, 0.1);
}

.container {
	position:relative;
	width: 970px;
	overflow: none;
	left: 50%;
	margin-left: -512px;
	margin-top: 20px;
}

.textwhiteborder {
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.spazio10 {
	width: 100%;
	height: 10px;
}

.spazio10b {
	width: 100%;
	height: 10px;
	border-bottom: 1px solid rgba(0, 0, 204, 1);
}

.spazio25 {
	width: 100%
	height: 10px;
}

.spazio25b {
	width: 100%
	height: 30px;
	border-bottom: 1px solid rgba(0, 0, 204, 1);
}

.titolonew {
	font-family: Arial;
	font-size: 30px;
	line-height: 30px; 
	color: rgba(0, 0, 204, 1);
	font-weight: bold;
}

.prefationew {
	font-family: Arial;
	font-size: 22px;
	line-height: 22px; 
	color: rgba(0, 0, 204, 1);
	font-weight: bold;
}

.textnew {
	font-family: 'Arial', sans-serif;
	color:#888888;
}

.submenupnt {
	height: 35px; 
	cursor: pointer;
}

.submenupnt:hover {
	text-decoration: underline;
}


.contenitoremwf {
	width:100%;
}

.contenitoremwf {
	width:100%;
}

.listmwf {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0px;
}

.mwfli {
	margin-top: 5px;
}

.photomwf {
	max-width:100%
}

.ombra64 {
	height: 64px;
  width: 100%;
 	position:absolute;
 	left: 0px;
 	bottom: 3px; 
	text-align: center;
	font-family: Arial;
	font-size: 44px;
	font-weight: bold;
	line-height: 64px; 
	opacity: 0.7;
  filter: alpha(opacity=70);
}

.allegarow {
	height: 87px;
	width: 100%;
	position: relative;
}

.allegabodyrow {
	height: 100%;
	position: absolute;
	left:0px;
	right:0px;
}

.textallegato {
	top: 0px;
	right: 300px;
	position: absolute;
	left: 40px;
	text-align: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 85px; 
	overflow:hidden;
}

.downloadbox {
	top: 28px;
	right: 35px;
	width: 180px; 
	position: absolute;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px; 
	overflow:hidden;
	cursor: pointer;
	text-decoration: none;
}

.downloadicon {
	top: 19px;
	right: 165px;
	width: 48px; 
	height: 48px; 
	position: absolute;
	overflow:hidden;
	cursor: pointer;
}

.riga1 {
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 35px;
	right: 35px;
}

#logindiv {
	height: 190px;
  width: 190px;
  position:absolute;
 	top: 150px;
 	left: 50%;
 	margin-left: -95px;
}

#loginicon {
	height: 143px;
  width: 115px;
  position:absolute;
 	top: 23px;
 	left: 42px;
}

.boxseparator {
	position: relative; 
 	height: 800px;
 	height: 50px;
}

.separator {
	width: 300px;
 	height: 2px;
 	position: absolute; 
 	top: 50%;
 	left: 50%;
 	margin-top:-1px;
 	margin-left:-150px;
 	background: #aaa;
}

.anteprima {
	height: 240px;
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.bloccofoto {
	height: 240px;
	width: 412px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.bloccotesto {
	height: 240px;
	right: 0px;
	position: absolute;
	top: 0px;
	left: 412px;
	padding-left: 10px;
	overflow: auto;
}

.cercabutton {
	position: absolute;
	line-height: 30px;
	height: 30px;
	top: 30px; 
	right: 20px; 
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}

.cercabutton1 {
	display:none;
}

@media (max-width: 1800px) {
	.sliderphototxt {
		left: 65%;
		top: 68%;
  	line-height: 50px;	
	  font-size: 50px;
	}
	.contactphoto {
		height: 240px;
	}
	.ombra64 {
		height: 50px;
	  width: 100%;
	 	bottom: 2px; 
		font-size: 40px;
		line-height: 50px; 
	}
}
@media (max-width: 1500px) {
	.mainphoto {
		height: 250px;
	}
	.contactphoto {
		height: 200px;
	}
	.ombra64 {
		height: 40px;
	  width: 100%;
	 	bottom: 2px; 
		font-size: 36px;
		line-height: 40px; 
	}
	.sliderphototxt {
		left: 60%;
		top: 65%;
  	line-height: 45px;	
	  font-size: 45px;
	}
}
@media (max-width: 1240px) {
	.sliderphototxt {
  	line-height: 40px;	
	  font-size: 40px;
	}
	.contactphoto {
		height: 160px;
	}
	.anteprima {
		height: 192px;
	}
	.bloccofoto {
		height: 192px;
		width: 330px;
	}
	.bloccotesto {
		height: 192px;
		left: 330px;
	}
	.ombra64 {
		height: 35px;
	  width: 100%;
	 	bottom: 2px; 
		font-size: 31px;
		line-height: 35px; 
	}
	.titolonew {
		font-size: 20px;
		line-height: 20px; 
	}
	.prefationew {
		font-size: 15px;
		line-height: 15px; 
	}
}
@media (max-width: 980px) {
	.mainphoto {
		height: 150px;
	}
	.allegarow {
		height: 70px;
		width: 100%;
	}
	.allegabodyrow {
		left:20px;
		right:30px;
	}
	.textallegato {
		top: 0px;
		right: 210px;
		left: 20px;
		font-size: 14px;
		line-height: 68px; 
	}
	.downloadbox {
		top: 22px;
		right: 40px;
		width: 140px; 
		font-size: 14px;
		font-weight: bold;
		line-height: 26px; 
	}
	.downloadicon {
		top: 15px;
		right: 145px;
		width: 40px; 
		height: 40px; 
	}
	.riga1 {
		left: 20px;
		right: 30px;
	}
	.contactphoto {
		height: 120px;
	}
	.ombra64 {
		height: 30px;
	  width: 100%;
	 	bottom: 2px; 
		font-size: 25px;
		line-height: 30px; 
	}
	.container {
		width:100%;
		left: 0px;
		margin-left: 0px;
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.sliderphototxt {
		left: 55%;
  	line-height: 32px;	
	  font-size: 32px;
	}
}
@media (max-width: 767px) {
	.tickercontainer {
		height: 40px; 
	}
	ul.newsticker {
		height: 39px;
		line-height: 39px;
		font-size: 18px;
	}
	.menuoriz {
		height: 40px;
	}
	.menuorizlbl {
		height: 40px;
		font-size: 12pt;
		line-height: 40px;
	}
	.mainphoto {
		height: 225px;
	}
	.contactphoto {
		height: 75px;
	}
	.anteprima {
		height: 142px;
	}
	.bloccofoto {
		height: 142px;
		width: 244px;
	}
	.bloccotesto {
		height: 142px;
		left: 244px;
	}
	#logindiv {
		height: 95px;
	  width: 95px;
	 	top: 50px;
	 	margin-left: -47px;
	}
	#loginicon {
		height: 71px;
	  width: 57px;
	  position:absolute;
	 	top: 11px;
	 	left: 21px;
	}
	.allegarow {
		height: 50px;
		width: 100%;
	}
	.allegabodyrow {
		left:15px;
		right:20px;
	}
	.textallegato {
		top: 0px;
		right: 210px;
		left: 15px;
		font-size: 11px;
		line-height: 50px; 
	}
	.downloadbox {
		top: 15px;
		right: 20px;
		width: 110px; 
		font-size: 12px;
		font-weight: bold;
		line-height: 20px; 
	}
	.riga1 {
		left: 15px;
		right: 20px;
	}
	.downloadicon {
		top: 9px;
		right: 101px;
		width: 32px; 
		height: 32px; 
	}
	.ombra64 {
		height: 25px;
	  width: 100%;
	 	bottom: 1px; 
		font-size: 21px;
		line-height: 25px; 
	}
	.sliderphototxt {
		left: 50%;
  	line-height: 24px;	
	  font-size: 24px;
	}
	.titolonew {
		font-size: 16px;
		line-height: 16px; 
	}
	.prefationew {
		font-size: 13px;
		line-height: 13px; 
	}
}
@media (max-width: 479px) {
	.mainphoto {
		height: 185px;
	}
	.contactphoto {
		height: 60px;
	}
	.anteprima {
		height: 81px;
	}
	.bloccofoto {
		height: 81px;
		width: 139px;
		display: none;
	}
	.bloccotesto {
		height: 81px;
		left: 0px;
		padding-left: 0px;
	}
	#logindiv {
		height: 95px;
	  width: 95px;
	 	top: 50px;
	 	margin-left: -47px;
	}
	#loginicon {
		height: 71px;
	  width: 57px;
	  position:absolute;
	 	top: 11px;
	 	left: 21px;
	}
	.ombra64 {
		height: 20px;
	  width: 100%;
	 	bottom: 1px; 
		font-size: 17px;
		line-height: 20px; 
	}
	.allegarow {
		height: 36px;
		width: 100%;
	}
	.allegabodyrow {
		left:10px;
		right:15px;
	}
	.textallegato {
		top: 0px;
		right: 80px;
		left: 10px;
		font-size: 9px;
		line-height: 36px; 
		font-weight: normal;
	}
	.downloadbox {
		top: 11px;
		right: 10px;
		width: 60px; 
		font-size: 9px;
		font-weight: bold;
		line-height: 14px; 
	}
	.riga1 {
		left: 10px;
		right: 15px;
	}
	.downloadicon {
		display:none; 
	}
	.sliderphototxt {
  	line-height: 18px;	
	  font-size: 18px;
	}
	.titolonew {
		font-size: 14px;
		line-height: 14px; 
	}
	.prefationew {
		font-size: 12px;
		line-height: 12px; 
	}
	.menuoriz {
		display:none;
	}
	.boxoriz {
		display:none;
	}
	.tickercontainer {
		display:none;
	}
}

@media (max-width: 390px) {
	.mainphoto {
		height: 130px;
	}
	.contactphoto {
		height: 44px;
	}
	.allegarow {
		height: 28px;
		width: 100%;
	}
	.allegabodyrow {
		left:12px;
		right:18px;
	}
	.textallegato {
		top: 0px;
		right: 80px;
		left: 10px;
		font-size: 8px;
		line-height: 32px; 
		font-weight: normal;
	}
	.ombra64 {
		height: 15px;
	  width: 100%;
	 	bottom: 1px; 
		font-size: 12px;
		line-height: 15px; 
	}
	.sliderphototxt {
  	line-height: 13px;	
	  font-size: 13px;
	}
}

.bkwhite {
	background:#ffffff;
}

.topdiv {
  width: 100%;
  height: 92px;
  position:relative;
 	display:block;
}

.panorama {
	position: absolute; 
	left: 50%;
	top: 0px;
	margin-left: -511px;
	width: 1022px; 
	height: 92px;
}

.colorebanda {
	background: rgba(0, 0, 204, 1);
}

.coloretesto {
	color: rgba(0, 0, 204, 1);
}

.sfondobianco {
	background-color:#ffffff;
}

.lightgray {
	background-color:#DEDEDE;
}
.butttestolightgray {
	color:#DEDEDE;
}
.butttestolightgray:hover {
	color:#ffffff;
}
.testobianco {
	color:#ffffff;
}
.testonero {
	color:#000000;
}
.testobold {
	font-weight: bold;
}
.sfondogrigio {
	background-color:#555555;
}
.sfondorosso {
	background-color:#f00;
}
.midiumgray {
	background:#aaaaaa;
}

.riga {
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.mainlogo {
	width: 450px;
	height: 70px;
	top: 11px; 
	left: 90px; 
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.menu-btn {
  z-index: 10001;
  position: fixed;
  text-align: center;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
	text-decoration: none;
}

.menu-low {
	width: 61px;
  height: 61px;
  font-size: 37px;
  line-height: 43px;
  padding-top: 8px;
  top: 15px;
  left: 15px;
}
.ie8 .menu-btn {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47000000', endColorstr='#47000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47000000', endColorstr='#47000000');
  zoom: 1;
}

.menu-height {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  left: 230px;
  top: 17px;
}

.menu-btn:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000;
}

.loginregbutton {
	height: 70px;
	top: 11px; 
	right: 70px; 
  position: absolute;
  text-align: right;
}

.loginbutton {
	height: 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 10px;
  padding-left: 20px;	
  padding-right: 20px;	
	font-size: 16pt;
	text-align:center;
	line-height: 40px;
	font-family: 'Arial', sans-serif;
  float: left;	
  color: rgba(0, 0, 204, 1);
  font-weight: bold;
}
.loginbutton:hover {
	text-decoration: underline;
}

.displaylogok {
	display: block;
}


/*========================================================
                    area contatti e mappe
=========================================================*/

.contact {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.contact-address {
  position: absolute;
  width: 100%;
  height: 400px;
  overflow: hidden;
 	top:0px;
 	left:0px;
}

.owner-data {
  position: relative;
  width: 100%;
	font-family: Arial;
  overflow: hidden;
  text-align: center;
  margin-top:20px;
}

#owner-name {
	font-size: 24px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  position: relative;
}

#owner-address {
	font-size: 20px;
  line-height: 20px;
}

#owner-phone {
	font-size: 20px;
  line-height: 20px;
}

#owner-mail {
	font-size: 16px;
  line-height: 16px;
}

#owner-web {
	font-size: 16px;
  line-height: 16px;
}

.logo2 {
  width: 249px;
  height: 83px;
}

.logoareabig {
  position: relative;
 	width:100%;
}

.logoarea {
  position: absolute;
  overflow: hidden;
 	top:20px;
 	left: 50%;
 	cursor:pointer;
}

#logoarea1 {
 	margin-left: -265px;
}

#logoarea2 {
 	margin-left: 16px;
}

.fsocial {
  width: 100px;
  height: 100px;
}

.fsocialarea {
  position: absolute;
  overflow: hidden;
 	top:280px;
 	left: 75%;
 	cursor:pointer;
}

#fsocialarea1 {
 	margin-left: -280px;
}

#fsocialarea2 {
 	margin-left: -165px;
}

#fsocialarea3 {
 	margin-left: -50px;
}

#fsocialarea4 {
 	margin-left: 65px;
}

#fsocialarea5 {
 	margin-left: 180px;
}

#map {
 	width: 50%;
 	height: 400px;
 	position: absolute;
 	top:0px;
 	left: 0px;
 	overflow: hidden;
 	border: 1px solid #000;
}

@media (max-width: 980px) {
	.mainlogo {
		width: 392px;
		height: 61px;
		top: 0px; 
		left: 75px; 
	}
	.topdiv {
  	height: 61px;
	}
	.panorama {
		margin-left: -339px;
		width: 678px; 
		height: 61px;
	}
	.cercabutton {
		display:none;
	}
	.cercabutton1 {
		display:inline;
	}
	.menu-low {
		width: 61px;
	  height: 61px;
	  font-size: 37px;
	  line-height: 43px;
	  padding-top: 8px;
	  top: 0px;
	  left: 0px;
	}
	.loginregbutton {
		height: 60px;
		top: 0px; 
		right: 10px; 
	}
	.loginbutton {
		height: 30px;
		font-size: 14pt;
		line-height: 30px;
	}
	/*========================================================
	                    area contatti e mappe
	=========================================================*/
	
	.contact {
	  width: 100%;
	  height: 300px;
	}
	
	.fsocialarea {
	 	top:560px;
	 	left: 50%;
	}
	
	#map {
	 	width: 100%;
	 	height: 300px;
	}
}
@media (max-width: 767px) {
	.mainlogo {
		width: 328px;
		height: 51px;
		left: 55px; 
	}
	.topdiv {
  	height: 51px;
	}
	.panorama {
		margin-left: -283px;
		width: 566px; 
		height: 51px;
	}
	.menu-low {
		width: 51px;
	  height: 51px;
	  font-size: 30px;
	  line-height: 33px;
	  padding-top: 8px;
	}
	.loginregbutton {
		height: 50px;
		right: 5px; 
	}
	.loginbutton {
		height: 50px;
		font-size: 10pt;
	  padding-left: 10px;	
  	padding-right: 10px;	
	  margin-left: 0px;
		line-height: 25px;
	}
	.displaylogok {
		display: none;
	}
	/*========================================================
	                    area contatti e mappe
	=========================================================*/
	
	.contact-address {
	  height: 300px;
	  overflow: hidden;
	}
	
	#owner-name {
		font-size: 18px;
	  line-height: 18px;
	}
	
	#owner-address {
		font-size: 16px;
	  line-height: 16px;
	}
	
	#owner-phone {
		font-size: 16px;
	  line-height: 16px;
	}
	
	#owner-mail {
		font-size: 14px;
	  line-height: 14px;
	}
	
	#owner-web {
		font-size: 14px;
	  line-height: 14px;
	}
	
	.logo2 {
	  width: 150px;
	  height: 50px;
	}
	
	#logoarea1 {
	 	margin-left: -160px;
	}
	
	#logoarea2 {
	 	margin-left: 10px;
	}
	
	.fsocial {
	  width: 70px;
	  height: 70px;
	}
	
	.fsocialarea {
	  position: absolute;
	  overflow: hidden;
	 	top:400px;
	 	left: 50%;
	 	cursor:pointer;
	}
	
	#fsocialarea1 {
	 	margin-left: -195px;
	}
	
	#fsocialarea2 {
	 	margin-left: -115px;
	}
	
	#fsocialarea3 {
	 	margin-left: -35px;
	}
	
	#fsocialarea4 {
	 	margin-left: 45px;
	}
	
	#fsocialarea5 {
	 	margin-left: 125px;
	}
	
	#map {
	 	width: 100%;
	 	height: 200px;
	 	position: absolute;
	 	top:0px;
	 	left: 0px;
	 	overflow: hidden;
	}
}
@media (max-width: 479px) {
	.mainlogo {
		width: 266px;
		height: 41px;
		left: 43px; 
	}
	.topdiv {
  	height: 41px;
	}
	.panorama {
		margin-left: -227px;
		width: 455px; 
		height: 41px;
	}
	.menu-low {
		width: 41px;
	  height: 41px;
	  font-size: 25px;
	  line-height: 29px;
	  padding-top: 6px;
	}
	.loginregbutton {
		height: 40px;
		right: 5px; 
	}
	.loginbutton {
		height: 40px;
		font-size: 10pt;
	  padding-left: 7px;	
  	padding-right: 7px;	
		line-height: 20px;
	}
	/*========================================================
	                    area contatti e mappe
	=========================================================*/
	
	.contact-address {
	  height: 300px;
	  overflow: hidden;
	}
	
	#owner-name {
		font-size: 15px;
	  line-height: 15px;
	}
	
	#owner-address {
		font-size: 13px;
	  line-height: 13px;
	}
	
	#owner-phone {
		font-size: 13px;
	  line-height: 13px;
	}
	
	#owner-mail {
		font-size: 11px;
	  line-height: 11px;
	}
	
	#owner-web {
		font-size: 11px;
	  line-height: 11px;
	}
	
	.logo2 {
	  width: 150px;
	  height: 50px;
	}
	
	#logoarea1 {
	 	margin-left: -160px;
	}
	
	#logoarea2 {
	 	margin-left: 10px;
	}
	
	.fsocial {
	  width: 60px;
	  height: 60px;
	}
	
	.fsocialarea {
	  position: absolute;
	  overflow: hidden;
	 	top:400px;
	 	left: 50%;
	 	cursor:pointer;
	}
	
	#fsocialarea1 {
	 	margin-left: -170px;
	}
	
	#fsocialarea2 {
	 	margin-left: -100px;
	}
	
	#fsocialarea3 {
	 	margin-left: -30px;
	}
	
	#fsocialarea4 {
	 	margin-left: 40px;
	}
	
	#fsocialarea5 {
	 	margin-left: 110px;
	}
	
	#map {
	 	width: 100%;
	 	height: 200px;
	 	position: absolute;
	 	top:0px;
	 	left: 0px;
	 	overflow: hidden;
	}
}
@media (max-width: 390px) {
	.mainlogo {
		width: 199px;
		height: 31px;
		left: 31px; 
	}
	.topdiv {
  	height: 31px;
	}
	.panorama {
		margin-left: -172px;
		width: 344px; 
		height: 31px;
	}
	.menu-low {
		width: 31px;
	  height: 31px;
	  font-size: 20px;
	  line-height: 24px;
	  padding-top: 4px;
	}
	.loginregbutton {
		height: 30px;
		right: 1px; 
	}
	.loginbutton {
		height: 30px;
		font-size: 8pt;
	  padding-left: 4px;	
  	padding-right: 4px;	
		line-height: 15px;
	}
}


#barrasx {
  position: fixed;
  top: 0px;
  bottom: 0px;
  min-height: 200px;
  left: -277px;
  width: 273px;
  overflow: auto;
  padding: 2px;
  background-color: #2f2f2f;
  z-index: 10000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
	text-decoration: none;
}

.listmenu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-position: inside;
	list-style-type: none;
}

.bottoni{
  height: 30px;
  overflow:none;
	width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
	text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none;
  user-select: none; 
}

.bottoni1{
	position: relative;
	text-decoration: none;
  height: 50px;
  font-size: 14px;
  color: #fff;
	width: 100%;
  line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
  text-align: left;
	cursor: pointer;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none;
  user-select: none; 
}
.bottoni1:hover {
  background-color: rgba(0, 0, 204, 1);
}

.bottoni2{
  height: 40px;
  font-size: 13px;
  color: #fff;
	width: 100%;
	position: relative;
  line-height: 40px;
	text-decoration: none;
  text-align: left;
	cursor: pointer;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none;
  user-select: none; 
}
.bottoni2:hover {
  background-color: rgba(0, 0, 204, 1);
}

.linea{
  height: 1px;
  overflow:none;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
}

.mncmds {
  font-size: 16px;
	cursor: pointer;
	color: #ffffff;
}
.mncmds:hover {
  color: rgba(0, 0, 204, 1);
  text-decoration: none;
}

.menu-icon {
	position:absolute;
	right: 10px; 
	font-size: 15pt;
	top: 10px;
}

a[data-gal] {
  display: block;
  width: 14.285714%;
  height: 100%;
  float: left;
  position: relative;
}
a[data-gal] img {
  width: 100%;
 	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	border: 10px solid #FFFFFF;
}
a[data-gal] .overlay-gallery {
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 a[data-gal] .overlay-gallery {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  zoom: 1;
}
a[data-gal] p {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 20px;
  right: 20px;
  visibility: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  a[data-gal] p {
    display: none;
  }
}
@media (max-width: 479px) {
  a[data-gal] p {
    display: none;
  }
}
a[data-gal]:hover .overlay-gallery {
  background: rgba(0, 0, 0, 0.5);
}
.ie8 a[data-gal]:hover .overlay-gallery {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
a[data-gal]:hover p {
  visibility: visible;
}