img.logoDesktop {
	transform: scale(1.4) translate(30px, 0px);
} 

.affianca {
	display: flex;
    align-items: center;
}

img.flag {
	height: 18px;
	padding-right: 10px; 
	vertical-align: middle;
}

img.flag.noPadding {
	padding-right: 5px;
}

.custom-select {
	position: relative;
}

.custom-select select {
	display: none; /*hide original SELECT element: */
}

.select-selected {
	background-color: transparent;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	
	position: relative;
	
	padding: 12px 18px;
    border: 1px solid #e6e6e6;
	
	margin-left: -15px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px; 
  width: 0;
  height: 0;
  border: 6px solid #000;
  border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #000;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: #FFF;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;

	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	
	margin-left: -15px;
	
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.manina {
	cursor: pointer;
}

.bordoAzzurro {
	border-color: #489fe1;
}
.sfondoAzzurro {
	background-color: #489fe1;
}
.Azzurro {
	color: #489fe1;
}

.icone {
    font-size: 70px;
    color: black;
}


.tourmaster-room-item .tourmaster-price-wrap.tourmaster-with-bg {
    background-color: #08a0e6;
}

/* Gallery */
.hotale-item-pdlr, .gdlr-core-item-pdlr {
    padding-left: 5px;
    padding-right: 5px;
}
.hotale-item-mgb, .gdlr-core-item-mgb {
    margin-bottom: 10px;
}

.disabilitato:LINK,
.disabilitato:VISITED,
.disabilitato:HOVER {
	opacity: 0.5;
	pointer-events: none;
	cursor: wait;
}

.tourmaster-profile-field-checkin {
	clear: left;
}

.tourmaster-form-field-meta_blocco {
	width: 50%;
	float: left;
}
.tourmaster-form-field-meta_blocco:first-child {
	width: calc(50% - 30px);
	margin-right: 30px;
}

input[type="submit"].tourmaster-button.richiedisp {
	background: #049fe5;
}
input[type="submit"].tourmaster-button.richiedisp:HOVER {
	background: #05aafb;
}

.errore {
    border: 2px solid red !important;
    background-color: #fff0f0;
}
#feedback .error { color: red; margin-top: 10px; }
#feedback .loading { color: blue; }

.mb100 {
	margin-bottom: 100px;
	display: block;
}

.tagMenuApp {
    margin: 45px 0px 10px;
    display: block;
    color: #fff;
	cursor: default;
}
.tagMenuAppD {
    margin: 15px 10px 5px;
    display: block;
    color: #00a0e7;
    font-weight: bold;
	cursor: default;
}

.giustifica {
	text-align: justify
}

.azzurro,
h5.azzurro {
	color: #049fe7;
	font-size: 19pt;
}

.h1_galleria {
	font-family: "DM Sans", sans-serif !important;
	color: #0c0c0c !important;
	font-size: 34px !important;
    font-weight: 500 !important;
    margin: 20px auto !important;
	line-height: 1.2 !important;
	margin-top: 0 !important;
	border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    padding: 0;
	text-align: center;
}


/* CONTENITORE DATEPICKER */
.tourmaster-custom-datepicker-wrap {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    top: auto !important;
}

/* CALENDARIO */
.tourmaster-custom-datepicker-calendar {
    width: 100% !important;
}

/* WIDGET JQUERY UI */
.tourmaster-custom-datepicker-calendar .ui-datepicker {
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box;
}

/* CELLE GIORNI */
.tourmaster-custom-datepicker-calendar .ui-datepicker td a,
.tourmaster-custom-datepicker-calendar .ui-datepicker td span {
    padding: 6px 0 !important;
    text-align: center;
}

/* HEADER (MESE / FRECCE) */
.tourmaster-custom-datepicker-calendar .ui-datepicker-header {
    margin-bottom: 8px;
}

/* RIGHE */
.tourmaster-custom-datepicker-calendar .ui-datepicker table {
    margin: 0;
}
.tourmaster-room-booking-bar-title span {
	margin-bottom: 0px;
}

.hotale-body * {
    border-color: #fff;
}

/* Menu e social */
li.menu-item.social a {
	display: inline-flex;
	padding-left: 10px;
}
li.menu-item.social em {
	color: #AAA;
}

/* Traduttore */
#google_translate_element {
  opacity: 0;
  position: absolute;
  left: -9999px;
}