@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('fonts/websymbolsligaregular.eot');
  src: url('fonts/websymbolsligaregular.eot?#iefix') format('embedded-opentype'), url('fonts/websymbolsligaregular.woff') format('woff'), url('fonts/websymbolsligaregular.ttf') format('truetype'), url('fonts/websymbolsligaregular.svg#WebSymbolsRegular') format('svg');
}

html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height:100%;
}

body{
	width:100%;
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00182f;
	font-weight:400;
	line-height:24px;
	overflow:visible;
}

p, h1, h2, h3{
	margin:0;
	padding:0;
}

a, img{
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
  outline: none;
  color: #00182f;
  text-decoration:none;
  letter-spacing:0.5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /*per eliminare il riquadro al tap dei link*/
}
a:hover {
  color: #00182f;
}
a img {
  border: none;
}

hr {
  clear: both;
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid #d7d7d7;
  height: 1px;
  size: 1px;
  background: none;
  color: #d7d7d7;
}
hr.margine {
  margin: 15px 0;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	padding: 0px;
	list-style-position: inside;
	color: #341f00;
}

/* -------------------- */
/* TITOLI E SOTTOTITOLI */

h2,
.titolo {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #00182F;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h2.due,
.titolo.due {
  color: #BDCCD4;
}
h2.due strong,
.titolo.due strong {
  color: #BDCCD4;
}
.sottotitolo,
h3,
h4 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #00182F;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: .02em;
}

/* --------- */
/* PRELOADER */

#preload {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  width: 100vw;
  height: 100vw;
  background:rgba(255,255,255,0.8);
}
#preload img {
  width: 50px;
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  #preload {
    height: 60vh;
  }
}

/* ---------------------------- */
/* CONTENITORE DI TUTTO IL SITO */

#contenitore{
	position:relative;
	overflow:hidden;
	width:100%;
	background:#fff;/* obbligatorio per oscurare il men� */
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
	        box-shadow:0 0 5px rgba(0,0,0,0.5);
	behavior:url(http://www.id-lab.it/jcom/css/PIE.htc);
	z-index:1;
}

#contenitore.home{
	height:100%;
}

/* Contenitore elenco camere */

.rooms {
    background-color: #f2f2f2;
    padding-top: 80px;
	padding-bottom:50px; /* dipende dall'altezza del pulsante: ".booknow_holder a" */
    position: relative;
}
.rooms h1 {
    position: relative;
    margin: 0;
	margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
	padding-bottom: 10px;
    padding-top: 11px;
    margin-left: 20px;
	/**/
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1.85em;
	color: #00182f;
}
.rooms ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rooms ul li {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.rooms ul li .holder {
    height: 220px;
    background-size: cover !important;
    position: relative;
}
.rooms ul li .holder.shadow {
    box-shadow: inset 0px -50px 50px rgba(0,0,0,.30);
}
.rooms ul li .holder .copy {
    position: absolute;
    height: 100px;
	bottom:10px;
    left: 20px;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table .tr {
    display: table-cell;
    vertical-align: bottom;
}
.rooms ul li .holder .copy h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    /*font-family: 'ciutadellasemibold';*/
	text-transform:uppercase;
}
.rooms ul li .holder .copy p {
    margin: 0;
    color: #f2f2f2;
    padding-right: 20px;
	line-height:20px
}
.rooms ul li .holder .copy h1,
.rooms ul li .holder .copy p {
	text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
}
.rooms ul li .holder .copy p span.cat {
	font-weight: 700;
	font-style: italic;
}

/* --------------- */
/* BOTTONE PRENOTA */

.booknow_holder {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: -50px;
    z-index: 7;
}
.booknow_holder a {
    display: block;
    background-color: #c7973b;
    padding: 15px 0;
    width: 100%;
	height: 25px;
	line-height:25px;
    color: #000;
    text-decoration: none;
    text-align: center;
}

/* ------------- */
/* MENU NASCOSTO */

#menu {
    /*background-color: #4e4966;*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000000;
    display: none;
}
#menu a.close {
    position: absolute;
    display: block;
    margin-left: 20px;
    margin-top: 40px;
}
#menu .logo {
    width: 156px;
    height: 60px;
    right: 20px;
    position: absolute;
    top: 22px;
}
#menu .logo a {
    width: 156px;
    height: 60px;
    display: block;
    background:url(images/logoHotel.png) 50% 50% no-repeat;
    background-size: contain !important;
}
#menu h1 {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    font-size: 21px;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
    color: #ca992f;
    margin-top: 96px;
}
#menu ul {
    margin: 80px 0 0 20px;
    padding: 0;
    list-style: none;
}
#menu ul li {
    margin-bottom: 2px;
}
#menu ul li a {
    position: relative;
    margin: 0;
    margin-top: 13px;
	margin-bottom: 27px;
    padding: 0;
    padding-bottom: 10px;
    color: #00182f;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 2em;
	font-weight:700;
    text-decoration: none;
    text-transform:uppercase;
}

/* sottomenu (es. destinazioni) */

#menu ul li span {
    position: relative;
    margin: 0;
    margin-top: 13px;
	margin-bottom: 27px;
    padding: 0;
    padding-bottom: 10px;
    color: #00182f;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 2em;
	font-weight:700;
    text-transform:uppercase;
}
#menu ul ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}
#menu ul ul li a {
    position: relative;
    margin: 0;
    margin-top: 13px;
	margin-bottom: 27px;
    padding: 0;
    padding-bottom: 10px;
    color: #00182f;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 2em;
	font-weight:700;
    text-transform:uppercase;
}

/* ------ */
/* HEADER */

#header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}

#header .menu {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 40px;
    left: 20px;
}

a.burger {
    text-decoration: none;
    display: inline-block;
}

.aburger {
    position: relative;
    width: 30px;
    height: 25px;
    display: inline-block;
    float: left;
    margin-top: 3px;
}

#header.cream a.burger.purple .bar {
    background-color: #f2f2f1 !important;
}
a.burger.purple .bar {
    background-color: #504b65 !important;
}
.aburger .top {
    top: 0px;
}
.aburger .middle {
    top: 7px;
}
.aburger .bottom {
    top: 14px;
}
.aburger .bar {
    position: absolute;
    width: 30px;
    height: 4px;
    display: block;
    background-color: #f2f2f1;
}

#header.cream a.burger.purple span {
    color: #f2f2f1;
}
a.burger.purple span {
    color: #504b65;
}
a.burger span {
    display: inline-block;
	padding-left: 10px;
    padding-top: 4px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
}

/* ---- */
/* LOGO */

#header .logo {
    width: 156px;
    height: 60px;
    right: 20px;
    position: absolute;
    top: 22px;
}

/*
#header.cream .logo a {
    background-position: 0 0px !important;
}
*/

#header .logo a {
    width: 156px;
    height: 70px;
    display: block;
    background:url(images/logoHotel.png) right center no-repeat;
    background-size: contain !important;
}

/* ------------------------- */
/* SEZIONE STANDARD DEL SITO */

section,
#section {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* ------------------ */
/* SLIDER IN HOMEPAGE */

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/**/
	background-size:cover !important;
	background-position:50% 50% !important;
}



/* ---------------- */
/* SEZIONI DEL SITO */
/* ---------------- */



/* SEZIONE PAGINA INTERNA */

section.asidetit,
#section.asidetit {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	/**/
	display: -webkit-flex;
	display: flex;
	width: 100vw;
	max-width: 100%;
	margin: 0 auto;
	/**/
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-box-direction: column;
	-webkit-box-direction: column;
}

section.asidetit aside,
#section.asidetit aside,
section.asidetit #aside,
#section.asidetit #aside {
	/*width: calc(20% - 100px);*/
	padding: 5vw 20px;
}

section.asidetit article,
#section.asidetit article,
section.asidetit #article,
#section.asidetit #article {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	/*width: 90vw;*/
	padding: 0 20px 5vw;
}

/* SEZIONE PAGINA INTERNA - ELENCO ELEMENTI */

section.servizi-list,
#section.servizi-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	/**/
	display: -webkit-flex;
	display: flex;
	width: 92vw;
	max-width: 100%;
	margin:0 auto;
	padding:20px 0 0;
	/**/
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-box-direction: column;
	-webkit-box-direction: column;
}
section.servizi-list::before,
#section.servizi-list::before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 80%;
  border-top: 1px solid #d7d7d7;
}
@media only screen and (max-width: 1300px) {
  section.servizi-list::before,
  #section.servizi-list::before {
    width:100%;
  }
}
section.servizi-list article,
#section.servizi-list article,
section.servizi-list #article,
#section.servizi-list #article {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
section.servizi-list aside,
#section.servizi-list aside,
section.servizi-list #aside,
#section.servizi-list #aside {
	display: none !important;
}
section.servizi-list article ul,
#section.servizi-list article ul,
section.servizi-list #article ul,
#section.servizi-list #article ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /**/
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -25px;
  padding: 0;
}
section.servizi-list article ul li,
#section.servizi-list article ul li,
section.servizi-list #article ul li,
#section.servizi-list #article ul li {
  position: relative;
  overflow: hidden;
  list-style: none;
  width: calc((100% / 2) - 50px);
  margin: 0 25px 30px;
  padding: 0 0 100px;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #00182f;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: .04em;
}
@media only screen and (min-width: 500px) {
	section.servizi-list article ul li,
	#section.servizi-list article ul li,
	section.servizi-list #article ul li,
	#section.servizi-list #article ul li {
	  width: calc((100% / 3) - 50px);
	}
}
section.servizi-list article ul li a.immagine,
#section.servizi-list article ul li a.immagine,
section.servizi-list #article ul li a.immagine,
#section.servizi-list #article ul li a.immagine {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 0 30px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section.servizi-list article ul li a.immagine::after,
#section.servizi-list article ul li a.immagine::after,
section.servizi-list #article ul li a.immagine::after,
#section.servizi-list #article ul li a.immagine::after {
  content: " ";
  display: block;
  padding-top: 75%;
}
section.servizi-list article ul li a.tit,
#section.servizi-list article ul li a.tit,
section.servizi-list #article ul li a.tit,
#section.servizi-list #article ul li a.tit {
  display: block;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #00182F;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: .02em;
  text-transform: uppercase;
}
section.servizi-list article ul li a.tit:hover,
#section.servizi-list article ul li a.tit:hover,
section.servizi-list #article ul li a.tit:hover,
#section.servizi-list #article ul li a.tit:hover {
  color: #d7d7d7;
}
section.servizi-list article ul li a.bottone,
#section.servizi-list article ul li a.bottone,
section.servizi-list #article ul li a.bottone,
#section.servizi-list #article ul li a.bottone {
	position: absolute;
	overflow: hidden;
	bottom: 30px;
	left: 0;
	display: inline-block;
	width:80%;
	padding: 0 10%;
	margin: 30px 0 0;
	background: #00182F;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-align: center;
}
section.servizi-list article ul li a.bottone:hover,
#section.servizi-list article ul li a.bottone:hover,
section.servizi-list #article ul li a.bottone:hover,
#section.servizi-list #article ul li a.bottone:hover {
  background: #d7d7d7;
  color: #00182F;
}

/* SEZIONE FONDO MENU */

section.fondo,
#section.fondo {
  margin:20px 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #00182F;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  /* idlab */
}
section.fondo a,
#section.fondo a {
  color: #00182F;
  text-decoration:underline;
}
section.fondo a:hover,
#section.fondo a:hover {
  color: #BDCCD4;
}
section.fondo .loghi,
#section.fondo .loghi {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	/**/
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	/**/
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-box-direction: column;
	-webkit-box-direction: column;
}
section.fondo .loghi img,
#section.fondo .loghi img {
  margin: 20px;
  max-height: 80px;
}

/* ------------------------------------------------------- */
/* SEZIONE PAGINA INTERNA - Pagina della stanza dell'hotel */

#window {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 5;
}
#window .holder {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 5;
}
#window .holder .slider {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #4e4966;
    overflow: hidden;
}
#window .holder .slider .prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 6;
    background: url(images/btn_left.png) no-repeat 5px 15px;
	background-size:14px 23px;
    left: 10px;
}
#window .holder .slider .prev a {
    display: block;
    width: 50px;
    height: 50px;
}
#window .holder .slider .next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 6;
    background: url(images/btn_right.png) no-repeat 15px 15px;
	background-size:14px 23px;
    right: 0px;
}
#window .holder .slider .next a {
    display: block;
    width: 50px;
    height: 50px;
}
#window .holder .slider::after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    border: #000 solid 1px;
    content: "";
    z-index: 5;
    top: -89px;
    box-shadow: 0 61px 200px 100px rgba(0,0,0,.30);
}
#window .holder .slider .swiper-container {
    height: 80%;
		
}
#window .holder .slider .swiper-slide {
    width: 100% !important;
    background-size: cover !important;
    height: 100%;

}
#window .holder .slider .swiper-slide::before {
    width: 110%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    box-shadow: inset 0px 50px 87px rgba(0,0,0,.25);
}

/* contenuto della pagina */

#window .holder .content {
    background-color: #f2f2f1;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: -110px;
    z-index: 5;
}
#window .holder .content h1 {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 27px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
    color: #00182f;
    margin-top: 13px;
	text-transform:uppercase;
}
#window .holder .content h1::after {
    content: "";
    position: absolute;
    width: 15px;
    left: 0;
    height: 2px;
    bottom: 0;
    background-color: #504a68;
}
#window .holder .content .html p,
#window .holder .content .html div {
    /*margin-left: 20px;
    margin-right: 20px;*/
    color: #00182f;
    margin-bottom: 30px;
}
#window .holder .content .html p a {
    color: #4e4966;
    text-transform: uppercase;
}
#window .holder .content .html a.back {
    border-top: #000 dotted 1px;
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #000;
    margin-bottom: 80px;
    border-bottom: #000 dotted 1px;
    height: 20px;
	text-transform:uppercase; 
	font-weight:700
}
#window .action {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    z-index: 5;
}
#window .action a {
    display: block;
    background-color: #c7973b;
    padding-top: 17px;
    width: 100%;
    color: #000;
    text-decoration: none;
    padding-bottom: 11px;
    text-align: center;
    height: 25px;
}

/* ------------- */
/* "PRENOTA ORA" */

#window .action {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    z-index: 5;
}


/****************/
/* FOOTER style */

#footer,
#footermenu {
	position:fixed;
    bottom: 0px;
    z-index: 6;
    width: 100%;
    background-color: #00182f;
}

#footer > div,
#footermenu > div {
	bottom:0;
	height:66px;
}

#footer a,
#footermenu a {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
	text-decoration:none !important;
	letter-spacing:0.6px
}

.right1 {
  right: 120px !important;
  position: absolute;
  width: 50px;
  max-width:50%;
  bottom: 0px;
  text-align: right;
  color:#FFF
}

.right1en {
    right: 40px !important;
	position: absolute;
    width: 50px;
	max-width:50%;
  bottom: 10px;
    text-align: right;
	color:#FFF
}

.right1de {
    right: 108px !important;
	position: absolute;
    width: 50px;
	max-width:50%;
  bottom: 10px;
    text-align: right;
	color:#FFF
}

.right1fr {
    right: 123px !important;
	position: absolute;
    width: 50px;
	max-width:50%;
  bottom: 10px;
    text-align: right;
	color:#FFF
}

.right1ru {
    right: 125px !important;
	position: absolute;
    width: 50px;
	max-width:50%;
    bottom: 0px;
    text-align: right;
	color:#FFF
}

/*----------------------------------------------------*/


.right1 a img,
.right1en a img,
.right1de a img,
.right1fr a img,
.right1ru a img {
	width:30px;
	height:30px;
	alignment-adjust:middle;
	margin-right:25px;
	padding-bottom:10px;
}

/*----------------------------------------------------*/

.left2 {
    position: absolute;
    width: 100px;
	/*max-width:50%;*/
    left: 60px;
    bottom: 18px;
	color:#FFF
}

.left1 {
    position: absolute;
    width: 50px;
    left: 20px;
    bottom: 12px;
	color:#FFF;
}

.left1 a img {
	width:30px;
	height:30px;
	alignment-adjust:middle;
	margin-right:10px;
	padding-top:10px !important;
}

/* ------------------------------------ */

#footer .left,
#footermenu .left {
    position: absolute;
    width: 230px;
	/*max-width:50%;*/
    left: 20px;
    bottom: 20px;
}

#footer .right,
#footermenu .right {
    position: absolute;
    width: 150px;
	  max-width:50%;
    right: 60px;
    bottom: 18px;
    text-align: right;
}


/* ------------------------- */
/* LINK ED ELEMENTI GENERICI */

span.rating {
	float:right;
	text-align:right;
}

.stella::before {
    content: "t";
    display: inline-block;
    width: 14px;
    height: 14px;
    font-family: "WebSymbolsRegular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffd200;
    font-weight: 400;
    line-height: 14px;
    font-style: normal;
}

a.allegato{
  float:none;
  display:block;
  padding:0 0 0 40px;
  line-height:32px;
  color:#000;
  font-size:14px;
  background:url(images/pdf.png) 0 50% no-repeat;
  background-size:contain;
}

/* SOCIAL SHARING */

div#sharing{
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	width:100%;
	height:20vw;
	padding:0;
}
	
.jssocials-share{
	display:inline-block !important;
	width:20vw !important;
	height:20vw !important;
}
.jssocials-share-link {
	display:block !important;
	margin:0;
	padding:0;
	width:20vw !important;
	height:20vw !important;
	text-align:center;
	line-height:13vw !important;
	color:#fff !important;
	font-size:7vw !important;
	text-indent:-4vw !important;
}

/*******************/
/*    FORM VARI    */
/*******************/

/* RICHIESTA INFORMAZIONI OFFERTA */

form.richiesta {
  /*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  */
  border: none;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 760px) {
  form.richiesta {
    /*width: 100% !important;*/
    display: block !important;
  }
}
form.richiesta .titolo {
  display: block;
  /*
  -webkit-box-flex: 2 100%;
  -webkit-flex: 2 100%;
  -moz-box-flex: 2 100%;
  -ms-flex: 2 100%;
  flex: 2 100%;
  box-flex: 2 100%;
  */
  margin: 0 0 40px;
}
form.richiesta .titolo .sottotitolo {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #797979;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: .04em;
  font-style: normal;
  text-transform: none;
}
form.richiesta .titolo strong {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  color:#504a68;
}
form.richiesta div {
  /*
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-flex: 1;
  */
  display: block;
  position:relative;
  overflow:hidden;
  padding: 0;
  margin: 0 0 20px 0 !important;
  width: auto;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #00182F;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: .04em;
  text-align: left;
}
form.richiesta div:nth-child(4) {
  /*
  -webkit-box-flex: 28%;
  -webkit-flex: 28%;
  -moz-box-flex: 28%;
  -ms-flex: 28%;
  flex: 28%;
  box-flex: 28%;
  */
}
form.richiesta div > div {
  margin: 0;
}
form.richiesta div > div + div {
  margin: auto;
}
form.richiesta div.small {
  /*.flex(2 18%) !important;**/
  width: 70px !important;
  max-width: 70px !important;
}
form.richiesta div.small span {
  width: calc(80% - 2px) !important;
  padding: 0 10% !important;
}
form.richiesta div.big {
  /*
  width: 100%;
  -webkit-box-flex: 2 100%;
  -webkit-flex: 2 100%;
  -moz-box-flex: 2 100%;
  -ms-flex: 2 100%;
  flex: 2 100%;
  box-flex: 2 100%;
  */
}
form.richiesta div.riga {
  position: relative;
  overflow: hidden;
  width:100%;
}
form.richiesta #sel_da_cont,
form.richiesta #sel_dp_cont {
  position: relative;
  overflow: hidden;
  float:left;
  width:48%;
}
form.richiesta #sel_da_cont {
  margin-right:4% !important;
}
form.richiesta #sel_dp_cont {
  margin-right:0 !important;
}

form.richiesta #sel_adulti_inline,
form.richiesta #sel_bambini_inline {
  position: relative;
  overflow: hidden;
  float:left;
  width:48%;
}
form.richiesta #sel_adulti_inline {
  margin-right:4% !important;
}
form.richiesta #sel_bambini_inline {
  margin-right:0 !important;
}

form.richiesta div.riga span {
  display: block;
  margin: 3px 0 0;
  padding: 0 10px;
  width: calc(100% - 22px);
  height: 36px;
  /*border: 1px solid #00182F;*/
  background: #fff;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #00182F;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: .04em;
}
form.richiesta div.riga span#mostra_dp {
  background: #fff url(images/ico.png) right -444px no-repeat;
  background-size: 50px auto;
}
form.richiesta div.select {
  position: relative;
  cursor: pointer;
  /*ul*/
}
form.richiesta div.select .selezione {
  overflow: hidden;
  display: block;
  width: 96%;
  padding: 0 2%;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #00182F;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: .04em;
}
form.richiesta div.select .selezione::after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  bottom: 14px;
  right: 14px;
  border-top: 8px solid #00182F;
  border-right: 6px solid transparent;
  border-bottom: none;
  border-left: 6px solid transparent;
}
form.richiesta div.select ul {
  display: block;

  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  /**/
  z-index: 9;
  top: 36px;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #504a68;
  width: calc(100% - 2px);
  max-height: 200px;
  background: #fff;
}
form.richiesta div.select ul li {
  list-style: none;
  width: 90%;
  margin: 0;
  padding: 5px 5%;
  line-height: 20px;
}
form.richiesta div.select ul li:hover {
  background: #d7d7d7;
}
form.richiesta div#selected_da,
form.richiesta div#selected_dp {
  /*position: absolute;*/
  overflow: hidden;
  display: none;
  /*width: 320px;*/
  width:100%;
  background:#fff;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color:#504a68;
  font-weight: 400;
  line-height: auto;
  letter-spacing: .04em;
}
form.richiesta div#selected_da .ui-datepicker,
form.richiesta div#selected_dp .ui-datepicker {
  margin-top: 10px;
  /*font-size:1.1em;*/
}
form.richiesta div#selected_da .ui-datepicker .ui-datepicker-title,
form.richiesta div#selected_dp .ui-datepicker .ui-datepicker-title {
  font-size: 1.1em;
  line-height: 27px;
}
form.richiesta div.check {
  /*padding-right: 40px;*/
}
form.richiesta div.check input {
  float: left;
  margin: 0 20px 0 0;
  width: 20px;
  height: 20px;
}
form.richiesta div.check label {
  line-height: 20px;
  white-space: nowrap;
}
form.richiesta div.check label a {
  color:#504a68;
  text-decoration:underline;
}
@media only screen and (max-width: 760px) {
  form.richiesta div.check label {
    white-space: normal;
  }
}
form.richiesta div label {
  display: block;
  margin-bottom: 3px;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color:#00182f;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.5px;
}
form.richiesta div input {
  margin: 0;
  padding: 0 3%;
  width: 94%;
  height: 36px;
}
form.richiesta div input.btn {
  padding: 0;
  margin: 20px 0 0 !important;
  width: 100%;
  height: 36px;
  border: none;
  background: #00182F;
  font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
  font-size: 1em !important;
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  letter-spacing: .02em !important;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
form.richiesta div input.btn:hover {
  background: #797979;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}
form.richiesta div textarea {
  margin: 0;
  padding: 10px;
  width: calc(100% - 22px);
  height: 160px;
}
form.richiesta div textarea {
  display: block;
  /*border: 1px solid #00182F;*/
  border:none;
  background: #fff;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #00182F;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: .04em;
  -webkit-box-shadow: inset 0 1px rgba(80,74,104,0.5);
     -moz-box-shadow: inset 0 1px rgba(80,74,104,0.5);
       -o-box-shadow: inset 0 1px rgba(80,74,104,0.5);
          box-shadow: inset 0 1px rgba(80,74,104,0.5);
}
form.richiesta div textarea:focus {
  font-weight: 700;
  font-style: normal;
  color: #00182F;
}
form.richiesta div input[type="hidden"] {
  display: none;
  /**/
}

/******************************/
/* BARRA ACCETTAZIONE COOKIES */

.cookies {
  	position: fixed;
	z-index: 1000000 !important;
	bottom: 10%;
	width: 80%;
	margin: 0 2% 30px 2%;
	padding: 80px 7% 30px;
	border: 1px solid #d7d7d7;
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #00182f;
	font-weight: 400;
	line-height: 1.7em;
	letter-spacing: .04em;
	background: #fff;
}
.cookies .chiudi {
  position: absolute;
  overflow: hidden;
  display: block;
  right: 30px;
  top: 30px;
  width: 25px;
  height: 25px;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 0.1em;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  text-indent: -9999px;
}
.cookies .chiudi::before {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  top: 4px;
  left: -6px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-top: 3px solid #00182F;
  border-right: 3px solid #00182F;
  border-bottom: none;
  border-left: none;
}
.cookies .chiudi::after {
  content: "";
  position: absolute;
  overflow: hidden;
  display: block;
  top: 4px;
  left: 14px;
  width: 14px;
  height: 14px;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border-top: 3px solid #00182F;
  border-right: 3px solid #00182F;
  border-bottom: none;
  border-left: none;
}
.cookies a {
  color: #00182f;
  font-weight: 600;
  text-decoration: none;
}

/* POPUP LINGUA VS*/

ul#popup_lingue {
	display:none;
	position: fixed;
	z-index: 9999999;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	height:100%;
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #00182f;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 2px !important;
	text-align:center;
	background: #ffffff;
	list-style-type:none;
}

/*
ul#popup_lingue {
	display:none;
	position: fixed;
	z-index: 9;
	top: 5%;
	width: 76%;
	margin: 0 10%;
	padding: 20px 2%;
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #00182f;
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-align:center;
	background: #fff;
	list-style-type:none;
	box-shadow: 0px 0px 200px rgba(0,0,0,.7);
}
*/

ul#popup_lingue li {
	padding:5px 2%;
	width:96%;
	border-bottom:rgba(0,0,0,.3);
}

/* link nel men� che apre di nuovo la scelta della lingua */

/*.riaprilingua {
    position:absolute;
    display:block;
    right:20px;
    top:40px;
	width:30px;
	font-size:16px;
	line-height:5px;
}
.riaprilingua img {
    float:right;
	        filter: invert(1);
	-webkit-filter: invert(1);
}*/

/* scelta lingua vs */

.herfsceltalingua {min-width:14%; float:right; margin-top:40px; margin-right:20px}

.dimflag { width:40px; max-width:40px; height:27px; max-height:27px}

.chiudimenu { width:30px; max-width:30px; height:30px; max-height:30px}

