html, body {
	height: 100%;
}
html {margin: 0 !important; overflow-y: auto !important;}
body {
	font-family: "Roboto", Arial, sans-serif;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
}
body.fixed {
	padding-top: 220px;
}
body.fixed nav {
	display: none;
}
.body-overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
}
.canvasloader-wrapper {
	position: absolute;
	z-index: 9999;
	top: 150%;
	left: 50%;
}
.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -434px;
	/*padding-top: 80px;*/
}
body.fixed .wrapper {
	padding-top: 0;
}
.push {
	/*position: relative;
	z-index: -1;*/
	height: 434px;
}
.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-right: 5px;
	margin-bottom: 10px;	
}

/* footer */
footer {
	position: relative;
	z-index: 5;
	height: 434px;
	padding: 20px 0;
	font-size: 12px;
	color: #777;
	border-top: 1px solid #777;
	overflow: hidden;
}
footer a {
	color: #777;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer a:hover,
footer a:focus {
	color: #333;
}
footer h3 {
	margin-bottom: 20px;
	font-size: 17px;
	text-transform: capitalize;
}
footer .footer-menu {
	margin-top: 5px;
	margin-bottom: 10px;
}
footer .footer-menu ul {
	margin-bottom: 0;
}
footer .footer-menu a {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer .footer-nwl label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
footer .footer-nwl .btn-submit {
	text-align: right;
}

/*footer .footer-nwl .form-control {
	display: inline-block;
	width: auto;
	border-right: none;
	border-top-right-radius: 0; 
	border-bottom-right-radius: 0;
}
footer .footer-nwl .btn {
	position: relative;
	top: -1px;
	border-top-left-radius: 0; 
	border-bottom-left-radius: 0;
}*/
footer .footer-suppliers-logos img {
	display: block;
	margin: 15px 0;
}
footer .footer-contact li {
	padding-left: 25px;
	padding-bottom: 10px;
	color: #a5a5a5;
}
footer .footer-contact li .fa {
	display: inline-block;
	width: 20px;
}
footer .footer-contact .icon {
	padding-left: 0;
	font-size: 14px;
}
footer .footer-copy {
	margin-bottom: 10px;
	text-align: center;
}
footer .copy-vancatta {
	margin-bottom: 10px;	
	font-size: 14px;
	color: #90c63d;	
}
footer .footer-social-logos img {
	display: inline-block;
	margin: 10px 5px 5px 0;
}
footer .server-stats {
	font-size: 10px;
}
footer .footer-partners-logos {
	text-align: center;
}
footer .footer-partners-logos .title {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
}
footer .footer-partners-logos .title.secured {
	position: relative;
	top: 5px;
	margin-bottom: 0;
	padding-right: 10px;
}
footer .footer-partners-logos img {
	display: inline-block;
	margin: 10px 10px 10px 0;
}
footer .footer-app-logos {
	margin: 15px 0;
	text-align: center;
}
footer .footer-app-logos img {
	display: inline-block;
	width: 180px;
	height: auto;
}

/* navbar */
.navbar {
	z-index: 1040;
	height: 80px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;	
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
			box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.navbar .container {
	position: relative;
}
.navbar-header {
	position: relative;
	z-index: 10;
	height: 70px;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	margin-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.navbar-brand img {
	display: block;
	width: 250px;
	height: auto;
}
.navbar-nav {
	margin-top: 25px;
}
/*.home .navbar-brand {
	position: absolute;
	z-index: -1;
	width: 215px;
	height: 49px;
	background: transparent url('/assets/themes/vancatta/img/logo/logo-vancatta.png') no-repeat;
}
.home .navbar-nav {
	margin-left: 280px;
}*/
.navbar-nav.top-navbar {
	margin-top: 0;
	margin-right: 0;
	height: 30px;
	font-size: 12px;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}
.navbar-nav.top-navbar .lang-flag {
	width: 20px;
	height: auto;
}
.navbar-nav.top-navbar > li > a,
.navbar-nav.top-navbar > span > li > a {
	display: inline-block;
	padding: 0 10px;
	font-weight: 400;
	font-size: 16px;
	color: #999; 
	line-height: 30px;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav .pages,
.navbar-nav .account {
	display: none;
}
.navbar-nav > li > a,
.navbar-nav > span > li > a {
	display: inline-block;
	margin-right: 3px;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 18px;
	color: #333; 
	line-height: 1;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
	border: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > span > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > span > li > a:focus {
	color: #555;
	background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	border-color: #555;
	background-color: #fff;
}
.navbar-nav > li:last-of-type > a,
.navbar-nav > span > li:last-of-type > a {
	margin-right: 0;
}
.navbar-toggle {
	margin-top: 22px;
	padding-left: 0;
	padding-right: 0;
}
.navbar-toggle .icon-bar {
	width: 24px;
	height: 3px;
	background-color: #8bc53f;
}

/* top-header */
.top-header {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.top-header ul {
	margin-bottom: 0;
}
.top-header .pages {
	float: left;
	display: block;
}
.top-header .pages li {
	display: inline-block;
	padding-right: 10px;
}
.top-header .account {
	float: right;
	margin-right: 30px;
}
.top-header .account li {
	display: inline-block;
	color: #999;
}
.top-header .phone {
	float: right;
	margin-right: 30px;
	color: #999;
}
.top-header .phone .glyphicon {
	padding-left: 5px;
	font-size: 12px;
}
.top-header .social {
	float: right;
	margin-right: 30px;
	font-size: 16px;
}
.top-header .social a {
	padding-left: 5px;
}

.top-header .account a,
.top-header .lang-selector a,
.top-header .lang-selector span {
	display: inline-block;
	padding: 0 5px;
	font-weight: 400;
	font-size: 12px;
}
.top-header .account a:hover,
.top-header .account a:focus,
.top-header .lang-selector a:hover,
.top-header .lang-selector a:focus,
.top-header .lang-selector .open > a,
.top-header .lang-selector .open > a:hover,
.top-header .lang-selector .open > a:focus {
	background-color: transparent;
}
.top-header .lang-selector {
	float: right;
}
.top-header .lang-selector .dropdown-menu {
	right: 0;
	left: auto;
	min-width: 110px;
	margin-top: 1px;	
	padding: 4px 5px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	border-color: #dfdfdf;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
}
.top-header .lang-selector .dropdown-menu > li > a,
.top-header .lang-selector .dropdown-menu > li > span {
	margin: 0 -5px;
	padding: 0 5px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.8;	
}
.top-header .lang-selector .dropdown-menu > li > span {
	color: #777;
}
.top-header .lang-selector .dropdown-menu > li > a img,
.top-header .lang-selector .dropdown-menu > li > span img {
	padding-right: 3px;
}
.top-header .lang-selector .dropdown-toggle img { 
	position: relative;
	top: -1px;
}
.top-header .lang-selector .dropdown-menu .arrow {
	position: absolute;
	top: -8px;
	right: 30%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px dashed #bbb;
}
.top-header .lang-selector .dropdown-menu .arrow:after {
	content: "";
	position: absolute;
	top: 1px;
	right: -7px; 
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px dashed #fff;  
}

/* PROGRESS BAR */
.progress {
	height: 24px;
	background-color: #f1f1f1;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.progress-bar {
	width: 25%;
	line-height: 24px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.progress.flights .progress-bar {
	width: 33.33334%;
}
.progress.flight-booking .progress-bar {
	width: 33.33334%;
} 
.progress-bar .fa {
	position: relative;
	top: -1px;
	font-size: 9px;
}
/*.progress-bar a {
	color: #fff;
}*/
.progress-bar-default {
	color: #777;
	background-color: transparent;
}
.progress .progress-bar-info {
	color: #fff;
	background-color: #555;
	border-left: 1px solid #fff;
}
.progress .progress-bar-info:first-child {
	border-left: none;
}

/* acqua-change-search */
.show-change-search {
	margin-bottom: 10px;
}
.show-change-search-aside {
	margin-bottom: 10px;
}
.acqua-change-search .acqua-search-form-big {
	float: none;
	margin-bottom: 10px;
}
.acqua-change-search {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-change-search.show {
	max-height: 1000px;
}

/* sort-results */
.sort-results {
	padding: 5px 0;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.sort-results li {
	float: left;
	padding: 0 5px;
}
.sort-results .sort-results-label {
	margin-top: 4px;
}

/* acqua-sort-options */
.acqua-sort-options a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 10px;
	font-size: 12px;
	color: #777;
	border: 1px solid #ddd;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-sort-options a:hover,
.acqua-sort-options a:focus {
	color: #fff;
	background-color: #777;
}
.acqua-sort-options .fa {
	position: relative;
	top: -1px;
	font-size: 9px;
	color: inherit;
}

/* pagination */
.pagination-container {
	margin: 5px 0;
}
.pagination-container .total-results {
	float: left;
	margin-right: 20px;
	padding: 5px 0;
	font-size: 12px;
}
.pagination-container .pagination {
	float: right;
	margin: 0;
}
.pagination-container .pagination > li > a,
.pagination-container .pagination > li > span {
	padding: 3px 6px;
	color: #337ab7;	
	border: none;
}
.pagination-container .pagination > .active > a,
.pagination-container .pagination > .active > a:focus,
.pagination-container .pagination > .active > a:hover,
.pagination-container .pagination > .active > span,
.pagination-container .pagination > .active > span:focus,
.pagination-container .pagination > .active > span:hover {
	background-color: #777;
	border-color: #777;
}
.pagination-container .pagination > li:first-child > a,
.pagination-container .pagination > li:first-child > span,
.pagination-container .pagination > li:last-child > a,
.pagination-container .pagination > li:last-child > span{
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.pagination-container .display-mode {
	display: inline-block;
	margin-top: 5px;
}
.pagination-container .display-mode .title {
	display: inline-block;
	margin-right: 5px;
}
.pagination-container .display-mode a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px 0 0;
	text-indent: -9999px;
}
.pagination-container .display-mode a.grid {
	background: url('../img/icons/icon-display-mode-grid.png') no-repeat;
}
.pagination-container .display-mode a.horizontal {
	background: url('../img/icons/icon-display-mode-horizontal.png') no-repeat;
}
.pagination-container .display-mode a.vertical {
	background: url('../img/icons/icon-display-mode-vertical.png') no-repeat;
}
.pagination-container .display-mode a.grid.active,
.pagination-container .display-mode a.grid:hover,
.pagination-container .display-mode a.grid:active,
.pagination-container .display-mode a.grid:focus {
	background: url('../img/icons/icon-display-mode-grid-active.png') no-repeat;
}
.pagination-container .display-mode a.horizontal.active,
.pagination-container .display-mode a.horizontal:hover,
.pagination-container .display-mode a.horizontal:active,
.pagination-container .display-mode a.horizontal:focus {
	background: url('../img/icons/icon-display-mode-horizontal-active.png') no-repeat;
}
.pagination-container .display-mode a.vertical.active,
.pagination-container .display-mode a.vertical:hover,
.pagination-container .display-mode a.vertical:active,
.pagination-container .display-mode a.vertical:focus {
	background: url('../img/icons/icon-display-mode-vertical-active.png') no-repeat;
}

/* prettyPhoto */
.pp_social {
	display: none;
}

/* acqua-filters */
.acqua-filters {
	margin-bottom: 20px;
	background-color: #fff;
}
.acqua-filters .filter-container {
	overflow: hidden;
}
.acqua-filters h4 {
	margin: 0 0 2px;
	padding: 7px 5px;
	font-size: 14px;
	color: #777;
	background-color: #f9f9f9;
	cursor: pointer;
}
.acqua-filters h4 .glyphicon {
	float: right;
	margin-top: 3px;
	font-size: 10px;
}
.acqua-filters h4.open,
.acqua-filters h4:hover,
.acqua-filters h4:focus {
	background-color: #f1f1f1;
}
.acqua-filters h4 + .filter-block {	
	display: none;
	margin-bottom: 5px;
}
.acqua-filters h4.open + .filter-block {	
	display: block;
}
.acqua-filters .filter-row {
	margin: 0 -5px;
	padding: 4px 5px 0;
	font-size: 12px;
	color: #666;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-filters .filter-row:hover,
.acqua-filters .filter-row:focus {
	color: #333;
	background-color: #f7f7f7;
}
.acqua-filters .filter-row .price {
	font-weight: 700;
	color: #900d2f;
}
.acqua-filters .filter-row .price .curr {
	font-weight: 400;
	font-size: 9px;
}
.acqua-filters .price-range {
	padding: 0 13px 10px;
}
.acqua-filters .price-range #amount {
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
}
.acqua-filters label {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
    margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acqua-filters label .filter-stars {
	position: relative;
	top: -1px;
	left: 2px;
	width: 63px;
	height: 12px;
}
.acqua-filters label .name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acqua-filters label input {
	position: relative;
	top: 2px;
	margin-top: 0;
	margin-right: 3px;
}
.acqua-filters .hotel-name-filter {
	margin: 1px 0;
	padding: 5px;
}
.acqua-filters .hotel-name-filter input[type="text"] {
	font-size: 14px;
}
.acqua-filters .hotel-name-filter .btn {
	margin: 10px 0 0;
}
.acqua-filters .acqua-filters-btn {
	padding: 5px;
}
.acqua-filters .show-more-filters {
	text-align: right;
}
.acqua-filters .show-more-filters .glyphicon {
	font-size: 9px;
}
.acqua-filters-remove {
	margin-top: 2px;
}
.acqua-filters-remove a.label {
	display: inline-block;
	margin-bottom: 2px;
	padding: 3px 5px 5px;
	background-color: #ff0000;
}
.acqua-filters-remove .glyphicon {
	position: relative;
	top: 2px;
	font-size: 10px;
}

/* acqua-history */
.acqua-history-heading {
	margin-bottom: 5px;
}
.acqua-history {
	margin-bottom: 20px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-history .destination {
	position: relative;
	margin-bottom: 2px;
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-history .destination:hover {
	background-color: #fff;
	border-color: #ececec;
}
.acqua-history .destination .remove-search {
	display: none;
	position: absolute;
	z-index: 100;
	top: 5px;
	right: 5px;
	font-size: 14px;
	color: #aaa;
}
.acqua-history .destination:hover .remove-search {
	display: inline;
	color: #ff6464;
}
.acqua-history .destination .remove-search:hover {
	color: #ff0000;
}
.acqua-history .destination .city {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	padding-right: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #244082;
}
.acqua-history .destination .city .glyphicon {
	position: relative;
	top: 2px;
	font-size: 16px;
}
.acqua-history .destination p {
	margin-bottom: 0;
	font-size: 12px;
	color: #555;
}
.acqua-history .destination .date {
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 20px;
}
.acqua-history .destination .date .glyphicon {
	padding-right: 2px;
}

/* acqua-booking-info */
.acqua-booking-info {
	background-color: #fcfcfc;
}
.acqua-booking-info .acqua-booking-info-title {
	margin: 0;
	padding: 0 10px;
	color: #fff;
	background-color: #555;
}
.acqua-booking-info .acqua-booking-info-section-name {
	margin: 0;
	padding: 5px 10px;
	font-size: 20px;
	background-color: #f1f1f1;
}
.acqua-booking-info .acqua-booking-info-section-name .icon-container {
	display: inline-block;
	width: 24px;
	text-align: center;
}
.acqua-booking-info .acqua-booking-info-section-name .fa {
	font-size: 20px;
}
.acqua-booking-info .rounded-box {
	margin-bottom: 20px;
	background-color: #fdfdfd;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
			box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	overflow: hidden;
}
.acqua-booking-info .acqua-booking-info-section {
	padding: 5px 10px 5px 40px;
}
.acqua-booking-info .acqua-booking-info-section p {
	margin-bottom: 0;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-flight {
	font-size: 15px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-flight .fa {
	font-size: 11px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-flight img {
	position: relative;
	top: -2px;
	width: 16px;
	height: auto;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-date-time {
	font-size: 13px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-travel-duration {
	font-size: 12px;
	color: #999;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-layover {
	padding-top: 3px;
	font-size: 12px;
	color: #cc0000;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-layover .layover-icon {
	position: relative;
	top: -3px;
	right: 3px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-view-flight-details {
	margin-top: 5px;
	font-size: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-view-flight-details .fa {
	font-size: 9px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-name {
	font-size: 15px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-name .acqua-hotel-stars {
	position: relative;
	top: -3px;
	width: auto;
	height: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-period {
	margin-bottom: 5px;
	font-size: 13px;
}
.acqua-booking-info .acqua-booking-total-price {
	padding: 5px 10px 5px 40px;
	text-align: right;
	background-color: #f1f1f1;
}
.acqua-booking-info #extra-services-rates table,
.acqua-booking-info #final-extra-services-rates table {
	margin-top: 10px;
	margin-bottom: 0;
}
.acqua-booking-info #extra-services-rates table td,
.acqua-booking-info #final-extra-services-rates table td {
	font-size: 12px;
}
.acqua-booking-info #extra-services-rates table .price-cell,
.acqua-booking-info #final-extra-services-rates table .price-cell {
	width: 110px;
	text-align: right;
	white-space: nowrap;
}

/* acqua-booking */
.acqua-booking h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #ddd;
}
.acqua-booking h1 small {
	font-size: 65%;
}
.acqua-booking h2 {
	margin: 0 0 5px;
	font-size: 24px;
}
.acqua-booking h2 small {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
}
.acqua-booking .group-title {
	margin: 5px 0;
	font-weight: 700;
	font-size: 14px;
}
.acqua-booking .radio,
.acqua-booking .checkbox {
	min-height: 1px;
	margin-top: 0;
    margin-bottom: 5px;   
}
.acqua-booking label {
	font-weight: 400;
	font-size: 14px;
}
.parsley-errors-list {
	margin: 0 !important;
}
.acqua-booking .parsley-errors-list {
	display: inline;
	padding: 0;
}
.acqua-booking .info-box {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.acqua-booking .options {
	margin-bottom: 5px;
}
.acqua-booking .transfers .row {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #d8d8d8;
}
.acqua-booking .transfers .row:first-child {
	padding-top: 0;
	border-top: none;
}
.acqua-booking .transfers .row:last-child {
	padding-bottom: 0;
}
.acqua-booking .transfers .row label,
.acqua-booking .transfers .row .form-group {
	margin-bottom: 0;
}
.acqua-booking .transfers .row label {
	font-size: 13px;
}
.acqua-booking .transfers .row input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.acqua-booking .payment .radio {
	margin-bottom: 10px;
}
.acqua-booking .payment .radio:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .payment label {
	font-weight: 700;
	font-size: 15px;
}
.acqua-booking .payment .details {
	padding-left: 20px;
	font-size: 12px;
}
.acqua-booking .payment .details[class*='card'] {
	display: none;
}
.acqua-booking .payment .details label {
	font-size: 12px;
}
.acqua-booking .terms label {
	margin-bottom: 15px;
}
.acqua-booking .btn-booking {
	text-align: center;
}
/*.acqua-booking table {
	margin-bottom: 0;
}
.acqua-booking table tr td:first-child {
	font-weight: 700;
	border-right: 1px dotted #ccc;
}
.acqua-booking table tr td + td {
	padding-left: 15px;
}
.acqua-booking table tr:last-child td {
	border-bottom: none;
}*/
.acqua-booking .flight-booking-details .carrier-logo {
	float: left;
	margin-right: 5px;
}
.acqua-booking .flight-booking-details ul {
	margin-bottom: 5px;
}
.acqua-booking .flight-booking-details li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.3;
	border-bottom: 1px dotted #ccc;
}
.acqua-booking .flight-booking-details li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.acqua-booking .flight-booking-details li .glyphicon-calendar {
	margin-left: 10px;
	font-size: 12px;
}
.acqua-booking .flight-booking-details li .route {
	font-size: 12px;
}
.acqua-booking .hotel-booking-details table {
	margin-bottom: 0;
}
.acqua-booking .hotel-booking-details table tr:last-child td {
	border-bottom: none;
}
.acqua-booking .hotel-booking-details table tr td .glyphicon {
	font-size: 12px;
}
.acqua-booking .passengers-booking-details ul {
	padding-left: 5px;
}
.acqua-booking .delivery-booking-details p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
}
.acqua-booking .delivery-booking-details span {
	font-size: 12px;
}
.acqua-booking .booking-buttons .btn {
	font-size: 12px;
	text-transform: lowercase;
}
.acqua-booking .booking-buttons .btn strong {
	display: block;
	font-size: 18px;
}
.acqua-booking .acqua-flight-services .acqua-flight-optional-services label {
	margin-top: 10px;
	font-weight: 700;
	font-size: 16px;
}
.acqua-booking .acqua-flight-services .acqua-flight-optional-services p {
	margin-bottom: 5px;
	text-transform: lowercase;
}
.acqua-booking .acqua-flight-services .acqua-flight-optional-services p .price .curr {
	text-transform: uppercase;
}

/* acqua-booking-details */
.acqua-booking-details h1 span {
	display: block;
	margin-top: 3px;
	font-size: 14px;
}
.acqua-booking-details h2 {
	margin: 0 0 5px;
	font-size: 18px;
}
.acqua-booking-details .rounded-box {
	margin-bottom: 20px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-booking-details table {
	margin-bottom: 0;
	font-size: 12px;
}
.acqua-booking-details .contact-person-details table tr:first-of-type td {
	border-top: none;
}
.acqua-booking-details table tr td:first-of-type {
	width: 30%;
	font-weight: 700;
}
.acqua-booking-details .tourists {
	margin-bottom: 5px;
	padding: 10px 5px;
}
.acqua-booking-details .price-booking-details .rounded-box,
.acqua-booking-details .payment-booking-details .rounded-box {
	padding: 5px;
}
.acqua-booking-details .price-booking-details .total-price {
	font-size: 18px;
}
.acqua-booking-details .price-booking-details .total-price .price {
	font-size: 22px;
}
.acqua-booking-details .price-booking-details .total-price .price .curr {
	font-size: 65%;
}

/* modal reservation terms */
.acqua-reservation-terms .modal-header {
	padding: 5px 10px;
	background-color: #f7f7f7;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
}
.acqua-reservation-terms .modal-header h3 {
	margin-top: 2px;
	font-size: 18px;
}
.acqua-reservation-terms .modal-header .close {
	font-size: 32px;
	color: #777;
	opacity: 0.5;
}
.acqua-reservation-terms .modal-header:hover .close {
	opacity: 0.75;
}
.acqua-reservation-terms .modal-header .close:hover {
	opacity: 1;
}
.acqua-reservation-terms .modal-body {
	max-height: 510px;
	overflow: auto;
	padding: 10px 10px 0;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	letter-spacing: 1px;
}
.acqua-reservation-terms .modal-body p br:last-of-type {
	display: none;
}
.acqua-reservation-terms .modal-body p {
	margin-bottom: 15px;
}
.acqua-reservation-terms .modal-body strong {
	display: block;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding: 2px 0;
	font-size: 16px;
	text-align: center;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc; 
}
.acqua-reservation-terms .modal-body h3 {
	margin-bottom: 2px;
	padding-bottom: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #116bae;
	border-bottom: 1px dotted #777;
}
.acqua-reservation-terms .modal-body .loading-img {
	width: 40px;
	height: 40px;
	margin: 10px auto 0;
}
.acqua-reservation-terms .modal-footer {
	padding: 5px 0;
	background-color: #f7f7f7;
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
}

/* banner-wide */
.banner-wide {
	position: relative;
	height: 350px;
	margin-bottom: 30px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}
.landing-page.exotic .banner-wide {
	background-image: url('../img/banners/banner-exotic-1920x350.jpg');
}
.landing-page.honeymoon .banner-wide {
	background-image: url('../img/banners/banner-honeymoon-1920x350.jpg');
}
.landing-page.safari .banner-wide {
	background-image: url('../img/banners/banner-safari-1920x350.jpg');
}
.landing-page.shopping .banner-wide {
	background-image: url('../img/banners/banner-shopping-1920x350.jpg');
}
.landing-page.citybreak .banner-wide {
	background-image: url('../img/banners/banner-citybreak-1920x350.jpg');
}
.landing-page.others .banner-wide {
	background-image: url('../img/banners/banner-others-1920x350.jpg');
}
.landing-page h1 {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	font-size: 32px;
	color: #fff;
	line-height: 1.5;
	background-color: #333;
	background-color: rgba(0,0,0,0.45);
}
/* /banner-wide */

/* airport-map-canvas */
.airport-map-canvas {
	height: 300px;
}

/* wait */
.wait {
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	background-color: #fbfbfb;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	
}
.wait h2 {
	font-weight: 400;
	font-size: 20px;
}
.wait h2 .glyphicon {
	font-size: 16px;
}
.wait p:last-of-type {
	margin-bottom: 0;
}
.wait .progressBar {
	width: 90%;
	height: 24px;
	margin: 5px auto 0;
	background: #f9f9f9 url('../img/loading.gif') no-repeat 99% 3px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
			box-shadow: 0 0 5px rgba(0,0,0,0.15);
	overflow: hidden;
}
.wait .progressBar .progressBarInner { 
	width: 0;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-shadow: none;
	text-align: right;
	line-height: 22px;
	background-color: #30b0d6;
}
.wait .item {
	font-size: 18px;
}
.wait .message {
	color: #777;
}
.wait .searched {
	width: auto;
	margin: 0 auto;
	font-size: 16px;
}
.wait .searched td {
	width: 40%;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.wait .searched .flight-date,
.wait .searched .hotel-check,
.wait .searched .acqua-insurance-search,
.wait .searched .acqua-rentacar-search {
	display: block;
	font-size: 12px;
}
.wait .searched .flight-date {
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px dotted #aaa;
}
.wait .searched .icon {
	width: 20%;
}
.wait .searched .icon .glyphicon {
	font-size: 18px;
}

/* wait-modal */
.wait-modal {
	position: relative;
	max-width: 300px;	
	margin: 40px auto;	
	padding: 20px;	
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.wait-modal h2 {
	margin-bottom: 15px;
	font-size: 20px;
}

/* wave loader */
.loader-container {
	position: relative;
	width: 100px;
	height: 25px;
	margin: 35px auto 15px;
}
.loader-container .loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.wave .loader > div {
	float: left;
	margin: 0 3% 0 0;
	width: 5px;
	height: 100%;
	background-color: #ea9e00;
	-webkit-animation: wave 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite;
		    animation: wave 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite;
}
.wave .loader .line-1 {
	margin-left: 30%;
}
.wave .loader .line-1 {
	-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
}
.wave .loader .line-2 {
	-webkit-animation-delay: 0.2s;
		    animation-delay: 0.2s;
}
.wave .loader .line-3 {
	-webkit-animation-delay: 0.3s;
		    animation-delay: 0.3s;
}
.wave .loader .line-4 {
	-webkit-animation-delay: 0.4s;
		    animation-delay: 0.4s;
}
.wave .loader .line-5 {
	-webkit-animation-delay: 0.5s;
		    animation-delay: 0.5s;
}
@-webkit-keyframes wave {
  0%, 100% {
	-webkit-transform: scaleY(1);
			transform: scaleY(1);
  }
  50% {
	-webkit-transform: scaleY(1.5);
			transform: scaleY(1.5);
	}
}
@keyframes wave {
  0%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
	}
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5);
	}
}


/* parsley */
.parsley-required {
	font-size: 9px;
	color: #b94a48;
}
.terms .parsley-required {
	display: inline-block;
	padding-top: 5px;
	font-weight: 700;
	font-size: 12px;
	border-top: 1px dotted #b94a48;
}

/* search-expired */
.search-expired {
	display: table;
	width: 100%;	
}
.search-expired-cell {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	background-color: #f2dede;
}
.search-expired-cell:first-of-type {
	width: 64px;
}
.search-expired h3 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 22px;
	color: #cc334a;
}
.search-expired small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.search-msg-error {
	font-size: 11px;
	color: #ff0000;
	text-shadow: 1px 1px 1px #fff;
}

/* static-page */
.static-page {
	padding-bottom: 20px;
}
.static-page h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid #555;
}
.static-page .gray-title {
	margin-bottom: 0;
	padding: 5px;
	font-weight: 700;
	font-size: 16px;
	background-color: #f1f1f1;
	border-top: 2px solid #ccc;
}
.static-page .agency-info {
	font-size: 11px;
	border-top: 1px solid #ddd;
}
.static-page .agency-info > tbody > tr > td {
	padding: 3px 10px;
}
.static-page .agency-info tr td:first-child {
	white-space: nowrap;
	border-right: 1px solid #ddd;
	background-color: #f9f9f9;
}
.static-page .agency-info tr:last-child td {
	border-bottom: 2px solid #ccc;
}
.static-page .document-gallery {
	margin-bottom: 20px;
}
.static-page .document-gallery a {
	display: inline-block;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #777;
}
.static-page #map-canvas-travio {
	width: 100%;
	height: 300px;
	margin-top: -20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
}
/* contact */
.static-page.contact .contact-map {
	height: 300px;
	margin-bottom: 30px;
	background-color: #f9f9f9;
}
.static-page.contact h3 {
	margin-bottom: 15px;
	font-weight: 400;
	border-bottom: 1px solid #999;
}
.static-page.contact li {
	padding-left: 25px;
	padding-bottom: 10px;
}
.static-page.contact li .fa {
	display: inline-block;
	width: 20px;
}
.static-page.contact .icon {
	padding-left: 0;
	font-size: 14px;
}
.static-page.contact .contact-social-logos img {
	display: inline-block;
	margin: 0 5px 5px 0;
}
/* faq */
.static-page.faq h3 {	
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: 400;
	letter-spacing: inherit;
}
.static-page.faq h3 .fa {	
	position: relative;
	top: -2px;
	font-size: 14px;
}
.static-page.faq h3:first-of-type {	
	margin-top: 0;
}
.static-page.faq .answer {	
	color: #666;
}
.static-page.faq .answer-letter {	
	font-size: 18px;
}

.acqua-filter-calendar-destination {
	margin-bottom: 30px;
	text-align: center;
}

/* GLOBAL-STYLES */
.container {
	min-width: 320px;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
	margin-top: 0;
	font-weight: 700;
	color: #434a54;
	letter-spacing: 1px;
	line-height: inherit;
}
.h1, h1 {
	margin: 5px 0 20px;	
	font-size: 30px;
}
.h2, h2 {
  font-size: 26px;
}
h2.widget-title {
	margin-top: 30px;
	font-size: 26px;
}
.h3, h3 {
  font-size: 22px;
}
.h4, h4 {
  font-size: 18px;
}
.h5, h5 {

}
.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;
}
.lowercase {
	text-transform: initial;
}
.uppercase {
	text-transform: uppercase;
}
.red {
	color: #cc0000 !important;
}
.faded {
	color: #999 !important;
}
.small {
	font-weight: 400;
	font-size: 12px;
	color: #777;
}
.black {
	color: #555 !important;
}
.carrier-logo {
	background-color: #fff;
	border: 1px solid #ccc;
}
.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;
}
.spacer20 {height: 20px;}
.spacer30 {height: 30px;}
.spacer40 {height: 40px;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}
.pad20 {padding: 20px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.padtb20 {padding-top: 20px; padding-bottom: 20px;}
.padtb30 {padding-top: 30px; padding-bottom: 30px;}
.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;}

/* COMPONENTS */
/* price */
.price-container {
	text-align: right;
}
.price-group {
	text-align: right;
}
.price-group.price-btn {
	text-align: center;
}
.price-group .price {
	display: inline-block;
	font-size: 24px;
	color: #900d2f;
	white-space: nowrap;
}
.price-group.price-btn .price {
	font-size: inherit;
	color: #fff;
}
.price-group .offer-type {
	display: none;
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 11px;
	color: #555;
	text-transform: uppercase;
}
.price-group.price-btn .offer-type {
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.price-group span.from,
.price-group div.from,
.price-group div.per-pers {
	display: none;
	font-size: 55%;
	color: #777;
}
.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 .value sup {
	font-weight: 400;
	font-size: 60%;
}
.price-group .price .prep-curr {
	display: none;
	font-weight: 400;
}
.price-group .price .curr {
	display: inline-block;
	margin-left: 2px;
	font-weight: 400;
	font-size: 65%;
}
.price-group .price-discount {
	display: none;
	margin-bottom: -2px;
	font-size: 12px;
	color: #777;
	line-height: 1.2;
	text-decoration: line-through;
	text-align: right;
}
.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 .prep-curr {
	display: none;
}

/* 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-lg .from,
.price-group.price-xl .from {
	font-size: 55%;
	color: #777;
}

/* modal-wait */
.modal.modal-wait .modal-header {
	text-align: center;	
	border-bottom: none;	
}
.modal.modal-wait .modal-header h2 {
	background-color: transparent;
}
.modal.modal-wait .modal-header h3 {
	font-size: 22px;
	line-height: 1.2;
}
.modal.modal-wait .modal-body {
	padding-top: 0;
	font-weight: 400;
	font-size: 18px;
	color: #555;
	letter-spacing: 1px;
	text-align: center;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	overflow: hidden;
}
.modal.modal-wait .modal-body .loader-spinner-container {
	margin-bottom: 10px;
}
.modal.modal-wait .modal-footer {
	padding: 5px 0;
}

/* loader-spinner */
.loader-spinner-container {
	position: relative;
}
.loader-spinner-page-overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
}
.loader-spinner {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 5px solid #f1f1f1;
	border-top: 5px solid #91c73d;
	border-bottom: 5px solid #91c73d;
	-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.d20 {
	width: 20px;
	height: 20px;
	border-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
.loader-spinner.d40 {
	width: 40px;
	height: 40px;
	border-top-width: 5px;
	border-bottom-width: 5px;
}
.loader-spinner.d60 {
	width: 60px;
	height: 60px;
	border-top-width: 5px;
	border-bottom-width: 5px; 
}
.loader-spinner.fixed {
	position: fixed;
	z-index: 110;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.d20.fixed {
	margin-top: -10px;
	margin-left: -10px;
}
.loader-spinner.d40.fixed {
	margin-top: -20px;
	margin-left: -20px;
}
.loader-spinner.d60.fixed {
	margin-top: -30px;
	margin-left: -30px;
}
.loader-spinner.green {
	border-top-color: #91c73d;
	border-bottom-color: #91c73d;
}
@-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); }
}

/* acqua-translations-page */
.acqua-translations-page h3 {
	color: #91c73e;
}
.acqua-translations-page h3 .fa {
	font-size: 20px;
}
.acqua-translations-page .acqua-term-container {
	margin-bottom: 20px;
	padding: 10px 5px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background-color: #fcfcfc;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.acqua-translations-page .acqua-label-container label {
	margin-bottom: 0;
}
.acqua-translations-page .input-group {
	width: 100%;
}
.acqua-translations-page .input-group-addon {
	width: 44px;
	font-weight: 700;
	font-size: 14px;
	color: #555;
	background-color: #f3f3f3;	
}
/*.tooltip.in {
	opacity: 1;
}*/
.tooltip.top .tooltip-arrow {
	border-top-color: #ccc;
	border-left-width: 8px;
	border-right-width: 8px;
	border-top-width: 8px;
	bottom: -4px;
}
.tooltip-inner { 
	max-width: 400px;
	max-height: 300px;
	padding: 10px;
	color: #555;	
	text-align: left;
	background-color: #fffcf9;
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.mfp-bg {
	background-color: rgba(0,0,0,0.9);
	opacity: 1;
}

/* MQ */
@media (max-width: 991px) {	
	.top-header {
		margin-right: 5px;
	}
	.top-header .social,
	.top-header .account {
		display: none;
	}
	/* modified navbar mobile breakpoint 
	.navbar-header {
        float: none;
    }
	.navbar-toggle {
        display: block;
		margin-top: 18px;
    }
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse.collapse {
        display: none !important;
		overflow-y: scroll !important;
    }
    .navbar-collapse.collapse.in {
  		display: block !important;
	}
	.home .navbar-nav {
		margin-left: 0;
	}
	.navbar-nav {
        float: none;
		margin: 0;
	}
	.navbar-nav > li,
	.navbar-nav > span > li {
        float: none;
    }
	/* /modified navbar mobile breakpoint */

	.acqua-filters label .name {
		white-space: normal;
		text-overflow: inherit;
		overflow: visible;
	}
	.show-acqua-aside {
		display: inline-block;
	}
	.show-acqua-aside.toLeft .glyphicon-chevron-left {
		opacity: 1;
	}
	.show-acqua-aside.toLeft .glyphicon-chevron-right {
		opacity: 0;
	}
	.aside-filters {
		float: left;
		width: 280px;
		margin-left: -280px;
	}
	.aside-filters.show {
		margin-left: 0;
	}	
	.main-content {
		width: 100%;
	}
	.main-content.slide {		
		margin-right: -280px;
	}	
	.main-content h1 {
		/*margin-left: 60px;*/
	}
	.show-change-search {
		/*margin-left: 60px;*/
	}
}
@media (max-width: 767px) {
	body.fixed {
		padding-top: 0;
	}
	body.fixed nav {
		display: block;
	}
	body.fixed .progress {
		display: block;
	}
	.wrapper {
		margin-bottom: 0;
	}
	.push {
		display: none;
	}
	footer {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 1.5;
	}
	footer .footer-menu {
		border-bottom: 1px solid #ddd;
	}
	footer .copyright,
	footer .powered {
		float: none;
		display: block;
	}
	footer .copyright {
		margin-bottom: 5px;
	}
	footer .footer-social-logos {
		text-align: left;
	}
	footer .footer-partners-logos {
		margin-top: 20px;
		padding-top: 10px;
		text-align: left;
		border-top: 1px solid #ddd;
	}
	footer .footer-app-logos {
		text-align: left;
	}
	.navbar {
		height: 55px;
	}
	.navbar-nav.top-navbar {
		height: auto;
		margin-right: -15px;
		font-size: 16px;
	}
	.navbar-nav.top-navbar > li > a,
	.navbar-nav.top-navbar > span > li > a {
		display: block;
		font-size: 14px;
		line-height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.dropdown-menu > li > a {
		font-size: 12px;
	}
	.navbar > .container .navbar-brand {
		margin-left: 10px;
		padding-top: 5px;
	}
	.navbar-brand img {
		width: 200px;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-nav > li > a,
	.navbar-nav > span > li > a {
		display: block;
		margin-right: 0;
		padding: 10px 20px;
	}
	.navbar-toggle {
		margin-top: 10px;
		margin-bottom: 0;
}
	.navbar-collapse {
		margin-top: -15px;
		background-color: #f9f9f9;
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
		   -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
				box-shadow: 0 5px 5px rgba(0,0,0,0.25);
	}
	.acqua-flight-container-box {
		height: auto;
	}
	.acqua-flight-details .acqua-flight-content {
		display: block;
		table-layout: auto;
	}
	.acqua-flight-details .acqua-flight-content .flight-segment {
		display: block;
		width: 100%;
		height: auto;
	}
	.acqua-flight-details .acqua-flight-content .flight-segment.retour {
		border-left: none;
	}
	.acqua-flight-details .airport {
		text-overflow: clip;
		white-space: normal;
		overflow: visible;
	}
	.acqua-hotel-details .nav-tabs {
		padding: 5px 5px 0;
		background-color: #f5f5f5;
	}
	.acqua-hotel-details .nav-tabs > li {
		display: inline-block;
		margin-bottom: 2px;
	}
	.acqua-hotel-details .hotel-gallery .image-box {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.acqua-hotel-details .hotel-gallery .image-box img {
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.acqua-hotel-details .facilities ul {
		width: 50%;
	}
	.acqua-hotel-visited a {
		height: auto;
	}
	.acqua-hotel-visited a .info .name,
	.acqua-hotel-visited a .info .location {
		text-overflow: none;
		white-space: normal;
		overflow: visible;
	}
	.acqua-hotel-visited a .info .price-container {
  		position: relative;
		right: auto;
		bottom: auto;
	}
	.acqua-hotel-visited a .info .price-container .price {
		font-size: 22px;
	}
	footer .footer-copy {
		text-align: left;
	}
	footer .footer-copy .copy-vancatta {
		padding-top: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}
@media screen and (max-width: 650px) {
	.acqua-booking .terms {
		text-align: center;
	}
	.acqua-booking .terms label {
		float: none;
		margin-bottom: 20px;
	}	
	.acqua-booking .terms .btn {
		float: none;
	}
}
@media (max-width: 549px) {
	.progress-bar {
		font-size: 11px;
	}
	.progress-bar a {
		border-bottom: 1px dotted #fff;
	}
	.progress-bar .glyphicon {
		display: none;
	}
	.show-change-search-aside {
		display: none;
	}
	.show-change-search {
		display: inline-block;
	}
}
@media (max-width: 400px) {
	.navbar > .container .navbar-brand {
		margin-right: 0;
	}
}