@charset "UTF-8";
/* Contenuto fluido semplice
   Nota: per i contenuti di tipo fluido è necessario rimuovere gli attributi di altezza e larghezza del contenuto dal codice HTML
   http://www.alistapart.com/articles-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 non supporta max-width, quindi viene usata per impostazione predefinita la larghezza 100% */
.ie6 img {
	width:100%;
}
html {
   scroll-behavior: smooth;
}
body {
	background-color:#fff;
	color:#747b75;
	margin: 0;
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	
}
p {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}
.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
img {
	max-width:100%; 
	height:auto;
	width: auto;
	margin:0;
	padding:0;
	
}
ul {
	margin: 0;
	padding: 0;}
a {
	text-decoration:none;
	color:inherit;
}
a:hover {
	opacity:0.7;
	
}
.clear {
	clear: both;
}
.centrato {
	width:100%;
	letter-spacing:0.1em;
	background-color: #fff;
}


/*stili slider*/


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  /*stili slider FINE*/

.intestazione {
	margin: 20px 3% 40px 3%;
}


.social-menu li {
	display: inline;
	padding: 0 4% 0 0;
}
.social-menu img {
	width: 7%;
}
.logo {
	width: 50%;

	padding: 20px 25% 0 25%;
}
.chiama {
	display: none;
}


.social-menu li {
	display: inline;
}
.menu {
	background-color: #c3abb2;
	color:#ffffff; 
	text-align: center;
	font-weight: bold;
}
.menu li{
	padding: 0 1%;
	line-height: 2em;
	list-style: none;
	border-bottom: 1px solid #e7dde0; 
}
.nomobile {
	display: none;
}
.fascia1 {
	margin: 50px 0;
	
}
.sin {
	text-align: right;
	padding: 0 5%;
}
.ds {
	text-align: left;
	
	padding: 0 5%;
}
h2 {
	color: #c3abb2;
	font-weight: normal;
}
h3 {
	color: #c3abb2;
	background-image: url("img/righinaRisorsa 4-8.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	display: inline-block;

}
.entra {
	color:#fff;
	background-color: #c3abb2;
	display: inline-block;
	padding: 5px 2%;
	font-weight: bold;
	
}
.entrawhite {
	color:#c3abb2;
	background-color: #fff;
	display: inline-block;
	padding: 5px 2%;
	font-weight: bold;

	
}
.fascia2 {
	background-color: #c3abb2;
	color:#fff; 
	
}
.ds50 {
	
	line-height: 0;
}
.sin50 {
	
	padding: 50px 5%;
	text-align: right;
}
.sin50 h2{
	color:#fff; 
	font-weight: normal;
}
h1 {
	background-image: url("img/grecaRisorsa 20-8.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 40px;
	display: inline-block;
	font-weight: 400;
}
.fascia3 {
	text-align: center;
	padding: 50px 5%; 
	
}
.fotohome{
	
	padding: 20px 5% 20px 5%;
	font-weight: bold;
	text-align: left;
	
}
.fasciaimg {
	text-align: center;
	padding:0 10%; 
	
}
.spazioaltezza {
	width: 100%;
	height: 100px;
}
h1{
	color: #c3abb2;
}

.fondoimg {
	background: url("img/salarosa-fondo.jpg") no-repeat fixed;
	background-size:cover; 
	background-position: center;
	height: 600px;
	
}
.gallery img{
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-property: opacity; /*standard*/
transition-duration: 0.3s;
-webkit-transition-property: opacity; /*Safari e Chrome */
-webkit-transition-duration: 0.3s;
-o-transition-property: opacity; /*Opera*/
-o-transition-duration: 0.3s;
-moz-transition-property: opacity; /*Firefox*/
-moz-transition-duration: 0.3s;
	
	
}
.gallery img:hover {
	opacity: 0;

}
.rollover {
	float: left;
	margin: 30px 2% 0 2%;
	width: 46%;
	line-height: 0;

}
.open-bar {
	background-image: url("img/rollover/roll-open-bar.png");
	background-size: cover;
}
.confettata {
	background-image: url("img/rollover/roll-confettata.png");
	background-size: cover;
}
.discoteca {
	background-image: url("img/rollover/roll-discoteca.png");
	background-size: cover;
}
.suite-appoggio {
	background-image: url("img/rollover/roll-suite-appoggio.png");
	background-size: cover;
}
.fuochi-artificio {
	background-image: url("img/rollover/roll-fuochi-artificio.png");
	background-size: cover;
}
.allestimento-floreale {
	background-image: url("img/rollover/roll-allestimento-floreale.png");
	background-size: cover;
}
.light-design {
	background-image: url("img/rollover/roll-light-design.png");
	background-size: cover;
}
.degustazione-rum {
	background-image: url("img/rollover/roll-degustazione-rum.png");
	background-size: cover;
}
footer {
	background-color: #c3abb2;
	color:#fff;
	margin: 0;
	padding: 10px 3%;
	font-weight: bold;
	text-align: center;
}
.residenze-epoca img {
	float: left; 
	width:20%;
	padding:20px 3%;
}
.residenze-epoca p{
	font-size: 0.7em;
	line-height: auto;
	float: left;
	border-left: 1px solid #747b75; 
	padding: 20px 2.5%;
	width:68%;
	
}
.panoramica {
	line-height: 0;
}
.sottomenu {
	text-align: center;
	width: 100%;
	background-color: #f3eef0;
	padding: 0;
	
}
.sottomenu li{
	
	color:  #c3abb2;
	padding: 5px 3%;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	
}
#banner {
	line-height: 0;
	margin: 0;
	padding: 0;
}
.fascia2 li {
	list-style: none;
	padding-bottom:7px;
}
.privacy {
	font-family: "Libre Baskerville", serif;
	font-size: 0.8em;
	color: #AAAFAB;}
@media screen and (min-width: 700px) {
.logo {
	width: 30%;

	padding: 20px 35% 0 35%;
	}

.social-menu img {
	width: 4%;
}

	
}
@media screen and (min-width: 1000px) {
.intestazione {
	margin: 20px 3% 40px 3%;
}

.social-menu {
	width: 23%;
	float: left;
	padding-right: 10%;
}
.social-menu li {
	display: inline;
	padding: 0 4% 0 0;
}
.social-menu img {
	width: 10%;
}
.logo {
	width: 15%;
	float: left;
	padding: 20px 9% 0 9%;
}
.chiama {
	width: 33%;
	float: left;
	text-align: right;
	display: block;
}


.social-menu li {
	display: inline;
}
	

	
.menu {
	background-color: #c3abb2;
	color:#ffffff; 
	text-align: center;
	font-weight: bold;
}
.menu li{
	display: inline;
	padding: 0 1%;
	line-height: 2em;
	border-bottom:none;
}
.nomobile {
	display: block;
}
.fascia1 {
	margin: 150px 0;
	
}
.sin {
	text-align: right;
	float: left;
	width: 33%;
	padding: 0 2% 0 15%;
}
.ds {
	text-align: left;
	float: left;
	width: 33%;
	padding: 0 15% 0 2%;
}
.ds50 {
	float: left;
	width: 50%;
	line-height: 0;
}
.sin50 {
	float: left;
	width: 35%;
	padding: 60px 2% 40px 13%;
	text-align: right;
}
.fascia3 {
	text-align: center;
	padding: 100px 25%; 
	
}
.fotohome{
	width: 23%;
	padding: 50px 1% 0 1%;
	float: left;
	font-weight: bold;
	text-align: left;
	
}
.fondoimg {
	background: url("img/salarosa-fondo.jpg") no-repeat fixed;
	background-size:cover; 
	height: 800px;
	
}
.rollover {
	float: left;
	margin: 30px 1% 0 1%;
	width: 23%;
	line-height: 0;

}
.sottomenu {
	text-align: center;
	width: 100%;
	background-color: #f3eef0;
	padding: 10px 0;
	
}
.sottomenu li{
	display: inline;
	color:  #c3abb2;
	padding: 0 3%;
	font-weight: bold;
	border-bottom: none;
	
}
.residenze-epoca img {
	float: left; 
	width:13%;
	padding:20px 3%;
}
.residenze-epoca p{
	font-size: 0.8em;
	line-height: auto;
	float: left;
	border-left: 1px solid #747b75; 
	padding: 20px 2.5%;
	width:75%;
	
}
	}