@import url('/fonts/cormorantgaramond.css');
@import url('/fonts/dancingscript.css');

.image_element {
	display: block;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}

.title_element {
	background-color: rgba(8, 123, 182, .8);
	color: #fff;
	box-sizing: border-box;
	text-align: left;
	display: block;
	padding: 20px;
	min-height: 130px;
	text-transform: uppercase;
}

.text_element {
	position: relative;
	background-color: #ebdee7;
	box-sizing: border-box;
	text-align: left;
	display: block;
	padding: 20px;
	min-height: 350px;
}


#eventi-comune .owl-controls * {
  height: auto !important;
  font-size: 60px;
}

#eventi-comune .owl-next {
  right: -60px;
  color: #000 !important;
  text-shadow: 1px 1px #fff !important;
}

#eventi-comune .owl-prev {
  left: -60px;
  color: #000 !important;
  text-shadow: 1px 1px #fff !important;
}

#eventi-comune .owl-controls .owl-nav [class*="owl-"] {
  color: #222;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 3;
  font-size: 100px;
  font-size: 6vw;
  text-shadow: 1px 1px #000;
  -ms-transform: translateY(-50%);
  -webkit-transform:
translateY(-50%);
  -moz-transform:
translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#eventi-comune .owl-controls .owl-nav [class*="owl-"] {
  color: #222;
  cursor: pointer;
  font-size: 100px;
  font-size: 6vw;
  text-shadow: 1px 1px #000;
}

#eventi-comune div.owl-controls {
  display: block;
}

.eventi-link {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.eventi-btn {
	display: block;
	background-color: #cedbed;
	transition: all 0.5s;
	cursor: pointer;
	width: 100%;
	max-width: 200px;
	z-index: 1;
	border: 2px solid #cedbed;
	box-sizing: border-box;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.eventi-btn:hover {
	background-color: #fff;
}

#bookhome #sb-container .sb-custom-field-bg-color {
    background-color: rgb(255, 255, 255) !important;
	color: #444;
}

#bookhome.booking-container-nav .sb__footer-actions {
	display: none;
}

/* .booking-container-nav {
	padding: 10px 0;
} */

#bookhome #sb-container .sb-custom-icon-color{
	color: #444 !important;
	fill: #444 !important;
}

#bookhome #sb-container .sb__footer-actions .sb-custom-icon-color {
	color: #fff !important;
	fill: #fff !important;
}

#ui-datepicker-div{
	z-index: 2000 !important;
}

body .containerpopup {
	font-size: 12px; font-size: 1.2rem;
	position: relative;
}

.foto-opportunita-sx {
  width: 500px;
  height: 700px;
  /*padding-left: 180px;*/
  object-fit: cover;
}

.cont-opportunita-sx {
  display: flex;
	padding-bottom: 50px;
}

.testo-opportunita-sx {
  padding-top: 200px;
  margin-left: -50px;
	/*max-width: 551px;*/
	width: 100%;
}

.foto-opportunita-dx {
  width: 500px;
  height: 700px;
  margin-left: -99px;
  object-fit: cover;
}

.cont-opportunita-dx {
  display: flex;
	padding-bottom: 50px;
	margin-left: 50px;
}

.didascalia-homepage {
}

/*.testo-opportunita-dx {
  padding-top: 200px;
  margin-left: -50px;
	max-width: 600px;
	padding-left: 229px;
	z-index: 1;
}*/


.testo-opportunita-dx {
  padding-top: 200px;
  margin-left: -50px;
  width: 100%;
  z-index: 1;
}

.txtlink {
	color: #fff;
}

.txtlink i {
	font-size: 18px;
	margin-right: 10px;
}

.containerpopup {
    position: relative;
	padding: 40px;
    background-color: #fff;
	border: #aaa 1px solid;
    z-index: 10001;
    max-width: 800px;
    box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.imgpopup {
	width: 500px;
	max-width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 40px;
}

.titolopopup {
	color: #087bb6;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	text-align: left;
}

.popupbody {
	color: #000;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 1px;
	padding: 0px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
}

.popupbtn {
	text-align: center;
}

.popup-stop {
	margin-right: 20px;
}

.popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 20000;
	background-color: rgba(0, 0, 0, .5);
}

.popup-cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup-bg img {
	width: 100%;
	display: block;
	margin: 0px auto;
}

#popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color:
    rgba(0,0,0,.45);
    display: flex;
    align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
    top: 0;
    left: 0;
    z-index: 10000;
}

.popup {
	height: 100vh;
}

#popup div[class*="owl"]:not(.owl-controls){
	height: 100%;
}

#popup .owl-controls *{
	height: auto !important;
	font-size: 60px;
}

#popup .owl-controls .owl-nav [class*='owl-']{
	color: #FFF;
	display: inline-block !important;
	cursor: pointer;
	position: fixed;
	top: 50%;
	z-index: 3;
	font-size: 100px; font-size: 6vw;
	text-shadow: 1px 1px #000;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#popup .owl-prev{
	left: 60px;
}

#popup .owl-next{
	right: 60px;
}

.box-scopri-offerte {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding: 10px 30px;
	border: 1px solid #73224d;
	background-color: #73224d;
	color: #fff;
	z-index: 1;
	font-size: 16px;
	line-height: 16px;
	transition: background-color .4s , color .4s , border-color .4s;
}

.box-scopri-offerte i {
	margin-left: 10px;
}

.box-scopri-offerte:hover {
	background-color: #fff;
	color: #73224d;
	border-color: #fff;
}

html, body{
	font-family: 'Cormorant Garamond', serif;
	color: #444;
	font-size: 23px;
	line-height: 30px;
	height: 100%;
	margin: 0;
	padding: 0px;
}

a{
	font-family: 'Cormorant Garamond', serif;
	color: #444;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 3;
}

input, select, option, textarea{
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
}

header.testa{
	height: 105.667px;
}

header.testax {
	height: 238px;
}

.cf::before, .cf::after {
    content: " ";
    display: table;
}

.cf::after {
    clear: both;
}

#photo div[class*="owl"]:not(.owl-controls){
	height: 100%;
}

#photo .owl-controls *{
	height: auto !important;
	font-size: 60px;
}

#photo .owl-controls .owl-nav [class*='owl-']{
	color: #FFF;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 3;
	font-size: 100px; font-size: 6vw;
	text-shadow: 1px 1px #000;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#photo .owl-prev{
	left: 60px;
}

#photo .owl-next{
	right: 60px;
}

.img-sx {
	float:left;
	width: 48%;
	height: 500px;
	margin-right: 2%;
}

.img-sx img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	/* border-radius: 20px; radius eliminato */
}

.img-dx {
	float: left;
	width: 48%;
	margin-left:2%;
	height: 500px;
}

.img-dx img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	/* border-radius: 20px; radius eliminato */
}

.photo-info {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    color: #FFF;
    /*text-shadow: 1px 2px 2px #000;
		width: 100%;*/
		width: 745px;
		padding-bottom: 150px;
		left: 0 !important;
}

.photo-titolo {
    font-size: 50px;
    padding: 0px;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	max-width: 1500px;
}

.photo-i {
    display: block;
    font-size: 25px;
    margin: 0 0px 20px 0;
}

.photo-info .btn {
    font-size: 16px;
    border: 1px solid #FFF;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 2px #000;
}

.photo-info .btn:hover {
	border: 1px solid #FFF;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.3);
}

h1{
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #444;
	font-weight: 300;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}

h1.nav{
	text-align: left;
	font-size: 22px;
	padding-bottom: 40px;
	width: 100%;
	position: relative;
	color: #087bb6;
	font-weight: bold;
	font-style: italic;
}

h2{
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #444;
	font-weight: 300;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 80px;

}

h2.nav{
	text-align: left;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h1.white{
	color: #fff;
	margin-bottom: 80px;
}

#head{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

#head.fixed {
	background-color: #FFF;
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
}

.testa #head, .testax #head {
	background-color: #FFF;
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
}

.container{
	max-width: 1500px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px auto;
	position: relative;
	z-index: 205;
}

.containernav{
	max-width: 1500px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0px auto;
}

.containernavx{
	max-width: 1500px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 0px;
	margin: 0px auto;
}

.containernav2{
	max-width: 1500px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 125px;
	padding-bottom: 120px;
	margin: 0px auto;
}

.notop{
	padding-top: 0px !important;
}

.nobottom{
	padding-bottom: 0px !important;
}

.nomargintop{
	margin-top: 0px !important;
}

.nomarginbottom{
	margin-bottom: 0px !important;
}

.nopadding {
	padding: 0 !important;
}

.containernav2.servizi-box {
	padding-top: 0;
	padding-bottom: 0;
	margin: 40px auto;
}

.container-small{
	max-width: 1200px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-big{
	max-width: 1500px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.txtcenter{
	text-align: center;
}

#cnt-logo {
  float: left;
  text-align: center;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  transition: all 0.5s;
  /*width: 78%;*/
}

#cnt-logo a {
	display: inline-block;
}

#logo{
	width: 250px;
	display: block;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	margin-right: 0px;
	position: relative;
	margin: 0px auto;
}

#head.fixed #logo {
	width: 200px;
	padding-bottom: 20px;
}

.testa #logo, .testax #logo {
	width: 280px;
}

.phone {
	padding-top: 63px;
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.phone .fa-phone {
	font-size: 40px !important;
	color: #087bb6;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#label-phone {
    display: none;
    position: absolute;
    left: 75px;
    top: 55px;
    background-color: #087bb6;
    z-index: 1001;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    line-height: 30px;
    width: 255px;
    font-size: 16px;
}

#menu-trigger{
	/*padding-top: 63px;
	top: 0px;*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	/*right: 20px;*/
	right: 2px;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	padding: 34px;
}

.fa-bars {
	font-size: 40px !important;
	color: #087bb6;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#head.fixed #menu-trigger, .testa #menu-trigger, .testax #menu-trigger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#head.fixed .fa-bars, .testa .fa-bars, .testax .fa-bars {
	color: #087bb6;
}

#head.fixed .phone, .testa .phone, .testax .phone {
	padding-top: 32px;
}

#head.fixed .phone .fa-phone, .testa .phone .fa-phone, .testax .phone .fa-phone {
	color: #087bb6;
}

#menu-trigger.black .fa-bars {
	color: #73224d;
}

#head.fixed #label-phone, .testa #label-phone, .testax #label-phone {
	top: 25px;
}

#menu-new {
    position: absolute;
    top: 0;
    right: -500px;
    width: 300px;
    margin: 0;
    padding: 90px 0px 0px;
    background: #efefef;
    display: block;
	opacity: 0;
    height: 100vh;
    outline: 0;
    overflow-y: visible !important;
	transition: all 0.5s ease;
}

#menu-new.active {

	right: 0;
	opacity: 1;
}

#menu-new .wrap-menu {
    height: 100%;
    overflow: hidden;
    padding: 0px;
    outline: 0;
    overflow-y: visible !important;
}

.jspContainer {
    overflow: hidden;
    position: relative;
    height: 100%;
    overflow-y: visible !important;
}

.jspPane {
    position: absolute;
    outline: 0;
    padding: 0px;
    top: 0px;
    left: 0px;
}

#list-group {
    outline: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.flags {
	margin: 10px 40px;
}

.flags a {
	display: inline-block;
	margin-right: 20px;
}

.flags a.last {
	margin-right: 0px;
}

.flags img {
	width: 22px;
	display: block;
}

#menu-new #list-group .menu-li-new {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px;
    margin: 0px 40px;
    outline: 0;
    position: relative;
    display: block;
}

#menu-new #list-group .menu-li-new .menu-a-new {
    color: #444;
}

#menu-new #list-group .menu-li-new .menu-a-new.hover, .nav_item, .nav_item.hover #menu-new #list-group .menu-li-new .menu-a-new:hover {
    color: #73224d;
}

.fa-file-text-o{
	color: #fff;
	font-size: 20px !important;
	position: relative;
	top: 2px;
}

.clear{
	display: block;
	height: 0px;
	overflow: hidden;
	clear: both;
}

#cnt-photo{
	position: relative;
}

#photo{
	position: relative;
	width: 100%;
}

#photo .items {
	display: block;
	width: 100%;
	position: relative;
	height: 100vh !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#photo .itemx {
	display: block;
	width: 100%;
	position: relative;
	height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slogan-big {
    background-color: rgba(118, 20, 24, 0.60);
    padding: 10px 20px;
    position: absolute;
    max-width: 1500px;
    width: auto;
    box-sizing: border-box;
    margin: 0px auto;
    top: 50%;
    z-index: 10;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
}

.slogan {
	display: inline-block; /** se slogan nella foto scommentare**/
	font-size: 40px;
	color: #FFF; /** se slogan nella foto scommentare**/
	line-height: 50px;
	/** togliere se nella foto **/
	/*text-align: center;
	margin-bottom: 60px;*/
}

.photo-home .booking-container {
	bottom: 10%;
}

.booking-container {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 50%;
    background-color: rgba(118, 20, 24, .6);
	background-color: #ebdee7;
    z-index: 1000;
	max-width: 1000px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	/*border-radius: 20px;*/
	/* padding-top: 15px; */
}

.baffo {
  position: absolute;
  opacity: 0.39;
  z-index: 3;
  font-size: 60vw;
  display: block;
  color: #b3b4b4;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  background-image: url(/img/baffo-onda.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  /*transform: rotate(15deg);*/
  /* width: 100%; */
  z-index: 3;
  bottom: 450px;
  left: -230px;
}

.baffo2 {
  position: absolute;
  opacity: 0.39;
  z-index: 3;
  font-size: 60vw;
  display: block;
  color: #b3b4b4;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  background-image: url(/img/baffo-onda.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  object-fit: contain;
  /*transform: rotate(-15deg);*/
  /* width: 100%; */
  top: 130px;
  right: -230px;
}

.booking-container-nav {
	position: fixed;
	top: 100px;
	z-index: 500;
	width: 100%;
	background-color: #ebdee7;
	text-align: center;
	left: 0;
}

.item_flex-icone-dx.nero {
  background-color: #ebdee7;
  color: #fff;
  box-sizing: border-box;
  text-align: left;
  height: 505px;
  justify-content: center;
  -webkit-justify-content: center;
  width: 98%;
  position: absolute;
  margin: 30px 0 0px 30px;
  float: right;
  display: block;
}

.item_flex-icone-sx.nero {
	background-color: #ebdee7;
	color: #fff;
	box-sizing: border-box;
	text-align: left;
	height: 505px;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	position: absolute;
	margin: 30px 30px 30px 0;
	float: right;
	display: block;
}

.booking-container-nav .label {
    display: none;
}

.booking-container.fixed {
	position: fixed;
	bottom: unset;
	top: 105px;
}

.booking-container.noabs {
  position: relative;
  top: 100px;
  background-color: #ebdee7;
  bottom: unset;
  position: fixed;
  max-width: 2000px;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#bookhome .form-cnt {
	padding: 10px 5px;
}

#bookhome .form-cnt:first-child {
	padding-left: 0;
}

#bookhome .form-cnt.last {
	padding-right: 0;
}

.form-cnt {
	float: left;
	padding: 20px 10px;
	width: 16.66%;
	box-sizing: border-box;
}

.form-cnt:first-child {
	padding-left: 0px;
}

.form-cnt.last {
	padding-right: 0px;
}

.form-cnt .input {
	padding: 10px 0 10px 10px;
	text-align: left;
	height: 43px;
	z-index: 7;
	margin-bottom: 0px;
	font-size: 16px;
}

.form-cnt label {
	display: none;
}

.form-cnt .btn {
	width: 100%;
	height: 43px;
	border: 1px solid #73224d;
}

.booking-container .btn {
	border: 1px solid #73224d;
	padding-left: 10px;
	padding-right: 10px;
}

.onlymob {
	display: none !important;
}

.label {
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

#map {
	height: 900px;
	position: relative;
}

#contacs-mobile {
	display: none;
}

.left_50 {
	float: left;
	width: 47.5%;
}

.righ_50 {
	float: right;
	width: 47.5%;
}

.contact-absolute {
    background: #fff;
    max-width: 300px;
    padding: 25px;
    color: #444;
    overflow: hidden;
    z-index: 1001;
    position: absolute;
    top: 150px;
    left: 100px;
	font-size: 23px !important;
	/* border-radius: 20px; radius eliminato */
}

.leaflet-top {
	top: 138px !important;
}

.contact-absolute #richiesta_cnt {
	text-align: left;
}

.contact-absolute a {
    color: #444 !important;
    text-decoration: none !important;
}

.contact-absolute .btn {
	color: #FFF !important;
}

.contact-absolute .btn:hover {
	color: #087bb6 !important;
}

.contact-absolute .sezione {
    background: #087bb6;
    margin: 0 -25px;
    padding: 25px;
    color: #FFF;
}

.leaflet-container {
	font-family: 'Cormorant Garamond', serif !important;
}

.contact-title {
    font-size: 35px;
    color: #087bb6;
    margin-bottom: 15px;
    /* margin-top: 35px; */
    font-weight: bold;
    font-style: italic;
}

.contact-title2 {
    font-size: 35px;
    color: #087bb6;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: bold;
    font-style: italic;
}

.slogan-grigio {
	font-size: 40px;
	color: #444;
	line-height: 50px;
	text-align: center;
	margin-bottom: 60px;
}

.slogan-bianco {
	font-family: 'Cormorant Garamond', serif;
	text-shadow: 1px 2px 2px #000;
	font-size: 80px;
	color: #fafafa;
	line-height: 100px;
	text-align: center;
	margin-bottom: 80px;
}

.slogan-blu {
	font-family: 'Cormorant Garamond', serif;
    color: #087bb6;
	font-size: 80px;
	line-height: 100px;
	text-align: center;
	margin-bottom: 80px;
	margin-top: 30px;
}

.sottoslogan-rosso {
  font-family: 'Cormorant Garamond', serif;
  color: #b8cae1;
  font-size: 56px;
  line-height: 70px;
  text-align: left;
  margin-bottom: 56px;
  padding-left: 226px;
}

/*.sottoslogan-rosso {
	font-family: 'Cormorant Garamond', serif;
    color: #cedbed;
	font-size: 80px;
	line-height: 100px;
	text-align: left;
	margin-bottom: 80px;
	padding-left: 226px;
}*/

.sottoslogan-medio {
  font-family: 'Cormorant Garamond', serif;
  color: #000;
  font-size: 40px;
  line-height: 100px;
  text-align: left;
  margin-bottom: 80px;
}

.sottoslogan-nero {
	font-family: 'Cormorant Garamond', serif;
    color: #000000;
	font-size: 80px;
	line-height: 100px;
	text-align: right;
	margin-bottom: 80px;
	padding-right: 226px;
}

.intro-home {
	font-family: 'Cormorant Garamond', serif;
    color: #000000;
	font-size: 23px;
	text-align: left;
	padding-left: 226px;
}

.testo-opp a {
    color: #fff;
}

.quadrato {

}

#cnt-menu {
  float: right;
  text-align: right;
  /*
  padding-top: 20px;
  padding-bottom: 20px;
  */
  transition: all 0.5s;
  background-color: #cedbed;
  width: 100px;
  height: 100px;
}

#content .article .item-page .link a>.text {
    position: relative;
    z-index: 21;
    display: block;
}

#content .article .item-page .link a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #1b2837;
    text-transform: uppercase;
    letter-spacing: 0.212em;
    padding: 1.7em 2.4em;
    font-size: 23px;
}

#content .article .item-page .link a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #1b2837;
    text-transform: uppercase;
    letter-spacing: 0.212em;
    padding: 1.7em 2.4em;
    font-size: 23px;
}

.slogan-rosso {
	font-family: 'Cormorant Garamond', serif;
    color: #087bb6;
	font-size: 80px;
	line-height: 100px;
	text-align: left;
}

.citazione {
  color: #000000;
	font-size: 18px;
	line-height: 100px;
	text-align: left;
}

.fonte {
  font-style: italic;
}

.slogan-webcam {
	font-family: 'Cormorant Garamond', serif;
    color: #087bb6;
	font-size: 80px;
	line-height: 100px;
	text-align: right;
}

section{
	margin: 0px;
	background-color: #FFF;
}

.bianca {
	background-color: #FFF;
	/*padding: 60px 0px 0px;*/
	text-align: center;
	overflow: hidden;
}

.biancax {
	background-color: #efefef;
	text-align: center;
}

.grey {
	background-color: #efefef;
}

.grigia {
	background-color: #efefef;
	background-color: #f9f9f9;
	/*background-image: url('/img/background_sbiadito1.png');
	background-position: top left -40px;
	background-repeat: no-repeat;
	background-size: cover;*/
	padding: 100px 0px 60px;
	text-align: center;
}

.grigia2 {
	background-color: #efefef;
	background-color: #f9f9f9;
	background-image: url('/img/back-covid.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 125px 60px 100px;
	text-align: center;
	position: relative;
}

.grigia2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.7;
}

.sinistra {
	float: left;
	width: 47.5%;
}

.destra {
	float: right;
	width: 47.5%;
}

.foto-intro {
	width: 50%;
	height: 300px;
	display: block;
	margin: 0px auto 60px auto;
	background-size: cover;
    background-position: center center;
}

.txt-centro {
	width: 80%;
	margin: 0px auto;
	text-align: center;
}

.txt-centro .titolo-centro {
	font-family: 'Cormorant Garamond', serif;
	color: #087bb6;
}

.txt-centro-covid {
	width: 100%;
	margin: 0px auto;
	text-align: center

}

.cnt_flex {
    margin: 0px auto;
    padding-bottom: 100px;
	margin-bottom: 75px;
    position: relative;
}

.cnt_flex2 {
  margin: 0px auto;
  padding-bottom: 100px;
  margin-bottom: 75px;
  position: relative;
}

/* .item_flex {
    display: flex;
    flex-direction: column;
} */

.item_flex-2 {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.item_flex.nero {
	background-color: rgba(8, 123, 182, .8);
	color: #fff;
	box-sizing: border-box;
	text-align: left;
	height: 450px;
	width: 35%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	margin: 150px 0 0px 30px;
}

.item_flex.nero2 {
	background-color: rgba(8, 123, 182, .8);
	color: #fff;
	box-sizing: border-box;
	text-align: left;
	height: 450px;
	justify-content: center;
	-webkit-justify-content: center;
	width: 35%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
	margin: 150px 30px 30px 0px;
}

.item_flex.nero3 {
    background-color: #faf9d5;
    color: #444;
    box-sizing: border-box;
    text-align: left;
    height: 600px;
    justify-content: center;
	-webkit-justify-content: center;
	width: 35%;
}

.item_flex.nero.dex {
    text-align: right;
}

.item_flex.nero3.dex {
    text-align: right;
}

.item_flex.foto {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 87%;
}

.item_flex.foto.six {
    position: relative;
	height: 570px;
	margin-left: auto;
}

.item_flex.foto.dex {
    position: relative;
	height: 570px;
}

.item_flex.nero .centro {
    max-width: 80%;
    padding: 40px;
}

.item_flex.nero2 .centro {
    max-width: 80%;
    padding: 40px;
}

.item_flex.nero3 .centro {
    max-width: 80%;
    padding: 40px;
}

.titolo2 {
	font-weight: 300;
    font-size: 35px;
    line-height: 50px;
    margin: 0px;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    margin: 0px;
    padding: 0px;
    display: inline;
}

.nero3 .titolo2 {
	color: #444;
}

.item_flexx {
    display: flex;
    flex-direction: column;
    /*flex-basis: 100%;
    flex: 1;*/
    min-height: 350px;
}

.item_flexx.nero {
    background-color: #231F20;
    background-color: #087bb6;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    height: 350px;
    justify-content: center;
	-webkit-justify-content: center;
	width: 45%;
}

.item_flexx.nero.dex {
    text-align: right;
}

.item_flexx.foto {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item_flexx.foto.six {
    position: relative;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
	width: 55%;
}

.item_flexx.foto.dex {
    position: relative;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
	width: 55%;
}

.item_flexx.nero .centro {
    max-width: 80%;
    padding: 40px;
}

.riga {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#appartamenti.riga {

	background-color: #E7EAEE;
}

.row {
	width: 50%;
}

.row.foto {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testo-riga {
	padding: 160px 20%;
}

.testo-riga h2 {
	color: #087bb6;
	margin-bottom: 20px;
}

.appartamenti-sfondo {

	background-color: #E7EAEE;
}

.testo-appartamenti {
	background-color:#fafafa;
	text-align: center;
	float: left;
	width: 50%;
	height: 100%;
	float: left;
    width: 50%;
	/* border-radius: 0 20px 20px 0; radius eliminato */
}

.testo-appartamenti-inner {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 100px;
    box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
}

.testo-appartamenti p {

	height: 120px;
	overflow:hidden;

}

.testo-appartamenti h2 {

	font-size: 22px;
	color: #087bb6;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
	font-style: italic;
}

.foto-appartamenti {
	height: 100%;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	/* border-radius: 20px 0 0 20px; radius eliminato */
}

.opportunita-left {
  width: 70%;
  background-color: #f9f9f9;
  padding-left: 40px;
	padding-right: 20px;
}

.opportunita-right {
	width: 40%;
	background-color: #ebdee7;
}

.rossino {
  background-color: #f9f9f9;
  padding: 100px 0px 60px;
  text-align: center;
}

.rossino-left {
	width: 60%;
  background-color: #d2cac7;

}

.container-opportunita {
  max-width: 1500px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px auto;
  position: relative;
  z-index: 205;
}

.bluino {
  background-color: #cedbed;

}

#opportunita .items {
  height: 700px;
	background-position: center center;
  margin: 20px;
}

#appartamenti div[class*="owl"]:not(.owl-controls){
	height: 100%;
}

#opportunita div[class*="owl"]:not(.owl-controls){
	height: 100%;
}


#appartamenti .owl-controls *{
	height: auto !important;
	font-size: 60px;
}

#appartamenti .owl-controls .owl-nav [class*='owl-']{
	color: #73224d;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 3;
	font-size: 100px; font-size: 6vw;
	text-shadow: 1px 1px #666;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#opportunita .owl-controls .owl-nav [class*='owl-']{
	color: #73224d;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 3;
	font-size: 100px; font-size: 6vw;
	text-shadow: 1px 1px #666;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#appartamenti .owl-prev{
	left: -140px;
}

#opportunita .owl-prev{
	left: -140px;
}

#appartamenti .owl-next{
	right: -140px;
}


.click {
	width: 40px;
	height: 40px;
	background-color: #087bb6;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	z-index: 2;
}

.colored {
	background-attachment: fixed;
	background-image: url('/img/sfondo-territorio-home.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.filter {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 120px 0px;
}

.dintorni {
	display: -ms-flexbox;
	display: flex;

	width: 47.5%;
	height: auto;
	position: relative;
	z-index: 10;
	margin-right: 5%;
	min-height: 380px;
	background: #fff;
	outline: none;
	float: left;

	margin-bottom: 40px;
	/* border-radius: 10px; radius eliminato */
}

.dintorni.last {
	margin-right: 0px;
}

.dintorni::before {
    content: '';
    transition: box-shadow .5s;
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/*.dintorni::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    background: #fff;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
    height: 100%;
    width: 52%;
}*/

.dintorni-img {
    position: absolute;
    height: 100%;
    width: 49%;
    background-size: cover;
    background-position: center;
    z-index: 10;
    left: 0;
    top: 0;
    float: left;

	/* border-radius: 10px 0 0 10px; radius eliminato */
}

.dintorni-txt {
    padding: 0 5% 0 55%;
    width: 100%;
    position: relative;
    z-index: 20;
    float: right;
}

.sandbag {
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.shape {
    display: block;
    background-color: transparent;
    position: relative;
    z-index: 10;
    background: #fff;
    float: left;
    width: 31px;
    height: 200px;
    content: '';
    -webkit-shape-outside: polygon(0 0,100% 0,0 100%);
    -webkit-clip-path: polygon(0 0,100% 0,0 100%);
}

.dintorni-title {
	font-size: 22px;
	color: #087bb6;
	margin-bottom: 15px;
	margin-top: 35px;
	font-weight: bold;
	font-style: italic;
}

.dintorni-txt p {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
}

.colonna{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
}

.territorio {
	box-sizing: border-box;
	margin-bottom: 60px;
}

.territorio.last {
	margin-bottom: 0px;
}

.img-territorio {
	float: left;
	width: 30%;
	margin-right: 5%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.imgx-territorio {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	/* border-radius: 10px; radius eliminato */
}

.imgx-territorio.last {
	margin-bottom: 0px;
}

.txt-territorio {
	float: left;
	width: 65%;
}

.tit-territorio {
	font-size: 22px;
    color: #087bb6;
    margin-bottom: 15px;
    font-weight: bold;
    font-style: italic;
}

/***** SCHEDA CAMERE ***/

.sist-sx {
	float: left;
	width: 47.5%;
}

.sist-dx {
	float: right;
	width: 47.5%;
}

ul.tab_menu {
    z-index: 1000;
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.tab_menu.padding {
	padding: 60px 0px 0px;
}

.tab_menu li {
    display: inline-block;
    background-color: #fff;
    z-index: 100;
}

.tab_menu li a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    border-top: #CEDCE8 1px solid;
    border-bottom: #CEDCE8 1px solid;
    border-right: #CEDCE8 1px solid;
    box-sizing: border-box;
    color: #888;
}

.tab_menu li a:hover {
	color: #087bb6;
}

.tabmenuactive {
    border-bottom: #fff 1px solid !important;
    color: #087bb6 !important;
}

.label_mobile {
    display: none;
    font-weight: 700;
    font-size: 20px;
    color: #087bb6;
    padding-bottom: 20px;
}

.tab {
    z-index: 9;
    position: absolute;
    display: none;
    top: 35px;
    min-height: 400px;
    width: 100%;
    box-sizing: border-box;
    border-left: #CEDCE8 1px solid;
    border-right: #CEDCE8 1px solid;
    border-top: #CEDCE8 1px solid;
    border-bottom: #CEDCE8 1px solid;
    padding: 20px;
}

.tabfirst {
    border-left: #CEDCE8 1px solid;
}

.tablast {
}

.nav-dropdown {
	display: none;
}

.nav-dropdown .nav_item span{
	font-style: italic;
	color: #888;
}

.nav-dropdown .nav_item span:hover{
	font-style: italic;
	color: #73224d;
}

.nav-dropdown ul {
	list-style: none;
	padding-left: 10px;
	font-style: italic;
}

.icon:hover {
	cursor: pointer
}

.tabactive {
    display: block;
    position: relative;
    top: 0px;
}

.tabx {
	z-index: 9;
    position: relative;
    top: 0px;
    min-height: 400px;
    width: 100%;
    box-sizing: border-box;
	border: 0px;
	margin-top: 35px;
}

.marginx {
	/*margin-bottom: 60px;*/
	border: 0;
	padding: 0;
}

#condizioni {
	font-size: 16px;
	border-left: 1px solid #087bb6;
	padding-left: 20px;
}

#condizioni h2 {
	font-size: 22px;
    color: #087bb6;
    margin-bottom: 15px;
    font-weight: bold;
    font-style: italic;
	text-align: left;
}

#condizioni ul {
	padding-left: 0;
	list-style: none;
}

#altresistemazioni {
	width: 20%;
	font-size: 16px;
	background-color: #cedbed;
	padding: 40px;
	min-height: 346px;
	position: relative;
	top: -40px;
}

#altresistemazioni h2 {
	font-size: 22px;
    color: #087bb6;
    margin-bottom: 15px;
    font-weight: bold;
    font-style: italic;
	text-align: left;
}

#altresistemazioni ul {
	list-style: none;
	padding-left: 0;
}


#servizi {
	padding-top: 30px;
	width: 100%;
	text-align: center;
	display: flex;
	background-color: #ebdee7;
}

.servizi {
    padding-bottom: 30px;
    display: inline-block;
    /* width: 10%; */
	flex-grow: 1;
    text-align: center;
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
}

.servizi .fas {
    font-size: 40px;
    color: #73224d;
	padding-bottom: 20px;
	display: block;
	margin: 0px auto;
}

.servizi img {
	height: 40px;
	display: block;
	padding-bottom: 20px;
	margin: 0px auto;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.prezzi {
	width: 100%;
	border-spacing: 2px;
	padding: 0px;
	border: 0px;
}

.headprezzi {
    background-color: #087bb6;
}

.headprezzi td {
    color: #fff;
    font-style: italic;
    padding: 5px 5px;
}

.riga-prezzo td {
    background-color: #F9F9F9;
    padding: 5px 5px;
}

.alignright {
	text-align: right;
}

.gallery .owl-controls .owl-nav [class*="owl-"] {
    color: white;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 60px;
    text-shadow: 1px 1px #000;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery .owl-prev {
    left: 20px;
}

.gallery .owl-next {
    right: 20px;
}

.img-sist {
	display: block;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-radius {
	border-radius: 0px !important;
}

.btn-cnt {
	text-align: center;
	margin: 60px auto;
}

.btn-cnt2 {
	text-align: center;
	margin: 60px auto 0px;
}

.btn-cnt3 {
	margin: 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #73224d;
	border: 1px solid #73224d;
	/* border-radius: 10px; radius eliminato */
    padding: 10px 30px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
}

.btn-intro {
	position: absolute;
	top: 0;
	left: 0;
    display: block;
	color: #fff;
	background-color: #cedbed;
	transition: all 0.5s;
	cursor: pointer;
	width: 100%;
	/* max-width: 100px; */
	height: 100%;
	z-index: -1;
	border: 2px solid #cedbed;
	box-sizing: border-box;
}

.btn-intro-rossino {
	position: absolute;
	top: 0;
	left: 0;
    display: block;
	color: #fff;
	background-color: #d2cac7;
	transition: all 0.5s;
	cursor: pointer;
	width: 100%;
	/* max-width: 100px; */
	height: 100%;
	z-index: -1;
	border: 2px solid #cedbed;
	box-sizing: border-box;
}

.btn-sistemazione {
	position: absolute;
	top: 0;
	left: 0;
    display: block;
	color: #fff;
	background-color: #cedbed;
	transition: all 0.5s;
	cursor: pointer;
	width: 100%;
	border: 2px solid #cedbed;
	/* max-width: 100px; */
	height: 100%;
	z-index: -1;
	box-sizing: border-box;
}

a:hover .btn-intro , a:hover .btn-intro-rossino , a:hover .btn-sistemazione {
	/* max-width: 100%; */
	background-color: #fff;
}

/*.sist-btn-dx{
	position: absolute;
	z-index: 10000;
	bottom: 0;
	right: 155px;
	/* margin-top: 550px;
	margin-left: 1079px;
}*/

/*.sist-btn-dx {
  position: absolute;
  z-index: 10000;
  bottom: 0;
  right: 21px;
  padding-bottom: 53px;
}*/

.sist-btn-dx {
  position: absolute;
  z-index: 10000;
  bottom: 0;
  right: 300px;
  padding-bottom: 0px;
}

/*.sist-btn-sx{
	position: absolute;
	z-index: 10000;
	bottom: 0;
	left: 155px;
	 margin-top: 550px;
	margin-right: 1079px;
}*/

/*.sist-btn-sx {
  position: absolute;
  z-index: 10000;
  bottom: 50px;
  left: 139px;
	}*/

	.sist-btn-sx {
  position: absolute;
  z-index: 10000;
  bottom: 0px;
  left: 300px;
}

.testo-opp {
  background-color: #087bb6;
  padding: 50px;
  color: #fff;
}

.text {
	/* margin-left: -45px; */
	/* display: ruby-text; */
	text-transform: uppercase;
	padding: 35px;
	display: inline-block;
}

.text-right {
	margin-left: -195px;
	display: ruby-text;
	text-transform: uppercase;
	padding-right: 50px;
}

.btn.right {
	float: right;
}

.btn:hover {
    background-color: #fff;
	color: #73224d;
}

.btn.form {
	margin: 20px auto 0px;
	cursor: pointer;
	display: block;
}

.btnx {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #087bb6;
	border: 1px solid #fff;
    background-color: #fff;
    padding: 10px 30px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
}

.btnx:hover {
    background-color: #087bb6;
	color: #fff;
}

.btn.sinix {
	margin-left: 10px;
}

.btn.sinix {
	margin-left: 20px;
}

#richiesta_cnt {
	text-align: center;
}

#richiesta_cnt label {
	display: none;
}

#richiesta_cnt2 label {
	display: none;
}

.richiesta_cnt label {
	display: none;
}

.richiesta_cnt2 label {
	display: none;
}

#richiestadisp .input, #richiestadisp .input2 {
	background-color: #FFF;
}

.input {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    background-color: #F7F7F7;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 10px;
	text-align: left;

	/* border-radius: 10px; radius eliminato */
}

.input:focus {
	background-color: #FFF;
}

.input2 {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    width: 49.5%;
    padding: 5px;
    background-color: #F7F7F7;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 10px;
    float: left;
    margin-right: 1%;
	text-align: left;

	/* border-radius: 10px; radius eliminato */
}

.input2:focus {
	background-color: #FFF;
}

.input2.last {
	margin-right: 0px;
}

.textarea {
    height: 120px;
    resize: vertical;
	text-align: left;
}

.dispo_captcha {
    float: left;
    width: 49%;
    margin-right: 2%;
	text-align: left;
}

.dispo_nota {
    float: left;
    width: 49%;
	font-size: 16px;
	text-align: left;
}

.ui-widget-header {
    border: 1px solid #087bb6 !important;
    background: #087bb6 !important;
    color: #FFF !important;
    font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #087bb6 !important;
    background: #087bb6 !important;
    color: #FFF !important;
}

.gallery-page {
	max-width: 1500px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 120px;
    margin: 0px auto;
}

.wrapper-gallery {
    max-width: 1500px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
    position: relative;
    z-index: 205;
}

.wrapper-gallery2 {
	max-width: 1500px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
    position: relative;
    z-index: 205;
}

.azienda-carousel .slick-list {
    overflow: visible;
}

.foto-az {
    display: block;
    height: 400px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    /* margin: 0px 15px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	/*border-radius: 10px;*/
}

.azienda-carousel .button.button--prev, .azienda-carousel .button.button--next {
    font-weight: 400;
    line-height: 52px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    /* border-radius: 52px; radius eliminato */
    border: 0;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    width: 52px;
    padding: 0;
    margin: 0;
    z-index: 20;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    background-color: #73224d;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.azienda-carousel .button.button--prev {
    left: 0;
}

.azienda-carousel .button--prev::before {
    color: #FFF;
    width: auto;
    left: 0;
    text-align: center;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f104";
    font-weight: 900;
    text-indent: -3.78333px;
    z-index: 10;
    line-height: 48.3833px;
    font-size: 25.2px;
    bottom: 0;
    top: 0;
    right: 0;
    position: absolute;
    white-space: nowrap;
}

.azienda-carousel .button.button--next {
    right: 0;
}

.azienda-carousel .button--next::before {
    color: #FFF;
    width: auto;
    left: 0;
    text-align: center;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    font-weight: 900;
    text-indent: 3.78333px;
    z-index: 10;
    line-height: 48.3833px;
    font-size: 25.2px;
    bottom: 0;
    top: 0;
    right: 0;
    position: absolute;
    white-space: nowrap;
}

/* VECCHIO FOOTER

footer{
	width: 100%;
	display: block;
	background-color: #087bb6;
	z-index: 1000;
	color: #fff;
	font-size: 13px;
}

footer a {
	color: #FFF;
}

.foot-logo {
    max-width: 400px;
	margin-top: 15px;
	margin: 60px auto 0px;
}

.foot-logo img {
	max-width: 400px;
	width: 100%;
}

.foot-social {
    float: right;
    padding-top: 15px;
    text-align: center;
}

.foot-social .fab {
    color: #FFF;
    font-size: 50px;
    padding-left: 20px;
}

.box-foot {
	width: 21.25%;
    margin-right: 5%;
    float: left;
    box-sizing: border-box;
    padding: 60px 0px;
    font-size: 13px;
    position: relative;
    color: #FFF;
}

.box-foot.last {
    margin-right: 0;
}

.box-foot-title {
    margin: 0 0 33px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.box-foot .fab {
    color: #FFF;
    font-size: 50px;
	padding-right: 10px;
}

.site {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#small-footer {
	background-color: #FFF;
	color: #444;
	padding: 10px 0px;
}

.sx{
	float: left;
	width: 50%;
	text-align: left;
}

.dx{
	float: right;
	width: 50%;
	text-align: right;
}

#menu-foot{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu-foot li{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

#menu-foot li a{
	color: #444;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: #444 1px solid;
	transition: all 0.5s;
}

#menu-foot li a.first{
	padding-left: 0px;
}

#menu-foot li a.last{
	border-right: none;
	padding-right: 0px;
}

#menu-foot li a:hover{
	color: #087bb6;
}

VECCHIO FOOTER*/

#footer{
	background-color: #fff;
	position: relative;
}

#big-footer-cnt{
	background-color: #087bb6;
	color: #fff;
}

.cf:before,
.cf:after{
    content: " ";
    display: table;
}

.cf:after{
    clear: both;
}

footer .fa {
    padding-right: 10px;
    text-align: center;
}

footer a{
	color: #fff;
}

.contatti .social {

	padding-right: 20px;
}

.social .fa{
	font-size: 35px;
	color: #fff;
}

.colonna{
	width: 80%;
	margin-right: 5%;
	margin-left: 10%;
}

.colonna-66 {
	width: 65%;
	margin-right: 5%;
	float: left;
	column-count: 2;
	column-gap: 5%;
}

.colonna-33 {
	width: calc(40% - 30px);
	float: left;
	box-sizing: border-box;
	margin-right: 30px;
}

.last {
	margin-right: 0 !important;
}

.colonna-30 {

	width: 30%;
	margin-right: 5%;
	float: left;
}

.colonna-foto {
	float: left;
	width: 60%;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.foto-colonna-foto {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	/* border-radius: 10px; radius eliminato */
}

.colonna.last{
	margin-right: 0px;
}

.colonna-foot{
	width: 30%;
	padding: 50px 0px 0px 0px;
	margin-right: 5%;
	float: left;
}

.colonna-foot.last{
	margin-right: 0px;
}

.contatti {
    position: relative;
    padding-left: 65px;
    padding-bottom: 50px;
}

.icona-contatti {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    border: 2px solid #cedbed;
	background-color: #cedbed;
    text-align: center;
    position: absolute;
    left: 0;
}

.icona-contatti i {
    font-size: 15px !important;
    color: #444;
    line-height: 40px;
    margin-right: 0;
    width: auto !important;
    padding-right: 0px !important;
}

.icona-servizi {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    border: 2px solid #73224d;
    text-align: center;
    position: absolute;
    left: 0;
		margin: 20px;
}

.item_flex-icone-dx .icona-servizi {
	left: auto;
	right: 0;
}

.icona-servizi i , .icona-servizi em {
    font-size: 15px !important;
    color: #73224d;
    line-height: 40px;
    margin-right: 0;
    width: auto !important;
    padding-right: 0px !important;
}

.icona-servizi img {
    width: 20px;
	height: 20px;
	object-fit: contain;
	padding: 10px 0;
	image-rendering:-moz-crisp-edges;          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}

.box-foot{
	width: 22%;
	margin-right: 4%;
	float: left;
	box-sizing: border-box;
	padding: 80px 0px;
	padding-left: 70px;
	font-size: 16px;
	position: relative;
}

.box-foot:last-child{
	margin-right: 0;
	padding-bottom: 10px;
}

.box-foot-title{
	/* margin: 0 0 15px 0;
	padding: 0 0 5px 0; */
    font-size: 16px;
    font-weight: 400;
	/*border-bottom: 1px solid #fff;*/
}

#sitemap_left{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 5px;
}

#sitemap_right{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 5px;
}

#sitemap a{
	display: block;
	text-decoration: none;
	color: #FFF;
}

#sitemap a:hover{
	text-decoration: underline;
}

#sitemap a.tec{
	font-style: italic;
}

.orario{
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

.orario.contatti{
	width: 65%;
}

.giorno{
	font-style: italic;
}

.giorno, .ora{
	border-bottom: 1px solid #fff;
	padding: 5px;
}

.ora{
	text-align: right;
}

.orario-space{
	height: 0px;
}

#small-footer{
	color: #444;
	padding-top: 10px;
	padding-bottom: 10px;
}

#copy{
	float: left;
}

#copy2{
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
	font-weight: 800;
	color: #fff;
}

#copy2 a {
	color: #fff;
}

#copy2 a:hover {
	text-decoration: none;
	color: #fff;
}

#menu-foot-cnt {
    float: right;
}

#menu-foot{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #444;
}

.menu-foot-li{
	display: inline-block;
	color: #444;
}

.menu-foot-li:hover, .menu-foot-li.hover {
}

.menu-foot-li.last .menu-foot-a {
}

.menu-foot-a{
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	margin-right: 15px;
	color: #444;
}

.menu-foot-a:hover, .menu-foot-a.hover{
}

.menu-foot-a a:hover, .menu-foot-a.hover{
}

footer{
	width: 100%;
	display: block;
	background-color: #087bb6;
	z-index: 1000;
	color: #fff;
	font-size: 16px;
}

footer a {
	color: #FFF;
}

.foot-logo {
    /*float: left;*/
    max-width: 400px;
	margin-top: 15px;
	margin: 60px auto 0px;
}

.foot-logo img {
	max-width: 400px;
	width: 100%;
}

.foot-social {
    float: right;
    padding-top: 15px;
    text-align: center;
}

.contatti .fab {
    color: #FFF;
    font-size: 35px;
}

.box-foot {
	width: 21.25%;
    margin-right: 5%;
    float: left;
    box-sizing: border-box;
    padding: 60px 0px;
    font-size: 16px;
    position: relative;
    color: #FFF;
}

.box-foot.last {
    margin-right: 0;
}

.box-foot-title {
    margin: 0 0 10px 0;
    font-size: 18px;
	line-height: 44px;
    font-weight: 700;
    color: #fff;
    text-align: left;
	text-transform: uppercase;
}

.box-foot .fab {
    color: #FFF;
    font-size: 50px;
	padding-right: 10px;
}

.site {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#small-footer {
	background-color: #E7EAEE;
	color: #444;
	padding: 10px 0px;
}

.sx{
	float: left;
	width: 50%;
	text-align: left;
}

.dx{
	float: right;
	width: 50%;
	text-align: right;
}

#menu-foot{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu-foot li{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

#menu-foot li a{
	color: #444;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	/*border-right: #444 1px solid;*/
	transition: all 0.5s;
}

#menu-foot li a.first{
	padding-left: 0px;
}

#menu-foot li a.last{
	border-right: none;
	padding-right: 0px;
}

#menu-foot li a:hover{
	color: #087bb6;
}

#cookie-disclaimer{
	background-color: rgba(0, 0, 0, 0.85);
	color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 15px 0;
	font-size: 16px;
	text-align: center;
}

#titolo-cookies{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	display: none;
}

#cookie-disclaimer a{
	color: #FFF;
}

#cookie-disclaimer .btn{
	margin-left: 20px;
	margin-right: 0px;
	margin: 0px auto;
	float: right;
	float: none;
	cursor: pointer;
	background-color: #FFF;
	color: #000;
	padding: 5px 20px;
	display: inline-block;
}

#cookie-disclaimer .btn.primo{
	margin-right: 10px;
}

#cookie-disclaimer .btn:hover{
	background-color: #087bb6;
	color: #fff;
}

.onlymobile {
	display: none;
}

.onlymobile2 {
	display: none !important;
}

#phonesx {
    position: fixed;
    right: 200pt;
    bottom: 17pt;
    width: 60px;
    height: 60px;
    background-color: #73224d;
    z-index: 1001;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

#phonesx a {
    color: #fff;
    font-size: 30px !important;
    line-height: 60px
}

#phonesx svg {
    color: #fff;
    font-size: 30px !important;
    line-height: 60px;
	padding-top: 15px;
}

#phonesx:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

#mailsx {
    position: fixed;
    right: 140pt;
    bottom: 17pt;
    width: 60px;
    height: 60px;
    background-color: #73224d;
    z-index: 1001;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

#mailsx a {
    color: #fff;
    font-size: 30px !important;
    line-height: 60px
}

#mailsx svg {
    color: #fff;
    font-size: 30px !important;
    line-height: 60px;
	padding-top: 15px;
}

#mailsx:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

#whatsapp {
    position: fixed;
    right: 20pt;
    bottom: 17pt;
    width: 60px;
    height: 60px;
    background-color: #00E676;
    z-index: 1001;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

#whatsapp .fab {
    color: #fff;
    font-size: 35px;
    line-height: 60px;

}

#whatsapp:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

#telegram {
  position: fixed;
  right: 80pt;
  bottom: 17pt;
  width: 60px;
  height: 60px;
  background-color: #27a7e5;
  z-index: 1001;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
  transition: box-shadow 150ms linear;
}

#telegram:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

#telegram .fab {
  color: #fff;
  font-size: 30px !important;
  line-height: 60px;
}

#recensioni .owl-controls .owl-nav [class*=owl-] {
    color: #087bb6;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 40px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#recensioni .owl-prev {
    left: -40px
}

#recensioni .owl-next {
    right: -40px
}

#recensioni .testo-rece {
	position: relative;
	padding-right: 40px;
}

#recensioni .testo-rece .fa-quote-left {
	position: absolute;
	top: 0;
	left: -40px;
	color: #087bb6;
}

#recensioni .testo-rece .fa-quote-right {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #087bb6;
}

@media all and (max-width: 1500px) {
	.wrapper-gallery {
		padding-left: 0;
		padding-right: 0;
	}
	.photo-info {
		padding-bottom: 190px;
	}
	.photo-home .booking-container {
		bottom: 15%;
	}
}

@media all and (max-width: 1040px) {
	.slogan-rosso , .slogan-blu , .slogan-webcam {
		font-size: 60px;
		line-height: 80px
	}
	.sottoslogan-rosso , .sottoslogan-nero {
		font-size: 42px;
		line-height: 56px;
	}
}

@media all and (max-width: 1020px) {
	#map {
		height: 900px !important;
	}
	#photo .items {
		height: 700px;
		max-height: 50vh;
	}
	.photo-home .booking-container {
		bottom: 0;
	}
	.item_flex.nero , .item_flex.nero2 {
		width: 45%;
	}
	#opportunita .items {
		max-height: 50vh;
	}
	.sottoslogan-rosso {
		padding-left: 50px;
	}
	.intro-home {
		padding-left: 90px;
	}
	#diconodinoi .container-opportunita {
		padding-left: 40px;
	}
	.containernav2.servizi-box {
		margin: 20px auto;
	}
	#servizi {
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% - 40px);
	}
}

@media all and (max-width: 800px) {
	.cnt_flex , .cnt_flex2 {
		height: 810px;
	}
	.leaflet-top {
		top: 100px !important;
	}

	#eventi-comune .owl-next {
	  right: 20px;
	  color: #000 !important;
	  text-shadow: 1px 1px #fff !important;
	}

	#eventi-comune .owl-prev {
	  left: 20px;
	  color: #000 !important;
	  text-shadow: 1px 1px #fff !important;
	}
	#map {
		height: 700px !important;
		max-height: 50vh;
	}
	.sx , .dx {
		float: none;
		width: 100%;
	}
	.photo-titolo {
	  font-size: 30px;
	  padding: 0px;
	  width: 100%;
	  text-align: center;
	  margin: 0 auto;
	  max-width: 1500px;
	}
	.photo-info {
	  position: absolute;
	  z-index: 1;
	  bottom: 40px;
	  color: #FFF;
	  text-shadow: 1px 2px 2px #000;
	  width: 100%;
	  padding-bottom: 150px;
	}
	#menu-foot li {
		display: block;
		text-align: center;
	}
	#menu-foot li a {
		padding-right: 0;
		padding-left: 0;
	}
	.container-opportunita {
		padding-right: 0;
	}
	#diconodinoi .container-opportunita {
		padding-right: 20px;
	}
	.opportunita-left {
		padding-left: 20px;
	}
	#head.fixed {
		background-color: #FFF;
	}
	#head.fixed #menu-trigger, .testa #menu-trigger, .testax #menu-trigger {
		left: 50%;
		right: auto;
		transform: translate(-50% , -50%);
		padding: 0;
	}
	#cnt-logo {
		padding-top: 25px;
	}
	.cont-opportunita-sx , .cont-opportunita-dx {
		display: block;
		position: relative;
		margin-left: 0;
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	.foto-opportunita-sx , .foto-opportunita-dx  {
		width: calc(100vw - 40px);
		height: 200px;
		margin-bottom: 20px;
		margin-left: 0;
		position: absolute;
		top: 0;
	}
	.testo-opportunita-sx , .testo-opportunita-dx {
		padding-top: 220px;
		margin-left: 0;
	}
	.testo-opp {
		padding: 20px;
	}
	.opportunita-left {
		width: auto;
	}
	.sottoslogan-rosso {
		padding-left: 0;
	}
	.sottoslogan-nero {
		padding-right: 0;
	}
	#cnt-menu {
		width: 100px;
		height: 100px;
		position: relative;
	}
	#menu-trigger {
		left: 50%;
		right: auto;
		transform: translate(-50% , -50%);
		padding: 0;
	}
	#logo {
		margin: 0;
		width: 200px;
	}
	.colonna-foot {
		width: calc(50% - 25px);
		float: left;
		margin-right: 50px;
	}
	.colonna-foot:nth-child(2) {
		margin-right: 0;
		min-height: 344px;
		float: right;
	}
	.sist-btn-sx {
		left: 0;
		right: auto;
	}

	.titolo2 {
	  font-weight: 300;
	  font-size: 30px;
	  line-height: 50px;
	  margin: 0px;
	  text-transform: uppercase;
	  font-style: normal;
	  color: #fff;
	  margin: 0px;
	  padding: 0px;
	  display: inline;
	}
	.slogan-rosso , .slogan-blu , .slogan-webcam {
		font-size: 50px;
		line-height: 60px;
	}
	.sottoslogan-rosso , .sottoslogan-nero {
		font-size: 30px;
		line-height: 40px;
	}
	.intro-home {
		padding-left: 0;
	}
	.form-cnt , #bookhome .form-cnt {
		width: 100%;
		float: none;
		padding: 20px 0 0 0;
	}
	#bookhome .form-cnt.last {
		padding-bottom: 20px;
	}
	.form-cnt.last {
		padding-bottom: 20px;
	}
	.photo-home .booking-container {
		bottom: 0;
	}
	.photo-home .booking-container .form-cnt:not(.last) {
		display: block;
	}
	.booking-container .form-cnt:not(.last) {
		display: none;
	}
	#photo .items , #photo .itemx {
		height: calc(100vh - 398px) !important;
		margin-bottom: 398px;
	}
	#photo .itemx {
		margin-bottom: 41px;
	}
	.baffo2 {
		top: 200px;
		right: 0;
	}
	.item_flex.nero {
		width: calc(100% - 70px);
		position: absolute;
		top: auto;
		bottom: 100px;
		left: -10px;
		margin: 0;
	}
	.item_flex-icone-dx.nero {
		width: 100%;
		margin: 0;
	}

	.item_flex-icone-dx.nero {
	  background-color: #ebdee7;
	  color: #fff;
	  box-sizing: border-box;
	  text-align: left;
	  height: 505px;
	  justify-content: center;
	  -webkit-justify-content: center;
	  width: 98%;
	  position: absolute;
	  margin: 30px 0 0px 30px;
	  float: right;
	  display: block;
	  width: calc(100% - 30px);
	}

	.item_flex.nero .centro {
		max-width: initial;
		padding: 20px;
		font-size: 20px;
	}
	.item_flex.foto {
		width: calc(100% - 70px);
	}
	.item_flex.foto.dex {
		position: absolute;
		height: 350px;
		left: -10px;
		top: -10px;
	}
	.sist-btn-dx {
		right: 0;
	}
	.item_flex.foto.six {
		position: absolute;
		height: 350px;
		right: -10px;
		top: -10px;
	}
	.item_flex-icone-sx.nero {
		width: 100%;
		margin: 0;
	}
	.item_flex.nero2 {
		height: 450px;
		width: calc(100% - 20px);
		position: relative;
		margin: 360px 0 0 0;
	}
	.item_flex.nero2 .centro {
		max-width: initial;
		padding: 20px;
	}
	.item_flex.nero2.dex {
		text-align: right;
		width: calc(100% - 70px);
		position: absolute;
		top: auto;
		bottom: 100px;
		right: -10px;
		margin: 0;
	}
	.baffo {
		top: auto;
		right: auto;
		bottom: 1000px;
		left: 0;
	}
	#opportunita .items {
		max-height: 50vh;
	}
	#webcam-section a {
		display: block;
	}
	#cnt-logo a {
		z-index: -1;
	}
	#diconodinoi .container-opportunita {
		padding-left: 20px;
	}
	#recensioni .testo-rece {
		padding: 40px;
	}
	#recensioni .testo-rece .fa-quote-left {
		left: 0;
	}
	.colonna-33 , #altresistemazioni {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
		position: static;
	}
	.containernav2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.containernav2 .container , .wrapper-gallery , .wrapper-gallery2 {
		padding-left: 0;
		padding-right: 0;
	}
	.foto-az {
		width: calc(100vw - 40px);
		height: 300px !important;
	}
	.servizi {
		width: 30%;
	}
	.contact-absolute {
		display: none;
	}
	#contacs-mobile {
		display: block;
	}
	#servizi {
		flex-wrap: wrap;
	}
	.left_50 {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	.right_50 {
		float: none;
		width: 100%;
	}

	.left_50 h2, .right_50 h2 {
		text-align: left;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 600px) {
	.colonna-foot {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

@media all and (max-width: 430px) {
	.button-cookies2 {
		bottom: 100px !important;
		left: auto !important;
		right: 31px !important;
		z-index: 1001 !important;
	}
}
