:root {
	--primary: #A48D5C;
}
.nootaa {
	border: 1px solid red;
	color: red !important;
	font-weight: 700;
}


/*  RESET  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
	background-color: #fff;
	color: #4A4A4A;
	font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
	font-weight: 400;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
ul, li {
	list-style: none;
}
a,
a:hover {
	color: #A48D5C;
	color: var(--primary);
	text-decoration: none;
}
strong {
	font-weight: 700;
}
:focus { 
	outline: none;
	box-shadow: none !important;
}

.video {
	margin: 30px auto;
}
::placeholder {
  color: #C5C5C5;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #C5C5C5;
}
::-ms-input-placeholder {
  color: #C5C5C5;
}


/*  TYPOGRAPHY  */
h1, 
h2, 
h3,
h4, 
.section-title, 
.block-title {
	color: #A48D5C;
	color: var(--primary);
	line-height: 1;
}
h1,
h1.section-title {
	color: #A48D5C;
	color: var(--primary);
	font-size: 5rem;
	margin-bottom: 2rem;
}
h2,
h2.section-title {
	font-size: 3.6rem;
} 
h2.block-title {
	font-size: 2.7rem;
} 
h3,
h3.block-title {
	font-size: 2.1rem;
} 
h4,
h4.block-title {
	font-size: 1.8rem;
}
h5 {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.section-title, 
.block-title {
	text-align: center;
}
.title-white {
	color: #fff;
}
.title-black {
	color: #000;
}
.title-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
	padding: 30px 0;
}
.title-lined {
  border-bottom: 1px solid #C8C8C8;
  line-height: 0.7;
  font-weight: 700;
  margin-bottom: 2em;
}
.title-lined span {
	background-color: #fff;
	padding: 5px 10px 5px 0;
}
.telephone {
	color: #C8C8C8; 
	font-size: 1.2rem;
}
.telephone span {
	color: #CDBC98; 
}
.intro {
	color: #4A4A4A;	
	font-size: 2.1rem;
	line-height: 1.5;
	margin-bottom: 25px;
}
.intro a {
	color: #4A4A4A;	
}
.hidden {
	display: none !important;
}
#share-wrapper {
	margin-bottom: 50px;
	margin-top: 25px;
}
#share-wrapper .title-lined {
	color: #4A4A4A;
}
#share-wrapper a {
	color: #9B9B9B;	
	font-size: 1rem;
	margin-right: 7px;
}
#share-wrapper a img {
	border: 1px solid #CCBB98;
	margin-right: 7px;
	vertical-align: bottom;
}
#share-wrapper a:hover {
	opacity: .3;
}
.text-wrapper {
	line-height: 2;
	margin: 0 auto 65px;
	max-width: 780px;
	text-align: center;
}


/*  FORMS  */
input[type=checkbox], 
input[type=radio] {
  vertical-align: middle;
}
form {
	margin: 0 auto;
}
form .row {
	margin-bottom: 15px;
}
label {
	font-size: 1.2rem;
	display: block;
	position: relative;
	text-indent: 15px;
	vertical-align: middle;
}
label a {
	color: #9B9B9B;
	text-decoration: underline;
}
input[type=text],
input[type=email],
select,
textarea {
  background-color: #fff;
	border: 1px solid #9B9B9B;
	border-radius: 5px;
	font-size: 1.4rem;
	height: 45px;
	margin-top: 10px;
	position: relative;
	text-indent: 15px;
	vertical-align: middle;
	width: 100%;
  z-index: 1;
}
select {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  background-image: 
  	linear-gradient(45deg, transparent 50%, gray 50%),
  	linear-gradient(135deg, gray 50%, transparent 50%),
  	linear-gradient(to right, #ccc, #ccc);
  background-position: 
  	calc(100% - 20px) calc(1em + 5px),
  	calc(100% - 15px) calc(1em + 5px),
  	calc(100% - 2.5em) 0.5em;
  background-size: 
  	5px 5px, 
  	5px 5px, 
  	1px 30px;
  background-repeat: no-repeat;	
}
select:focus {
  background-image:
    linear-gradient(45deg, #000 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #000 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) calc(1em + 5px),
    calc(100% - 20px) calc(1em + 5px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 30px;
  background-repeat: no-repeat;
}
textarea {
	height: 200px;
	padding: 15px;
	text-indent: 0;
}
input[type=radio], 
input[type=checkbox] {
  border: 1px solid #c5c5c5;
  background: #fff;
  border-radius: 2px;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 15px;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 15px;
  min-width: 15px;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}
input[type=radio]:checked, 
input[type=checkbox]:checked {
  border-color: #000;
  background-color: #7B7261;
}
input[type=radio]:checked:before, 
input[type=checkbox]:checked:before {
	color: #fff;
  content: '\f00c';
  font-family: Font Awesome\ 5 Free;
  float: left;
  font-size: 1rem;
  height: 11px;
  margin: 6px 0 0 1px;
  width: 11px;
}	
textarea.error,
input.error {
	border-color: red;
}
@keyframes spinner {
  from {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
  }
  to {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
  }
}
.submit-btn-wrapper {
	position: relative;
}
.submit-btn-wrapper .loader {
	color: #A48D5C;
	color: var(--primary);
	display: none;
	font-size: 3rem; 
	height: 30px;
	left: -40px;
	overflow: hidden;
	position: absolute;
	top: 10px;
  width: 30px;
}
.submit-btn-wrapper .loader.active {
	animation-name: spinner;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
	display: block;
}
form.submitting .btn-black {
	background: #fff;
  border-color: #F6F1E8;
  color: #A48D5C;
}
.form-response {
	display: none;
	text-align: center;
}
.form-response > div {
	padding: 15px;
}
.form-response.active {
	display: block;
}
.form-response .ko {
	background-color: red;
	color: #fff;
}
.form-response .ok {
	background-color: green;
	color: #fff;
}
div.error {
	color: red;
	font-size: 1.2rem;
	margin-top: 5px;
	text-indent: 15px;
}
.form-fieldset-title {
	color: #A48D5C;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 25px 0 15px;
	text-align: center;
}
.full-width {
	width: 100%;
}
#form-contatta-designer {
	min-width: 620px;
}
#ilviaggio {
  position: absolute;
  left: -5000px;
}


/*  BUTTONS  */
.btn {
	background: #CCBB98;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	text-transform: uppercase;
}
.btn i {
	color: #2F230A;
	font-size: 1.1rem;
	margin-left: 10px;
}
.btn-black:hover i{
	color: #2F230A!important;
}
.btn:hover {
	color: #fff;
	background: #2F230A;
}
.btn:hover i {
	color: #CCBB98;
}
.btn-big {
	height: 50px;
	line-height: 50px;
}
.btn-black {
	background: #000;
	border-color: #000;
}
.btn-black i {
	color: #CCBB98;
}
.btn-black:hover {
	background: #CCBB98;;
	border-color: #CCBB98;;
	color: #fff;
}
.btn-gold {
	border-color: #CCBB98;
	background: #2F230A;
}
.btn-gold-all {
	border-color: #CCBB98;
	background: #CCBB98;
}
.btn-white {
	background: #fff;
	border: 2px solid #A48D5C;
	border: 2px solid var(--primary);
	color: #CCBB98;
}
.btn-transparent {
	border-width: 2px;
	background: transparent;
}
.btn-transparent i {
	color: #CCBB98;
}
.btn-transparent:hover {
	background: transparent;
	color: #CCBB98;
}
.btn-gold.btn-transparent {
	color: #A48D5C;
	color: var(--primary);
	font-weight: 700;
}
.btn-gold.btn-transparent i {
	color: #CCBB98;
}
.btn-gold.btn-transparent:hover {
	border-color: #9B9B9B;
	color: #9B9B9B;
}
.btn-gold.btn-transparent:hover i {
	color: #9B9B9B;
}
.btn-download {
	margin-bottom: 40px;
}
.btn-download i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.to-bottom-btn {
	align-items: center;
	background-color: #fff;
	color: #CCBB98;
	display: flex;
	height: 64px;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 64px;
   z-index: 29;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.to-bottom-btn i {
	font-size: 2.5rem;
}
.to-bottom-btn:hover i {
	color: #2F230A;
}

#to-top-btn  {
	align-items: center;
	background-color: #CCBB98;
	bottom: 30px;
	display: flex;
	height: 50px;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: 30px;
	width: 50px;
  z-index: 250;
}
#open-dest{
	z-index: 999999!important;
    align-items: center;
    background-color: #CCBB98;
    bottom: 65px;
    display: flex;
    height: 35px;
    justify-content: center;
    opacity: 1;
    position: fixed;
    right: 47%;
    width: 35px;
	z-index: 250;
}
#to-top-btn.active , #open-dest.active {
	opacity: 1;
}
#to-top-btn:hover ,#open-dest:hover {
	background-color: #2F230A;
}
#to-top-btn i , #open-dest i{
	color: #2F230A;
	font-size: 1.4rem;
}
#to-top-btn:hover i , #open-dest:hover i {
	color: #CCBB98;
}
button:focus {
	outline: none;
}


/*  accordion  */
.accordion dt {
	background-color: #FAFAFA;
	border-radius: 5px;
	color: #C5C5C5;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 8px 20px;
	position: relative;	
}
.accordion dt:after {
	border: 5px solid transparent;
	border-bottom-color: #CCBB98;
	content: '';
	top: 11px;
	right: 20px;
	position: absolute;	
}
.accordion dt.active {
	background-color: #FAF8F3;
	color: #7B7261;
}
.accordion dt.active:after {
	border: 5px solid transparent;
	border-top-color: #CCBB98;
	top: 16px;
}
.accordion dd {
	color: #4A4A4A;
	display: none;
	font-size: 1.2rem;
	padding: 0 0 20px;	
}
.accordion dt.active + dd {
	display: block;
}

/* accordion nautica */
.collapse-section dl{
	
	border-bottom: 1px solid #E9E9E9;
	margin-bottom:0px!important;
}
.collapse-section dt {
	padding: 20px 20px;
	color: #A48D5C;
	font-family: "Nunito Sans";
	font-size: 21px;
	font-weight:normal;
	letter-spacing: 0;
	line-height: 28px;
	cursor: pointer;
}
.collapse-section dd p{
	font-size:15px;
	color:#4A4A4A;
}
.collapse-section dt:after {	
	content: '+';
	top: 11px;
	right: 20px;
	float:right;
}
.collapse-section dt.active {
	background-color: #FBFBFB;
	color: #A48D5C;
}
.collapse-section dt.active:after {
	content: '-';
	float:right;
}
.collapse-section dd {
	margin:0px!important;
	color: #4A4A4A;
	display: none;
	font-size: 1.2rem;
	padding: 0 0 20px;	
}
.collapse-section dt.active + dd {
	background-color: #FBFBFB;
	padding: 25px 20px;
	display: block;
}


/*  owl carousel  */
.owl-carousel .owl-nav {
	font-size: 2.4rem;
	position: relative;
}
.owl-dots {
  margin-top: 40px;
	text-align: center;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
	color: #CCBB98;
	position: relative;
}
.owl-nav button.disabled {
	opacity: .2;
}
.owl-nav button.owl-prev:before,
.owl-nav button.owl-next:before {
	font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  display: block;
}
.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
	display: none;
}
.owl-nav button.owl-prev {
	float: left;
	margin-left: -45px;
}
.owl-nav button.owl-next {
	float: right;
	margin-right: -45px;
}
.owl-nav button.owl-prev:before {
	content: "\f060";
}
.owl-nav button.owl-next:before {
	content: "\f061";
}
.owl-carousel button.owl-dot {
	background-color: #F1F1F1;
  border-radius: 50%;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}
.owl-carousel button.owl-dot.active {
	background-color: #CCBB98;
}


/*  PAGINAZIONE  */
.paginazione {
	border-top: 1px solid #979797;
	margin-top: 35px;
	padding-top: 35px;
}
.paginazione .page-count {
	color: #A48D5C;
	font-size: 2.7rem;
	text-align: center;
}
.paginazione .page-count span {
	color: #000;
}
.paginazione .page-count label {
	display: inline-block;
	margin-left: 10px;
  top: -3px;
  width: 120px;
}
.paginazione .page-count select {
	color: #A48D5C;
	color: var(--primary);
	font-size: 1.4rem;
	width: 100px;
}
.paginazione .page-cmd a,
.paginazione .page-cmd a:hover {
	color: #A48D5C;
	color: var(--primary);
	line-height: 45px;
}
.paginazione .page-cmd i {
	font-size: 1.4rem;
}
.paginazione .page-cmd-prev i {
	margin-right: 15px;
}
.paginazione .page-cmd-next i {
	margin-left: 15px;
}
.paginazione .select2-container--default .select2-selection--single {
	border-color: #A48D5C!important;
	border-color: var(--primary);
}
#searchForm .select2-container--default .select2-selection--single{	
	border-radius: 5px!important;
	border:none!important;
}
#searchForm  .select2-selection__rendered
{
 color:#4A4A4A;
 font-size: 15px;	
 
}
/*  ICONS  */
.fa-arrow-right {
	color: #A48D5C;
	color: var(--primary);	
	font-size: 1rem;
}
.icon-back {
	transform: rotate(180deg);
}


/*  TITLE LABELS  */
.title-newsletter {
	background-image: url('../img/label/discover.png');
	padding: 0;
}
.title-highlight {
	background-image: url('../img/label/highlight.png');
}
.title-tipologie {
	background-image: url('../img/label/categorie.png');
	background-size: 270px;
}
.title-proposte {
	background-image: url('../img/label/proposte.png');
	background-size: 250px;
}
.title-ispirazioni {
	background-image: url('../img/label/ispirazioni.png');
}
.title-ptd {
	background-image: url('../img/label/travel-designer.png');
}
.title-quando {
	background-image: url('../img/label/road-map.png');
}

.cookie-notice {
	background-color: red;
	color: #fff;
	margin: 25px auto;
	padding: 25px;
	max-width: 80%;
}
.static-text h2,
.static-text h3 {
	margin: 1em 0;
}
.static-text h2 {
	font-size: 2.7rem;
}
.static-text h3 {
	font-size: 2rem;
}
.static-text ul,
.static-text ol {
	margin-bottom: 1em;
}
.static-text li {
	margin-bottom: 5px;
	margin-left: 15px;
}
.static-text label {
	text-indent: 0;
}
.static-text table {
	margin-bottom: 1.5rem;
	max-width: 320px;
	width: 100%;
}
.static-text th {
	width: 50%;
}
.static-text th,
.static-text td {
	border: 1px solid #9B9B9B;
	padding: 5px;
}


/*  NAVIGAZIONE  */
#top-nav-wrapper {
	display: flex;
	flex-direction: column-reverse;
	max-width: 940px;
}
#country-nav {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 999;
}
#country-nav > li:after {
	background-color: #A48D5C;
	border-radius: 50%;
	content: '';
	float: right;
	height: 5px;
	margin: 9px 10px 0 10px;
	width: 5px;
}
#country-nav > li:last-child:after  {
	display: none;
}
#country-nav > li > a {
	color: #fff!important;
	font-size: 1.6rem;
	font-weight: bold;
}
#country-nav > li.hover > a,
#country-nav > li > a.active {
	color: #fff!important;
	padding:20px 0px;
	position: relative;
}
#country-nav > li.hover > a:after {
	background-color: #fff;
	border-radius: 10px;
	bottom: -20px;
	/*content: '';*/
	height: 40px;
	left: 10px;
	margin-left: -20px;
	position: absolute;
	width: 40px;
	z-index: 151;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.experience-nav > li > a {
	color: #fff!important;
	font-size: 1.2rem!important;
	font-weight: bold;
}
.sub-nav-wrapper {
	background-color: #fff; 
	border-radius: 10px;
	box-shadow: 0 5px 50px 0 rgba(0,0,0,0.4);
	display: none;
	left: 0;
	position: absolute;
	text-align: left;
	top: 50px;
	width: 100%;
	z-index: 150;
}
.sub-nav-wrapper .row > div {
	padding: 20px 50px 0px 50px;
}
.sub-nav-wrapper .row > div:first-child {
	background: url('../img/icone/nav-divider.png') repeat-y right top;
}
#country-nav li.hover .sub-nav-wrapper {
	display: block;
}
#country-sub-nav a {
	font-size: 16px;
	color: #A48D5C;
}
#country-sub-nav a:hover,
#country-sub-nav a.active {
	color: #2F230A;
}
.country-img-wrapper {
	border-radius: 50%;
	height: 250px;
	margin: 20px auto;
	position: relative;
	width: 250px;
}
.country-img-wrapper > div {
	border: 1px solid #CCBB98;
	border-radius: 50%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.country-img-wrapper:before {
	border: 1px solid #F6F1E8;
	border-radius: 50%;
	content: '';
	height: 286px;
	left: -18px;
	position: absolute;
	top: -18px;
	width: 286px;
}
.country-img-wrapper img {
	max-height: 100%;
	max-width: 100%;
}
.country-sub-nav-title {
	background: url('../img/label/world-travel.png') center left no-repeat;
	background-size: contain;
	color: #000;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 0 10px;
	margin-bottom: 10px;
}
.country-sub-nav-title strong {
	display: block;
	font-weight: 400;
}

#service-nav {
	text-align: center;
}
#service-nav li {
	display: inline-block;
	vertical-align:top;
	
}
#service-nav li:after {
	background-color: #9B9B9B;
	border-radius: 50%;
	content: '';
	float: right;
	height: 2px;
	margin: 11px 4px 0 8px;
	width: 2px;
}
#service-nav li:last-child:after  {
	display: none;
	content: none;
}

#service-nav > li > a {
	color: #9B9B9B;
	font-size: 1.2rem;
}
#service-nav > li > a:hover,
#service-nav > li > a.active {
	color: #fff;
}
.sidebar-nav,
.select-nav  {
	margin-bottom: 45px;
}
.sidebar-nav li {
	margin-bottom: 15px;
}
.sidebar-nav a {
	background-color: transparent;
	border: 2px solid #A48D5C;
	border-radius: 5px;
	color: #A48D5C;
	color: var(--primary);	
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 15px 13px;
}
.sidebar-nav a:hover,
.sidebar-nav a.active {
	border-color: #9B9B9B;
	color: #9B9B9B;
}


/*  SLIDESHOW  */
.slider-wrapper {
	height: 670px;
	position: relative;
	z-index: 20;
}
.slider-wrapper.short-slider {
	height: 550px;
}
.slider-wrapper.extra-short-slider {
	height: 336px;
}
.slide-nav-wrapper {
	bottom: 150px;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.slide-nav {
	position: relative;
}
.slide-nav:before  {
	background-color: #CCBB98;
	content: '';
	height: 1px;
  position: absolute;
	top: 50%;
	width: 100%;
}
.slide-nav span {
	background: #A48D5C;
	border: 2px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin-right: 30px;
	position: relative;
	width: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.slide-nav span:hover,
.slide-nav span.cycle-pager-active {
	border-color: #fff;
}
.slide-nav span:last-child {
	margin-right: 0;
}
.slide-nav span:last-child:after {
	display: none;
}
.cycle-slideshow {
	height: 100%;
}
.cycle-slideshow .dida-gradient {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,.7));
	height: 100%;
}
.cycle-slideshow > div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cycle-slideshow .dida-wrapper {
	height: 100%;
	position: relative;
	z-index: 2;
}
.cycle-slideshow .dida {
	bottom: 200px;
	color: #fff;
	font-size: 5rem;
	left: 15px;
	line-height: 1;
	position: absolute;
	right: 15px;
}
.extra-short-slider .dida {
	bottom: 0;
}
.extra-short-slider .dida h1 {
	color: #fff;
}
.cycle-slideshow .slide-title {
	font-weight: 400;
}
.cycle-slideshow .slide-subtitle {
	font-weight: 200;
}
.cycle-slideshow .slide-subtitle.subtitle-small {
	font-size: 1.8rem;
}
.cycle-slideshow.proposta-gallery .dida-wrapper {
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1) 85%, rgba(0,0,0,.35) 100%);
}
.cycle-slideshow.proposta-gallery .dida {
	bottom: 30px;
	text-align: center;
	width: 100%;
}


/*  LAYOUT  */
header {
	background: #000;
	min-height: 162px;
	position: relative;
	z-index: 150;
}
body.with-slider header {
	margin-bottom: -162px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,.7) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,.7) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,.7) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
body.with-slider.static-header header {
	margin-bottom: 0;
}
#top-bar {
	padding: 10px 0;
}
header .logo {
	display: block;
	margin: 0 auto;
	max-width: 189px;
}
#top-bar .loghi-premium {
	max-width: 263px;
}
#social-nav {
	display: inline;
	margin-left: 7px;
	vertical-align: middle;
}
#social-nav li {
	display: inline;
	margin-left: 5px;
	vertical-align: middle;
}
#social-nav a {
	display: inline-block;
}
#social-nav a span {
	display: none;
}
#social-nav .icon-fb:before {
	content: url('../img/icone/fb-link.svg');
}
#social-nav .icon-tw:before {
	content: url('../img/icone/tw-link.svg');
}
#social-nav .icon-ig:before {
	content: url('../img/icone/ig-link.svg');
}
#social-nav .icon-yt:before {
	content: url('../img/icone/yt-link.svg');
}
#social-nav .icon-go:before {
	content: url('../img/icone/go-link.svg');
}
#content-wrapper {
	font-size: 1.4rem;
	padding: 40px 0 200px;
}
footer {
	background-color: #000;
	color: #A48D5C;
	font-size: 1.2rem;
	padding: 80px 0 50px; 
}
footer a {
	color: #A48D5C;
}
.footer-title {
	border-bottom: 1px dashed #A48D5C;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.footer-title span {
	color: #A48D5C;
	font-size: 1.6rem;
	font-weight: 400;
}
footer .indirizzo {
	line-height: 1.8;
	margin-bottom: 2rem;
}
#footer-nav {
	margin-bottom: 2rem;
}
#footer-nav li {
	color: #9B9B9B;
	display: inline;
}
#footer-nav a {
	color: #9B9B9B;
}
.lista-partner {
	align-items: center;
	display: flex;
	justify-content: space-between;
    margin-top: 35px;
}

.partner-proposte .proposta-img-thumb:before, 
.partner-proposte .proposta-img-thumb:after {
	display: none;
}

.partner-proposte .col-md-3 {
    padding: 5px;
}

.partner-proposte .proposta-img-thumb {
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    margin: 5px 0;
	padding: 5px 0;
}

.partner-proposte .proposta-img-thumb a {
    display: block;
    text-align: center;
}

.partner-proposte .proposta-img-thumb img {
    max-width: calc(100% - 10px);
	max-height: 130px;
}


/*  PROPOSTE  */
#search-form {
	max-width: 100%;
}
#search-result-wrapper .title-num-proposte {
	border-bottom: 1px solid #979797;
	color: #A48D5C;
	color: var(--primary);	
	font-size: 1.6rem;
	line-height: 0;
	margin-bottom: 45px;
	text-align: center;
}
#search-result-wrapper .title-num-proposte span {
	background: #fff;
	padding: 0 20px;
}
.lista-proposte {
	color: #4A4A4A;
}
.lista-proposte > div {
	margin-bottom: 45px;
}
.lista-proposte h3 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top:20px;
	min-height: 60px;
}
.sidebar .lista-proposte h3 {
	min-height: inherit;
}
.lista-proposte h3 a {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
}
.lista-proposte h3 span {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 4px;
}
.proposta-img-thumb {
	margin: 20px 0;
	position: relative;
}
.proposta-img-thumb:before,
.proposta-img-thumb:after {
	content: '';
	position: absolute;
}
.proposta-img-thumb:before {
	border: 13px solid transparent;
	border-top-color: #fff;
	left: 15px;
	top: 0;
}
.proposta-img-thumb:after {
	background: url('../img/bg/dentini.png') repeat-x;
	height: 3px;
	left: 0;
	bottom: 0px;
	width: 100%;
}
.lista-proposte img {
	display: block;
	width: 100%;
	height:163px;
	object-fit: cover;
}
.lista-proposte .proposta-price-wrap {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
	bottom: 0;
	color: #A48D5C;
	line-height: 1;
	padding: 40px 20px 20px;
	position: absolute;
	width: 100%;
}
.lista-proposte .price {
	color: #fff;
	font-size: 3.6rem;
}
.lista-proposte .price span {
	font-size: 2.2rem;
	font-weight: 300;
}
.lista-proposte .descr {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:20px;
}

.lista-alberghi h3 , .lista-treni h3{
	min-height: inherit;
}
.details-albergo , .details-treno {
	color: #4A4A4A;

}
.details-albergo h5 ,.details-treno h5 {
	margin-bottom: 0;
}
.details-albergo p , .details-treno p{
	margin-bottom: 20px;
}
.details-albergo .btn ,.details-treno .btn {
	font-size: 1.6rem;
	margin-top: 25px;
	width: 100%;
}
.amenities li{
	list-style: disc!important;
}
.voto-singolo{
	display: inline-flex;
	background-color:#A48D5C;
	color:#fff;
	border-radius:100px;
	height: 30px;
	justify-content: center;
	width: 30px;
	align-items: center;
	font-size:21px;
	font-weight:bold;
}
.lista-voti{
	margin-top:30px;
}
.lista-voti li{
	margin-bottom:20px;
}
.lista-voti h5{
	font-weight: 500;
}
.numero{
	margin-left: 10px;
	font-size: 13px;
	vertical-align: bottom;
	color:#000;
}
.titolo-valutazione{
	display:inline;
	vertical-align:bottom;
	margin-left:20px;
}

.ultima-visita{
	font-weight: bold;
    background-color: #EBEBEB;
    width: fit-content;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
}
/*  PAESI  */
.lista-paesi {
	color: #4A4A4A;
}
.lista-paesi img {
	display: block;
	width: 100%;
	height:163px;
	object-fit: cover;
}
.lista-paesi h3 a {
	color: #4a4a4a;
	font-size: 1.8rem;
	font-weight: 700;
}
.lista-paesi .row > div {
	margin-bottom: 30px;
}
.lista-paesi .row > div > div {
	margin: 0 15px;
}
.lista-paesi h1{
	font-size:1.8rem!important;
	margin-bottom:1.5rem!important;
}
.paese-img-thumb {
	border-radius: 10px;
	margin: 20px -15px;
	overflow: hidden;
	position: relative;
}
.paese-img-thumb .num-proposte {
	background-color: rgba(0,0,0,.7);
	border-radius: 10px;
	bottom: 0;
	color: #A48D5C;
	font-size: 1.2rem;
	padding: 10px 15px;
	position: absolute;
	left: 0;
}
.paese-img-thumb .num-proposte strong {
	color: #fff;
}
#paese-page .featherlight {
	background-color: rgba(0,0,0,.8);
}
#paese-page .featherlight .featherlight-content {
	border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
}
#paese-page .cloudzoom-zoom-inside {
	margin-left: -15px;
}
#paese-page .featherlight .featherlight-close-icon {
	right: -10px;
	top: -10px;
}

/*  PAGINE  */

/*  Home  */
#home-page header {
	height: 250px;
	margin-bottom: -250px;
}
#home-page #content-wrapper {
	padding: 0;
}
#search-bar-wrapper {
	/*border: 2px solid #CCBB98;*/
	border-radius: 15px;
	margin: auto;
	
	padding: 15px;
	position: relative;
	/*width: 100%;*/
}
#search-bar-wrapper form {
	max-width: 100%;
}
#search-bar-wrapper select {
	/*border: 1px solid #A48D5C;
	border: 1px solid var(--primary);*/
	border:none!important;
	border-radius: 5px;
	color: #4a4a4a;
  font-size: 1.4rem;
  padding: 10px;
	width: 100%;
	margin-top:0px!important;
}
#search-bar-wrapper label {
	color: #CCBB98;
	font-size: 1.7rem;
	font-weight: 700;
	left: 25px;
	position: absolute;
	top: -12px;
}

#home-page .slider-wrapper {
	height: 90vh;
	min-height: 670px;
}
#home-page .cycle-slideshow .dida-gradient {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.2) 60%, rgba(0,0,0,.5));
}
#home-page .cycle-slideshow .dida-wrapper,
#home-page .slide-nav-wrapper .container {
	max-width: 800px;
}
#home-page .cycle-slideshow .dida {
	bottom: 230px;
}
#home-page .cycle-slideshow .dida a {
	margin-top: 20px;
}
#home-page section {
	margin-bottom: 65px;
}
#home-page .section-title {
	color: #000; 
} 
.tema-wrapper img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.title-tema {
	align-items: center;
	display: flex;
	height: 45px;
	justify-content: center;
	margin-bottom: 15px;
	position: relative;
}
.title-tema:before {
	background: #F6F1E8;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}
.title-tema span {
	background: #fff;
	color: #A48D5C;
	padding: 0 10px;
	position: relative;
}
.section-dove .container {
	background: url('../img/icone/timbro.svg') left center no-repeat;
	background-size: contain;
	max-width: 440px;
	padding: 0 80px 30px;
	text-align: center;
}
.section-dove .btn {
	width: 100%;
}
#video-wrapper {
	background: url('../img/bg/wood.jpg') center no-repeat;
	background-size: cover;
	padding: 80px 0 70px;
	position: relative;
	text-align: center;
}
#video-wrapper:before,
#video-wrapper:after {
	background: url('../img/bg/video-linea.png');
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
#video-wrapper:before {
	top: -10px;
}
#video-wrapper:after {
	bottom: -10px;
}
#video-wrapper .container {
	position: relative;
}
#video-wrapper .container:before {
	content: url('../img/icone/forbice.svg');
	right: 0;
	position: absolute;
	top: -118px;
}
#video-wrapper .section-title {
	color: #fff;
	font-size: 3.4rem;
	margin-bottom: 10px;
}
#video-wrapper a {
	color: #fff;
}
#video-wrapper .btn {
	border: 2px solid #fff;
}
#video-wrapper .btn:hover {
	border: 2px solid #CCBB98;
}
#home-page .video {
	max-width: 860px;
}

#tipologie-carousel,
#partner-carousel {
	margin: 0 auto;
	max-width: 860px;
	text-align: center;
}
#tipologie-carousel .owl-nav,
#partner-carousel .owl-nav {
	top: -130px;
}

#partner-carousel .owl-nav button.owl-prev:before, 
#partner-carousel .owl-nav button.owl-next:before {
	color: #CCBB98;
}

.tipologie-badge {
	background: linear-gradient(180deg, #DAE8F9 0%, #F4F9FF 100%);
	height: 144px;
	line-height: 144px;
	margin: 0 auto 30px;
	text-align: center;
	width: 144px;
}
.tipologie-badge img {
	display: inline !important;
	max-height: 40%;
	max-width: 40%;
	width: auto !important;
}
#newsletter-wrapper {
	background: rgba(59,126,203,0.1);
	margin-bottom: 0 !important;
	padding-bottom: 50px;
}
#newsletter-wrapper label {
	text-indent: 10px;
}
#newsletter-wrapper ::placeholder {
    color: #CCBB98;
    opacity: 1;
}
#newsletter-wrapper :-ms-input-placeholder {
    color: #CCBB98;
}
#newsletter-wrapper ::-ms-input-placeholder {
    color: #CCBB98;
}
#newsletter-wrapper:before {
	background: url('../img/bg/newsletter.png') repeat-x;
	content: '';
	display: block;
	height: 15px;
	margin-bottom: 25px;
}
#newsletter-wrapper .section-title {
	color: #095DBE;
	line-height: 1.5;
}
#newsletter-wrapper form {
	background: url('../img/icone/timbro-newsletter.svg') right center no-repeat;
	background-size: 130px;
	padding: 65px 40px 0;
}
#newsletter-wrapper .input-wrapper {
	background-color: #fff;
	border-radius: 5px;
	padding-right: 140px;
	position: relative;
}
#newsletter-wrapper [type=email] {
	border: 0;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	color: #A48D5C;
	height: 50px;
	margin: 0;
	text-indent: 25px;
	width: 100%;
}
#newsletter-wrapper [type=submit] {
	background-color: #B90303;
	border: 0;
	border-radius: 5px;
	height: 50px;
	text-align: center;
}
#newsletter-wrapper .nl-btn-desktop {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
}
#newsletter-wrapper .nl-btn-mobile {
	display: none;
}
#newsletter-wrapper .checkbox-wrapper {
	color: #9B9B9B;	
	font-size: 10px;	
	font-weight: 300;
	margin: 20px 0;
}

/*  Paese  */
#paese-page .cycle-slideshow .dida-gradient {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(0,0,0,.7));
}
.extra-title {
	color: #7B7261;
	font-size: 2rem;
	font-weight: 600;
}
#extra-info-wrapper {
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	color: #A48D5C;
	font-size: 1.2rem;
	left: 0;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	z-index: 129;
}
#extra-info-wrapper .extra-title {
	color: #F6F1E8;
	margin-bottom: 15px;
}
#paese-page #extra-info-wrapper ul {
	display: flex;
}
#paese-page #extra-info-wrapper ul:last-child li:last-child {
	border-right: 0;
}
#paese-page #extra-info-wrapper li {
	border-right: 1px solid #7B7261;
	font-weight: 700;
	margin-right: 10px;
	padding: 0 8px 0 0;
}
#paese-page #extra-info-wrapper img {
	margin-right: 3px;
}
.extra-data {
	color: #A48D5C;
	margin-bottom: 50px;
}
.extra-data .row {
	margin-bottom: 20px;
}
.suggerimento {
	background-color: #F6F6F6;
	margin-bottom: 30px;	
	overflow: hidden;
	position: relative;
	padding: 25px;
}
.suggerimento:before {
	background: url('../img/icone/td-divider.png') center top;
	content: '';
	height: 100%;
	position: absolute;
	right: 80px;
	top: 100px;
	width: 2px;
}
.suggerimento:after {
	background-color: #fff;
	border-radius: 50%;
	bottom: -5px;
	content: '';
	height: 10px;
	position: absolute;
	right: 75px;
	width: 10px;
}
.suggerimento > .row {
	background: url('../img/label/travel-white.png') 25px top no-repeat; 
	background-size: 50%;
}
.suggerimento .label {
	font-weight: 700;
	margin-top: 20px;
}
.suggerimento h3 {
	margin-bottom: 15px;
}
.suggerimento h3 a {
	color: #2F230A;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
}
.suggerimento a {
	font-size: 1.2rem;
	font-weight: 700;
	text-decoration: underline;
}
.suggerimento img {
	width: 10px;
}
.suggerimento ul {
	margin-bottom: 20px;
}
.suggerimento li {
	display: inline;
}
.suggerimento li a {
	color: #7B7261;
	font-size: 1.4rem;
	font-weight: normal;
}
.suggerimento .citazione {
	margin-bottom: 20px;
}
.img-wrap-td {
	background-position: center;
	background-size: cover;
	border: 7px solid #A48D5C;
	height: 110px;
	margin: 45px auto 15px;
	overflow: hidden;
	width: 110px;
}
.sidebar .extra-title {
	line-height: 1.2;
}


/*  travel designer list  */
#designers-page .img-wrap-td {
	margin: 0 auto;
}
#designers-page .suggerimento h3 {
	margin-top: 35px;
}


/*  tipologie  */
#tipologie-page .lista-tipologie {
	line-height: 2;
	margin-top: 70px;
}
#tipologie-page .tipologia {
	align-items: center;
	display: flex; 
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 60px;
	text-align: center;
}
#tipologie-page .cover {
	border-radius: 15px;
	display: block;
	margin-bottom: -72px;
	width: 100%;
}
#tipologie-page .tipologie-badge {
	border: 10px solid #fff;
	line-height: 123px;
	margin-bottom: 20px;
	position: relative;
}
#tipologie-page h3 {
	margin-bottom: 15px;
}
#tipologie-page h3 a {
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
}
.lista-tipologie li {
	margin-bottom: 10px;
}
.lista-tipologie .tipologia-intro {
	color: #4A4A4A;
	flex-grow: 2;
}
.lista-tipologie .tipologia-intro p {
	margin: 0;
}
.lista-tipologie .btn {
	font-size: 1.6rem;
	margin-top: 20px;
	text-transform: inherit;
}
.sidebar .lista-tipologie a {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.sidebar .lista-tipologie img {
	max-height: 28px;
	max-width: 28px;
}
.lista-tipologie .icon {
	background: linear-gradient(180deg, #DAE8F9 0%, #F4F9FF 100%);
	display: inline-block;
	height: 50px;
	line-height: 50px;	
	text-align: center;
	width: 50px;
}


/*  tipologia  */
#tipologia-page .dida {
	bottom: 100px;
}
#tipologia-page .tipologie-badge {
	border: 10px solid #fff;
  height: 160px;
	line-height: 123px;
	margin-bottom: 20px;
  width: 160px;
}
.d-sm-none.tipologie-badge {
	margin-top: -30px;
  position: relative;
  z-index: 100;
}
#tipologia-page .lista-proposte > div {
	margin: 0;
}
#tipologia-page .sidebar {
  transform: translateY(-115px);
  position: relative;
  z-index: 120;
}
.lista-destinazioni {
	padding: 0 15px;
}
.lista-destinazioni a {
	color: #A48D5C;
	font-size: 1.2rem;
	text-decoration: underline;
}
.lista-destinazioni h4 a {
	color: #9B9B9B;
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: none;
}


/*  proposte  */
#default-search-wrapper {
	margin-bottom: 50px;
}
#default-search {
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	padding: 45px;
	position: relative;
	z-index: 1;
}
#default-search:before {
	background: rgba(0,0,0,.4);
	border-radius: 20px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#default-search:after {
	border: 10px solid transparent;
	border-top-color: #fff;
	content: '';
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 0;
	width: 15px;
	z-index: 2;
}
#default-search label {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 20px;
	text-indent: 0;
}
#default-search select,
#default-search [type=text] {
	/*border: 1px solid #A48D5C;
	border: 1px solid var(--primary);*/
	border-radius: 5px;
	height: 45px;
	margin-top: 0;
	width: auto;
}
#default-search select {
	width: 390px;
}
#default-search input.data-input {
	width: 110px;
}
#default-search [type=submit] {
	background-color: #2F230A;
	border: 0;
	border-radius: 5px;
	color: #fff;
	height: 45px;
	text-align: center;
	width: 45px;
}
#default-search [type=submit]:hover {
	background-color: #CCBB98;
}
#default-search [type=submit]:hover i {
	color: #2F230A;
}
.affina-btn {
	color: #2F230A;
	display: inline-block;
	font-size: 1.6rem;	
	font-weight: 700;
	margin-top: -13px;
	position: relative;
	text-align: center;
  z-index: 2;
}
.affina-btn:before {
	background-color: #A48D5C;
	background-color: var(--primary);
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	content: '+';
	display: block;
	height: 25px;
	line-height: 15px;
	margin: 0 auto 5px;
	width: 25px;
}
.affina-btn.open:before {
	content: '-';
	line-height: 13px;
}
#advanced-search-wrapper {
	background-color: #F6F6F6;
	display: none;
	margin-bottom: 50px;
	padding: 50px 0;
}
#advanced-search-wrapper.open {
	display: block;
}
#advanced-search-wrapper label {
	font-size: 1.4rem;
	margin-bottom: 10px;
	text-indent: 0;
}
#advanced-search-wrapper input {
	margin-right: 3px;
	vertical-align: middle;
}
#advanced-search-wrapper .section-title {
	font-size: 2.7rem;
	margin-bottom: 35px;
	text-align: left;
}
#advanced-search-wrapper .row + .row {
	margin-top: 45px;
}


/*  proposta  */
#proposta-page .cycle-slideshow .dida-gradient {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(0,0,0,.7));
}
#proposta-page #extra-info-wrapper {
	color: #F6F1E8;
	font-size: 1.4rem;
	padding: 20px 0;
}
#proposta-page #extra-info-wrapper .col-dati .row > div {
	border-left: 1px solid #7B7261;
	padding: 15px 28px 5px 17px;
}
#proposta-page #extra-info-wrapper .col-dati .row > div:first-child {
	border-left: 0;
	max-width: 25%;
}
#proposta-page #extra-info-wrapper .titolo {
	color: #CCBB98;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
}
#proposta-page #extra-info-wrapper li {
	display: inline;
}
#proposta-page #extra-info-wrapper li a {
	color: #F6F1E8;
}
#proposta-page #extra-info-wrapper .tipo-label > div {
	border: 0 !important;
	color: #CCBB98;
	padding: 15px 0 0;
}
#proposta-page #extra-info-wrapper .tipo-label > div div {
	padding-right: 15px;
}
#proposta-page #extra-info-wrapper .tipo-label img {
	margin-top: -10px;
}
#proposta-data-scrolled {
	background-color: #000;
	color: #fff; 
	position: fixed; 
	left: 0; 
	line-height: 60px;
	opacity: 0;
	top: 0; 
	width: 100%; 
	z-index: -1;
}
#proposta-data-scrolled button {
	background-color: #A48D5C;
	background-color: var(--primary);
	border: 0;
	color: #fff; 
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px; 
}
#proposta-data-scrolled.active {
	opacity: 1;
	z-index: 101;
}
#proposta-subnav {
	background-color: #CCBB98;
}
#price-range {
	margin: 0 10px 65px;
}
#proposta-tabs-head > div:last-child {
	padding-right: 0;
  margin-right: -15px;
}
#proposta-tabs-head ul {
	margin: 0;
}
#proposta-tabs-head li {
	overflow: hidden;
	position: relative;
}
#proposta-tabs-head li:after {
	background-color: #fff;
	bottom: -5px;
	border-radius: 50%;
	content: '';
	height: 10px;
	left: 50%;
	position:  absolute;
	width: 10px; 
}
#proposta-tabs-head li a {
	color: #2F230A;
	
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}
#proposta-tabs-head li:before {
	border-right: 1px solid #A48D5C;
	border-right: 1px solid var(--primary);
	content: '';
	height: 70%;
	position: absolute;
	right: 0;
	top: 15%;
}
#proposta-tabs-head li:last-child:before {
	display: none;
}
#proposta-tabs-head li.active-tab a,
#proposta-tabs-head li:hover a {
	background-color: #fff;
	color: #2F230A;
}
#proposta-tabs-head li.before-active-tab:before,
#proposta-tabs-head li.active-tab:before,
#proposta-tabs-head li:hover:before {
	display: none;
}
.btn-richiedi-info {
	background: #B90303;
	color: #FFFFFF !important;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
.btn-richiedi-info i {
	color: #CCBB98;
	font-size: 1.4rem;
	margin-left: 5px;
	position: relative;
  top: -2px;
}
.btn-richiedi-info:hover,
.active-tab .btn-richiedi-info {
	background: #000;
}
#proposta-tabs-head li.active-tab .btn-richiedi-info,
#proposta-tabs-head li:hover .btn-richiedi-info {
	background: #000;
}
#proposta-tabs-body {
	margin-top: 45px;
}
.tab-body {
	display: none;
}
.tab-body.active-tab {
	display: block;
}
#mappa { 
	border-radius: 15px;
	height: 400px; 
	margin: 20px auto; 
	width: 100%; 
}
.itinerario li { 
	border-bottom: 1px solid #CCBB98;
	margin-left: 80px;
	padding: 40px 0; 
	position: relative;
}
.itinerario li:first-child { 
	margin-top: 40px;
	padding-top: 0; 
}

.itinerario li:before { 
	border-left: 1px dashed #CCBB98;
	content: '';
	height: 100%;
	left: -40px;
	position: absolute;
	top: 0;
	width: 1px;
}
.details-treno li {
	border-left: 1px dashed #000;
	padding-left:15px;
	}
.details-treno li:last-child {
		border-left: none!important;
		}
.details-treno li:last-child > span {
	display:inline!important;
	margin-right: 5px;
	margin-left: -19px;
	position: relative;
    top: -2px;
		}
.details-treno li:first-child >span   {
	margin-right: 5px;
	margin-left: -20px;
	display:inline!important;
	position: relative;
    top: -4px;
			}
			.details-treno li>span{
				display:none!important;
			}
.details-treno li:last-child:before { 
	height: 40px;
}
.itinerario li:last-child:before { 
	height: 40px;
}
.itinerario li > span { 
	background: #2F230A; 
	border-radius: 5px;
	color: #F6F1E8; 
	display: block; 
	float: left; 
	font-size: 2rem; 
	font-weight: 700; 
	height: 40px; 
	line-height: 40px; 
	margin-left: -60px; 
	position: relative; 
	text-align: center; 
	width: 40px; 
}
.itinerario li > span:before {
	background-color: #B90303;
	border-radius: 50%;
	bottom: -7px;
	content: '';
	height: 5px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 10px;
}
.itinerario li > span:after { 
	bottom: -10px;
	border: 5px solid transparent;
	border-top-color: #2F230A; 
	content: '';
	left: 50%;
	margin-left: -5px;
	position: absolute;
}
#form-richiedi-dispo {
	max-width: 480px;
}
#form-richiedi-dispo .row {
	margin-right: -10px;
  margin-left: -10px;
}
#form-richiedi-dispo .col {
	padding-right: 10px;
  padding-left: 10px;
}

#form-richiedi-dispo [type=submit] {
	margin-top: 50px;
	width: 100%;
}
#proposta-page .sidebar > div {
  margin-bottom: 70px;
}
#proposta-page .sidebar .lista-tipologie {
  margin-left: 20px;
  margin-right: 20px;
}
#form-contatta-designer {
	padding-bottom: 50px;
}
#form-contatta-designer .img-wrap-td {
	margin: 0;
}
#form-contatta-designer > .row {
	margin: 0 auto 15px;
	max-width: 500px;
}
#form-contatta-designer button {
	width: 100%;
}
.close-form-btn {
	background: none;
	border: 0;
	color: #A48D5C;
	color: var(--primary);
	margin-bottom: 25px;
	margin-right: -20px;
}
.close-form-btn span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 21px;
	line-height: 22px;
	margin-left: 10px;
	padding-right: 1px;
	vertical-align: bottom;
	width: 21px;
}
.lightbox {
	display: none;
}
.featherlight {
	overflow: auto !important;
}
.featherlight .featherlight-content {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin: 5%;
	max-height: inherit;
	overflow: visible;
}
.featherlight .featherlight-close-icon {
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	right: 15px;
	top: 30px;
}
#contatta-designer-header {
	background: #000; 
	border-radius: 10px;
	color: #CCBB98;
	font-size: 1.8rem; 
	padding: 25px; 
	margin: -35px -25px 70px -25px;
}
#contatta-designer-header > div {
  padding-left: 130px;
  padding-top: 10px;
	position: relative;
}
#contatta-designer-header .img-wrap-td {
  left: 0;
	position: absolute;
  top: 0;
}
#contatta-designer-header .title {
	font-size: 1.4rem;
	position: absolute;
  top: 65px;
}
#contatta-designer-header .title img {
	vertical-align: bottom;
}


/*  designer  */
#designer-page h1 + ul {
	margin-bottom: 30px;
}
#designer-page h1 + ul li {
	display: inline;
}
#designer-page h1 + ul a {
	color: #7B7261;
	font-size: 1.6rem;
	text-decoration: underline;
}
#designer-page .intro img {
	vertical-align: super;
}
.sidebar .btn {
	width: 100%;
}
.img-wrap-td-big {
	border: 4px solid #CCBB98;
	border-radius: 15px;
	display: block;
	margin-bottom: 25px;
	width: 100%;
}


/*  dove quando  */
.lista-mesi {
	margin-bottom: 100px;
}
.lista-mesi a {
	border: 3px solid #CCBB98;
	border-radius: 5px;
	color: #2F230A;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding: 16px;
	text-align: center;
}
.lista-mesi a.active {
	background: #A48D5C;
	background: var(--primary);
	border-color: #A48D5C;
	border-color: var(--primary);
	color: #fff;
	position: relative;
}
.lista-mesi a.active:before {
	border: 10px solid transparent;
	border-top-color: #fff;
	left: 50%;
	content: '';
	height: 8px;
	margin-left: -10px;
	position: absolute;
	top: -3px;
	width: 20px;
}
#stamp-title {
	margin-bottom: 15px;
}
#stamp-title span {
	background: url('../img/icone/timbro.svg') left center no-repeat;
	padding: 50px;
}

.static-page .block-title {
	text-align: left;
}
.lista-perche .row > div {
	margin-bottom: 45px;
}
.lista-perche img {
	margin-bottom: 15px;
	width: 100%;
}
#sidebar-nav {
	border: 2px solid #CCBB98;
	color: #A48D5C;
	color: var(--primary);
	font-size: 1.6rem;
	height: 50px;
}

/*  news  */
.lista-news li {
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.lista-news img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.lista-news h2 {
	color: #000;
	font-size: 2.4rem;
	line-height: 3rem;
}
.lista-news h2 a {
	color: #000;
}
.lista-news .btn {
	margin-top: 15px;
}
.lista-news .data strong {
	display: block;
}
#news-page h2 {
	margin-bottom: 1em;
}
#news-page .lista-paesi > div > div {
	padding: 0 15px;
}
#news-page .lista-paesi > div > div {
	padding: 0 15px;
}
#news-page .paginazione,
#stampa-page .paginazione {
	border: 0;
}


/*  rassegna stampa  */
.lista-stampa li {
	margin-bottom: 30px;
	padding-bottom: 90px;
	position: relative;
}
.lista-stampa li:after {
	border-bottom: 1px solid #C8C8C8;
	bottom: 0;
	content: '';
	left: 15px;
	position: absolute;
	right: 15px;
}
.lista-stampa h2 {
	color: #000;
	font-size: 2.4rem;
}
.lista-stampa .btn {
	margin-top: 15px;
	position: absolute;
	bottom: 30px;
}
.lista-stampa .dove {
	color: #A48D5C;
	color: var(--primary);
	font-size: 1.6rem;
}


/*  contatti  */
#form-contatti > div {
	margin-bottom: 20px;
}
#form-contatti .btn {
	width: 100%;
}
#google-map {
	height: 370px;
	margin-bottom: 20px;
}
#google-map + a {
}
#content-wrapper .indirizzo {
	color: #4A4A4A;
	font-size: 1.5rem;
	margin-bottom: 40px;
	/*margin-top: 40px;*/
}
#content-wrapper .indirizzo h3 {
	margin-bottom: 20px;
}
.orari {
	color: #4A4A4A;
	line-height: 2.7rem;
}
.lista-contacts {
	color: #4A4A4A;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.lista-contacts .btn {
	margin-top: 15px;
	visibility: hidden;
}
.lista-contacts .row {
	padding-bottom: 30px;
	padding-top: 30px;
}
.lista-contacts .row > div:hover .btn {
	visibility: visible;
}
.in-house {
	font-size: 1.2rem;
}

/* dropdown */
#home-page .select2-container {
	z-index: 100;
}




/* -----------------------------------------------------  DESKTOP  -------------------------------------- */
@media screen and (min-width: 768px) {
	#proposta-gallery-thumbs-wrapper {
		padding: 30px;
	}
	#home-page .slider-wrapper {
		height: 100vh!important;
	}
	.mobile-country{
		display:none!important;
	}
	/** Federico 10-2-20 */
	#country-nav {
		display: flex!important;
		justify-content: center;
		position: fixed;
		bottom:0px;
		background-color: #000000;	
		text-transform: uppercase;
		padding: 30px 0px 30px 0px;
		width:100%;
		left:0px;
		margin-bottom:0px;
	}
	.sub-nav-wrapper {
		bottom:70px;
		width: 100vw!important;		
		height:360px!important;
		top:initial;
		position:fixed;
		z-index:99999;
	}
	.sub-nav-wrapper  .row{
		background-color:#fff;
	}
	#country-nav > li.hover > a:after {
		bottom:50px!important;
		border-radius: 7px!important;
	}
	.sub-nav-wrapper .row .col-lg-5:after {
		content :' ';
		position:absolute;
		 bottom: 0px;
		 border-right: 6px dotted white;
		 height: 100%;
		 right:-3px;
	 }
	
	#open-dest{
		display:none;
	}
	#proposta-gallery-thumbs {
		margin: 0 auto;
		max-width: 465px;
	}
	#proposta-gallery-thumbs .owl-item img {
		width: 140px;
	}
	#proposta-gallery-thumbs .owl-nav {
		top: -65px;
	}
	#proposta-gallery-thumbs .owl-nav button.owl-prev:before, 
	#proposta-gallery-thumbs .owl-nav button.owl-next:before {
		font-size: 3rem;
	}
	#proposta-gallery-thumbs .owl-nav button.owl-prev {
		margin-left: -65px;
	}
	#proposta-gallery-thumbs .owl-nav button.owl-next {
		margin-right: -65px;
	}
}

/* -----------------------------------------------------  TABLET  -------------------------------------- */
@media screen and (max-width: 1023px) {

	#proposta-data-scrolled > .container {
		max-width: 100%;
	}

	/* paese */
	#paese-page #extra-info-wrapper ul {
		display: block;
		width: 50%;
	}
	#paese-page #extra-info-wrapper ul:first-child {
		padding-right: 15px;
	}
	#extra-info-wrapper {
		background-color: #000;
		font-size: 1.6rem;
		padding: 15px 0;
		position: static;
	}
	#paese-page #extra-info-wrapper li {
		border-top: 1px solid #7B7261;
		border-right: 0;
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
	}
	#paese-page #extra-info-wrapper li:first-child {
		border:0;
	}
	#paese-page #extra-info-wrapper img {
		margin-left: 5px;
		margin-right: 0;
		width: 16px;
	}
}

@media screen and (max-width: 768px) {

	.with-nav {
		overflow: hidden;
	}
	.btn-big {
		padding-left: 15px;
		padding-right: 15px;
	}
	#home-page .cycle-slideshow .dida-wrapper,
	#home-page .slide-nav-wrapper .container {
		max-width: 720px;
	}

	footer {
		text-align: center;
	}
	.lista-partner {
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 35px;
	}
	.lista-partner a {
	  max-width: 90px;
	  margin-bottom: 25px;
	}

	/* forms */
	.featherlight .featherlight-close-icon {
		top: 25px;
	}
	#form-contatta-designer {
		min-width: inherit;
	}
	#contatta-designer-header {
		padding: 15px 15px 50px 15px;
    margin: -20px -10px 70px -10px;
	}
	#contatta-designer-header > div {
	  padding-left: 85px;
	}
	#contatta-designer-header .img-wrap-td {
		border-width: 3px;
	  height: 75px;
	  width: 75px;
	}
	#contatta-designer-header .title {
	  top: 40px;
	}

	.telephone {
		display: none;
	}
	.viaggio-sole{
	width:100%!important;
	text-align:center!important;
	margin-bottom:20px;
}

	#top-nav-wrapper .telephone {
		display: block;
		font-size: 1.6rem;
		padding: 20px 0;
		text-align: center;
	}
	#toggle-nav-btn {
		position: absolute;
		right: 15px;
    z-index: 300;
	}
	#toggle-nav-btn div {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		height: 25px;
		justify-content: space-between;
		position: relative;
		width: 30px;
	}
	#toggle-nav-btn span {
		background-color: #fff;
		border-radius: 3px;
		height: 3px;
		width: 100%;
		transition: all .3s;
	}
	#toggle-nav-btn span:nth-of-type(1) {
		opacity: 1;
		width: 70%;
	}
	#toggle-nav-btn span:nth-of-type(2) {
		opacity: .7;
	}
	#toggle-nav-btn span:nth-of-type(3) {
		opacity: .6;
		width: 85%;
	}
	#toggle-nav-btn span:nth-of-type(4) {
		left: 0;
		opacity: 0;
		position: absolute;
		top: 11px;
	}
	#toggle-nav-btn.active span:nth-of-type(1),
	#toggle-nav-btn.active span:nth-of-type(3) {
		opacity: 0;
	}
	#toggle-nav-btn.active span:nth-of-type(2) {
		opacity: 1;
		width: 100%;
		transform: rotate(-45deg);
	}
	#toggle-nav-btn.active span:nth-of-type(4) {
		opacity: 1;
		transform: rotate(45deg);
	}

	#top-nav-wrapper {
    background: #000;
		display: none;
		height: 100%;
    left: 0;
    max-width: 100%;
    overflow: scroll;
		position: fixed;
    top: 0;
	z-index: 200;
	text-align:center;
	}
	#top-nav-wrapper.active {
    display: block;
	}
	#top-nav-wrapper .logo {
		margin-bottom: 40px;
		margin-top: 10px;
	}
	#country-nav {
		display: block;
		text-align: center;
		text-transform: uppercase;
		margin-top:30px;
		
	}
	#country-nav > li {
		padding: 15px 0;
		position: relative;
	}
	#country-nav > li:after {
		bottom: 0;
    left: 50%;
    margin: 0 0 0 -5px;
    position: absolute;	
	background-color: #A48D5C;
    border-radius: 50%;
    content: '';
    height: 5px;
    width: 5px;
	}	
	#country-nav > li.active:after {
		display: none;
	}
	#country-nav > li > a {
		color: #fff;
		font-size: 19px;
		font-weight: 200;
		letter-spacing: 1.5px;
		font-weight:bold;
	}
	#country-nav > li:hover > a,
	#country-nav a.active {
		padding-bottom: 0;
	}
	#country-sub-nav a {
		font-size: 1.6rem;
		line-height: 2em;
	}
	#country-nav > li.hover > a:after {
		display: none;
	}
	#country-nav .active + .sub-nav-wrapper {
		display: block;
	}
	.sub-nav-wrapper {
		display:none!important;
	}
	/*.sub-nav-wrapper .row > div {
		padding: 0 15px;
	}
	.sub-nav-wrapper .row > div:first-child {
		background: none;
	}*/
	.country-sub-nav-title {
		color: #fff;
		font-size: 2.1rem;
		font-weight: 200;
		line-height: 1.5;
		margin-top: 15px;
	}
	#service-nav {
		border-bottom: 1px solid #2F230A;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	#service-nav li {
		display: block;
		margin-bottom: 15px;
		/*vertical-align: top;*/
	}
	#service-nav > li > a {
		color: #737373;
		font-size: 2rem;
	}
	#service-nav li:after {
		display: none;
	}
	.logo-traveller {
		display: block;
		margin: 15px auto;
		width: 140px;
	}
	#country-sub-nav a:hover,
	#country-sub-nav a.active {
		color: #fff;
	}


	#tipologie-carousel .owl-nav button.owl-prev{
		margin-left: 0;
	}
	#tipologie-carousel .owl-nav button.owl-next {
		margin-right: 0;
	}
	#temi-carousel .owl-nav {
		top: -200px;
	}
	#temi-carousel .owl-nav button.owl-prev,
	#temi-carousel .owl-nav button.owl-next {
		background: #fff;
		border-radius: 50%;
		padding: 10px 16px !important;
	}
	#temi-carousel .owl-nav button.owl-prev span,
	#temi-carousel .owl-nav button.owl-next span {
		display: none;
	}
	#temi-carousel .owl-nav button.owl-prev {
		margin-left: -25px;
	}
	#temi-carousel .owl-nav button.owl-next {
		margin-right: -25px;
	}
	#newsletter-wrapper .fields-wrapper {
		margin: 0 auto;
		/*max-width: 60%;*/
	}
	#newsletter-wrapper form {
		background-position: right bottom;
		padding: 0 30px 20px;
	}
	#newsletter-wrapper input[type=radio], 
	#newsletter-wrapper input[type=checkbox] {
		height: 30px;
		width: 30px;
	}
	#newsletter-wrapper input[type=radio]:checked:before, 
	#newsletter-wrapper input[type=checkbox]:checked:before {
		font-size: 2.2rem;
		margin: 14px 0 0 3px;
	}
	#newsletter-wrapper .nl-btn-desktop {
		display: none;
	}
	#newsletter-wrapper .nl-btn-mobile {
		display: block;
		width: 100%;
	}
	#newsletter-wrapper .section-title {
		font-size: 3.4rem;
	}
	#newsletter-wrapper .input-wrapper {
		padding-right: 0;
	}


	/*  proposte  */
	#default-search label {
		text-indent: 15px;
	}
	#default-search label > img {
		vertical-align: bottom;
	}
	#default-search select,
	#default-search [type=text] {
		margin-top: 5px;
		width: 100% !important;
	}
	#default-search select {
		width: 90% !important;
	}
	#default-search [type=submit] {
		width: 100%;
	}
 .paginazione .page-cmd span {
		display: none;
	}

	
	/*  proposta  */
	#proposta-data-scrolled {
		display: none;
	}
	#proposta-page .slider-wrapper,
	#paese-page .slider-wrapper {
		height: 100%;
		min-height: 100vh;
		/* height: 670px; */
	}
	#proposta-page .slider-wrapper .cycle-slideshow,
	#paese-page .slider-wrapper .cycle-slideshow {
		height: 100%;
		min-height: 100vh;
		/* height: 670px; */
	}
	#proposta-page #extra-info-wrapper .titolo {
		font-size: 2.2rem;
		margin-bottom: 0;
	}	
	#proposta-page #extra-info-wrapper {
		background-color: #fff;
		color: #7B7261;
		position: static;
		padding: 0;
	}
	#proposta-page #extra-info-wrapper > .container {
		padding-right: 0;
	}
	#proposta-page #extra-info-wrapper .container {
		max-width: 100%;
	}
	#proposta-page #extra-info-wrapper .col-dati {
		font-size: 1.8rem;
		padding: 30px;
	}
	#proposta-page #extra-info-wrapper .col-dati .row {
		flex-direction: column;
	}
	#proposta-page #extra-info-wrapper .col-dati .row > div {
		border-left: 0;
		/*margin-bottom: 20px;*/
	}
	#proposta-page #extra-info-wrapper .col-dati .row > div:first-child {
		max-width: 100%;
	}
	#proposta-page #extra-info-wrapper li a {
		color: #7B7261;
	}
	#proposta-page #extra-info-wrapper .col-tipo > .row {
    align-items: stretch;
		flex-direction: column;
    height: 100%;
	}
	#proposta-page #extra-info-wrapper .col-tipo h3 a {
    color: #2F230A;
    font-size: 2.6rem;
	}
	#proposta-page #extra-info-wrapper .tipo-label {
		background-color: #2F230A;
		padding: 15px 0;
		text-align: center;
	}
	#proposta-page #extra-info-wrapper .tipo-label > .row {
    align-items: center;
		flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
  }
	#proposta-page #extra-info-wrapper .tipo-label img {
		margin-bottom: 10px;
	}
	#td-slider-wrapper {
		background-color: #F6F6F6;
		padding: 0 !important;
		text-align: center;
	}
	#td-slider-wrapper .owl-dots {
		margin-top: 10px;
	}
	#td-slider-wrapper button.owl-dot {
		background-color: #c9c9c9;
	  height: 10px;
	  width: 10px;
	}	
	#td-slider-wrapper button.owl-dot.active {
		background-color: #CCBB98;
	}	
	#td-slider-wrapper .img-wrap-td {
    border: 3px solid #CCBB98;
    height: 80px;
    margin: 10px auto;
    width: 80px;
	}	
	#proposta-subnav > .container {
		max-width: 100%;
		padding-right: 0;
	}
	#proposta-subnav > .container .btn-richiedi-info {
		font-size: 1.6rem;
		margin-left: -15px;
	}
	#proposta-tabs-head > div:first-child {
		padding: 0;
	}
	#proposta-tabs-head > div:last-child {
		margin: 0;
		padding-left: 0;
	}
	#proposta-page .sidebar .lista-tipologie {
		margin: 50px 0;
	}
	#proposta-tabs-body {
		max-width: 100%;
		padding-left: 30px;
	}
	.close-form-btn {
		margin-right: 0;
	}

	.lista-perche h2 {
		font-size: 2.4rem;
	}
}


@media screen and (max-width: 767px) {
	#gallery-wrapper .owl-carousel .owl-dots {
		display: none;
	}

	#tipologia-page .sidebar {
	  transform: translateY(35px);
	}
	#proposta-gallery-thumbs-wrapper {
		margin-top: 100px;
	}
	.cycle-slideshow.proposta-gallery .dida {
		color: #2F230A;
		top: 110%;
		width: 95%;
	}
	#proposta-tabs-body {
		padding-left: 15px;
	}

	.lista-contacts .btn {
		margin-bottom: 35px;
		visibility: visible;
	}
}



/* -----------------------------------------------------  PHONE  -------------------------------------- */

@media screen and (max-width: 540px) {
	.btn {
		width: 100%;
	}
	.cycle-slideshow .slide-title {
		font-size: 4rem;
		line-height: 5rem;
		margin-bottom: 10px;
	}
	.cycle-slideshow .slide-subtitle {
		font-size: 4rem;
	}
	.cycle-slideshow .slide-subtitle.subtitle-small {
		font-size: 2rem;
		line-height: 2.7rem;
	}
	.lista-proposte h3 {
		min-height: inherit;
	}

	.title-lined {
	  line-height: .5;
	  font-size: 2rem;
	  text-align: center;
	}
	.title-lined span {
	  padding: 0 10px;
	}
	.title-newsletter {
		padding: 20px 0;
	}

	/* forms */
	#contatta-designer-header {
		padding-bottom: 30px;
    margin-bottom: 50px;
	}
	#contatta-designer-header .title {
	  top: 65px;
	}

	/*  accordion  */
	.accordion dd img {
		margin-bottom: 10px;
		width: 100%;	
	}

	.sidebar {
		margin-top: 50px;
	}
	#news-page .sidebar,
	.static-page .sidebar {
		margin-top: 0;
	}


	/* header slider */
	.slide-nav-wrapper {
		bottom: 50px;
	}
	.slide-nav:before  {
		top: 5.5px;
	}
	.slide-nav span {
		border: 5px solid transparent;
		height: 20px;
		width: 20px;
	}
	.slide-nav span:hover,
	.slide-nav span.cycle-pager-active {
		border-width: 5px;
	}
	.static-page .cycle-slideshow .dida {
		bottom: 0;
	}

	
	.suggerimento {
		margin-bottom: 20px;
		min-height: inherit;
	}
	.suggerimento:before {
		height: 80%;
		left: 0;
		top: 65px;
		transform: rotate(-90deg);
    transform-origin: 0 0;
		width: 2px;
	}
	.suggerimento:after {
		left: -5px;
		top: 60px;
	}
	.suggerimento > .row {
		background-position: center bottom !important; 
	}
	.suggerimento .td-dati {
		text-align: center;
	}
	.suggerimento h3 + p {
		display: none;
	}
	.suggerimento .img-wrap-td {
		border-width: 3px;
		height: 80px;
		margin-top: 0;
		width: 80px;
	}


	/*  hp  */
	.to-bottom-btn {
		-webkit-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
		transform: translateY(-120%);
	}
	#home-page .container {
		padding-left: 15%;
		padding-right: 15%;
	}
	#home-page .slider-wrapper {
		height: 100vh;
	}
	#home-page .slide-nav-wrapper {
		bottom: 100px;
	}
	#home-page .cycle-slideshow .dida-wrapper,
	#home-page .slide-nav-wrapper .container {
		text-align: center;
	}
	#home-page .cycle-slideshow .dida {
		bottom: 180px;
		left: 30px;
		right: 30px;
	}
	#home-page .cycle-slideshow .dida a {
		height: 50px;
		line-height: 50px;
	}
	#home-page .video {
		margin: 35px -30px;
		width: auto;
	}
	#home-page #tipologie-carousel .owl-dots {
		display: none;
	}	
	.section-dove {
		background-position: left center;
	}
	#newsletter-wrapper .fields-wrapper {
		max-width: 100%;
	}
	#newsletter-wrapper form {
		background-position: right bottom;
		padding-bottom: 30px;
	}
	#newsletter-wrapper .checkbox-wrapper {
		overflow: hidden;
	}
	#newsletter-wrapper .checkbox-wrapper label {
		line-height: 1.5;
		padding-left: 40px;
		text-indent: 0;
	}
	#newsletter-wrapper .checkbox-wrapper label input {
		float: left;
		margin-left: -40px;
		vertical-align: bottom;
	}
	#newsletter-wrapper .checkbox-wrapper label span {
		display: inline-block;
	}
	#newsletter-wrapper .btn {
		width: 100%;
	}


	/*  proposte  */
	#default-search {
		padding: 25px 15px;
	}
	.paginazione .page-count label {
		display: none;
	}


	/*  proposta  */
	#proposta-page #extra-info-wrapper {
		background-color: #fff;
		color: #7B7261;
		padding: 0;
	}
	#proposta-page #extra-info-wrapper > .container {
		padding-right: 0;
	}
	#proposta-page #extra-info-wrapper .col-dati {
		padding: 15px;
	}
	#proposta-page #extra-info-wrapper .col-dati .row {
		flex-direction: column;
	}
	#proposta-page #extra-info-wrapper .col-dati .row > div {
		border-left: 0;
	}
	#proposta-page #extra-info-wrapper li a {
		color: #7B7261;
	}
	.btn-richiedi-info {
		margin: 0 -15px;
	}
	.itinerario li { 
		margin-left: 0;
	}
	.itinerario li span { 
		display: none; 
	}
	.input-row-title {
		color: #CCBB98;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 25px 0 15px;
    text-align: center;	
  }
	#proposta-page #tipologie-carousel .owl-nav {
		top: -160px;
	}
	.lista-paesi .row {
		margin-bottom: 0;
	}
	.lista-paesi .row > div {
		margin-bottom: 30px;
	}


	/* tipologia */
	.lista-destinazioni {
		font-size: 1.6rem;
		text-align: center;
	}
	.lista-destinazioni p {
		margin-bottom: 2em;
	}
	.lista-destinazioni li {
		margin-bottom: 5px;
	}
	.lista-destinazioni a {
		background-color: #FAF8F3;
		border-radius: 5px;
		color: #A48D5C;
		color: var(--primary);
		display: block;
		font-size: 1.8rem;
		padding: 10px 0;
		text-decoration: none;
	}
	.lista-destinazioni h4 a {
		background-color: transparent;
		color: #9B9B9B;
		font-size: 1.8rem;
	}
	.lista-destinazioni .owl-carousel .owl-nav {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.lista-destinazioni .owl-carousel .owl-nav button.owl-prev,
	.lista-destinazioni .owl-carousel .owl-nav button.owl-next {
		margin: 0;
	}


	/* continente */
	.cycle-slideshow .dida {
		bottom: 100px;
	}


	/* paese */
	#paese-page #extra-info-wrapper ul {
		width: 100%;
	}
	#paese-page #extra-info-wrapper ul:first-child {
		border-bottom: 1px solid #7B7261;
		margin: 0;
		padding-right: 0;
	}
	.lista-tipologie #tipologie-carousel a {
		display: block;
	}
	.lista-tipologie #tipologie-carousel .label {
		font-size: 1.8rem;
		width: 100%;
	}
	#tipologie-carousel .icon {
    height: 144px;
    line-height: 144px;
    margin: 0 auto 30px;
    width: 144px;
  }
	#tipologie-carousel img {
		display: inline !important;
		max-width: 40%;
		width: auto !important;
	}
	#tipologie-carousel button.owl-dot {
		display: inline;
	}


	/* news */
	.lista-news .data strong {
		display: inline;
	}
}

/* Partenership Carousel */
.partnership_carousel {
	margin-bottom: 65px
}

/* -----------------------------------------------------  PHONE Small  -------------------------------------- */

@media screen and (max-width: 320px) {
	.slide-nav span {
		margin-right: 20px;
	}
}


/*  plugins  */

/*  select  */
.select2-container {
	z-index: 2147483647343;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: #000;
	border-width: 5px 5px 0 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #000;
  border-width: 0 5px 5px 5px;
}
.select2-container .select2-selection--single {
	height: 45px;
}
.select2-container--default .select2-selection--single {
	border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	border-left: 1px solid #D6D6D6;
	height: 34px;
  top: 5px;
	width: 40px;
}
.select2-results {
	color: #4a4a4a;
	font-size: 1.4rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #A48D5C;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #A48D5C;
	color: #fff;
	padding-left: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	text-align: left;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 25px;
}
.select2-container--default .select2-results__group {
	padding-left: 15px;
}

/*  slider  */
.noUi-target {
	border-radius: 8px;
	box-shadow: none;
}
.noUi-horizontal .noUi-handle {
	height: 18px;
	top: -1px;
	width: 18px;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -8px;
}
.noUi-handle {
	background-color: #A48D5C;
	background-color: var(--primary);
	border-radius: 50%;
	box-shadow: none;
}
.noUi-handle:after, 
.noUi-handle:before {
	display: none;
}
.noUi-value-horizontal {
	transform: translate(-50%,100%);
}
.noUi-connect {
	background-color: #F6F1E8;	
	border: 0;
}
.noUi-value-sub {
	color: #9B9B9B;
	font-size: 14px;
}

/*  cloudzoom  */
.cloudzoom-zoom-inside {
	z-index: 21474836475 !important;
}

@media (pointer: fine) {
	.block-title.title-bg {
		color: var(--primary);
	}
}
@media (pointer: coarse) {
	.block-title.title-bg {
		color: blue !important;
	}
}

/*  */

.line_height_27 {
	line-height: 2.7rem;
}

.underlined-link {
	border-bottom: 1px solid #A48D5C;
}

.margin-top-30 {
	margin-top: 30px;
}
/* Navi e treni */
.ricerca_navi {
     
    background-image: url('../img/bg/cover-search.jpg');
    border-radius: 10px;
    padding: 20px 10px;
    overflow: hidden;
	margin-bottom: 60px;
	background-size: cover;
    background-position: top center;
}
/* Alberghi */
.section-title.title-alberghi , .section-title.title-treni {
	color: #A48D5C;
	font-size: 27px;
	font-weight: 300;
}

.ricerca_alberghi {
  
    background-image: url('../img/bg/cover-search.jpg');
    border-radius: 10px;
    padding: 20px 10px;
    overflow: hidden;
	margin-bottom: 60px;
	background-size: cover;
    background-position: top center;
}

.ricerca_navi  #search-bar-wrapper,.ricerca_alberghi #search-bar-wrapper {
    
    /* width: calc(100% - 40px); */
    /* float: left; */
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}




.title-albergi {
	font-size: 27px;
}

.scegli_categoria {
	background-color: white;
	height: 45px;
	border-radius: 5px;
	margin-top: 5px;
	position: relative;	
    
	background-position: center center;
}

@media screen and (max-width: 992px){
	.scegli_categoria {
		height: 78px;
	}
}

@media screen and (max-width: 767px){
	.scegli_categoria {
		height: 170px;
		width: 100%;
		float: none;
		text-align: left;
	}
}

.scegli_categoria .titolo {
	position: absolute; 
	left: 15px;
	width:10%;
	color: #4a4a4a;
	line-height: 45px !important;
	display: block;
	line-height: 30px;
}

@media screen and (max-width: 767px){
	.scegli_categoria .titolo {
		position: relative; 	
		left:10px;
		text-align: center;
	}
}

.scegli_categoria .scelte {
    float: right;
    height: 45px;
    width: 90%;
}

@media screen and (max-width: 767px){
	.scegli_categoria .scelte {
		float: none;
		width: 100%;
	}
}

.scegli_categoria .scelte .checkbox {
    display: inline-block;
	padding-top: 11px;
}

@media screen and (max-width: 767px){
	.scegli_categoria .scelte .checkbox {
		width: 49%;
	}
}

.scegli_categoria .scelte .checkbox label {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	font-size: 14px !important;
	color: #9B9B9B !important;
}


.checkbox .checkbox__input {
    opacity: 0;
    position: absolute;
}

.checkbox .checkbox__text {
    position: relative;
    margin-right: 5px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    color: #4A4A4A;
}

.checkbox .checkbox__text:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 22px;
    width: 22px;
    left: 0;
    content: "";
    border: 1px solid #C5C5C5;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.8);
}

.checkbox :checked + .checkbox__text:before {
    background: #A48D5C;
}

.invia_form {
    float: left;
	position: relative;
}

@media screen and (max-width: 767px){
	.invia_form {
		float: none;
	}
}

.invia_form .btn {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    background-color: #2F230A;
    padding: 0;
    color: transparent;
	margin-top: 10px;
    margin-left: 5px;
	background-image: url(../img/arrow_white.png);
	background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px){
	.invia_form .btn {
		width: 100%;
		margin-left: 0;
		color: white;
	}
}

/*.invia_form:before {
	content: "";
    background-image: url(../img/arrow_white.png);
    width: 10px;
    height: 10px;
    background-size: contain;
    position: absolute;
    top: 26px;
    right: 17px;
}*/

.ricerca_navi #default-search,.ricerca_alberghi #default-search {
	padding: 0;
    position: relative;
    width: 45px;
    height: 45px;
    float: right;
	margin-top: 10px;
}

@media screen and (max-width: 767px){
	.ricerca_navi #default-search,.ricerca_alberghi #default-search {
		width: 100%;
		float: none;
	}
}

.ricerca_alberghi #default-search:before,
.ricerca_alberghi #default-search:after,
.ricerca_navi  #default-search:before,
.ricerca_navi  #default-search:after {
	display: none !important;
}

.ricerca_alberghi #default-search [type=submit] {
	cursor: pointer;
}

@media screen and (min-width: 767px){
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
}

.baloon{
	color:#A48D5C;
}

input#partenza , input#ritorno {
    background-image: url(http://www.agenziailviaggio.it/public/assets/img/icone/calendario.svg);
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y: center;
    background-size: 20px;
}


/* Nuovo menù country responsive */
@media screen and (max-width: 1123px) and (min-width: 884px) {
	
	
	#country-nav > li > a{
		font-size:12px!important;
	}
	#country-nav.experience-nav > li > a{
		font-size:10px!important;
	}
}
@media screen and (max-width: 883px) and (min-width: 768px) {
	
	
	#country-nav > li > a{
		font-size:10px!important;
	}
	#country-nav.experience-nav > li > a{
		font-size:8px!important;
	}
}
@media screen and (max-width: 768px) {
	
	#country-nav{
		display:none;
	}
   .mobile-country{
	   position: fixed;
    z-index: 1000;
    bottom: 0px;
    background-color: #000;
     text-transform: uppercase; 
    padding: 30px 0px 30px 0px;
    width: 100%;
    color:#fff!important;
    left: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-weight: bold;
	
   } 
}

.h1-privacy{
	font-size:4rem!important;
}
.li-privacy, .li-privacy > li{
	list-style: disc!important;
}


/** Experience**/
.img-experience{
	max-width:350px;
	width:100%;
	margin-bottom:20px;
}
@media screen and (max-width: 768px) {
	.img-experience{
		max-width:100%;
	}
}


.specifiche{
	font-size:21px;
	padding-bottom:20px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom:0px!important;
	margin-top:50px;
}


.servizi-list{
	padding:10px 0px;
}