/* BASIC */

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Poppins', sans-serif;
}

	body.restyle2022 {
		background: #F0F5FC;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #404040;
	margin-bottom: 0px;
}

.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}

.poppins {
	font-family: 'Poppins', sans-serif;
}

.line-height-18 {
	line-height: 18px;
}

.line-height-21 {
	line-height: 21px;
}

.line-height-24 {
	line-height: 24px;
}

.font-weight-medium {
	font-weight: 500;
}

.border-subtitle {
	width: 30rem;
	border-bottom: 2px solid #ffffff;
	display: inline-block;
}

.border-20 {
	border-radius: 20px !important;
}

.border-7 {
	border-radius: 7px !important;
}

.restyle2022 hr {
	border-top: 1px solid #5EA1FF;
	margin-top: 0;
	margin-bottom: 0;
}




/* DIMENSIONI FONT */

.f-12 {
	font-size: 12px !important;
}

.f-14 {
	font-size: 14px !important;
}

.f-16 {
	font-size: 16px !important;
}

.f-18 {
	font-size: 18px !important;
}

.f-21 {
	font-size: 21px !important;
}

.f-24 {
	font-size: 24px !important;
}

.f-28 {
	font-size: 28px !important;
}

.f-32 {
	font-size: 32px !important;
}

.f-36 {
	font-size: 36px !important;
}

.f-42 {
	font-size: 42px !important;
}

.f-48 {
	font-size: 48px !important;
}

.f-52 {
	font-size: 52px !important;
}

.f-60 {
	font-size: 60px !important;
}

.f-72 {
	font-size: 72px !important;
}

.f-75 {
	font-size: 75px !important;
}



/* COLORI PRIMARI */

.black {
	color: #404040 !important;
}

.grey {
	color: #7b7b7b !important;
}

.white {
	color: #ffffff !important;
}

.blue-ipv {
	color: #023CA7 !important;
}

.cyan {
	color: #5EA1FF !important;
}

.sky {
	color: #E1EDFF !important;
}

.bg-light {
	background: #F0F5FC !important;
}

.bg-sky {
	background: #E1EDFF !important;
}

.bg-blue-ipv {
	background: #023CA7 !important;
}

.bg-more-blue {
	background: #042C77 !important;
}

.bg-white {
	background: #ffffff !important;
}

.bg-cyan {
	background: #5EA1FF !important;
}


/* ALTRI COLORI */

.green {
	color: #B2E698;
}

.more-green {
	color: #97D871;
}

.red {
	color: #FF516F;
}

.yellow {
	color: #FFD634;
}

.more-yellow {
	color: #EFB223;
}

.violet {
	color: #6771FF;
}

.orange {
	color: #FFA95E;
}

.bg-green {
	background: #B2E698;
}

.bg-more-green {
	background: #97D871;
}

.bg-red {
	background: #FF516F;
}

.bg-yellow {
	background: #FFD634;
}

.bg-more-yellow {
	background: #EFB223;
}

.bg-violet {
	background: #6771FF;
}

.bg-orange {
	background: #FFA95E;
}





/* BUTTONS */

.restyle2022 a {
	color: #023CA7;
	text-decoration: none;
	font-weight: 500;
}

a:hover {
	color: #5EA1FF;
	text-decoration: none;
}

.btn-blue {
	background: #023CA7;
	color: #ffffff !important;
	font-weight: 700 !important;
	border: none !important;
	padding: 12px 40px;
	border-radius: 90px !important;
	font-family: 'Poppins', sans-serif;
}

	.btn-blue:hover, .btn-blue:focus {
		color: #ffffff !important;
		background: #5EA1FF !important;
		border: none !important;
		box-shadow: none !important;
	}

.btn-white, .restyle2022 .btn-info {
	background: #ffffff;
	border-radius: 90px;
	color: #023CA7;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-family: 'Poppins', sans-serif;
	border: 0px;
	padding: 10px 30px;
}

	.btn-white:hover, .restyle2022 .btn-info:hover {
		background: #023CA7;
		color: #fff;
	}

.btn-info {
	border: 1px solid #5EA1FF !important;
}

	.btn-info:hover {
		border: 1px solid #023CA7 !important;
	}

.btn-white-toggle {
	border-radius: 0.55rem !important;
	color: #404040 !important;
	text-transform: inherit !important;
	font-weight: 500 !important;
	border: 1px solid #ffffff;
}

	.btn-white-toggle:hover {
		background: #ffffff;
		border: 1px solid #5EA1FF !important;
	}

.btn-white-togglePressed {
	color: #023CA7 !important;
	font-weight: bold !important;
}

	.btn-white-togglePressed:hover {
		border: 1px solid #ffffff !important;
	}

.restyle2022 .btn-rotondo {
	height: 30px;
	width: 30px;
	text-align: center;
	display: inline-block;
	background-color: #023CA7;
	border-radius: 100%;
	border: none;
	cursor: pointer;
	color: #ffffff;
	padding: 0;
}

.btn-rotondo:hover {
	background: #5EA1FF;
}


button:focus, textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

.restyle2022 input, .restyle2022 select, .restyle2022 textarea, button.emulate-textbox {
	height: 42px !important;
	border: 1px solid #AAC3E6 !important;
	background: #F0F5FC !important;
	font-size: 18px !important;
	color: #404040 !important;
	border-radius: 0.55rem !important;
	font-weight: 300 !important;
}

button.emulate-textbox {
	text-align: left;
}

.restyle2022 textarea {
	height: auto !important;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.input-group-text {
	background-color: #F0F5FC;
	border: 0px;
	color: #023CA7;
	border-radius: 0.55rem !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #404040 !important;
	font-weight: 300;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #404040 !important;
	font-weight: 300;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #404040 !important;
	font-weight: 300;
}

.form-check-input, .input-group-text input {
	height: auto !important;
}

select option {
	font-size: 14px;
	font-weight: 300;
}


/* HEADER */

.container-edit {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.separator {
	height: 1px;
	background: #5EA1FF;
	width: 100%;
}

.navbar-nav li a {
	color: #ffffff !important;
	font-weight: 300;
}

	.navbar-nav li a:hover {
		color: #FFD634 !important;
	}

.navbar-nav .active > .nav-link {
	color: #FFD634 !important;
	font-weight: 500;
}

.icons-nav a {
	width: 42px;
	height: 42px;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	border-radius: 90px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

	.icons-nav a:hover {
		background: #5EA1FF;
	}

.promo-banner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-banner {
	position: relative;
}

	.top-banner img {
		height: 800px;
	}

/* SEARCH FORM */


.wrapper {
	width: 100%;
	max-width: 45rem;
	margin: 4rem auto;
}

.label {
	font-size: .625rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: +1.3px;
	margin-bottom: 1rem;
}

.searchBar {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#searchQueryInput {
	width: 100%;
	height: 3.5rem !important;
	background: #ffffff !important;
	outline: none;
	border: none;
	border-radius: 90px !important;
	padding: 0 3.5rem 0 1.5rem;
	font-size: 1rem;
}

#searchQuerySubmit {
	width: 3.5rem;
	height: 2.8rem;
	margin-left: -3.5rem;
	background: none;
	border: none;
	outline: none;
}

	#searchQuerySubmit:hover {
		cursor: pointer;
	}

.search-icon {
	width: 42px;
	height: 42px;
	display: inline-block;
	border-radius: 90px;
	padding-top: 10px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

	.search-icon:hover {
		background: #5EA1FF !important;
	}

.search-sec {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 600px;
}

.search-form {
	display: block;
	width: 100%;
}





/* SECTION PRO */

.icons-pro {
	background: #F0F5FC;
	display: inline-block;
	text-align: center;
	padding-top: 40px;
    padding-left: 5px;
	width: 140px;
	height: 140px;
	border-radius: 90px;
}


/* SECTION BANNER PROMO */

.promo-banner {
	background: url("../images/bg-promo.jpg") center center no-repeat;
	width: 100%;
	height: 600px;
	object-fit: cover;
}



/* STEP BY STEP */

.list-destination li a, .list-itinerary li a {
	color: #7b7b7b !important;
	font-size: 18px;
}

	.list-destination li a:hover, .list-destination li a.active-destination {
		background: #023CA7;
		color: #ffffff !important;
		text-decoration: none !important;
		border-radius: 90px;
		display: inline-block;
		padding: 0px 15px;
		margin-left: -15px;
	}

.list-destination li, .list-itinerary li {
	margin-bottom: 15px;
}

	.list-itinerary li a {
		font-weight: 300;
	}

		.list-itinerary li a:hover {
			color: #023CA7 !important;
			text-decoration: none !important;
		}

		.list-itinerary li a.active-itinerary {
			font-weight: bold !important;
			color: #023CA7 !important;
		}


#main #faq .card {
	margin-bottom: 10px;
	border: 0;
}

	#main #faq .card .card-header {
		border: 0;
		border-radius: 20px;
		padding: 0;
	}

		#main #faq .card .card-header .btn-header-link {
			color: #fff;
			display: block;
			text-align: left;
			background: #E1EDFF;
			color: #404040;
			padding: 20px;
		}

			#main #faq .card .card-header .btn-header-link:after {
				content: "\f107";
				background: #ffffff;
				color: #023CA7;
				width: 46px;
				height: 46px;
				border-radius: 90px;
				display: inline-block;
				text-align: center;
				padding-top: 7px;
				font-size: 21px;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
				float: left;
				margin-top: -10px;
			}

			#main #faq .card .card-header .btn-header-link.collapsed {
				background: #E1EDFF;
				color: #404040;
			}

				#main #faq .card .card-header .btn-header-link.collapsed:after {
					content: "\f106";
				}

	#main #faq .card .collapsing {
		background: #ffffff;
		line-height: 30px;
	}

	#main #faq .card .collapse {
		border: 0;
	}

		#main #faq .card .collapse.show {
			background: #ffffff;
			line-height: 30px;
			color: #404040;
		}

.numbers-night {
	position: absolute;
	top: 20px;
	right: 10px;
}

	.numbers-night .input-group input[type=number] {
		width: 40px;
		border-radius: 0.5rem !important;
		margin: 0 0.3rem 0 0.3rem;
		padding: 0 0 0 10px;
		text-align: center;
		height: 30px !important;
		-moz-appearance: textfield;
	}




/* FOOTER */



/* LOGIN */

.bg-login {
	background: url("../images/bg-login2.jpg") left bottom no-repeat;
	width: 100%;
	height: 750px;
	object-fit: cover;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


.slick-slide {
	margin: 0px 20px;
	margin-top: 50px;
}

	.slick-slide img {
		width: 100%;
	}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

	.slick-list:focus {
		outline: none;
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
	}

	.slick-track:after {
		clear: both;
	}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.boxTemplateItineraryContainer {
	max-height: 300px;
	overflow-y: auto;
	scrollbar-color: #023CA7 #f5efef;
}

	.boxTemplateItineraryContainer::-webkit-scrollbar {
		height: 12px;
		width: 12px;
		background: #fff;
	}

	.boxTemplateItineraryContainer::-webkit-scrollbar-thumb {
		background: #023CA7;
		-webkit-border-radius: 1ex;
	}

	.boxTemplateItineraryContainer::-webkit-scrollbar-track {
		background: #f5efef;
	}

	.boxTemplateItineraryContainer::-webkit-scrollbar-corner {
		background: #023CA7;
	}

/* NEW CSS */

.edit-search:after {
	content: "\f106";
	display: inline-block;
	text-align: center;
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
}

.edit-search.collapsed:after {
	content: "\f107";
}

.box-filter {
	overflow: hidden;
}

.btn-input-cancel {
	background: #5EA1FF;
	color: #ffffff;
	border: 0px !important;
}

	.btn-input-cancel:hover {
		background: #023CA7;
	}

.restyle2022 .btn-tag {
	background: #F0F5FC !important;
	color: #023CA7 !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
}

	.restyle2022 .btn-tag:hover, .restyle2022 .btn-tag i:hover, .restyle2022 a:hover.btn-tag i {
		color: #ffffff !important;
		background: #5EA1FF !important;
	}

.restyle2022 .btn-cyan {
	background: #5EA1FF !important;
	color: #ffffff;
}

	.restyle2022 .btn-cyan:hover {
		background: #023CA7 !important;
	}

.nav-result {
	border-top: 2px solid #E1EDFF;
	border-bottom: 2px solid #E1EDFF;
}

	.nav-result li a {
		color: #7B7B7B;
		text-transform: uppercase;
	}

	.nav-result .nav-link.active {
		color: #023CA7;
		font-weight: bold;
	}

	.nav-result li a:hover {
		color: #023CA7;
	}

.table-result thead th, .table-result tbody tr th {
	color: #404040;
	font-weight: 400;
}

.table-result tbody tr th {
	font-size: 14px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link {
	border: 0px;
}

.table thead th, .table th {
	border-top: 0px;
	border-bottom: 0px;
}

.table tr {
	border-bottom: 2px solid #E1EDFF;
}



/*templates-search*/

.templates-search .ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.templates-search .my-dropdown-menu {
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}

.templates-search .dropdown-menu .selRoom, .templates-search .dropdown-menu .selADT, .templates-search .dropdown-menu .selCHD {
	width: auto !important;
	height: auto !important;
}

.templates-search .pax_room_label {
	font-weight: bold;
}

	.templates-search .pax_room_label br {
		height: 0;
		line-height: 0;
	}

.templates-search .pax_room_drop {
	margin-left: 1px;
}

.templates-search .pax_room_drop_adt {
	clear: both;
}

.templates-search .pax_room_drop_chd {
	margin-left: 3px;
}

.templates-search .iterPaxAgeLabel {
	width: 80px !important;
}

.templates-search .dropdown-menu input[type=text],
.templates-search .dropdown-menu .selRoom,
.templates-search .dropdown-menu .selADT,
.templates-search .dropdown-menu .selCHD {
	font-size: 14px !important;
	text-align: center;
	font-weight: normal !important;
}

.templates-search div[id^='contentpax'] table {
	width: auto !important;
}

	.templates-search div[id^='contentpax'] table input {
		height: auto !important;
	}

.numServicesOnBtn {
	position: relative;
	display: block;
	float: left;
	width: 38px;
	height: 9px;
	line-height: 8px;
	color: #fff !important;
	font-size: 8px;
	text-align: center;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin-left: -41px;
	margin-top: 28px;
	margin-bottom: -8px;
}

.numServicesOnBtnForTour {
	width: 52px;
	margin-left: -53px;
}

.restyle2022 .containerIconService {
	float: left;
	margin-right: 1px;
}

.restyle-tour select.datetour {
	color: #023CA7!important;
}

.restyle-tour select.datetour option {
	text-align:left;
}

.range-value {
	position: relative;
	top: -50%;
	margin-top:-24px;
}

	.range-value span {
		width: 30px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		background: #0075ff;
		color: #fff;
		font-size: 12px;
		display: block;
		left: 50%;
		transform: translate(-50%, 0);
		border-radius: 6px;
	}

		.range-value span:before {
			content: "";
			position: absolute;
			width: 0;
			height: 0;
			border-top: 10px solid #0075ff;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			top: 100%;
			left: 50%;
			margin-left: -5px;
			margin-top: -1px;
		}