.wrapper {
	min-height: auto;
	height: auto !important;
	height: auto;
	margin-bottom: 0;
	padding-top: 0;
}
.push {
	display: none;
}

.header-bookingaff-container {
	position: absolute;
	z-index: 20;
	top: 200px;
	left: 10px;
}
.home .header-bookingaff-container {
	top: 700px;
}

/* top-header */
.top-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 12px;
	color: #999;
	background-color: #f9f9f9;
	border-bottom: 1px solid #efefef;
}
.top-header .navbar-nav {
	margin-top: 0;
}
.top-header .navbar-nav a {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #999;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.top-header .navbar-nav a:hover,
.top-header .navbar-nav a:focus {
	color: #428bca;
}
.top-header .navbar-nav .container {
	position: relative;
}
.top-header .navbar-nav .container nav {
	margin-top: 0;
}
.top-header .navbar-nav .social {
	float: right;
	margin-right: 30px;
	/*font-size: 16px;*/
	line-height: 30px;
}
.top-header .navbar-nav .social a {
	padding-left: 5px;
}
.top-header .navbar-nav .admin-links {
	float: right;
	margin-right: 20px;
	color: #999;
}
.top-header .navbar-nav .admin-links.nav > li > a,
.top-header .navbar-nav .lang-selector.nav > li > a,
.top-header .navbar-nav .lang-selector.nav > li > span {
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
}
.top-header .navbar-nav .admin-links.nav > li > a:hover,
.top-header .navbar-nav .admin-links.nav > li > a:focus,
.top-header .navbar-nav .lang-selector.nav > li > a:hover,
.top-header .navbar-nav .lang-selector.nav > li > a:focus,
.top-header .navbar-nav .lang-selector.nav .open > a,
.top-header .navbar-nav .lang-selector.nav .open > a:hover,
.top-header .navbar-nav .lang-selector.nav .open > a:focus {
	background-color: transparent;
}
.top-header .navbar-nav .lang-selector {
	float: right;
}
.top-header .navbar-nav .lang-selector .dropdown-menu {
	min-width: 110px;
	margin-top: 1px;	
	padding: 4px 5px;
	font-size: 12px;
	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 .navbar-nav .lang-selector .dropdown-menu > li > a,
.top-header .navbar-nav .lang-selector .dropdown-menu > li > span {
	margin: 0 -5px;
	padding: 0 5px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.8;	
}
.top-header .navbar-nav .lang-selector .dropdown-menu > li > span {
	color: #777;
}
.top-header .navbar-nav .lang-selector .dropdown-menu > li > a img,
.top-header .navbar-nav .lang-selector .dropdown-menu > li > span img {
	padding-right: 3px;
}
.top-header .navbar-nav .lang-selector .dropdown-toggle img { 
	position: relative;
	top: -1px;
}
.top-header .navbar-nav .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 .navbar-nav .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;  
}
.top-header .navbar-nav .header-contact {
	float: right;
	margin-right: 30px;
	color: #555;
	text-align: right;
}
.top-header .navbar-nav .header-contact .glyphicon {
	font-size: 12px;
}
.top-header .navbar-nav .header-contact .phone,
.top-header .navbar-nav .header-contact .mobile,
.top-header .navbar-nav .header-contact .email {
	display: inline-block;
	margin: 0 0 0 10px;
	line-height: 30px;
}


/* header-banner-container */
.header-banner-container {
	float: right;
	display: block;
	max-width: 100%;
	height: 50px;
	margin-top: 17px;
}
.header-banner-container .header-banner {
	display: inline-block;
	margin-right: 50px;
}
.header-banner-container .header-logo {
	display: inline-block;
	margin-left: 10px;
}

/* header-links */
.header-links {
	display: block;
	height: 30px;
	line-height: 30px;
}
.header-links > li > a {
	margin: 0;
	padding: 0 20px 0 0;
	font-weight: 400;
	font-size: 12px;
	color: #999;
	line-height: 30px;
	border: none;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.header-links > li > a:hover,
.header-links > li > a:focus {
	color: #428bca;
}
.header-links a:first-of-type {
	margin-left: 0;
}

.navbar-header .navbar-brand {
	width: 166px;
	height: 80px;
}
.navbar {
	position: relative;
	z-index: 50;
	height: auto;
	min-height: auto;
	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-nav.main-menu {
	float: none;
	margin-top: 0;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	padding: 5px 0;
}
.navbar-nav.main-menu .edit-menu-item {
	z-index: 15;
	top: 0;
	right: -5px;
}
.navbar-header-container {
	margin-top: 30px;
}
.navbar-header {
	height: auto;
}
.navbar-nav.main-menu > li > a {
	position: relative;
	z-index: 5;
	margin: 5px 0;
	padding: 0 10px;
	font-weight: 700;
	font-size: 14px;
	color: #e6f8ff;
	line-height: 1;
	white-space: nowrap;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav.main-menu  > li > a:hover,
.navbar-nav.main-menu  > li > a:focus {
	z-index: 10;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.navbar-collapse {
	background-color: #3dc4fe;
	border-top: 0;
}

/* footer */
footer {
	position: relative;
	height: auto;
	padding: 20px 0 10px;
	font-size: 12px;
	color: #d1e0e7;
	/*background-color: #446d7e;*/
	background-color: #0177a9;
}
footer a {
	color: #d1e0e7;
}
footer a:hover,
footer a:focus {
	color: #fff;
}
footer li {
	padding: 0;
}
footer .footer-promo-banner {
	margin-bottom: 30px;
	padding: 15px;
	font-size: 20px;
	color: #cc0000;
	text-align: center;
	background: #fff;
	border: 5px solid #3dc4fe;
}
footer .footer-promo-banner a {
	color: #ff0000;
}
footer .footer-promo-banner a:hover {
	color: #cc0000;
}
footer .footer-promo-banner small {
	margin-top: 10px;
	color: #777;
}
footer .bookingaff-container {
	margin-bottom: 20px;
	text-align: center;
}
footer .banner-pndr {
	margin-bottom: 40px;
	text-align: center;
}
footer .banner-pndr img {
	margin: 0 auto;
}
footer .footer-contact img {
	margin-bottom: 10px;
}
footer .footer-useful li {
	margin-bottom: 7px;
	font-size: 16px;
}
footer .footer-suppliers h2 {
	margin-bottom: 15px;
}
footer .footer-suppliers a {
	display: inline-block;
	margin: 5px;
}
footer .copyright {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #5f93a9;
}
footer .copyright .copy-acqua {
	margin-top: 5px;
	font-size: 11px;
}

.page-progress.progress .progress-bar-info {
	background-color: #0177a9;
}
.acqua-booking-info {
	border-color: #0177a9;
}
.acqua-booking-info .acqua-booking-info-section-name {
	background-color: #0177a9;
}
.acqua-booking .info-box {
	background-color: #f9fdff;
	border-color: #0177a9;
}
.acqua-booking .info-box h3 {
	background-color: #0177A9;
	color: #fff;
}
.acqua-booking .info-box h3 .persons {
	color: #fff;
}
.dropdown hr {
	margin: 5px;
}
.acqua-message-404-container {
	top: -10px;
	background-attachment: fixed;
	background-image: url('/assets/img/wallpaper/wallpaper-marina-1920x1080.jpg');
}
/* rebel-modal */
.rebel-modal-wrapper {
	display: none;
	position: fixed;
	z-index: 2010;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 700px;
	padding-right: 15px;
	padding-left: 15px;
}
.rebel-modal {
	position: relative;
	font-size: 16px;
	color: #555;
	background-color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.75);
			box-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.rebel-modal .rebel-close-modal {
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: 700;
	font-size: 28px;
	color: #000;
	line-height: 1;
	opacity: 0.35;
	cursor: pointer;
}
.rebel-modal .rebel-modal-content {
	padding: 30px 15px 30px 100px;
	background: transparent url('/assets/img/icons/icon-warning-64x64.png') no-repeat 15px 50%;
}
.rebel-modal .rebel-close-modal:hover {
	opacity: 0.65;
}
.rebel-modal .rebel-close-modal:focus {
	opacity: 0.95;
}
.rebel-modal .rebel-modal-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
}
/*.childWarningModal .rebel-modal {
	width: 580px;
}*/
.childWarningModal .rebel-modal .rebel-modal-title {
	color: #3dc4fe;
}
.disabled-select {
	position: relative;
}
.disabled-select .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
	background-color: transparent;
}
.body-overlay {
	z-index: 100;
}


/* MQ */
@media screen and (max-width: 1010px){
	.header-banner-container {
		display: none;
	}
	.navbar-header-container {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
	.header-bookingaff-container {
		display: none;
	}
	.navbar-header {
		border-bottom: 10px solid #3dc4fe;
	}
	.navbar-nav.main-menu > li > a {
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 0;
		font-size: 16px;
		color: #e6f8ff;
		line-height: 1;
		white-space: normal;
	}
	.navbar-nav.main-menu .edit-menu-item {
		right: 0;
		margin: 0;
		font-size: 16px;
		opacity: 1;
	}
	.top-header {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: auto;
		height: auto;
		font-size: 12px;
		color: #fff;
		background-color: transparent;
		border-bottom: none;
		border-top: 1px solid rgba(255,255,255,0.35);
	}
	.top-header > .container {
		padding-right: 0;
		padding-left: 0;
	}
	.top-header .navbar-nav a {
		padding-right: 15px;
		padding-left: 15px;
		font-weight: 600;
		font-size: 14px;
		color: #fff;
		opacity: 0.85;
	}
	.top-header .navbar-nav a:hover,
	.top-header .navbar-nav a:focus {
		color: #fff;
		opacity: 1;
	}
	.navbar-nav > li > a,
	.navbar-nav > span > li > a {
		display: block;
		margin-right: 0;
		padding: 10px 15px;
	}
	.header-links {
		height: auto;
		line-height: 1.4;
		border-bottom: 1px solid rgba(255,255,255,0.35);
	}
	.header-links > li > a {
		padding: 10px 15px;
		font-weight: 600;
		font-size: 14px;
		color: #fff;
		line-height: 1.4;
	}
	.navbar-nav.main-menu .edit-add-menu-item {
		top: 0;
		left: 0;
	}
	.rebel-modal-wrapper {
		width: 100%;		
	}
	.rebel-modal .rebel-modal-content {
		padding: 100px 15px 20px;
		text-align: center;
		background-position: 50% 20px;
	}
}