@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarala:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

:focus {
	outline:0!important
}

body {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

a { color:#EC1943; }
a, a:hover, a:focus { text-decoration:none; }

img { border:none; vertical-align:middle; }

/* p { margin-bottom: 10px; } */

b, strong { font-weight: 600; }

button { cursor: pointer; }

pre {
	float: left;
	width: 100%;
    padding: 9.5px;
    margin: 10px 0 20px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

ul {
	list-style-type: none;
}

#barra_header {
    box-shadow: none;
	transition: all ease .3s;
		background: #45464C;
		box-shadow: 0 10px 11px 0 rgba(0, 0, 0, .25);
}

.wrapper::before {
	display: table;
	content: " ";
}
.wrapper::after {
  	clear: both;
  	display: table;
  	content: " ";
}

/* LOGO *****************************************************************************************************************************************************/
.logo {
	position: relative;
	height: 56px;
	margin-top: 10px;
	margin-left: 25px;
}
.logo_img svg {
	/* width: 204px; */
    max-height: 56px;
}
.logo_text {
  	position: absolute;
  	bottom: 5px;
  	left: 59px;
}
.logo_text_subtitle {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	font-size: 9px;
  	line-height: 10px;
	text-transform: uppercase;
}

@media (max-width:991px) {
	.logo { margin-top:10px; margin-left:10px; }
	.logo_img svg { max-width: 168px; max-height: 46px; }
	.logo_img svg { max-width: 153px; max-height: 42px; }
	.logo_text { bottom: 14px; left: 48px; }
	.logo_text_subtitle { font-size: 7px; }
}

/* LINGUE *************************************************************************************************************************************************/

.box_lingue02_sti .bandiera_select {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
}

.box_lingue02_sti .lingua_sel {
    font-family: 'Montserrat', Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
		color: #FFFFFF;
}

.box_lingue02_str #elenco_lingue {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
	background-color: #fff;
}

.box_lingue02_str #elenco_lingue LI A {
    font-family: 'Montserrat', Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	color: #000000;
}

@media (max-width:1000px) {
	#contenitore_lingue_02 { /* display:none; */ position:absolute; top:8px; right:8px; margin:0; }
	.box_lingue02_sti .lingua_sel { display:none; }
}

/*********************************************************************************************************************************************************/

.menu-btn {
	display: none;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	top: 0;
	right: 0;
	background: #EC1943;
}
.menu-btn__burger {
  width: 18px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-8px);
}
.menu-btn__burger::after {
  transform: translateY(8px);
}
/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.menu_associati {
	float: right;
	margin-top: 28px;
	margin-right: 24px;
}
.menu_associati a {
	float: left;
	padding-left: 24px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	/* text-transform: uppercase; */
	color: #000000;
	transition: color ease .3s;
	color: #FFFFFF;
}
.menu_associati a:hover {
	color: #EC1943;
}

/* 
	.menu_associati a:first-child {
    	border-left: 1px solid #000;
	}
*/

@media (max-width:1000px) {
	
	.contenitore_menu_associati {
		display: none;
	}
	
	/* .menu-btn {
		display: flex;
	}
	
	.contenitore_menu_associati { 
		position: fixed;
		top: 60px;
		right: 0;
		width: 100vw;
		height: calc(100vh - 60px);
		visibility: hidden;
		transform: translateX(100%);
		overflow-y: auto;
		transition: all ease .4s;
		background: #EC1943;
	}

	.menu_associati {
	    width: calc(100% - 48px);
	}

	.menu_associati a {
	    text-align: right;
	    width: 100%;
	    font-size: 16px;
	    padding: 0 0 10px;
	} */
	
}

/*********************************************************************************************************************************************************/

.blocco_titolo_ricerca_home {
	color: #FFF;
	text-align: center;
}

.titolo_ricerca_home {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 40px;
	line-height: 60px;
	font-weight: 600;
}

.sottitolo_ricerca_home {
	font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
}

@media (max-width:1000px) {
	.titolo_ricerca_home {
	    font-size: 40px;
	    line-height: 40px;
	}	
}

/*********************************************************************************************************************************************************/

#barra_footer_bottom {
	background: #333333;
}

.news-social {
    float: left;
    width: 100%;
    height: 118px;
    color: #fff;
    background: #ec1943;
}
.news-phone-number {
    float: left;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 21px;
    font-weight: 200;
    line-height: 118px;
    padding: 0 0 0 20px;
}
.news-phone-number img {
    height: 28px;
    margin-right: 10px;
    line-height: 40px;
    margin-bottom: 6px;
    vertical-align: middle;
}
.news-phone-number a {
    color: #fff;
}
.news-phone-number a:hover {
	text-decoration: underline;
}
.news-social-list {
    float: right;
}
.news-social-list a {
    float: left;
    height: 118px;
    padding: 0 20px;
    line-height: 118px;
}
.news-social-list a:nth-child(1) { background: rgba(0, 0, 0, .1) }
.news-social-list a:nth-child(2) { background: rgba(0, 0, 0, .2) }
.news-social-list a:nth-child(3) { background: rgba(0, 0, 0, .3) }
.news-social-list a:nth-child(4) { background: rgba(0, 0, 0, .4) }

.news-social-list a img {
	margin:35px 0;
    transition: opacity ease .3s;
}
.news-social-list a:hover img { opacity: 0.8; }

.news-social-list a svg {
	max-width: 48px;
	margin: 35px 0;
}

@media (max-width:991px) {
	.news-social { height:auto; }
	.news-phone-number { padding: 10px 20px 10px; line-height: 33px; }
	.news-phone-number a { line-height: 50px; }
	.news-social-list { width: 100%; }
	.news-social-list a { width: calc(100% / 3); text-align: center; height: 88px; line-height: 88px; }
	.news-social-list a img { margin:20px 0; }
	.news-social-list a svg { margin:20px 0; }
}

#header #masterslider_intro {
    max-height: 500px;
}
#masterslider_intro .ms-slide .ms-slide-bgcont img { opacity: 0.8; }

@media (max-width:991px) {
	
	#header #masterslider_intro {
	    max-height: calc(100vh - 122px) !important;
	}
	
	#masterslider_intro .ms-nav-next,
	#masterslider_intro .ms-nav-prev { display:none!important; }	
}

.main-carousel {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.carousel-cell {
	width: 100%;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-cell-image {
	width: 100%;
	transform: translateY(calc(250px - 50%));
	transition: opacity 0.4s;
	opacity: 0;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  	opacity: 1;
}

/* position dots in carousel */
.flickity-page-dots {
  	bottom: 0px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
	background: white;
}

.titolo_sezione {
	float: left;
	margin-bottom: 25px;
}

.titolo_sezione h1 {
    font-family: 'Playfair Display', Times, serif;
    font-size: 44px;
    line-height: 59px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}
.titolo_sezione h2 {
    font-family: 'Playfair Display', Times, serif;
    font-size: 33px;
    line-height: 44px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
    	margin-bottom: 5px;
}

.blocco_destinazioni_principali .titolo_sezione h2 {
    font-family: 'Montserrat', Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	text-shadow: none;
}

.titolo_sezione h4 {
    font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
		color: #FFF;
}

@media (max-width:1000px) {
	.titolo_sezione {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.separatore {
    display: block;
    background: #ec1943;
    height: 2px;
}

/* ELENCO */
.info_localita {
    float: left;
    width: 100%;
}
.info_localita h1 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    padding-right: 5px;
    margin-top: 20px;
	margin-bottom: 10px;
}
.info_localita .info_localita_desc {
	color: #666766;
	font-family: 'Open Sans';
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 15px;
}

.blocco_ricerca {
	float: left;
    background: #f4f4f4;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 12px;
	padding: 15px;
}
.blocco_ricerca h3 {
	color: #45464c;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	text-transform: uppercase;
/* 	margin: 0 10px; */
/* 	padding: 8px 0; */
/* 	border-bottom: 1px solid #45464c; */
	margin-bottom: 10px;
}

#barra_filtri .form_ricerca {
	float: left;
    width: 100%;
		/* padding: 15px 10px 10px; */
		font-weight: 600;
}
#barra_filtri .form_ricerca input {
	font-family: 'Montserrat', Arial, sans-serif;
	border: none;
	font-size: 13px;
	border-radius: 4px;
	text-transform: uppercase;
	height: 36px;
	padding: 0 10px;
	background: #fff;
	margin-bottom: 10px;
	width: 100%;
}

#barra_filtri .form_ricerca input.datepicker::placeholder {
	color: #000000;
	opacity: 1;	
}

#barra_filtri .form_ricerca .select2-container {
	margin-bottom: 10px;
}

#barra_filtri .form_ricerca button {
	font-family: "Montserrat", Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	background: #ec1943;
	float: right;
	height: 34px;
	margin-top: 5px;
	padding: 5px 10px;
	transition: background ease .3s;
}
#barra_filtri .form_ricerca button:hover { background:#c61538; }

.filtri_left {
    float: left;
    width: 100%;
/*     background: #f4f4f4; */
    margin-top: 15px;
}
.filtri_left h3 {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #45464c;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 10px;
	padding: 8px 0;
	border-top: 0;
/* 	border-bottom: 1px solid #45464c; */
}
.filtri_left .filtro_left {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 12px;
}
.filtri_left .filtro_left h5 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	text-transform: uppercase;
}
.filtri_left .filtro_left .filtro_left_lista .filtro_left_singolo {
	position: relative;
	margin-top: 15px;
}
.filtro_left_singolo .filtro_checkbox {
	cursor: pointer;
}
.filtro_left_singolo .checkbox_input {
	position: absolute;
	overflow: hidden;
	/* width: 0;
	height: 0; */
	opacity: 0;
	cursor: pointer;
}
.filtro_left_singolo .checkbox_label {
    padding-left: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

.filtro_left_singolo .checkbox_label .filtro_counter {
	position: absolute;
	right: 0;
}

.strutture_trovate {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #45464c;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 12px;
}


.checkbox .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 15px;
    width: 15px;
    background-color: #000000;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.filtro_left_singolo .filtro_checkbox:hover .checkbox .checkbox-custom {
	background-color: #ec1943;
}


.checkbox input:checked ~ .checkbox-custom {
    background-color: #ec1943;
}

/* SELECT 2 */
.select2-container {
	width: 100%;
}
#barra_filtri .select2-container .select2-choice,
#search-result .select2-container .select2-choice {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #45464c;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #45464c;
	line-height: 32px;
	padding: 0 10px;
	box-shadow: none;
}
#barra_filtri .form_ricerca .select2-container .select2-choice {
	font-weight: 400 !important;
	font-size: 13px !important;
	border:none !important;
}

.select2-container .select2-choice .select2-arrow { display:none !important; }
.select2-container .select2-choice .caret {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 15px;
    right: 10px;
}
.select2-drop {
	border-radius: 4px !important;
	box-shadow: 2px 4px 4px 4px rgba(0,0,0,.15) !important;
	margin-top: 8px !important;
	border: none !important;
}
.select2-results { 
	margin: 0;
	padding:4px;
}

#select2-drop .select2-result-label { padding: 0 7px; }

#select2-drop.ordine .select2-result-label,
#select2-drop.tipologia .select2-result-label {
	font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
}
#select2-drop.ricerca .select2-result-label {
	font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
}
.select2-results .select2-highlighted {
	border-radius: 4px;
    background: #45464c !important;
}

.selezionato {
    color: #FFFFFF !important;
    background: #45464c !important;
}

#informazioni_citta {
    float: left;
    width: 100%;
}

#informazioni_citta h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
}

#informazioni_citta p {
    font-size: 11px;
}

.latest-search {
    float: left;
    margin-top: 10px;
}

.latest-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.latest-search ul li {
    width: auto;
	display: block;
	padding: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 1px solid #45464C;
	transition: background ease .3s;
}

.latest-search ul li:hover {
	background: #45464C;
}

.latest-search ul li a {
	font-size: 11px;
    color: #45464C;
	text-transform: uppercase;
	transition: color ease .3s;
}

.latest-search ul li:hover a {
    color: #fff;
}

#destinazioni_pricipali_footer {
	float: left;
	width: 100%;
}

#destinazioni_pricipali_footer h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 5px;
}

.DestinazioniList {
	float: left;
	width: calc(100% / 3);
}

.DestinazioniListFirst {
	width: 100%;
}

@media (max-width:1000px) {
	.DestinazioniListFirst,
	.DestinazioniList { width:100%; }	
}

.DestinazioniListFirst ul,
.DestinazioniList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-result .DestinazioniListFirst ul li,
#search-result .DestinazioniList ul li {
    width: auto;
	display: block;
	padding: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 1px solid #45464C;
	transition: background ease .3s;
}

#search-result .DestinazioniListFirst ul li:hover,
#search-result .DestinazioniList ul li:hover {
	background: #45464C;
}

#search-result .DestinazioniListFirst ul li a,
#search-result .DestinazioniList ul li a {
	font-size: 11px;
    color: #45464C;
	text-transform: uppercase;
	transition: color ease .3s;
}

#search-result .DestinazioniListFirst ul li:hover a,
#search-result .DestinazioniList ul li:hover a {
    color: #fff;
}


#barra_filtri .form_ricerca input.datepicker,
#widget_ricerca input.datepicker,
#ricerca_home input.datepicker {
	cursor: pointer;
	background: #FFFFFF url('../images/datepicker.png') center right 9px no-repeat;
}

/* ALTRE DESTINAZIONI PRINCIPALI ****************************************************************************************************************************/
.blocco_altre_principali {
    float: left;
    width: 100%;
    background: url('../images/italia-bg-black-alt.jpg') center no-repeat;
    	background: #45464C;
}
.wrapper_altre_principali {
	max-width: 1170px;
	margin: 0 auto;
	padding: 30px 15px;
}

.contenitore_altre_principali {
	float: left;
	width: 100%;
}
.altre_lista {
  	position: relative;
    max-width: 1000px;
    height: 490px;
    margin: 0 auto;
    background: url('../images/italia.jpg') center no-repeat;
}

.altre_singola a {
	width: auto;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 17px;
	color: #fff;
	line-height: 53px;
	transition: all ease .3s;
	text-decoration: none;
	padding: 5px;
		font-size: 14px;
		/* font-family: 'Sarala', Arial, sans-serif;
		font-weight: 700;
		line-height: 20px;
		padding: 0; */
}
.altre_singola a:hover {
    color: #ec1943;
    /* background: #fff; */
    text-decoration: none;
    border-radius: 4px;
}
.altre_singola:first-child {
 	position:absolute;
 	left:-15px;
 	top:45px
}
.altre_singola:nth-child(2) {
	position:absolute;
	right:50px;
	top:38px
}
.altre_singola:nth-child(3) {
 	position:absolute;
 	left:75px;
 	top:105px;
}
.altre_singola:nth-child(4) {
 	position:absolute;
 	right:145px;
 	top:94px
}
.altre_singola:nth-child(5) {
 	position:absolute;
 	left:20px;
 	top:168px
}
.altre_singola:nth-child(6) {
	position:absolute;
	right:80px;
	top:150px
}
.altre_singola:nth-child(7) {
	position:absolute;
	left:120px;
	top:230px
}
.altre_singola:nth-child(8) {
	position:absolute;
	left:35px;
	bottom:167px
}
.altre_singola:nth-child(9) {
	position:absolute;
	right:35px;
	bottom:188px
}
.altre_singola:nth-child(10) {
	position:absolute;
	left:0;
	bottom:97px
}
.altre_singola:nth-child(11) {
	position:absolute;
	bottom:55px;
	left:195px
}
.altre_singola:nth-child(12) {
	position:absolute;
	right:35px;
	bottom:45px
}
@media (max-width:1200px) {
 	.altre_singola:first-child {
 		left:-35px
 	}
	.altre_singola:nth-child(2) {
		right:20px
 	}
 	.altre_singola:nth-child(3) {
 		right:115px
 	}
	.altre_singola:nth-child(4) {
		left:45px
	}
	.altre_singola:nth-child(5) {
		left:-10px
	}
	.altre_singola:nth-child(6) {
		left:90px
	}
	.altre_singola:nth-child(7) {
		right:45px
	}
	.altre_singola:nth-child(8) {
		left:-25px
	}
	.altre_singola:nth-child(9) {
		left:5px
	}
	.altre_singola:nth-child(10) {
		right:0
	}
	.altre_singola:nth-child(11) {
		bottom:55px
	}
	.altre_singola:nth-child(12) {
		right:5px
	}
}

@media (max-width:1000px) {
	.altre_lista { background: none; }
}

/* IDEE DI VIAGGIO **********************************************************************************************************************************/
.consiglio_singolo {
	float: left;
	width: calc((100% / 3) - 20px);
	min-height: 200px;
	overflow: hidden;
	margin: 10px;
	background: #fff;
	padding: 15px;
	border: 1px solid #d3d3d3;
}
.consiglio_txt {
	float: left;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}
.consiglio_txt a { color:#EC1943; transition:text-decoration ease .3s; }
.consiglio_txt a:hover { text-decoration:underline; }
.consiglio_txt ul {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.consiglio_txt ul li {
	float: left;
	padding: 0;
	margin-top: 5px;
	margin-right: 15px;
}
.consiglio_txt ul li a {
	float: left;
	color: #fff;
	background: #ec1943;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	text-transform: uppercase;
	transition: background ease .3s;
	border-radius: 4px;
}
.consiglio_txt ul li a:hover { background:#c61538; text-decoration:none; }

/* ESPERIENZE **************************************************************************************************************************************/
.blocco_esperienze {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
    background: #e9e9e9;
    	background: #45464C;
}
.wrapper_esperienze {
	max-width: 1170px;
	margin: 0 auto;
}
.blocco_esperienze .royalSlider_exp {
    float: left;
    width: 100%;
    min-height: 380px;
    position: relative;
}

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}
.rsDefault .rsBullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 6px 2px
}
.rsDefault .rsBullet span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.royalSlider_exp .rsBullet span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFFFFF;
}
.royalSlider_exp .rsBullet.rsNavSelected span { background-color:#ec1943; }

.box_esperienza {
    width: 100%;
    float: left;
}

.titolo_exp {
	/* width: calc(100% - 260px); */
	/* margin-left: 260px; */
	padding-top: 15px;
    text-transform: uppercase;
    	text-align: center;
}
.titolo_exp a { 
	font-family: 'Montserrat', Arial, sans-serif;
	color: #FFFFFF;
    font-weight: 200;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    transition: color linear .3s;
}    
.titolo_exp a:hover { color:#EC1943; }

.user_exp {
    float: left;
    width: 100%;
    margin: 20px 20px 0;
    max-width: 200px;
}
.user_exp .foto_exp {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.user_exp .foto_exp img {
    max-width: 150px;
    height: auto;
    border-radius: 50%;
}
.user_exp .commento_exp {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}
.user_exp .valutazione_exp {
    width: 50px;
    height: 50px;
    margin: 12px auto 0;
    border-radius: 50%;
    background: #ec1943;
    color: #fff;
    line-height: 50px;
	font-weight: 400;
	font-size: 20px;
	font-family: 'Montserrat', Arial, sans-serif;
    text-align: center;
}

.content_exp {
    float: left;
    width: calc(100% - 240px);
}

.content_exp .testo_exp {
    float: left;
    width: 100%;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0 0;
}
.content_exp .testo_exp a { color:#EC1943; transition:text-decoration linear .3s; }
.content_exp .testo_exp a:hover { text-decoration:underline; }

.content_exp .tasto_more_exp {
    float: right;
    margin-top: 20px;
}
.content_exp .tasto_more_exp a {
	padding: 5px 10px;
    background: #ec1943;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background ease .3s;
}
.content_exp .tasto_more_exp a:hover { background:#c61538; }

.contenuto.esperienza_singola .exp_share {
  	float: left;
  	width: 100%;
  	padding: 10px 0;
  	margin-bottom: 10px;
}
.contenuto.esperienza_singola .exp_share a {
  	float: left;
  	margin-right: 10px;
  	text-decoration: none;
}
.contenuto.esperienza_singola .exp_share a img {
	max-width: 24px;
	height: auto;
}

/* FOOTER **************************************************************************************************************************************************/
.wrapper_footer {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 40px;
}
.footer {
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 0 auto;
}
.footer::before {
	display: table;
	content: " ";
}
.footer::after {
  	clear: both;
  	display: table;
  	content: " ";
}
.footer_col {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.footer_col_large {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.logo_footer img {
	width: 100%;
	max-width: 310px;
}

.menu_footer ul {
	list-style: none;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menu_footer ul li {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	float: left;
	width: 100%;
	height: auto;
	border: none;
	padding: 0 4px 6px;
}
.menu_footer ul li a {
	color: #fff;
	text-decoration: none;
	transition: color ease .3s;
}
.menu_footer ul li a:hover { color: #ec1943; }
.customer {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 23px;
	font-weight: 200;
	font-family: 'Montserrat', Arial, sans-serif;
}
.customer a { color:#FFFFFF; }
.customer a:hover { text-decoration: underline; }

.network {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.titolo_network {
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
}
.logo_network {
	float: left;
 	width: 50%;
}
.logo_network.logo_network_sx { text-align:right; padding-right:30px; }
.logo_network.logo_network_dx { padding-left:30px; }
.logo_network img { height:50px; }
.logo_network svg { height:50px; }

.copy {
	float: left;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #555555;
	width: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
}

@media (max-width:767px) {
	.destinazione_singola { width:100%; margin:0 0 10px; }
	
	.wrapper_altre_principali { height:auto; padding:30px 0; background:none; }
	.wrapper_altre_principali .altre_singola {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		text-align: center;
	}
	.wrapper_altre_principali .altre_singola a { line-height:34px; }
	
	.blocco_esperienze .royalSlider_exp { min-height:900px; }
	.titolo_exp { margin:0 20px; width:calc(100% - 40px); text-align:center; font-size:21px; line-height:29px; }
	.user_exp { width:calc(100% - 40px); max-width:none; }
	.content_exp { width:calc(100% - 40px); margin:0 20px; }
	
	.blog .blog-masonry-single { width:calc(100% - 22px); }
	
	.lista_destinazioni { width:100%; height:auto; margin-bottom:20px; }
	
	.footer_col { width:100%; margin-bottom:20px; }
	.menu_footer ul li { text-align:center; }
	
	.network { margin-top:0 }
	.logo_network.logo_network_sx,
	.logo_network.logo_network_dx { width:100%; text-align:center; padding:0; }
	.logo_network.logo_network_sx { padding-bottom:20px; }
}

/*********************************************************************************************************************************************************/

ul.navigazione_interna {
	list-style: none;
}

ul.navigazione_interna li {
	float: left;
	margin-right: 4px;
	height: 32px;
	border: 1px solid #45464C;
	border-radius: 4px;
	transition: background ease .3s;
}

ul.navigazione_interna li a {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #45464C;
	font-size: 11px;
	text-decoration: none;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 12px;
	transition: color ease .3s;
}

ul.navigazione_interna li:hover,
ul.navigazione_interna li.active {
    background: #45464c;
}

ul.navigazione_interna li a:hover,
ul.navigazione_interna li.active a {
    color: #fff;
}

.wrap_contenuto {
	max-width: 1170px;
    margin: 0 auto;
    padding: 20px 15px;
    width: calc(100% - 30px);
}
.wrap_contenuto::before {
	display: table;
	content: " ";
}
.wrap_contenuto::after {
  	clear: both;
  	display: table;
  	content: " ";
}

.wrap_contenuto_sx {
	float: left;
	width: 67.5%;
	padding-right: 2%;
}
.wrap_contenuto_dx {
	float: left;
	width: 32.5%;
}

.wrap_contenuto_dx .box_elenco {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.wrap_contenuto_dx .titolo_elenco {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 14px;
	color: #45464c;
	font-weight: 600;
}

.wrap_contenuto_dx ul {
	list-style: none;
	border-radius: 12px;
	border: 1px solid #ddd;
	padding: 15px;
}
.wrap_contenuto_dx ul li {
	margin-bottom: 5px;
}
.wrap_contenuto_dx ul li a {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #45464c;
	font-weight: 600;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	transition: color ease .3s;
}
.wrap_contenuto_dx ul li a:hover {
	color: rgba(69, 70, 76, 0.8);
}

@media (max-width:991px) {
	.wrap_contenuto_sx,
	.wrap_contenuto_dx {
		width: 100%;
	}
	.wrap_contenuto_sx {
		padding: 0;
	}
}

.archivio_link_lista {
    text-align: right;
    padding-top: 10px;
}
.archivio_link_lista a {
    font-family: 'Montserrat', Arial, sans-serif;
	color: #45464C;
	font-size: 11px;
	text-decoration: none;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 12px;
	transition: color ease .3s, background ease .3s;
	border: 1px solid #45464C;
	border-radius: 4px;
}
.archivio_link_lista a:hover {
	color: #fff;
	background: #45464C;	
}
	
.titolo_pagina {
	font-size: 19px;
	font-weight: 600;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #45464c;
}

.box_core01_sti h3 {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.intro_contenuto {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.intro_titolo {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 19px;
	color: #45464c;
	font-weight: 600;
	text-transform: uppercase;
}

.divider {
    height: 1px;
    width: 100%;
    background: #45464c;
    margin: 5px 0 15px;
}

.box_mappa_info_turistiche {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.contenuto {
    float: left;
    width: 100%;
}

.contenuto H1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.contenuto p {
	margin-bottom: 10px;
}

.contenuto a {
    color: #ec1943;
}
.contenuto a:hover {
	text-decoration: underline;
}

a.call-to-action-articolo {
    color: #fff;
    background: #ec1943;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    float: left;
    margin-top: 10px;
    padding: 18px 22px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all ease .3s;
}
a.call-to-action-articolo:hover {
    color: #fff;
    background: #c61538;
    text-decoration: none;
}

.masonry-item {
    width: calc(50% - 10px);
    margin: 5px;
    background: #f6f6f6;
    min-height: 100px;
    /* padding: 15px; */
    /* border-radius: 6px; */
    	background: #45464C;
}
.masonry-item img {
    width: 100%;
    color: #f6f6f6;
}

.masonry-item-content {
	float: left;
	padding: 0 15px 15px;
}

.masonry-item h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1;
}
.masonry-item .titolo a {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #EC1943;
		color: #FFF;
		font-weight: 600;
		font-size: 15px;
}
.masonry-item .titolo a:hover {
    /* color: #194775; */
    text-decoration:underline;
}
.masonry-item .testo {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: justify;
    	margin-top: 10px;
		color: #FFF;
		font-size: 11px;
		line-height: 14px;
}

.masonry-item.esperienza .masonry-item-content {
    padding: 15px;
}

.masonry-item.esperienza .utente {
    color: #FFF;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.masonry-item.esperienza .tag {
	color: #FFFFFF;
	float: left;
	margin: 5px 0;
}

.masonry-item.esperienza .tag .tag_singolo {
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	background: #EC1943;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease .3s;
	border-radius: 4px;
}
.masonry-item.esperienza .tag .tag_singolo:hover {
    background: #c61538;
}

.masonry-item.esperienza .social {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.masonry-item.esperienza .social a {
	float: left;
	margin-right: 10px;
	text-decoration: none;
}

.masonry-item.esperienza .social a img {
	max-width: 24px;
    height: auto;
}

.masonry-item.esperienza .social a.whatsapp {
	display: none;
}

/* PAGINAZIONE */
.blocco_paginazione {
	float: left;
	width: 100%;
}

.blocco_paginazione .pager {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}

.blocco_paginazione .pager .pagerArrow {
	color: #ec1943;
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;	
}

/* TAG CLOUD ***************************************************************************************************************************************************/

.BoxTagCloud {
    float: left;
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ececec;
}

/* BREADCRUMBS **************************************************************************************************************************************************/

#elenco_breadcrumbs {
    float: left;
    width: 100%;
    margin-top: 30px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
}
#elenco_breadcrumbs a {
	color: #000000;
}
#elenco_breadcrumbs a:hover {
	color: #ec1943;
	text-decoration: underline;
}

/******************************************************************************************************************************************************************/

.tasto_tutti_bb a {
    float: left;
    padding: 5px 10px;
    background: #ec1943;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background ease .3s;
    border-radius: 4px;
}

.tasto_tutti_bb a:hover {
    background: #c61538;
}

/* STILE BOX AUTOCOMPLETAMENTO RICERCA *****************************************************************************************************************************/

#autocompletamento_mappa {
    position: absolute;
    background: #FFF;
    z-index: 9999;
    /* padding: 5px 5px; */
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 5px rgba(0,0,0,.45);
    	width: calc(100% - 30px);
    	max-height: 250px;
		overflow-y: auto;
}

#barra_filtri #autocompletamento_mappa {
	max-width: 360px;
}

.barra_widget_ricerca #autocompletamento_mappa {
	max-width: 360px;
	margin: 0 5px;
}

.sing_autocompletamento {
    padding: 5px 10px;
    color: #616161;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
	margin: 0 5px;
	/* transition: color ease .3s, background ease .3s, border-radius ease .3s; */
}
.sing_autocompletamento:hover {
	color: #FFFFFF;
    background: #45464C;
    border-radius: 3px;
}

.sing_autocompletamento span {
	float: right;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	color: #a8a8a8;
	text-transform: capitalize;
}
.sing_autocompletamento:hover span {
	color: #FFFFFF;
}

.sing_autocompletamento:first-child { margin-top: 5px; }
.sing_autocompletamento:last-child { margin-bottom: 5px; }

/* FIX RESERVATION **************************************************************************************************************************************************/
/*
	
#blocco_totale .tot_step,
#prenotazione_01 {
	display: none;
}

*/
/* ISCRIZIONE Temp **************************************************************************************************************************************************/

.blocco_intro_iscrizione_struttura {
	float: left;
	width: 100%;
	background: #45464C;
}

.header_intro_iscrizione_struttura {
    width: 100%;
    height: 500px;
    position: relative;
    background: url("../images/header-iscrivi-struttura.jpg") no-repeat center;
    background-size: cover;
}

.banner_intro_iscrizione_struttura {
    width: 100%;
    position: absolute;
    bottom: -60px;
}

.testo_banner_intro_iscrizione_struttura {
	color: #FFF;
    background: #45464C;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.30);
    padding: 40px;
    max-width: 400px;
    margin: 0 auto;
	height: 190px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.titolo_intro_iscrizione_struttura {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.sottotitolo_intro_iscrizione_struttura {
    font-size: 18px;
}

.wrapper_testi_intro_iscrizione_struttura {
	padding: 120px 0 60px;
}

.testi_intro_iscrizione_struttura {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.box_testi_intro_iscrizione_struttura {
	color: #FFF;
}

.titolo_box_testi_intro_iscrizione {
    font-size: 18px;
    font-weight: 600;
    	margin-bottom: 15px;
}

.button_intro_iscrizione_struttura {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.button_intro_iscrizione_struttura button {
	background: #EC1943;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 15px;
	line-height: 60px;
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	height: 60px;
	color: #FFF;
	padding: 0 24px;
	transition: background ease .3s;
}

@media (max-width:991px) {
	
	.header_intro_iscrizione_struttura { height: 320px; }
	.testo_banner_intro_iscrizione_struttura { max-width: 300px; }
	.testi_intro_iscrizione_struttura {
		flex-direction: column;
		align-items: center;
	}
	.box_testi_intro_iscrizione_struttura {
		max-width: 300px;
		margin-bottom: 30px;
	}
	.button_intro_iscrizione_struttura button {
		font-size: 14px;
		padding: 0 12px;
	}

}

/* PRENOTAZIONE */

.box_prenotazione_str_dettaglio {
    float: left;
}

.box_prenotazione_str_dettaglio INPUT,
.box_prenotazione_str_dettaglio SELECT {
	border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.box_prenotazione_str_dettaglio .contenitore_data_arrivo_str .data_arrivo_str,
.box_prenotazione_str_dettaglio .contenitore_data_partenza_str .data_partenza_str {
	color: #45464C;
	font-family: 'Montserrat',Arial,sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}

.box_prenotazione_str_dettaglio .contenitore_codice_sconto_str INPUT {
	margin-top: 8px;
}

.box_prenotazione_str_dettaglio .contenitore_data_arrivo_str INPUT,
.box_prenotazione_str_dettaglio .contenitore_data_partenza_str INPUT,
.box_prenotazione_str_dettaglio .contenitore_codice_sconto_str INPUT {
	width: 100%;
	text-transform: uppercase;
	font-family: 'Montserrat',Arial,sans-serif;
	color: #45464c;
	font-size: 14px;
	line-height: 24px;
	border: 0;
	border-radius: 6px;
	background: #F5F3F4;
	padding: 5px 10px;
	cursor: pointer;
}

/* .box_prenotazione_str_dettaglio .contenitore_data_arrivo_str INPUT,
.box_prenotazione_str_dettaglio .contenitore_data_partenza_str INPUT {
	background: #F5F3F4 url('../images/datepicker.png') center right 9px no-repeat;
} */

.box_prenotazione_str_dettaglio .contenitore_data_arrivo_str INPUT::placeholder,
.box_prenotazione_str_dettaglio .contenitore_data_partenza_str INPUT::placeholder,
.box_prenotazione_str_dettaglio .contenitore_codice_sconto_str INPUT::placeholder {
	color: #45464C;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Montserrat',Arial,sans-serif;
	font-size: 14px;
	opacity: 1;
}

.box_prenotazione_str_dettaglio .contenitore_codice_sconto_str INPUT:focus::placeholder {
    opacity: 0;
}

.box_prenotazione_str_dettaglio .ospiti_str SPAN,
.box_prenotazione_str_dettaglio .bambini_str SPAN,
.box_prenotazione_str_dettaglio .camere_str SPAN {
	display: inline-block;
	font-family: 'Montserrat',Arial,sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}

.box_prenotazione_str_dettaglio .numero_ospiti_str,
.box_prenotazione_str_dettaglio .numero_bambini_str,
.box_prenotazione_str_dettaglio .numero_camere_str {
	float: left;
	width: 100%;
	height: 34px;
	margin-bottom: 10px;
}

.ospiti_str select::before {
	width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 15px;
    right: 10px;
 }
 
#selectnrAdulti,
#selectnrBambini,
#selectnrCamere {
	height: 34px;
}

#nrAdulti_dettaglio,
#nrBambini_dettaglio,
#nrCamere_dettaglio {
	font-size: 14px;
	padding: 0 8px;
	font-family: 'Montserrat',Arial,sans-serif;
}

.tasto_prenota {
	background: #EC1943;
	color: #FFF;
	border: 0;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 600;
	padding: 5px 10px;
	transition: background 300ms;
	cursor: pointer;
}
.tasto_prenota:hover {
	background: #CB1538;
}

.immagine_logo_widget {
	float: left;
	width: 100%;
	margin-top: 20px
}