html, body {
	height: 100%;
}
body {
	padding-right: 0 !important;
	font-family: "Open Sans", Arial, sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
}
body.fixed {
	padding-top: 220px;
}
body.fixed nav {
	display: none;
}
body.modal-open {
	margin-right: 17px;
    overflow: hidden;
}
body.modal-open .navbar-fixed-bottom,
body.modal-open .navbar-fixed-top {
	margin-right: 17px;
}
.body-overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--blur-color),.5);
}
.canvasloader-wrapper {
	position: absolute;
	z-index: 9999;
	top: 150%;
	left: 50%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -388px;
	padding-top: 70px;	
}
body.fixed .wrapper {
	padding-top: 0;
}
body.menu-layout-new .wrapper {
	padding-top: 135px;
}
body.menu-main-layout-2 .wrapper {
	padding-top: 108px;
}
.push {
	height: 388px;
}
.inner-container {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.acqua-main,
.acqua-aside {
	position: relative;
	-webkit-transition: all 0.25s ease; 
	   -moz-transition: all 0.25s ease; 
	     -o-transition: all 0.25s ease; 
			transition: all 0.25s ease; 
}
.show-acqua-aside {
	display: none;
	margin-bottom: 10px;
}
.hide-acqua-aside {
	display: none;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}
.hide-acqua-aside.is_stuck {
	z-index: 100;
	background-color: rgba(var(--light-color),1);
}
.hide-acqua-aside .close {
	float: none;
	font-weight: 400;
	font-size: 40px;
	color: rgba(var(--emphasize-color),1);
	line-height: 0;
	vertical-align: middle;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0.6;
}
.hide-acqua-aside .close:hover,
.hide-acqua-aside .close:focus {
	opacity: 0.9;
}
.hide-acqua-aside .text {
	font-size: 22px;
	color: rgba(var(--secondary-text-color),1);
	vertical-align: middle;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	line-height: inherit;
}
.h1, h1 {
	font-size: 30px;
}
.h2, h2 {
  font-size: 26px;
}
h2.centered {
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
.h3, h3 {
  font-size: 22px;
}
.h4, h4 {
  font-size: 18px;
}
.h5, h5 {
  font-size: 14px;
}
.search-details-subtitle {
	font-size: 12px;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
.dropdown-menu > li > a {
	padding-right: 10px;
	padding-left: 10px;	
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
}
abbr[data-original-title], abbr[title] {
	border-bottom: none;
}
.normal {
	font-weight: 400 !important;
}
.red {
	color: rgba(var(--emphasize-color),1); !important;
}
.magenta {
	color: rgba(var(--emphasize-color),1);
}
.emphasize {
	color: rgba(var(--emphasize-color),1);
}
.faded {
	color: rgba(var(--secondary-text-color),1); !important;
}
.small {
	font-weight: 400;
	font-size: 12px;
	color: rgba(var(--secondary-text-color),1);
}
.bg-container {
	background-color: rgba(var(--light-color),1);
}
.black {
	color: rgba(var(--primary-text-color),1); !important;
}
.carrier-logo {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);
}
[src*="Charter"].carrier-logo {
	background-color: transparent;
	border: none;
}
.current-lang {
	padding: 10px 0;
	text-align: center;
}
.truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.truncate-off {
	text-overflow: initial;
	white-space: normal;
	overflow: visible;
}
.display-table {
	display: table;
	width: 100%;
}
.display-table-cell {
	display: table-cell;
	vertical-align: top;
}
.display-inline-block {
	display: inline-block;
}
.acqua-note {
	font-size: 12px;
}
.btn {
	 -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
			 border-radius: 2px;
}
.spacer5 {height: 5px;}
.spacer10 {height: 10px;}
.spacer15 {height: 15px;}
.spacer20 {height: 20px;}
.spacer25 {height: 25px;}
.spacer30 {height: 30px;}
.spacer35 {height: 35px;}
.spacer40 {height: 40px;}
.spacer45 {height: 45px;}
.spacer50 {height: 50px;}
.spacer55 {height: 55px;}
.spacer60 {height: 60px;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}
.pad20 {padding: 20px;}
.padtb20 {padding-top: 20px; padding-bottom: 20px;}
.padtb30 {padding-top: 30px; padding-bottom: 30px;}
.padt20 {padding-top: 20px;}
.padt30 {padding-top: 30px;}
.padt40 {padding-top: 40px;}
.padt50 {padding-top: 50px;}
.padb20 {padding-bottom: 20px;}
.padb30 {padding-bottom: 30px;}
.padb40 {padding-bottom: 40px;}
.padb50 {padding-bottom: 50px;}
.padtop50 {padding-top: 50px;}
.padbot20 {padding-bottom: 20px;}
.pa0 {padding: 0;}
.pt0 {padding-top: 0;}
.pr0 {padding-right: 0;}
.pb0 {padding-bottom: 0;}
.pl0 {padding-left: 0;}
.ma0 {margin: 0;}
.mt0 {margin-top: 0;}
.mr0 {margin-right: 0;}
.mb0 {margin-bottom: 0;}
.ml0 {margin-left: 0;}
.ba0 {border: none;}
.bt0 {border-top: none;}
.br0 {border-right: none;}
.bb0 {border-bottom: none;}
.bl0 {border-left: none;}
.text-success {color: #449d44;}
.text-warning {color: #ec971f;}
.text-danger {color: #c9302c;}

/* COMPONENTS */
/* scrollToTop */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 50;
	right: 10px;
	bottom: 20px;	
	width: 38px; 
	height: 38px;
	font-weight: bold;
	font-size: 16px;
	color: rgba(var(--secondary-text-color),1);
	line-height: 34px;
	text-align: center; 
	text-decoration: none;
	background: rgba(var(--light-color),.85);
	border: 2px solid rgba(var(--blur-color),.15);
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	opacity: 0.65;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
	     -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.scrollToTop:hover {
	color: rgba(var(--emphasize-color),1);
	border-color: rgba(var(--emphasize-color),1);
	opacity: 0.95;
}

/* price */
.price-container {
	text-align: right;
}
.price-group {
	text-align: right;
}
.price-group.price-center {
	text-align: center;
}
.price-group.price-btn {
	text-align: center;
}
.price-group .price {
	display: inline-block;
	font-size: 24px;
	color: rgba(var(--price-color),1);
	white-space: nowrap;
	line-height: 1;
}
.price-group.price-btn .price {
	color: rgba(var(--light-color),1);
}
.price-group .offer-type {
	display: none;
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 10px;
	color: rgba(var(--primary-text-color),1);
	text-transform: uppercase;
}
.price-group.price-btn .offer-type {
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: 400;
	color: rgba(var(--light-color),1);
	border-bottom: 1px dotted rgba(var(--light-color),1);
}
.price-group span.from,
.price-group div.from,
.price-group div.per-pers {
	display: none;
	font-size: 12px;
	color: rgba(var(--primary-text-color),.85);
}
/*.price-group div.from,*/
.price-group div.per-pers {
	line-height: 1;
}
/*.price-group span.from {
	margin-right: 5px;
}*/
.price-group .price .value {
	display: inline-block;
	font-weight: 700;
}
.price-group .price sup {
	font-weight: 400;
	font-size: 60%;
}
.price-group .price .prep-curr {
	display: none;
	font-weight: 400;
	font-size: 65%;
}
.price-group .price .curr {
	display: inline-block;
	margin-left: 2px;
	font-weight: 400;
	font-size: 65%;
}
.price-group .price-discount {
	display: none;
	margin-bottom: 0;
	font-size: 14px;
	color: rgba(var(--primary-text-color),.75);
	line-height: 1.2;
	text-decoration: line-through;
	text-align: right;
}
.price-group .price-discount.no-strike-through {
	text-decoration: none;
}
.price-group.price-btn .price-discount {
	margin-bottom: 2px;
	font-size: 12px;
	color: rgba(var(--bg-color),1);
	text-align: center;
	line-height: 1.4;
}
.price-group .price-discount .value {
	font-weight: 400;
	text-decoration: line-through;
}
.price-group .price-discount .value sup {
	font-size: 65%;
}
.price-group .price-discount .curr,
.price-group .price-discount .prep-curr {
	font-weight: 400;
	text-decoration: line-through;
}
.price-group .price-discount .curr {
	margin-left: 2px;
}
.price-group .price-discount .prep-curr {
	display: none;
}
.price-group .price-details {
	font-size: 11px;
	color: #777;
	line-height: 1;
}

/* price switches */
.price-group.normal .value,
.price-group.normal .price .prep-curr {
	font-weight: 400;
}
.price-group.show-discount .price-discount {
	display: block;
}
.price-group.show-discount-inline .price-discount {
	display: inline-block;
	margin-bottom: 0;
}
.price-group.show-offer-type .offer-type {
	display: block;
}
.price-group.show-from span.from {
	display: inline-block;
}
.price-group.show-from div.from,
.price-group.show-per-pers div.per-pers {
	display: block;
}
.price-group.show-prep-curr .price .prep-curr,
.price-group.show-prep-curr .price-discount .prep-curr {
	display: inline-block;
}
.price-group.show-prep-curr .price .curr,
.price-group.show-prep-curr .price-discount .curr {
	display: none;
}
.price-group.price-12 .price {
	font-size: 12px;
}
.price-group.price-14 .price {
	font-size: 14px;
}
.price-group.price-16 .price {
	font-size: 16px;
}
.price-group.price-18 .price {
	font-size: 18px;
}
.price-group.price-20 .price {
	font-size: 20px;
}
.price-group.price-22 .price {
	font-size: 22px;
}
.price-group.price-24 .price {
	font-size: 24px;
}
.price-group.price-26 .price {
	font-size: 26px;
}
.price-group.price-28 .price {
	font-size: 28px;
}
.price-group.price-30 .price {
	font-size: 30px;
}
.price-group.price-32 .price {
	font-size: 32px;
}
.price-group.price-34 .price {
	font-size: 34px;
}
.price-group.price-36 .price {
	font-size: 36px;
}
.price-group.price-lg .from,
.price-group.price-xl .from {
	font-size: 55%;
	color: #777;
}
.dynamic-options-price-button {
	text-align: right;
}
@media screen and (max-width: 767px){
	.dynamic-options-price.price-group,
	.dynamic-options-price-button {
		text-align: left;
	}	
}

.modal-open {
	overflow-y: scroll;
}
.modal-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-header .btn {
	margin-left: 20px;
}

/* modal-wait */
.modal.modal-wait .modal-content {	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.modal.modal-wait .modal-header {
	margin-bottom: 5px;
	text-align: center;	
	border-bottom: none;	
}
.modal.modal-wait .modal-header h3 {
	font-size: 22px;
	color: rgba(var(--primary-text-color),.85);
	line-height: 1.2;
}
.modal.modal-wait .modal-body {
	padding-top: 0;
	font-weight: 400;
	font-size: 18px;
	color: rgba(var(--primary-text-color),.85);
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}
.modal.modal-wait .modal-body .loader-spinner-container {
	margin-bottom: 10px;
}
.modal.modal-wait .modal-footer {
	padding: 5px 0;
}
.modal.modal-wait.fade .modal-dialog,
.modal.modal-wait.in .modal-dialog {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.modal-wait .modal-dialog {
	margin-top: 0;
	margin-bottom: 0;	
}

/* loader-spinner */
.loader-spinner-page-overlay {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--light-color),.5);
}
.loader-spinner-container {
	position: relative;
}
.loader-spinner-container.abs,
.loader-spinner-container.fixed {
	position: absolute;
	z-index: 1060;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.loader-spinner-container.fixed {
	position: fixed;
}
.loader-spinner {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 5px solid rgba(var(--light-color),.15);
	border-top: 5px solid rgba(var(--primary-color),1);
	border-bottom: 5px solid rgba(var(--primary-color),1);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;		
	-webkit-animation: spin-loader 1s linear infinite;
	   -moz-animation: spin-loader 1s linear infinite;
			animation: spin-loader 1s linear infinite;
}
.loader-spinner.inline {
	display: inline-block;
}
.loader-spinner.d14 {
	width: 14px;
	height: 14px;
	border-width: 2px;
}
.loader-spinner.d16 {
	width: 16px;
	height: 16px;
	border-width: 2px;
}
.loader-spinner.d20 {
	width: 20px;
	height: 20px;
	border-width: 2px;
}
.loader-spinner.d30 {
	width: 30px;
	height: 30px;
	border-width: 2px;
}
.loader-spinner.d40 {
	width: 40px;
	height: 40px;
	border-width: 3px;
}
.loader-spinner.d50 {
	width: 50px;
	height: 50px;
}
.loader-spinner.d60 {
	width: 60px;
	height: 60px;
}
.loader-spinner.fixed {
	position: fixed;
	z-index: 1060;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.abs {
	position: absolute;
	z-index: 110;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.d14.fixed,
.loader-spinner.d14.abs {
	margin-top: -8px;
	margin-left: -8px;
}
.loader-spinner.d20.fixed,
.loader-spinner.d20.abs {
	margin-top: -10px;
	margin-left: -10px;
}
.loader-spinner.d40.fixed,
.loader-spinner.d40.abs {
	margin-top: -20px;
	margin-left: -20px;
}
.loader-spinner.d60.fixed,
.loader-spinner.d60.abs {
	margin-top: -30px;
	margin-left: -30px;
}
.loader-spinner.green {
	border-top-color: rgba(var(--secondary-color),1);
	border-bottom-color: rgba(var(--secondary-color),1);
}
.loader-spinner.white {
	border-top-color: rgba(var(--light-color),1);
	border-bottom-color: rgba(var(--light-color),1);
}
@-webkit-keyframes spin-loader {
	  0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin-loader {
	  0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes spin-loader {
	  0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media (max-width: 767px) {
	body.fixed {
		padding-top: 0;
	}
	body.fixed nav {
		display: block;
	}
	body.fixed .progress {
		display: block;
	}
	.wrapper {
		min-height: auto;
		height: auto;
		margin-bottom: 0;
	}
	body.show-top-navbar-mobile .wrapper {
		padding-top: 97px;
	}
	body.menu-main-layout-2 .wrapper {
		padding-top: 70px;
	}
	body.show-top-navbar-mobile.menu-main-layout-2 .wrapper {
		padding-top: 97px;
	}
	.push {
		display: none;
	}
}