body {
  margin:0px;
  padding:0px;
  background-color:#FEFEFE;
  font-size:16px;
  font-family: Sans-serif;
}

@font-face {
   font-family: titolo;
   src: url(titolo.woff2);
}

h1, h2, h3 {
 #  font-family: titolo;
}

@font-face {
   font-family: testo;
   src: url(testo.woff2);
}

* {
   font-family: testo;
}

@font-face {
   font-family: Copperplate;
   src: url(Copperplate.ttf);
}

* {
#   font-family: Copperplate;
}


.padding-nomobile{
	padding:50px;
}
.immagini_camere {
	width:95%;
	box-shadow: 6px 6px 6px #CCC;
}

.titoloh1{
	padding:4px;
	border-bottom:2px solid #660000;
	border-top:2px solid #660000;
	text-align:center;
}

.titolo_camere2{
	 text-align:center;
	 border-bottom:2px solid #cc9933;
	 border-top:2px solid #cc9933;
	 width:100%;
	 font-size:22px;
	 
}
.titolo_camere1{
	 text-align:center;
	 border-bottom:2px solid #660000;
	 border-top:2px solid #660000;
	 width:100%;
	 font-size:22px;
	 padding:4px;
}

.miniatura{
	width:18.6%;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.logo-large{
	margin-top:10px;
	margin-left:35px;
	position: fixed;
	height:100px;
	width:280px;
	z-index:2;
	background-color:#660000;
	border-radius: 0px 0px 25px 25px;
	background-image: url('../img/Logo_new.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-small{
	display: inline-block;
	height:100%;
	width:100%;
	background-color:#660000;
	background-image: url('../img/Logo_new.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


.telefono {
    right: 0;
    margin-top: 80px;
    position: fixed;
    height: 28px;
    width: 240px;
    z-index: 2;
    background-color: #cc9933;
    padding-top: 6px;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    border-radius: 0px 0px 0px 25px;
}
.lingua {
	font-size:14px;
	padding:4px;
}

.lingua-selezionata{
	color: #cc9933;
	border: 1px dashed #cc9933;
	padding:4px;
}

.social-large{
	color: #660000;
	right:35px;
	position: fixed;
	z-index:2;
	margin-top:20px;
	font-size:32px;
}


.social-large a {
  text-decoration: none;
  color: #660000;
}

.social-large a:hover {
  color: #cc9933;
}


.social-small {
	color: #660000;
	font-size:32px;
	width:100%;
	text-align:center;
	display:inline;
}



.social-small  a {
  text-decoration: none;
  color: #660000;
  display:inline;
}

.social-small . a:hover {
  color: #cc9933;
}

.footer{
	padding:10px;
	background-color:#660000;
	color:#FFF;
	text-align:center;
	padding-bottom: 100px;
}

.button-offerte {
    margin-top: 10px;
    margin-left:15px;
    background-color: #660000;
    border: none;
    color: white;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    width: 140px;
    height: 40px;
  
}

.button-offerte:hover {
  background-color: #cc9933;
}

.button-prenota {
    margin-top: 10px;
    margin-right: 15px;
    background-color: #cc9933;
    border: none;
    color: white;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    width: 140px;
    height: 40px;
}

.button-info {
    margin-top: 10px;
    margin-right: 15px;
    background-color: #FFFFFF;
    border: 1px solid #660000;
    color: #660000;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    width: 140px;
    height: 40px;
}

.button-prenota:hover {
  background-color: #660000;
}

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(238, 238, 238);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.side-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #660000;
  transition: 0.3s;
}

.side-nav a:hover {
  color: #cc9933;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s, margin-top .5s;
 
}

@media screen and (max-height: 450px) {
  .side-nav {padding-top: 15px;}
  .side-nav a {font-size: 18px;}
}

.container-menu-small {
  height:160px;
  width:100%;
  display: none;
  padding:0px;
  margin:0px;
  background-color:#ff6666;
}

.menu-small {
  top: 0px;
  z-index: 2;
  overflow: hidden;
  position: fixed;
  width:35px;
  cursor: pointer;
  background-color: #CCC;
  border-radius:3px;
  padding:8px;
  margin-top: 12px;
  margin-left: 12px;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 2;
}


	/*
@media (min-width: 960px) {
      .side-nav     { display: none; }
    }*/


.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #333;
  margin: 3px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, -3px);
  transform: rotate(45deg) translate(-3px, -3px);
}



.menu-large {
  overflow: hidden;
  position: fixed;
  top: 0;
  height:80px;
  width: 100%;
  display:inline-block;
  background-color: rgb(238, 238, 238);
  z-index: 2;
}



.menu-small-tasti ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #660000;
}

.menu-small-tasti li a {
  padding: 8px 16px;
  text-decoration: none;
  color: #660000;
  display: block;
}

.menu-small-tasti li a.active {
  background-color: #4CAF50;
  color: #660000;
}

.menu-small-tasti li a:hover:not(.active) {
  background-color: #660000;
  color: white;
}

.menu-large-tasti{
	margin-left:330px;
	margin-top:30px;
	margin-right:240px;
	position: fixed;
}

.menu-large-tasti ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
}

.menu-large-tasti li {
  float: left;
   padding: 0px 4px 0px 4px;
}

.menu-large-tasti li a {
 text-transform: uppercase;
  color: #660000;
  text-align: center;
  padding: 0px 4px 0px 4px;
  text-decoration: none;
}

.menu-large-tasti li a:hover {
  color: #cc9933;
}


.container-menu-large {
  display:inline-block;
  overflow: hidden;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 2;
}


.prenota-large {
  padding: 4px;
  border-radius: 25px 25px 0px 0px;
 background-color: rgba(238, 238, 238, 0.8);
  height:60px;
  z-index: 2;
}

.prenota-small {
  padding: 6px;
  border-radius: 14px 14px 0px 0px;
  background-color: rgba(238, 238, 238, 0.8);
  height:60px;
  left:5%;
  right:5%;
  z-index: 2;
}

.container-prenota-large {
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  left:12%;
  right:12%;
  z-index: 2;
 }

.container-prenota-small {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  left:5%;
  right:5%;
  z-index: 2;
 }

.blur {-webkit-filter: blur(4px);filter: blur(4px);}
.brightness {-webkit-filter: brightness(250%);filter: brightness(250%);}
.contrast {-webkit-filter: contrast(180%);filter: contrast(180%);}
.grayscale {-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg);filter: hue-rotate(180deg);}
.invert {-webkit-filter: invert(100%);filter: invert(100%);}
.opacity {-webkit-filter: opacity(50%);filter: opacity(50%);}
.saturate {-webkit-filter: saturate(7); filter: saturate(7);}
.sepia {-webkit-filter: sepia(100%);filter: sepia(100%);}
.shadow {-webkit-filter: drop-shadow(8px 8px 10px green);filter: drop-shadow(8px 8px 10px green);}
 
.w3-row-padding {padding-left:80px;padding-right:80px;clear:left;overflow: auto;}
.w3-six{float:left;width:49.8%;}
.w3-quarter{float:left;width:100%;}
.w3-third{float:left;width:100%;}
.w3-duo{float:left;width:100%;}
@media (min-width:960px){
.w3-six{width:16.66666%}
.w3-quarter{width:24.99999%}
.w3-third{width:33.33333%}
.w3-duo{width:49.99999%}

}

.w3-row-padding2 {padding-left:20px;padding-right:20px;clear:left;overflow: auto;}
.w3-third2{float:left;width:100%;padding-top:10px;padding-bottom:10px;}
@media (min-width:960px){
.w3-third2{width:33.33333%}
}

.riempitivo-fondo-pagina{
	height: 110px;
	background-color:#660000;
}


@media (max-width: 960px) {
		.container-menu-large  { display: none;  }
		.container-menu-small { display: inline-block; }
		.container-prenota-large     { display: none; }
		.container-prenota-small { display: inline-block; }
		.img1 {max-height:400px;}
		.img2 {max-height:400px;}
		.img3 {max-height:400px;}
		.img4 {max-height:400px;}
		.riempitivo-fondo-pagina{height:70px;}
		.button-offerte {margin-right: 5px;  margin-top:5px; max-width:80%;height:50px; font-size:16px; }
		.button-prenota {margin-left: 5px;  margin-top:5px; max-width:80%;height:50px;font-size:16px; 	}
		.w3-row-padding {padding-left:10px;padding-right:10px;clear:left;overflow: auto;}
		.footer{padding-bottom: 240px;}
	   }
	
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  margin-top:-4px;
}

/* Next & previous buttons */
/*
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}*/

/* Position the "next button" to the right */
/*next {
  right: 0;
  border-radius: 3px 0 0 3px;
}*/

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
*/
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: blur;
  -webkit-animation-duration: 2.5s;
  animation-name: blur;
  animation-duration: 2.5s;
}


@-webkit-keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

@-webkit-keyframes blur {
  from {-webkit-filter: grayscale(100%);filter: grayscale(100%);} 
  to {-webkit-filter: grayscale(0%);filter: grayscale(0%);}
}

@keyframes blur {
  from {-webkit-filter: grayscale(100%);filter: grayscale(100%);} 
  to {-webkit-filter: grayscale(0%);filter: grayscale(0%);}
}


/* On smaller screens, decrease text size */
/*
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}*/

.img1{
  background-image: url("sfondo1.jpg");
  height: 768px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .img2{
  background-image: url("sfondo2.jpg");
  height: 768px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .img3{
  background-image: url("sfondo3.jpg");
  height: 768px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
    .img4{
  background-image: url("sfondo4.jpg");
  height: 768px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }